1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

update doc

This commit is contained in:
Peter Bieringer 2024-09-30 21:11:49 +02:00
parent 0ab99d4e8f
commit 3e478ee6da

View file

@ -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