Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -21/+7 |
| | | | | 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 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-30 | 1 | -20/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | refactor(user_status): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -7/+5 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | user_status: Add OpenAPI spec | jld3103 | 2023-07-04 | 1 | -2/+13 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.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> | ||||
* | 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> | ||||
* | 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 | 1 | -7/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Always use IUserStatus consts | Georg Ehrke | 2020-09-07 | 1 | -2/+2 |
| | | | | 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 | 1 | -1/+2 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Add user-status app | Georg Ehrke | 2020-07-31 | 1 | -0/+92 |
Signed-off-by: Georg Ehrke <developer@georgehrke.com> |