aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Status
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-10/+10
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(userstatus): add missing parenthesisAnna Larch2024-08-011-3/+3
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(userstatus): catch unique constrain violation on revertAnna Larch2024-05-061-2/+25
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(caldav): only call getTimestamp() on actual DateTime dataThomas Citharel2024-02-021-2/+1
| | | | | | | | For some reason the value of $component['DTSTART'][0] may not be a DateTimeImmutable Closes #42464 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* fix(userstatus): Also set the user status when the user has no status at allJoas Schilling2024-01-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-16/+19
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-101-4/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-192-188/+93
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-302-44/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-282-21/+20
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-10/+8
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(user status): automate user status for eventsAnna Larch2023-11-092-0/+293
and automatically set a user status to free or busy depending on their calendar transparency, event status and availability settings Signed-off-by: Anna Larch <anna@nextcloud.com>