aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Db/UserStatusMapper.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-19/+2
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-301-1/+1
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-20/+0
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+20
* fix(userstatus): Track message timestamp tooChristoph Wurst2023-09-291-1/+2
* Properly escape underscore in db queryCarl Schwan2022-10-131-1/+1
* Do the filtering on the DB insteadCarl Schwan2022-10-131-4/+9
* Reset user status based on message ID onlyJoas Schilling2022-07-221-3/+1
* Also reset the status on clearAtJoas Schilling2022-05-271-6/+2
* Create the backup user status in 1 query instead of 3Joas Schilling2022-02-151-0/+17
* Don't include unindexed is_backup in the query, it's ensured by the user_id l...Joas Schilling2022-02-151-2/+1
* Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-151-1/+18
* Delete the user status without loading it firstJoas Schilling2022-02-151-0/+19
* Make the UserStatusMapper a generic instance of QBMapperChristoph Wurst2021-12-291-8/+2
* Add an API to set and rollback the user statusCarl Schwan2021-10-181-2/+3
* 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/+7
|/
* Always use IUserStatus constsGeorg Ehrke2020-09-071-4/+4
* Do not display Offline statuses in the Dashboard widgetGeorg Ehrke2020-09-071-1/+1
* Better cleanup routine for statusesGeorg Ehrke2020-09-071-1/+21
* Introduce consts for statusesGeorg Ehrke2020-09-071-1/+1
* Add Status DashboardGeorg Ehrke2020-08-201-0/+27
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-051-0/+14
* Add user-status appGeorg Ehrke2020-07-311-0/+104