aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/src/service
Commit message (Collapse)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-2/+2
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-283-55/+7
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(dav): adjust usages of webdav.customRequestRichard Steinmetz2024-03-201-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add UI to opt-in on the status automationJoas Schilling2022-07-011-0/+50
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Replace CalDAV availability component with component libChristoph Wurst2022-02-171-108/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Replace license information to SPDX expressionLouis Chemineau2022-01-112-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add generic type and description when its missingLouis Chemineau2022-01-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-0/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Get VTIMEZONE data from a time zone database libChristoph Wurst2021-10-251-3/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Read and write time zone ID when updating CalDAV availabilityChristoph Wurst2021-10-251-3/+16
| | | | | | Tiny bug/limitation of #27466 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Prevent duplicate CalDAV availability slots for recurring slotsChristoph Wurst2021-10-201-5/+27
| | | | | | | | | If there is the same time slot for more than one day, then we wrote two recurring AVAILABILITY components before. With this patch equal blocks are combined into one recurring component. This makes the generated rules more compact and easier to work with. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add missing trailing commas in DAV availability settingsChristoph Wurst2021-10-191-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add scheduling availability settingsChristoph Wurst2021-10-182-0/+175
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>