aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Controller/OutOfOfficeController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Use IUser::getDisplayName directlyfix/dav/use-iuser-displaynameChristoph Wurst2025-03-051-4/+2
* fix(dav): Handle long absence status earlierfix/dav/absence-status-too-longChristoph Wurst2025-03-051-2/+6
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-031-5/+5
* Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-1/+20
* chore: Add SPDX headerAndy Scherzinger2024-05-271-19/+2
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-051-4/+35
* feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-011-0/+77
* fix(OOO): Make the returned data more explicitJoas Schilling2023-11-291-4/+3
* feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+78