Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(user_status): Catch non-existing user status when setting custom user status | provokateurin | 2024-12-18 | 1 | -0/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(user_status): Allow null userId in UserStatusController | provokateurin | 2024-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(user_status): Use constraint for findAll() offset | provokateurin | 2024-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 4 | -9/+9 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 3 | -33/+15 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | refactor(user_status): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 4 | -20/+14 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-30 | 4 | -83/+8 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | refactor(user_status): Switch to attribute based routing | provokateurin | 2024-02-21 | 4 | -0/+14 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #42527 from nextcloud/feat/user_status/online-status-type | Kate | 2024-01-10 | 2 | -1/+6 |
|\ | |||||
| * | feat(user_status): Add online status type for OpenAPI | provokateurin | 2024-01-10 | 2 | -1/+6 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(user_status): Allow setting custom message with icon only | provokateurin | 2023-12-30 | 1 | -1/+1 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(userstatus): set user status to 'In a meeting' if calendar is busy | Anna Larch | 2023-12-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -14/+12 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 3 | -1/+7 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -28/+8 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | user_status: Add OpenAPI spec | jld3103 | 2023-07-04 | 4 | -29/+87 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Remove unreachable UserStatus#clearStatus route | jld3103 | 2023-05-08 | 1 | -10/+0 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | feat(user_status): Allow to manually revert an automated status | Joas Schilling | 2023-04-18 | 1 | -0/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix user_status heartbeat response | jld3103 | 2023-01-25 | 1 | -7/+7 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Make user status heartbeat API publicly accessible | jld3103 | 2022-07-21 | 1 | -1/+2 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Also reset the status on clearAt | Joas Schilling | 2022-05-27 | 1 | -2/+2 |
| | | | | | | | | | When you set yourself to "DND - In a meeting" for one hour, the expectation is that you are also "online"/normal again when the meeting is over. So we extend the logic to also include the status itself to be reverted. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fetch status in heartbeat controller only once | Carl Schwan | 2022-04-07 | 1 | -10/+10 |
| | | | | | | Store the user status inside the event instead of fetching it again Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix multiple bugs with user status | Carl Schwan | 2021-11-23 | 2 | -3/+5 |
| | | | | | | | | * Fix editing the status while on a call, don't send a bogus request * Clean backup user status when setting up a new status manually * A bit more type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Add an API to set and rollback the user status | Carl Schwan | 2021-10-18 | 1 | -1/+4 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Save a request everytime we send the heartbeat | Joas Schilling | 2021-06-16 | 1 | -11/+29 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -27/+31 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | UserStatus: no message means clear status message. This fixes #23332 | Simon Spannagel | 2020-11-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Simon Spannagel <simonspa@kth.se> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Reset the user status when clearing the custom message | Joas Schilling | 2020-09-30 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Always use IUserStatus consts | Georg Ehrke | 2020-09-07 | 2 | -4/+5 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | HeartbeatController: PHPDoc fixes | Georg Ehrke | 2020-09-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Introduce consts for statuses | Georg Ehrke | 2020-09-07 | 2 | -3/+4 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Add user-status app | Georg Ehrke | 2020-07-31 | 4 | -0/+455 |
Signed-off-by: Georg Ehrke <developer@georgehrke.com> |