summaryrefslogtreecommitdiffstats
path: root/apps/user_status/tests
Commit message (Expand)AuthorAgeFilesLines
* feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-221-170/+1
* Remove unreachable UserStatus#clearStatus routejld31032023-05-081-9/+0
* feat(status): Add a capability for the restoreJoas Schilling2023-04-181-0/+1
* Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-021-1/+1
* Fix phpunitJoas Schilling2022-09-161-6/+16
* Reset user status based on message ID onlyJoas Schilling2022-07-221-3/+13
* Also reset the status on clearAtJoas Schilling2022-05-273-13/+9
* Fix unit testsJoas Schilling2022-05-271-4/+7
* Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-283-114/+14
* Do status and predefined message setting in one goJoas Schilling2022-02-151-0/+61
* Create the backup user status in 1 query instead of 3Joas Schilling2022-02-151-39/+25
* Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-152-0/+110
* Respect user enumeration settings in user status listsJonas Meurer2021-10-201-1/+58
* Add an API to set and rollback the user statusCarl Schwan2021-10-182-8/+70
* Revert "Fix Recent statuses plural/singular"kesselb2021-08-091-1/+1
* Fix Recent statuses plural/singularszaimen2021-08-081-1/+1
* Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-statusblizzz2021-06-072-0/+42
|\
| * Don't update statuses to offline again and againJoas Schilling2021-06-072-0/+42
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0415-105/+112
|/
* Use executeQuery and executeUpdate in the QBMapperChristoph Wurst2021-03-181-2/+2
* Merge pull request #23129 from nextcloud/enh/noid/tests-user-statusMorris Jobke2020-10-062-1/+27
|\
| * Another test for user live status listenerDaniel Kesselberg2020-10-011-1/+3
| * Add test case for getDefaultStatusByIdDaniel Kesselberg2020-09-241-0/+24
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* | Merge pull request #23112 from nextcloud/bugfix/noid/increase-timeout-of-stat...Roeland Jago Douma2020-10-012-3/+3
|\ \
| * | Increase the timeout of statusesJoas Schilling2020-10-012-3/+3
| |/
* / Reset the user status when clearing the custom messageJoas Schilling2020-09-301-5/+23
|/
* Do not display Offline statuses in the Dashboard widgetGeorg Ehrke2020-09-071-5/+5
* Better cleanup routine for statusesGeorg Ehrke2020-09-073-3/+75
* Introduce consts for statusesGeorg Ehrke2020-09-072-2/+2
* Add Status DashboardGeorg Ehrke2020-08-203-0/+285
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-053-0/+188
* Add user-status appGeorg Ehrke2020-07-3112-0/+1975