aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Controller/HeartbeatController.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-21/+7
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* refactor(user_status): Replace security annotations with respective attributesprovokateurin2024-07-271-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-301-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* refactor(user_status): Switch to attribute based routingprovokateurin2024-02-211-0/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+5
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* user_status: Add OpenAPI specjld31032023-07-041-2/+13
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix user_status heartbeat responsejld31032023-01-251-7/+7
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Make user status heartbeat API publicly accessiblejld31032022-07-211-1/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fetch status in heartbeat controller only onceCarl Schwan2022-04-071-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 heartbeatJoas Schilling2021-06-161-11/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Always use IUserStatus constsGeorg Ehrke2020-09-071-2/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* HeartbeatController: PHPDoc fixesGeorg Ehrke2020-09-071-0/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Introduce consts for statusesGeorg Ehrke2020-09-071-1/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add user-status appGeorg Ehrke2020-07-311-0/+92
Signed-off-by: Georg Ehrke <developer@georgehrke.com>