1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

add new option rights/permit_overwrite_collection

This commit is contained in:
Peter Bieringer 2024-09-29 18:15:42 +02:00
parent bfe0ccc463
commit 973b26b2e9
4 changed files with 10 additions and 0 deletions

View file

@ -40,6 +40,7 @@ class ApplicationBase:
_web: web.BaseWeb
_encoding: str
_permit_delete_collection: bool
_permit_overwrite_collection: bool
_hook: hook.BaseHook
def __init__(self, configuration: config.Configuration) -> None: