mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
fix typo
This commit is contained in:
parent
19954f162a
commit
f268cd11e4
2 changed files with 2 additions and 2 deletions
|
@ -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
2
config
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue