Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add admin checkbox to disable birthday calendars | Georg Ehrke | 2017-11-09 | 1 | -0/+8 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Update settings-admin-caldav.php | rakekniven | 2017-10-21 | 1 | -1/+1 |
| | |||||
* | add admin settings panel for dav app | Georg Ehrke | 2017-10-16 | 1 | -0/+40 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Improve design of various error messages | Jan-Christoph Borchardt | 2017-08-12 | 1 | -3/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Remove any detailed information about the exception in the browser error plugin | Thomas Müller | 2016-10-25 | 1 | -13/+0 |
| | |||||
* | Don't print exception message in HTML | Lukas Reschke | 2016-09-09 | 1 | -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 Schilling | 2016-07-21 | 1 | -2/+20 |
| | |||||
* | In case of exception we return an html page in case the client is a browser | Thomas Müller | 2016-03-24 | 1 | -0/+30 |