add forgotten doc for 3.3.0

This commit is contained in:
Peter Bieringer
2026-02-26 05:34:37 +01:00
parent a8bceb3ccd
commit cfe2f23d60

View File

@@ -27,6 +27,10 @@ Permissions:
(CalDAV/CardDAV is susceptible to expensive search requests)
- W: write collections (excluding address books and calendars)
- w: write address book and calendar collections
- D: allow deleting a collection in case permit_delete_collection=False (>= 3.3.0)
- d: deny deleting a collection in case permit_delete_collection=True (>= 3.3.0)
- O: allow overwriting a collection in case permit_overwrite_collection=False (>= 3.3.0)
- o: deny overwriting a collection in case permit_overwrite_collection=True (>= 3.3.0)
Take a look at the class ``BaseRights`` if you want to implement your own.