Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-27Also reset the status on clearAtbugfix/noid/reset-status-on-clearAtJoas Schilling
2022-05-27Fix missing status with predefined status in drop-downJoas Schilling
2022-04-28Extract the EmojiService from user status and add an OCP interfaceJoas Schilling
2022-04-07Fetch status in heartbeat controller only onceCarl Schwan
2022-03-18Add global profile toggle configChristopher Ng
2022-03-11Fix user status not resetting correctly after a callJoas Schilling
2022-02-15Do status and predefined message setting in one goJoas Schilling
2022-02-15Create the backup user status in 1 query instead of 3Joas Schilling
2022-02-15Don't include unindexed is_backup in the query, it's ensured by the user_id l...Joas Schilling
2022-02-15Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling
2022-02-15Delete the user status without loading it firstJoas Schilling
2022-02-15Directly delete the user status instead of getting it a second timeJoas Schilling
2022-01-08Migrate to webpack v5Louis Chemineau
2022-01-08Move bundles to /distJohn Molakvoæ (skjnldsv)
2021-12-29Make the UserStatusMapper a generic instance of QBMapperChristoph Wurst
2021-11-23Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry
2021-11-23Fix multiple bugs with user statusCarl Schwan
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
2021-10-20Respect user enumeration settings in user status listsJonas Meurer
2021-10-19Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal
2021-10-19Profile backendChristopher Ng
2021-10-18Add an API to set and rollback the user statusCarl Schwan
2021-08-09Revert "Fix Recent statuses plural/singular"kesselb
2021-08-08Fix Recent statuses plural/singularszaimen
2021-06-16Save a request everytime we send the heartbeatJoas Schilling
2021-06-07Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-statusblizzz
2021-06-07Don't update statuses to offline again and againJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2020-11-11Make is_user_defined nullable so we can store false on oracleJoas Schilling
2020-11-02UserStatus: no message means clear status message. This fixes #23332Simon Spannagel
2020-10-13Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPESJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-10-01Merge pull request #23112 from nextcloud/bugfix/noid/increase-timeout-of-stat...Roeland Jago Douma
2020-10-01Increase the timeout of statusesJoas Schilling
2020-09-30Reset the user status when clearing the custom messageJoas Schilling
2020-09-24Only load user status script when neededJulius Härtl
2020-09-07Always use IUserStatus constsGeorg Ehrke
2020-09-07Add MigrationStep to add better IndizesGeorg Ehrke
2020-09-07Do not display Offline statuses in the Dashboard widgetGeorg Ehrke
2020-09-07Better cleanup routine for statusesGeorg Ehrke
2020-09-07HeartbeatController: PHPDoc fixesGeorg Ehrke
2020-09-07Introduce consts for statusesGeorg Ehrke
2020-08-20Add Status DashboardGeorg Ehrke
2020-08-05Provide a PHP Api for UserStatusGeorg Ehrke
2020-07-31Add user-status appGeorg Ehrke