fix typo
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
* Fix: Using icalendar's tzinfo on created datetime to fix issue with icalendar
|
* Fix: Using icalendar's tzinfo on created datetime to fix issue with icalendar
|
||||||
* Fix: typos in code
|
* Fix: typos in code
|
||||||
* Enhancement: Added free-busy report
|
* 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: remove unexpected control codes from uploaded items
|
||||||
* Enhancement: add 'strip_domain' setting for username handling
|
* Enhancement: add 'strip_domain' setting for username handling
|
||||||
* Enhancement: add option to toggle debug log of rights rule with doesn't match
|
* Enhancement: add option to toggle debug log of rights rule with doesn't match
|
||||||
|
|||||||
2
config
2
config
@@ -342,5 +342,5 @@
|
|||||||
[reporting]
|
[reporting]
|
||||||
|
|
||||||
# When returning a free-busy report, limit the number of returned
|
# 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
|
#max_freebusy_occurrence = 10000
|
||||||
|
|||||||
Reference in New Issue
Block a user