Commit Graph

60 Commits (c9c49bfef8ff39eb052d9bddb796882290467c98)

Author SHA1 Message Date
Joas Schilling 90a817cee5
feat(status): Add a capability for the restore 3 years ago
Joas Schilling 64776ff042
feat(user_status): Allow to manually revert an automated status 3 years ago
jld3103 1f49a56a98
Fix user_status heartbeat response 3 years ago
Joas Schilling f998fe0af3
Update the user status dashboard widget and fix the icon color 3 years ago
Carl Schwan f8453df98e
Properly escape underscore in db query 3 years ago
Carl Schwan 8c95e46744 Do the filtering on the DB instead 3 years ago
tobiasKaminsky cfdca11ad9
Filter out backup user status (those beginning with _ as userId) 3 years ago
Robin Appelman 9ba26ee326
set round item icons for user status widget 3 years ago
Julien Veyssier 500ba958f3
implement IButtonWidget and IIconWidget in user_status 3 years ago
Julien Veyssier 8e2e3b4a9f
implement IAPIWidget in user_status 3 years ago
luz paz 9d26671f05 Fix typos in apps/ subdirectory 3 years ago
Joas Schilling 9a9db2802b
Reset user status based on message ID only 4 years ago
jld3103 3e7a36b309
Make user status heartbeat API publicly accessible 4 years ago
Joas Schilling 159272bb93
Fix predefined message 4 years ago
Joas Schilling 1429a9a8ef
Also reset the status on clearAt 4 years ago
Joas Schilling 5f2e7e9710
Fix missing status with predefined status in drop-down 4 years ago
Joas Schilling 902476fa20
Extract the EmojiService from user status and add an OCP interface 4 years ago
Carl Schwan 1dbe7dafe2 Fetch status in heartbeat controller only once 4 years ago
Christopher Ng 1fc0b4320c Add global profile toggle config 4 years ago
Joas Schilling bac2508d77
Fix user status not resetting correctly after a call 4 years ago
Joas Schilling 058d1de260
Do status and predefined message setting in one go 4 years ago
Joas Schilling 5fcbb1ca62
Create the backup user status in 1 query instead of 3 4 years ago
Joas Schilling 658547d274
Don't include unindexed is_backup in the query, it's ensured by the user_id leading underscore already 4 years ago
Joas Schilling deec4f31db
Allow to revert the user status of multiple users in 3 queries instead of 3*n 4 years ago
Joas Schilling 194338cca3
Delete the user status without loading it first 4 years ago
Joas Schilling c5d11abff9
Directly delete the user status instead of getting it a second time 4 years ago
Louis Chemineau adfb9010d4
Migrate to webpack v5 4 years ago
John Molakvoæ (skjnldsv) b664aad7ab
Move bundles to /dist 4 years ago
Christoph Wurst 6ef63d27a8
Make the UserStatusMapper a generic instance of QBMapper 4 years ago
Carl Schwan 92fe694b7f
Fix multiple bugs with user status 4 years ago
Côme Chilliet 113756db30
Fix ArrayAccess and JsonSerializable return types 4 years ago
Jonas Meurer 3fe267b772
Respect user enumeration settings in user status lists 4 years ago
Christopher Ng 309354852f Profile backend 4 years ago
Carl Schwan 2cb48f484b
Add an API to set and rollback the user status 4 years ago
kesselb 224fdc10f4
Revert "Fix Recent statuses plural/singular" 4 years ago
szaimen 3897b68883 Fix Recent statuses plural/singular 4 years ago
Joas Schilling 38d2f978a6
Save a request everytime we send the heartbeat 5 years ago
Joas Schilling 55c44580c2
Don't update statuses to offline again and again 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst c1d4f8161b
Migrate internal classes to the OCP db col types 5 years ago
Joas Schilling 7a1750af44
Make is_user_defined nullable so we can store false on oracle 5 years ago
Simon Spannagel ad58d13814 UserStatus: no message means clear status message. This fixes #23332 5 years ago
Joas Schilling ee7eb6f2b3
Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Joas Schilling 0c7c358d13
Increase the timeout of statuses 5 years ago
Joas Schilling 32b577a5df
Reset the user status when clearing the custom message 5 years ago
Julius Härtl 54abcbc2aa
Only load user status script when needed 5 years ago
Georg Ehrke d7ccc616e4
Always use IUserStatus consts 5 years ago
Georg Ehrke 2146950a71
Add MigrationStep to add better Indizes 5 years ago
Georg Ehrke 5be49491d3
Do not display Offline statuses in the Dashboard widget 5 years ago