1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00
This commit is contained in:
Peter Bieringer 2025-08-22 08:04:57 +02:00
parent 19954f162a
commit f268cd11e4
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@
* Fix: Using icalendar's tzinfo on created datetime to fix issue with icalendar
* Fix: typos in code
* Enhancement: Added free-busy report
* Enhancement: Added 'max_freebusy_occurrences` setting to avoid potential DOS on reports
* Enhancement: Added 'max_freebusy_occurrences` setting to avoid potential DoS on reports
* Enhancement: remove unexpected control codes from uploaded items
* Enhancement: add 'strip_domain' setting for username handling
* Enhancement: add option to toggle debug log of rights rule with doesn't match

2
config
View file

@ -342,5 +342,5 @@
[reporting]
# When returning a free-busy report, limit the number of returned
# occurences per event to prevent DOS attacks.
# occurences per event to prevent DoS attacks.
#max_freebusy_occurrence = 10000