sharing/bday: update version

This commit is contained in:
Peter Bieringer
2026-03-15 21:51:45 +01:00
parent 955f16e297
commit 98a0093052
2 changed files with 6 additions and 4 deletions

View File

@@ -2122,7 +2122,7 @@ Default: `false`
##### collection_by_bday
_(>= 3.8.0)_
_(>= 3.7.0)_
Share collection by bday (conversion on-the-fly)
@@ -2152,7 +2152,7 @@ Default: `false`
##### permit_create_bday
_(>= 3.8.0)_
_(>= 3.7.0)_
Permit create of bday-based sharing
@@ -2427,6 +2427,8 @@ The following `permissions` are recognized:
* **t:** deny create of token-based sharing of collection in case `permit_create_token=True` _(>= 3.7.0)_
* **M:** permit create of map-based sharing of collection in case `permit_create_map= False` _(>= 3.7.0)_
* **m:** deny create of map-based sharing of collection in case `permit_create_map=True` _(>= 3.7.0)_
* **B:** permit create of bday-based sharing of addressbook collection in case `permit_create_bday= False` _(>= 3.7.0)_
* **b:** deny create of bday-based sharing of addressbook collection in case `permit_create_bday=True` _(>= 3.7.0)_
### Storage

View File

@@ -35,8 +35,8 @@ Permissions:
- t: deny create of token-based sharing of collection in case permit_create_token=True (>= 3.7.0)
- M: permit create of map-based sharing of collection in case permit_create_map=False (>= 3.7.0)
- m: deny create of map-based sharing of collection in case permit_create_map=True (>= 3.7.0)
- B: permit create of bday-based sharing of collection in case permit_create_bday=False (>= 3.8.0)
- b: deny create of bday-based sharing of collection in case permit_create_bday=True (>= 3.8.0)
- B: permit create of bday-based sharing of addressbook collection in case permit_create_bday=False (>= 3.7.0)
- b: deny create of bday-based sharing of addressbook collection in case permit_create_bday=True (>= 3.7.0)
Permissions only supported so far in share permissions:
- P: permit properties overlay in case permit_properties_overlay=False (>= 3.7.0)