From 67f5fd0d830de6907677863aa993bdb5ae0be7a6 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Mon, 30 Sep 2024 19:26:21 +0000 Subject: [PATCH] Generate documentation --- master.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/master.html b/master.html index 576489c7..93672362 100644 --- a/master.html +++ b/master.html @@ -1025,6 +1025,8 @@ and write their own collections under the path /USERNAME/.

(New since 3.1.9)

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

@@ -1365,6 +1367,10 @@ 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