summaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Service
Commit message (Expand)AuthorAgeFilesLines
* feat(user_status): Allow to manually revert an automated statusJoas Schilling2023-04-181-3/+10
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Reset user status based on message ID onlyJoas Schilling2022-07-221-5/+4
* Fix predefined messageJoas Schilling2022-07-011-1/+6
* Also reset the status on clearAtJoas Schilling2022-05-271-3/+4
* Fix missing status with predefined status in drop-downJoas Schilling2022-05-271-1/+0
* Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-282-116/+5
* Fix user status not resetting correctly after a callJoas Schilling2022-03-111-1/+1
* Do status and predefined message setting in one goJoas Schilling2022-02-151-0/+55
* Create the backup user status in 1 query instead of 3Joas Schilling2022-02-151-19/+8
* Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-151-2/+36
* Delete the user status without loading it firstJoas Schilling2022-02-151-9/+6
* Directly delete the user status instead of getting it a second timeJoas Schilling2022-02-151-1/+1
* Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-231-1/+1
|\
| * Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-1/+1
* | Fix multiple bugs with user statusCarl Schwan2021-11-231-12/+16
|/
* Respect user enumeration settings in user status listsJonas Meurer2021-10-201-4/+33
* Add an API to set and rollback the user statusCarl Schwan2021-10-182-3/+78
* Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-statusblizzz2021-06-071-0/+4
|\
| * Don't update statuses to offline again and againJoas Schilling2021-06-071-0/+4
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-28/+30
|/
* Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPESJoas Schilling2020-10-131-1/+2
* Increase the timeout of statusesJoas Schilling2020-10-011-1/+1
* Always use IUserStatus constsGeorg Ehrke2020-09-072-20/+16
* Better cleanup routine for statusesGeorg Ehrke2020-09-071-0/+16
* Introduce consts for statusesGeorg Ehrke2020-09-072-17/+38
* Add Status DashboardGeorg Ehrke2020-08-201-0/+11
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-051-0/+10
* Add user-status appGeorg Ehrke2020-07-314-0/+706