summaryrefslogtreecommitdiffstats
path: root/apps/dav/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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