Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make push notifications for calendar reminders opt-in | Georg Ehrke | 2019-09-02 | 1 | -0/+6 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Support event reminders (email and notifications) | Thomas Citharel | 2019-08-15 | 1 | -0/+21 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | make text in Groupware Settings translateable | Georg Ehrke | 2019-02-01 | 1 | -3/+16 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | fix link to Calendar app in Groupware page | Georg Ehrke | 2019-02-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Turn "email server" in groupware settings to link to mail settings | Georg Ehrke | 2019-02-01 | 1 | -1/+13 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Keep Calendar server settings in groupware but link mail server settings | Jan-Christoph Borchardt | 2019-02-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Calendar server: Link Calendar app and calendar sync docs | Jan-Christoph Borchardt | 2019-02-01 | 1 | -0/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Rename CalDAV to Calendar settings | Julius Härtl | 2018-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Include accept / decline links in CalDAV invitation emails | Georg Ehrke | 2018-06-29 | 3 | -0/+46 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | 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 |