aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Service
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-15/+7
* 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-303-59/+6
* 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(ooo): add new ooo status with new emojiAnna Larch2023-12-181-0/+15
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-301-1/+1
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-282-48/+16
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-21/+20
* 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-092-44/+98
* 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
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Reset user status based on message ID onlyJoas Schilling2022-07-221-5/+4
* Fix predefined messageJoas Schilling2022-07-011-1/+6
* 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-282-116/+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
* Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-231-1/+1
|\
| * Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-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-182-3/+78
* 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-044-28/+30
|/
* Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPESJoas Schilling2020-10-131-1/+2
* Increase the timeout of statusesJoas Schilling2020-10-011-1/+1
* Always use IUserStatus constsGeorg Ehrke2020-09-072-20/+16
* Better cleanup routine for statusesGeorg Ehrke2020-09-071-0/+16
* Introduce consts for statusesGeorg Ehrke2020-09-072-17/+38
* 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-314-0/+706