1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

update changelog permit_overwrite_collection

This commit is contained in:
Peter Bieringer 2024-09-30 21:35:11 +02:00
parent eed6bcee01
commit 0505b7b603

View file

@ -5,6 +5,7 @@
* Adjustment: option [auth] htpasswd_encryption change default from "md5" to "autodetect"
* Add: option [auth] type=ldap with (group) rights management via LDAP/LDAPS
* Enhancement: permit_delete_collection can be now controlled also per collection by rights 'D' or 'd'
* Add: option [rights] permit_overwrite_collection (default=False) which can be also controlled per collection by rights 'O' or 'o'
## 3.2.3
* Add: support for Python 3.13