aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib/Controller/HeartbeatController.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-21/+7
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-0/+1
* refactor(user_status): Replace security annotations with respective attributesprovokateurin2024-07-271-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-301-20/+2
* refactor(user_status): Switch to attribute based routingprovokateurin2024-02-211-0/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+5
* user_status: Add OpenAPI specjld31032023-07-041-2/+13
* Fix user_status heartbeat responsejld31032023-01-251-7/+7
* Make user status heartbeat API publicly accessiblejld31032022-07-211-1/+2
* Fetch status in heartbeat controller only onceCarl Schwan2022-04-071-10/+10
* Save a request everytime we send the heartbeatJoas Schilling2021-06-161-11/+29
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+7
* Always use IUserStatus constsGeorg Ehrke2020-09-071-2/+2
* HeartbeatController: PHPDoc fixesGeorg Ehrke2020-09-071-0/+2
* Introduce consts for statusesGeorg Ehrke2020-09-071-1/+2
* Add user-status appGeorg Ehrke2020-07-311-0/+92