summaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reset the user status when clearing the custom messageJoas Schilling2020-09-301-1/+6
|/
* Only load user status script when neededJulius Härtl2020-09-241-1/+2
* Always use IUserStatus constsGeorg Ehrke2020-09-078-34/+32
* Add MigrationStep to add better IndizesGeorg Ehrke2020-09-071-0/+57
* Do not display Offline statuses in the Dashboard widgetGeorg Ehrke2020-09-071-1/+1
* Better cleanup routine for statusesGeorg Ehrke2020-09-073-2/+42
* HeartbeatController: PHPDoc fixesGeorg Ehrke2020-09-071-0/+2
* Introduce consts for statusesGeorg Ehrke2020-09-079-48/+55
* Add Status DashboardGeorg Ehrke2020-08-204-0/+198
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-055-0/+187
* Add user-status appGeorg Ehrke2020-07-3122-0/+2067