aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/tests
Commit message (Collapse)AuthorAgeFilesLines
* Use executeQuery and executeUpdate in the QBMapperChristoph Wurst2021-03-181-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #23129 from nextcloud/enh/noid/tests-user-statusMorris Jobke2020-10-062-1/+27
|\ | | | | More tests for user_status
| * Another test for user live status listenerDaniel Kesselberg2020-10-011-1/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Add test case for getDefaultStatusByIdDaniel Kesselberg2020-09-241-0/+24
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #23112 from ↵Roeland Jago Douma2020-10-012-3/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/increase-timeout-of-statuses Increase the timeout of statuses
| * | Increase the timeout of statusesJoas Schilling2020-10-012-3/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Reset the user status when clearing the custom messageJoas Schilling2020-09-301-5/+23
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not display Offline statuses in the Dashboard widgetGeorg Ehrke2020-09-071-5/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Better cleanup routine for statusesGeorg Ehrke2020-09-073-3/+75
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Introduce consts for statusesGeorg Ehrke2020-09-072-2/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add Status DashboardGeorg Ehrke2020-08-203-0/+285
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-053-0/+188
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add user-status appGeorg Ehrke2020-07-3112-0/+1975
Signed-off-by: Georg Ehrke <developer@georgehrke.com>