aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/lib
Commit message (Expand)AuthorAgeFilesLines
* chore(profile): move profile app from core to appsskjnldsv2024-11-141-1/+1
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-055-11/+11
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2114-129/+63
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-3/+4
|\
| * fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-3/+4
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-2/+2
|/
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+3
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-7/+15
* chore: adjust code to adhere to coding standardAnna Larch2024-09-053-4/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-2/+3
* fix(userstatus): run user status automation job for start and end eventsAnna Larch2024-08-142-2/+11
* refactor(user_status): Replace security annotations with respective attributesprovokateurin2024-07-274-20/+14
* fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-251-5/+29
* chore: Add SPDX headerAndy Scherzinger2024-05-311-0/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-3031-600/+61
* fix(status): Update status time when reverting to it manuallyJoas Schilling2024-04-171-3/+6
* refactor(user_status): Switch to attribute based routingprovokateurin2024-02-214-0/+14
* fix(userstatus): add back 0 timestamp for status without messageAnna Larch2024-02-121-1/+7
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-9/+24
* fix(userstatus): catch unique constraint violationAnna Larch2024-01-161-2/+17
* Merge pull request #42527 from nextcloud/feat/user_status/online-status-typeKate2024-01-103-2/+9
|\
| * feat(user_status): Add online status type for OpenAPIprovokateurin2024-01-103-2/+9
* | fix(user_status): Allow setting custom message with icon onlyprovokateurin2023-12-301-1/+1
|/
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-193-31/+14
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-182-1/+16
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-303-3/+3
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-286-70/+92
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2317-56/+52
* fix(userstatus): Only track message timestamp for valuesChristoph Wurst2023-11-162-2/+8
* 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-094-45/+119
* feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-081-0/+2
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-0/+65
* fix(userstatus): Track message timestamp tooChristoph Wurst2023-09-295-2/+82
* Add single status code descriptions for OpenAPIjld31032023-09-273-1/+7
* fix(userstatus): Sync migration version number with app versionChristoph Wurst2023-09-261-5/+7
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-28/+8
* feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-221-12/+15
* user_status: Add OpenAPI specjld31032023-07-047-33/+154
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-3/+0
* Remove unreachable UserStatus#clearStatus routejld31032023-05-081-10/+0
* feat(status): Add a capability for the restoreJoas Schilling2023-04-181-0/+1
* feat(user_status): Allow to manually revert an automated statusJoas Schilling2023-04-182-3/+23
* Fix user_status heartbeat responsejld31032023-01-251-7/+7
* Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-021-2/+2
* Properly escape underscore in db queryCarl Schwan2022-10-131-1/+1
* Do the filtering on the DB insteadCarl Schwan2022-10-132-6/+10
* Filter out backup user status (those beginning with _ as userId)tobiasKaminsky2022-10-131-1/+2