Merge branch 'master' into deprecate-ldap_use_ssl

This commit is contained in:
Peter Bieringer
2026-02-24 21:33:30 +01:00
committed by GitHub
28 changed files with 4723 additions and 72 deletions

View File

@@ -726,6 +726,12 @@ _(>= 3.6.0)_
Verification of a particular item file
##### --verify-sharing
_(>= 3.7.0)_
Verification of local sharing database
##### -C|--config <file>
Load one or more specified config file(s)
@@ -1348,6 +1354,22 @@ Endpoint URL for the OAuth2 token
Default: (unset)
##### oauth2_client_id
_(>= 3.7.0)_
Client ID used to request the Auth2 token
Default: `radicale`
##### oauth2_client_secret
_(>= 3.7.0)_
Client secret used to request the Auth2 token
Default: (unset)
##### pam_service
_(>= 3.5.0)_
@@ -2037,6 +2059,49 @@ is thrown instead of returning the results.
Default: 10000
#### [sharing]
_(>= 3.7.0)_
##### type
_(>= 3.7.0)_
Sharing database type
One of:
* `none`
* `csv`
* `files`
Default: `none` (implicit disabling the feature)
##### database_path
_(>= 3.7.0)_
Sharing database path
Default:
* type `csv`: `(filesystem_folder)/collection-db/sharing.csv`
* type `files`: `(filesystem_folder)/collection-db/files`
##### collection_by_token
_(>= 3.7.0)_
Share collection by token
Default: `false`
##### collection_by_map
_(>= 3.7.0)_
Share collection by map
Default: `false`
## Supported Clients
Radicale has been tested with: