From 3e478ee6da2d7d34408a81768085ae77b0bb07a6 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 30 Sep 2024 21:11:49 +0200 Subject: [PATCH] update doc --- DOCUMENTATION.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index d0b29822..46a9cd23 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -909,9 +909,12 @@ File for the rights backend `from_file`. See the ##### permit_delete_collection -(New since 3.1.9, default changed from True to False since 3.3.0) +(New since 3.1.9) -Global control of permission to delete complete collection (default: False) +Global control of permission to delete complete collection (default: True) + +If False it can be permitted by permissions per section with: D +If True it can be forbidden by permissions per section with: d #### storage @@ -1295,6 +1298,8 @@ The following `permissions` are recognized: (CalDAV/CardDAV is susceptible to expensive search requests) * **W:** write collections (excluding address books and calendars) * **w:** write address book and calendar collections +* **D:** permit delete of collection in case permit_delete_collection=False +* **d:** forbid delete of collection in case permit_delete_collection=True ### Storage