aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-131-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-051-1/+2
| | | | | | | | * If there is an out of office absence info and it happens now -> return data * Else: return no data Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(out-of-office)!: Remove non OCS endpointJoas Schilling2023-12-011-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-011-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+1
| | | | | | | [skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(dav): implement personal absence settingsRichard Steinmetz2023-11-071-1/+4
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-291-0/+4
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* First step of DAV endpointRoeland Jago Douma2018-04-261-1/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+29
Signed-off-by: Georg Ehrke <developer@georgehrke.com>