aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Db
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-4/+5
|\ | | | | feat(AppFramework): Add full support for date / time / datetime columns
| * fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-4/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-1/+1
|/ | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-031-4/+4
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-0/+14
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-276-114/+14
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-2/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-234-4/+142
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+28
| | | | | | | [skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(dav): implement personal absence settings backendRichard Steinmetz2023-10-292-0/+149
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move DirectMapper to QBMapperRoeland Jago Douma2021-03-031-13/+8
| | | | | | Mapper has been deprecated for some time now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-052-2/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add backgroundjob to cleanup expired direct linksRoeland Jago Douma2018-04-261-1/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Dav endpoint returns proper dataRoeland Jago Douma2018-04-261-0/+21
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Request a direct linkRoeland Jago Douma2018-04-261-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add DB mappingRoeland Jago Douma2018-04-262-0/+93
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>