aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/User/AvailabilityCoordinatorTest.php
Commit message (Collapse)AuthorAgeFilesLines
* test: Prepare more tests for PHPUnit 10Joas Schilling2025-04-301-2/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-3/+15
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-29/+61
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-6/+12
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+16
| | | | | | | | | | | Makes the feature opt-out now that we have meaningful integrations based on OOO data. Allows instances still to turn the feature off. For apps like Mail that build on top of this feature we need to know if the instance has the feature turned on or off. This is exposed as OCP API, too. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+164
[skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>