aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/tests
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): Check that the revert was successfulbugfix/noid/more-reliable-testsJoas Schilling2024-09-251-1/+3
* fix(tests): Also check that the backup status worksJoas Schilling2024-09-251-0/+12
* fix(tests): Make timing test more reliableJoas Schilling2024-09-251-1/+4
* Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-testsJoas Schilling2024-09-231-12/+6
|\
| * fix(user_status): Fix integration test of user statusJoas Schilling2024-09-191-5/+5
| * fix(tests): Fix test selection and run unit tests of DAV and user_statusJoas Schilling2024-09-191-7/+1
* | chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10Joas Schilling2024-09-191-18/+6
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-153-4/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-251-4/+70
* chore: Add SPDX headerAndy Scherzinger2024-05-3015-292/+30
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-0/+67
* fix(userstatus): catch unique constraint violationAnna Larch2024-01-161-0/+5
* 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-67/+50
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-2/+9
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-301-1/+1
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-292/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-59/+57
* fix(userstatus): Only track message timestamp for valuesChristoph Wurst2023-11-161-0/+30
* feat(user status): automate user status for eventsAnna Larch2023-11-091-20/+325
* fix(userstatus): Track message timestamp tooChristoph Wurst2023-09-292-0/+136
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-4/+3
* feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-221-170/+1
* Remove unreachable UserStatus#clearStatus routejld31032023-05-081-9/+0
* feat(status): Add a capability for the restoreJoas Schilling2023-04-181-0/+1
* Update the user status dashboard widget and fix the icon colorJoas Schilling2023-01-021-1/+1
* Fix phpunitJoas Schilling2022-09-161-6/+16
* Reset user status based on message ID onlyJoas Schilling2022-07-221-3/+13
* Also reset the status on clearAtJoas Schilling2022-05-273-13/+9
* Fix unit testsJoas Schilling2022-05-271-4/+7
* Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-283-114/+14
* Do status and predefined message setting in one goJoas Schilling2022-02-151-0/+61
* Create the backup user status in 1 query instead of 3Joas Schilling2022-02-151-39/+25
* Allow to revert the user status of multiple users in 3 queries instead of 3*nJoas Schilling2022-02-152-0/+110
* Respect user enumeration settings in user status listsJonas Meurer2021-10-201-1/+58
* Add an API to set and rollback the user statusCarl Schwan2021-10-182-8/+70
* Revert "Fix Recent statuses plural/singular"kesselb2021-08-091-1/+1
* Fix Recent statuses plural/singularszaimen2021-08-081-1/+1
* Merge pull request #27375 from nextcloud/bugfix/noid/dont-update-offline-statusblizzz2021-06-072-0/+42
|\
| * Don't update statuses to offline again and againJoas Schilling2021-06-072-0/+42
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0415-105/+112
|/
* Use executeQuery and executeUpdate in the QBMapperChristoph Wurst2021-03-181-2/+2
* Merge pull request #23129 from nextcloud/enh/noid/tests-user-statusMorris Jobke2020-10-062-1/+27
|\
| * Another test for user live status listenerDaniel Kesselberg2020-10-011-1/+3
| * Add test case for getDefaultStatusByIdDaniel Kesselberg2020-09-241-0/+24
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* | Merge pull request #23112 from nextcloud/bugfix/noid/increase-timeout-of-stat...Roeland Jago Douma2020-10-012-3/+3
|\ \
| * | Increase the timeout of statusesJoas Schilling2020-10-012-3/+3
| |/