aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Service/StatusService.php
Commit message (Expand)AuthorAgeFilesLines
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-2/+2
* fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-251-5/+29
* chore: Add SPDX headerAndy Scherzinger2024-05-301-21/+2
* fix(status): Update status time when reverting to it manuallyJoas Schilling2024-04-171-3/+6
* fix(userstatus): add back 0 timestamp for status without messageAnna Larch2024-02-121-1/+7
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-9/+24
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-191-30/+1
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-301-1/+1
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-48/+15
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-20/+19
* fix(userstatus): Only track message timestamp for valuesChristoph Wurst2023-11-161-1/+7
* 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-091-44/+96
* fix(userstatus): Track message timestamp tooChristoph Wurst2023-09-291-0/+6
* feat(user_status): Allow to manually revert an automated statusJoas Schilling2023-04-181-3/+10
* Reset user status based on message ID onlyJoas Schilling2022-07-221-5/+4
* Also reset the status on clearAtJoas Schilling2022-05-271-3/+4
* Fix missing status with predefined status in drop-downJoas Schilling2022-05-271-1/+0
* Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-281-14/+5
* 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-151-0/+55
* Create the backup user status in 1 query instead of 3Joas Schilling2022-02-151-19/+8
* Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-151-2/+36
* Delete the user status without loading it firstJoas Schilling2022-02-151-9/+6
* Directly delete the user status instead of getting it a second timeJoas Schilling2022-02-151-1/+1
* Fix multiple bugs with user statusCarl Schwan2021-11-231-12/+16
* Respect user enumeration settings in user status listsJonas Meurer2021-10-201-4/+33
* Add an API to set and rollback the user statusCarl Schwan2021-10-181-3/+63
* Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-statusblizzz2021-06-071-0/+4
|\
| * Don't update statuses to offline again and againJoas Schilling2021-06-071-0/+4
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+8
|/
* Increase the timeout of statusesJoas Schilling2020-10-011-1/+1
* Always use IUserStatus constsGeorg Ehrke2020-09-071-19/+14
* Better cleanup routine for statusesGeorg Ehrke2020-09-071-0/+16
* Introduce consts for statusesGeorg Ehrke2020-09-071-16/+37
* Add Status DashboardGeorg Ehrke2020-08-201-0/+11
* Provide a PHP Api for UserStatusGeorg Ehrke2020-08-051-0/+10
* Add user-status appGeorg Ehrke2020-07-311-0/+335