aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Controller/StatusesController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(user_status): Use constraint for findAll() offsetprovokateurin2024-12-181-1/+1
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-6/+4
* refactor(user_status): Replace security annotations with respective attributesprovokateurin2024-07-271-4/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-301-21/+2
* refactor(user_status): Switch to attribute based routingprovokateurin2024-02-211-0/+3
* feat(user_status): Add online status type for OpenAPIprovokateurin2024-01-101-0/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* Add single status code descriptions for OpenAPIjld31032023-09-271-1/+3
* user_status: Add OpenAPI specjld31032023-07-041-7/+19
* Fix multiple bugs with user statusCarl Schwan2021-11-231-3/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+8
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Always use IUserStatus constsGeorg Ehrke2020-09-071-2/+3
* Introduce consts for statusesGeorg Ehrke2020-09-071-2/+2
* Add user-status appGeorg Ehrke2020-07-311-0/+107