mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-16 19:00:54 +00:00
New rights management method: regex
user and collection are matched against regular expression to determine read/write access
This commit is contained in:
parent
b8848de15e
commit
eed0f74fad
3 changed files with 170 additions and 2 deletions
|
@ -74,7 +74,9 @@ INITIAL_CONFIG = {
|
|||
"http_password_parameter": ""},
|
||||
"rights": {
|
||||
"type": "None",
|
||||
"file": ""},
|
||||
"file": "",
|
||||
"regex_file": "",
|
||||
"regex_secondary": "owner_only"},
|
||||
"storage": {
|
||||
"type": "filesystem",
|
||||
"filesystem_folder": os.path.expanduser(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue