1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Generate documentation

This commit is contained in:
Github Actions 2024-09-30 19:26:21 +00:00
parent d2aca12e6e
commit 67f5fd0d83

View file

@ -1025,6 +1025,8 @@ and write their own collections under the path <em>/USERNAME/</em>.</p>
<p>(New since 3.1.9)</p>
<p>Global control of permission to delete complete collection (default:
True)</p>
<p>If False it can be permitted by permissions per section with: D If
True it can be forbidden by permissions per section with: d</p>
</section>
</section>
<section class="level4" id="storage-1">
@ -1365,6 +1367,10 @@ expensive search requests)</li>
<li><strong>W:</strong> write collections (excluding address books and
calendars)</li>
<li><strong>w:</strong> write address book and calendar collections</li>
<li><strong>D:</strong> permit delete of collection in case
permit_delete_collection=False</li>
<li><strong>d:</strong> forbid delete of collection in case
permit_delete_collection=True</li>
</ul>
</section>
<section class="level3" id="storage-2">