| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(userstatus): add back 0 timestamp for status without message | Anna Larch | 2024-02-12 | 1 | -1/+7 |
* | fix(userstatus): CALL status should overwrite MEETING status | Anna Larch | 2024-01-25 | 1 | -9/+24 |
* | fix(userstatus): catch unique constraint violation | Anna Larch | 2024-01-16 | 1 | -2/+17 |
* | feat(user_status): Add online status type for OpenAPI | provokateurin | 2024-01-10 | 3 | -2/+9 |
* | fix(userstatus): set user status to 'In a meeting' if calendar is busy | Anna Larch | 2023-12-19 | 3 | -31/+14 |
* | fix(ooo): add new ooo status with new emoji | Anna Larch | 2023-12-18 | 2 | -1/+16 |
* | fix(copyright): Fix copyright doc blocks | Joas Schilling | 2023-12-01 | 3 | -3/+3 |
* | [stable28] enh(userstatus): add OOO automation and remove calendar automation | Anna Larch | 2023-11-28 | 6 | -70/+92 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 17 | -56/+52 |
* | fix(userstatus): Only track message timestamp for values | Christoph Wurst | 2023-11-16 | 2 | -2/+8 |
* | fix(userstatus): Do not override message timestamp for default messages | Christoph Wurst | 2023-11-13 | 1 | -1/+0 |
* | feat(user status): automate user status for events | Anna Larch | 2023-11-09 | 4 | -45/+119 |
* | feat(contactsmenu): Sort by user status | Christoph Wurst | 2023-11-08 | 1 | -0/+2 |
* | feat(contactsmenu): Show user status | Christoph Wurst | 2023-10-31 | 1 | -0/+65 |
* | fix(userstatus): Track message timestamp too | Christoph Wurst | 2023-09-29 | 5 | -2/+82 |
* | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 3 | -1/+7 |
* | fix(userstatus): Sync migration version number with app version | Christoph Wurst | 2023-09-26 | 1 | -5/+7 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -28/+8 |
* | feat(dashboard): implement widget item api v2 | Richard Steinmetz | 2023-08-22 | 1 | -12/+15 |
* | user_status: Add OpenAPI spec | jld3103 | 2023-07-04 | 7 | -33/+154 |
* | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -3/+0 |
* | Remove unreachable UserStatus#clearStatus route | jld3103 | 2023-05-08 | 1 | -10/+0 |
* | feat(status): Add a capability for the restore | Joas Schilling | 2023-04-18 | 1 | -0/+1 |
* | feat(user_status): Allow to manually revert an automated status | Joas Schilling | 2023-04-18 | 2 | -3/+23 |
* | Fix user_status heartbeat response | jld3103 | 2023-01-25 | 1 | -7/+7 |
* | Update the user status dashboard widget and fix the icon color | Joas Schilling | 2023-01-02 | 1 | -2/+2 |
* | Properly escape underscore in db query | Carl Schwan | 2022-10-13 | 1 | -1/+1 |
* | Do the filtering on the DB instead | Carl Schwan | 2022-10-13 | 2 | -6/+10 |
* | Filter out backup user status (those beginning with _ as userId) | tobiasKaminsky | 2022-10-13 | 1 | -1/+2 |
* | set round item icons for user status widget | Robin Appelman | 2022-09-15 | 1 | -6/+5 |
* | implement IButtonWidget and IIconWidget in user_status | Julien Veyssier | 2022-09-15 | 1 | -3/+21 |
* | implement IAPIWidget in user_status | Julien Veyssier | 2022-09-15 | 1 | -28/+58 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Reset user status based on message ID only | Joas Schilling | 2022-07-22 | 3 | -10/+7 |
* | Make user status heartbeat API publicly accessible | jld3103 | 2022-07-21 | 1 | -1/+2 |
* | Fix predefined message | Joas Schilling | 2022-07-01 | 1 | -1/+6 |
* | Also reset the status on clearAt | Joas Schilling | 2022-05-27 | 4 | -12/+9 |
* | Fix missing status with predefined status in drop-down | Joas Schilling | 2022-05-27 | 2 | -2/+4 |
* | Extract the EmojiService from user status and add an OCP interface | Joas Schilling | 2022-04-28 | 3 | -128/+10 |
* | Fetch status in heartbeat controller only once | Carl Schwan | 2022-04-07 | 3 | -27/+23 |
* | Add global profile toggle config | Christopher Ng | 2022-03-18 | 1 | -10/+8 |
* | Fix user status not resetting correctly after a call | Joas Schilling | 2022-03-11 | 1 | -1/+1 |
* | Do status and predefined message setting in one go | Joas Schilling | 2022-02-15 | 2 | -8/+57 |
* | Create the backup user status in 1 query instead of 3 | Joas Schilling | 2022-02-15 | 2 | -19/+25 |
* | Don't include unindexed is_backup in the query, it's ensured by the user_id l... | Joas Schilling | 2022-02-15 | 1 | -2/+1 |
* | Allow to revert the user status of multiple users in 3 queries instead of 3*n | Joas Schilling | 2022-02-15 | 3 | -3/+58 |
* | Delete the user status without loading it first | Joas Schilling | 2022-02-15 | 2 | -9/+25 |
* | Directly delete the user status instead of getting it a second time | Joas Schilling | 2022-02-15 | 1 | -1/+1 |
* | Migrate to webpack v5 | Louis Chemineau | 2022-01-08 | 1 | -1/+1 |
* | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -1/+1 |