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

extend htpasswd_encryption options with sha256/512/autodetect

This commit is contained in:
Peter Bieringer 2024-03-12 06:13:54 +01:00
parent dba399bce3
commit 213ab0fcfa

View file

@ -14,6 +14,7 @@
* Enhancement: autodetect logging to systemd journal * Enhancement: autodetect logging to systemd journal
* Enhancement: test code * Enhancement: test code
* Enhancement: option for global permit to delete collection * Enhancement: option for global permit to delete collection
* Enhancement: auth type 'htpasswd' supports now 'htpasswd_encryption' sha256/sha512 and "autodetect" for smooth transition
* Improve: Dockerfiles * Improve: Dockerfiles
* Update: documentations + examples * Update: documentations + examples
* Dependency: limit typegard version < 3 * Dependency: limit typegard version < 3