aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Controller/UserStatusController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(user_status): Catch non-existing user status when setting custom user statusprovokateurin4 days1-0/+3
* fix(user_status): Allow null userId in UserStatusControllerprovokateurin4 days1-1/+1
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+2
* refactor(user_status): Replace security annotations with respective attributesprovokateurin2024-07-271-12/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-301-22/+2
* refactor(user_status): Switch to attribute based routingprovokateurin2024-02-211-0/+7
* Merge pull request #42527 from nextcloud/feat/user_status/online-status-typeKate2024-01-101-1/+4
|\
| * feat(user_status): Add online status type for OpenAPIprovokateurin2024-01-101-1/+4
* | fix(user_status): Allow setting custom message with icon onlyprovokateurin2023-12-301-1/+1
|/
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-191-0/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-28/+8
* user_status: Add OpenAPI specjld31032023-07-041-17/+47
* Remove unreachable UserStatus#clearStatus routejld31032023-05-081-10/+0
* feat(user_status): Allow to manually revert an automated statusJoas Schilling2023-04-181-0/+13
* Also reset the status on clearAtJoas Schilling2022-05-271-2/+2
* Fix multiple bugs with user statusCarl Schwan2021-11-231-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-6/+9
* UserStatus: no message means clear status message. This fixes #23332Simon Spannagel2020-11-021-2/+2
* Reset the user status when clearing the custom messageJoas Schilling2020-09-301-1/+6
* Add user-status appGeorg Ehrke2020-07-311-0/+191