From 9d545b2770576cb01bac8d76a9d4bf7dbc98a222 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 7 Aug 2026 21:58:44 +0200 Subject: [PATCH] extend changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ddb42a..2977905a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## 3.8.0.dev * Fix: storage/multifilesystem: depth:1 PROPFIND no longer re-runs the filesystem collision check (path_to_filesystem) for every item in a collection; this made listing large collections O(n^2) on file systems not detected as collision-free * Improve: storage/multifilesystem: avoid redundant stat() calls per item in get/upload when use_mtime_and_size_for_item_cache is enabled +* Feature: [sharing] add sharing-by-group/realm +* Feature: [group] with type "htgroup", "none", "from_auth" (NEW) +* Extension: [auth] type "pam": set groups of user to be used later +* Adjustment: reject usernames starting or ending with "@" or having more than one "@" +* Adjustment: reject usernames containing ":" ## 3.7.8 * Fix: time-range filter on a VTODO having DTSTART/DUE and also CREATED/COMPLETED used the CREATED->COMPLETED duration instead of the DTSTART->DUE one, so completed tasks were missing from (or wrongly returned by) calendar-query REPORT results