doc: add lost topic, add sharing

This commit is contained in:
Peter Bieringer
2026-04-23 13:08:21 +02:00
parent c5dbb6decf
commit ae6fee209a

View File

@@ -2390,6 +2390,8 @@ curl -u user -X DELETE 'http://localhost:5232/user/calendar'
Note: requires config/option `permit_delete_collection = True`
## Internals
### Authorization and Rights
This section describes the format of the rights file for the `from_file`
@@ -2654,6 +2656,9 @@ The ``radicale`` package offers the following modules.
: This module contains the classes representing collections in Radicale and
the code for storing and loading them in the filesystem.
* `sharing`
: This module contains the classes representing collection sharing. _(>= 3.7.0)_
* `web`
: This module contains the web interface.