aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/tests/Unit/Db/UserStatusMapperTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-20/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* fix(userstatus): Track message timestamp tooChristoph Wurst2023-09-291-0/+2
* Also reset the status on clearAtJoas Schilling2022-05-271-11/+6
* Do status and predefined message setting in one goJoas Schilling2022-02-151-0/+61
* Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-151-0/+52
* Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-statusblizzz2021-06-071-0/+1
|\
| * Don't update statuses to offline again and againJoas Schilling2021-06-071-0/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+8
|/
* Use executeQuery and executeUpdate in the QBMapperChristoph Wurst2021-03-181-2/+2
* Do not display Offline statuses in the Dashboard widgetGeorg Ehrke2020-09-071-5/+5
* Better cleanup routine for statusesGeorg Ehrke2020-09-071-1/+51
* Introduce consts for statusesGeorg Ehrke2020-09-071-1/+1
* Add Status DashboardGeorg Ehrke2020-08-201-0/+9
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-051-0/+25
* Add user-status appGeorg Ehrke2020-07-311-0/+168