]> source.dussan.org Git - nextcloud-server.git/commit
fix(dav): Make current ooo info time-dependent 41962/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 1 Dec 2023 09:46:16 +0000 (10:46 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 5 Dec 2023 07:36:50 +0000 (08:36 +0100)
commit9a206c6282a55c9fdeb99abe8684199c0f934d7f
treeafbcabe90d48f80bf26284651bbbfceba806bb4e
parente27e2e43955bc09bbce86b4cfe458a2af2f66724
fix(dav): Make current ooo info time-dependent

* 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>
apps/dav/appinfo/routes.php
apps/dav/lib/Controller/OutOfOfficeController.php
apps/dav/lib/ResponseDefinitions.php
apps/dav/lib/Service/AbsenceService.php
apps/dav/openapi.json
lib/private/User/OutOfOfficeData.php
lib/public/User/IOutOfOfficeData.php