summaryrefslogtreecommitdiffstats
path: root/apps/dav/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+8
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update settings-admin-caldav.phprakekniven2017-10-211-1/+1
|
* add admin settings panel for dav appGeorg Ehrke2017-10-161-0/+40
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Improve design of various error messagesJan-Christoph Borchardt2017-08-121-3/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Remove any detailed information about the exception in the browser error pluginThomas Müller2016-10-251-13/+0
|
* Don't print exception message in HTMLLukas Reschke2016-09-091-3/+2
| | | | | | The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string. It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached.
* Fix apps/Joas Schilling2016-07-211-2/+20
|
* In case of exception we return an html page in case the client is a browserThomas Müller2016-03-241-0/+30