summaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unreachable UserStatus#clearStatus routejld31032023-05-081-10/+0
* feat(status): Add a capability for the restoreJoas Schilling2023-04-181-0/+1
* feat(user_status): Allow to manually revert an automated statusJoas Schilling2023-04-182-3/+23
* Fix user_status heartbeat responsejld31032023-01-251-7/+7
* Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-021-2/+2
* Properly escape underscore in db queryCarl Schwan2022-10-131-1/+1
* Do the filtering on the DB insteadCarl Schwan2022-10-132-6/+10
* Filter out backup user status (those beginning with _ as userId)tobiasKaminsky2022-10-131-1/+2
* set round item icons for user status widgetRobin Appelman2022-09-151-6/+5
* implement IButtonWidget and IIconWidget in user_statusJulien Veyssier2022-09-151-3/+21
* implement IAPIWidget in user_statusJulien Veyssier2022-09-151-28/+58
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Reset user status based on message ID onlyJoas Schilling2022-07-223-10/+7
* Make user status heartbeat API publicly accessiblejld31032022-07-211-1/+2
* Fix predefined messageJoas Schilling2022-07-011-1/+6
* Also reset the status on clearAtJoas Schilling2022-05-274-12/+9
* Fix missing status with predefined status in drop-downJoas Schilling2022-05-272-2/+4
* Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-283-128/+10
* Fetch status in heartbeat controller only onceCarl Schwan2022-04-073-27/+23
* Add global profile toggle configChristopher Ng2022-03-181-10/+8
* 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-152-8/+57
* Create the backup user status in 1 query instead of 3Joas Schilling2022-02-152-19/+25
* 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-153-3/+58
* Delete the user status without loading it firstJoas Schilling2022-02-152-9/+25
* Directly delete the user status instead of getting it a second timeJoas Schilling2022-02-151-1/+1
* Migrate to webpack v5Louis Chemineau2022-01-081-1/+1
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
* Make the UserStatusMapper a generic instance of QBMapperChristoph Wurst2021-12-291-8/+2
* 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-233-15/+21
|/
* Respect user enumeration settings in user status listsJonas Meurer2021-10-202-6/+43
* Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-181-2/+30
|\
| * Profile backendChristopher Ng2021-10-191-2/+30
* | Add an API to set and rollback the user statusCarl Schwan2021-10-187-7/+165
|/
* Revert "Fix Recent statuses plural/singular"kesselb2021-08-091-1/+1
* Fix Recent statuses plural/singularszaimen2021-08-081-1/+1
* Save a request everytime we send the heartbeatJoas Schilling2021-06-161-11/+29
* Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-statusblizzz2021-06-072-0/+5
|\
| * Don't update statuses to offline again and againJoas Schilling2021-06-072-0/+5
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0427-179/+191
|/
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* Make is_user_defined nullable so we can store false on oracleJoas Schilling2020-11-112-1/+63
* UserStatus: no message means clear status message. This fixes #23332Simon Spannagel2020-11-021-2/+2
* Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPESJoas Schilling2020-10-131-1/+2
* 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-011-1/+1
|\
| * Increase the timeout of statusesJoas Schilling2020-10-011-1/+1