aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Controller/StatusesController.php
Commit message (Collapse)AuthorAgeFilesLines
* user_status: Add OpenAPI specjld31032023-07-041-7/+19
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix multiple bugs with user statusCarl Schwan2021-11-231-3/+1
| | | | | | | | * Fix editing the status while on a call, don't send a bogus request * Clean backup user status when setting up a new status manually * A bit more type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Always use IUserStatus constsGeorg Ehrke2020-09-071-2/+3
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Introduce consts for statusesGeorg Ehrke2020-09-071-2/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add user-status appGeorg Ehrke2020-07-311-0/+107
Signed-off-by: Georg Ehrke <developer@georgehrke.com>