aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): Check that the revert was successfulbugfix/noid/more-reliable-testsJoas Schilling2024-09-251-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(tests): Also check that the backup status worksJoas Schilling2024-09-251-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(tests): Make timing test more reliableJoas Schilling2024-09-251-1/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-testsJoas Schilling2024-09-231-12/+6
|\ | | | | fix(tests): Fix test selection and run unit tests of DAV and user_status
| * fix(user_status): Fix integration test of user statusJoas Schilling2024-09-191-5/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(tests): Fix test selection and run unit tests of DAV and user_statusJoas Schilling2024-09-191-7/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10Joas Schilling2024-09-191-18/+6
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-196-8/+16
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-184-4/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-153-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-142-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-112-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-053-4/+4
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-054-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-046-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-032-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-308-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-292-3/+3
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2912-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(user_status): add link to Availability page if user set predefined ↵Maksim Sukharev2024-08-261-8/+28
| | | | | | 'Vacationing' Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-4/+5
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-211-24/+20
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(userstatus): Don't set predefined user status as custom when changing ↵Joas Schilling2024-08-151-5/+19
| | | | | | "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1596-192/+96
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47212 from nextcloud/chore/master-is-now-31John Molakvoæ2024-08-141-2/+2
|\
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #47201 from ↵Christoph Wurst2024-08-142-2/+11
|\ \ | |/ |/| | | | | nextcloud/fix/also-run-user-status-automation-for-start-and-end fix(userstatus): run user status automation job for start and end events
| * fix(userstatus): run user status automation job for start and end eventsAnna Larch2024-08-142-2/+11
| | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵Ferdinand Thiessen2024-08-131-4/+3
|/ | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(user_status): Adjust AccountMenu entry for user statusFerdinand Thiessen2024-08-061-48/+26
| | | | | | fixup: Adjust to design comments Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(user_status): Replace security annotations with respective attributesprovokateurin2024-07-274-20/+14
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-144-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(userstatus): Fix dashboard iconJoas Schilling2024-07-113-12/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-112-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-102-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): Update openapi-extractorprovokateurin2024-07-021-86/+116
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-252-9/+99
| | | | | | | | | | | Order of applying: - Out-of-office - Availability - Call - Meeting - User status Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(assets): Recompile assetsnextcloud-command2024-06-192-1/+7
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-191-0/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-052-0/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-0/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(assets): Recompile assetsnextcloud-command2024-05-302-2/+5
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-3072-1336/+154
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-232-0/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-202-0/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(status): Update status time when reverting to it manuallyJoas Schilling2024-04-171-3/+6
| | | | | | This prevents the DAV meeting status from overwriting it again Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps): Update openapi-extractorprovokateurin2024-04-151-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update openapi-extractorprovokateurin2024-04-081-36/+101
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>