From 19d471adb674a536044988e5e14b6e46fb8bf469 Mon Sep 17 00:00:00 2001 From: Max Berger Date: Fri, 20 Mar 2026 08:31:03 +0100 Subject: [PATCH] Update Changelog with recent UI features --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de58012..4b21942a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,19 @@ ## 3.7.0.dev * Feature: collection sharing by map or token incl. management API and WebUI extension +* Feature: share address book collection as birthday calendar * Add: [auth] oauth2: allow custom client_id and client_secret (optional) * Cleanup: deprecate config option 'ldap_use_ssl' for good +* Cleanup: WebUI is now split into smaller javascript files +* Cleanup: WebUI is now fit for strict content security policy +* Cleanup: WebUI: Simplfied Caching and Navigation internally +* Cleanup: WebUI: Unified error handling +* Cleanup: Added integration test for verification of end-to-end behavior of WebUI * Performance: improve `path_to_filesystem()` * Performance: preload access rights from file * Add: [server] delay_on_error option * Add: [logging] limit_content option +* Add: [headers] Content-Security-Policy is now set to be strict on new configs ## 3.6.1