Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -2/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -10/+10 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(userstatus): add missing parenthesis | Anna Larch | 2024-08-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -19/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(userstatus): catch unique constrain violation on revert | Anna Larch | 2024-05-06 | 1 | -2/+25 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(caldav): only call getTimestamp() on actual DateTime data | Thomas Citharel | 2024-02-02 | 1 | -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 all | Joas Schilling | 2024-01-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(userstatus): CALL status should overwrite MEETING status | Anna Larch | 2024-01-24 | 1 | -16/+19 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98" | Joas Schilling | 2024-01-10 | 1 | -4/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(userstatus): set user status to 'In a meeting' if calendar is busy | Anna Larch | 2023-12-19 | 2 | -188/+93 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(copyright): Fix copyright doc blocks | Joas Schilling | 2023-11-30 | 2 | -44/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | enh(userstatus): add OOO automation and remove calendar automation | Anna Larch | 2023-11-28 | 2 | -21/+20 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -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 events | Anna Larch | 2023-11-09 | 2 | -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> |