aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib
Commit message (Expand)AuthorAgeFilesLines
* refactor(user_status): Switch to attribute based routingprovokateurin2024-02-214-0/+14
* fix(userstatus): add back 0 timestamp for status without messageAnna Larch2024-02-121-1/+7
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-9/+24
* fix(userstatus): catch unique constraint violationAnna Larch2024-01-161-2/+17
* Merge pull request #42527 from nextcloud/feat/user_status/online-status-typeKate2024-01-103-2/+9
|\
| * feat(user_status): Add online status type for OpenAPIprovokateurin2024-01-103-2/+9
* | fix(user_status): Allow setting custom message with icon onlyprovokateurin2023-12-301-1/+1
|/
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-193-31/+14
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-182-1/+16
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-303-3/+3
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-286-70/+92
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2317-56/+52
* fix(userstatus): Only track message timestamp for valuesChristoph Wurst2023-11-162-2/+8
* fix(userstatus): Do not override message timestamp for default messagesChristoph Wurst2023-11-131-1/+0
* feat(user status): automate user status for eventsAnna Larch2023-11-094-45/+119
* feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-081-0/+2
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-0/+65
* fix(userstatus): Track message timestamp tooChristoph Wurst2023-09-295-2/+82
* Add single status code descriptions for OpenAPIjld31032023-09-273-1/+7
* fix(userstatus): Sync migration version number with app versionChristoph Wurst2023-09-261-5/+7
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-28/+8
* feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-221-12/+15
* user_status: Add OpenAPI specjld31032023-07-047-33/+154
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-3/+0
* 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