mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
update doc
This commit is contained in:
parent
0ab99d4e8f
commit
3e478ee6da
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue