]>
source.dussan.org Git - nextcloud-server.git/log
provokateurin [Tue, 8 Oct 2024 09:12:01 +0000 (11:12 +0200)]
fix(UserTrait): Fix backend initialization
Signed-off-by: provokateurin <kate@provokateurin.de>
Ferdinand Thiessen [Wed, 11 Sep 2024 17:33:53 +0000 (19:33 +0200)]
fix: Skip users that still exist in backend
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 10 Sep 2024 20:50:16 +0000 (22:50 +0200)]
fix: Make user removal more resilient
Currently there is a problem if an exception is thrown in `User::delete`,
because at that point the user is already removed from the backend,
but not all data is deleted.
There is no way to recover from this state, as the user is gone no information is available anymore.
This means the data is still available on the server but can not removed by any API anymore.
The solution here is to first set a flag and backup the user home,
this can be used to recover failed user deletions in a way the delete can be re-tried.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Tue, 15 Oct 2024 00:20:33 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 14 Oct 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sun, 13 Oct 2024 10:44:56 +0000 (10:44 +0000)]
Merge pull request #48580 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.9
dependabot[bot] [Sat, 5 Oct 2024 02:40:27 +0000 (02:40 +0000)]
chore(deps-dev): Bump @nextcloud/cypress
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.8 to 1.0.0-beta.9.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9)
---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Sun, 13 Oct 2024 00:22:16 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 12 Oct 2024 00:20:34 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Knorr [Fri, 11 Oct 2024 09:55:30 +0000 (11:55 +0200)]
Merge pull request #48633 from nextcloud/backport/48623/stable28
[stable28] fix: Allow overriding shouldApplyQuota check from child classes
Nextcloud bot [Fri, 11 Oct 2024 00:25:30 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 10 Oct 2024 09:01:27 +0000 (11:01 +0200)]
Merge pull request #48641 from nextcloud/release/28.0.11
28.0.11
Arthur Schiwon [Thu, 10 Oct 2024 07:46:52 +0000 (09:46 +0200)]
build(hub): 28.0.11
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Thu, 10 Oct 2024 00:20:36 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Knorr [Wed, 9 Oct 2024 06:25:30 +0000 (08:25 +0200)]
fix: Allow overriding shouldApplyQuota check from child classes
Signed-off-by: Julius Knorr <jus@bitgrid.net>
Stephan Orbaugh [Wed, 9 Oct 2024 15:33:38 +0000 (17:33 +0200)]
Merge pull request #48213 from nextcloud/backport/48205/stable28
[stable28] Ci fixes
Nextcloud bot [Wed, 9 Oct 2024 00:20:32 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Thu, 19 Sep 2024 17:33:34 +0000 (19:33 +0200)]
fix: improve moving object store items to trashbin
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis Chemineau [Tue, 1 Oct 2024 20:21:33 +0000 (22:21 +0200)]
fix(tests): UserManager constructor arguments
After https://github.com/nextcloud/server/pull/48283
Signed-off-by: Louis Chemineau <louis@chmn.me>
Robin Appelman [Thu, 26 Sep 2024 14:28:59 +0000 (16:28 +0200)]
fix: rework move into object store to better preserve fileids
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 25 Sep 2024 15:52:42 +0000 (17:52 +0200)]
fix: preserve fileid when moving from objectstore to non-objectstore
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 20 Sep 2024 09:19:14 +0000 (11:19 +0200)]
fix: ensure source folder is removed from cache when moving to objectstore
otherwise this causes confusion down the line as it's contents will be moved to the new cache
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 19 Sep 2024 16:52:05 +0000 (18:52 +0200)]
fix: fix trashbin move with object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 19 Sep 2024 19:25:47 +0000 (21:25 +0200)]
fix: fix shared storage test
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis Chemineau [Wed, 18 Sep 2024 07:23:19 +0000 (09:23 +0200)]
fix: Prevent duplicate creation of print_exception function
Signed-off-by: Louis Chemineau <louis@chmn.me>
Côme Chilliet [Tue, 17 Sep 2024 17:19:08 +0000 (19:19 +0200)]
fix(tests): Fix Folder tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Louis Chemineau [Wed, 18 Sep 2024 15:09:49 +0000 (17:09 +0200)]
fix: Override start method of \Sabre\DAV\Server to remove exception output
Signed-off-by: Louis Chemineau <louis@chmn.me>
Robin Appelman [Wed, 18 Sep 2024 13:45:20 +0000 (15:45 +0200)]
test: fix ShareControllerTest.php
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 13:44:12 +0000 (15:44 +0200)]
test: fix trashbin StorageTest
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 13:02:52 +0000 (15:02 +0200)]
test: fix ShareAPIControllerTest.php
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 12:48:20 +0000 (14:48 +0200)]
test: fix service overwrite in PartFileInRootUploadTest
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 11:54:37 +0000 (13:54 +0200)]
test: put parent items into cache in tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 11:54:21 +0000 (13:54 +0200)]
fix: ensure parent folder exists when writing a file to object storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 10:29:29 +0000 (12:29 +0200)]
test: fix incorrect ltrim usage in test
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 10:29:13 +0000 (12:29 +0200)]
fix: verify that parent exists in cache when inserting
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 09:14:41 +0000 (11:14 +0200)]
fix: fix object store id for test object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 09:14:20 +0000 (11:14 +0200)]
fix: cleanup objectstore file_put_content
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 09:13:51 +0000 (11:13 +0200)]
fix: create intermediate directories for objectstore moveFromStorage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 18 Sep 2024 09:13:20 +0000 (11:13 +0200)]
fix: get source file before moving the cache item in objectstore moveFromStorage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis Chemineau [Tue, 17 Sep 2024 15:32:33 +0000 (17:32 +0200)]
fix: Drop unnecessary exit
Signed-off-by: Louis Chemineau <louis@chmn.me>
Nextcloud bot [Tue, 8 Oct 2024 00:20:29 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Mon, 7 Oct 2024 14:23:28 +0000 (16:23 +0200)]
Merge pull request #48590 from nextcloud/backport/48584/stable28
[stable28] fix(config): Mark more app configs sensitive
Joas Schilling [Mon, 7 Oct 2024 09:46:39 +0000 (11:46 +0200)]
fix(config): Mark more app configs sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 7 Oct 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 6 Oct 2024 00:21:40 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 5 Oct 2024 00:20:37 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 4 Oct 2024 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 3 Oct 2024 00:20:59 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Benjamin Gaussorgues [Wed, 2 Oct 2024 13:12:41 +0000 (15:12 +0200)]
Merge pull request #48498 from nextcloud/release/28.0.11_rc1
Kate [Wed, 2 Oct 2024 10:05:20 +0000 (12:05 +0200)]
Merge pull request #48510 from nextcloud/fix/stable28/webcal-subscription-jobs-middleware
Kate [Wed, 2 Oct 2024 10:05:10 +0000 (12:05 +0200)]
Merge pull request #48054 from nextcloud/backport/48043/stable28
Kate [Wed, 2 Oct 2024 09:00:35 +0000 (11:00 +0200)]
Merge pull request #48074 from nextcloud/backport/48050/stable28
provokateurin [Sun, 15 Sep 2024 20:39:18 +0000 (22:39 +0200)]
fix(weather_status): Fix search address errors when offline
Signed-off-by: provokateurin <kate@provokateurin.de>
Josh [Wed, 2 Oct 2024 07:00:50 +0000 (03:00 -0400)]
Merge pull request #48501 from nextcloud/backport/48426/stable28
[stable28] fix(config): Suppress `config.php` fopen error at install time
Josh [Fri, 27 Sep 2024 21:28:14 +0000 (17:28 -0400)]
fix(config): Suppress error at install time
Signed-off-by: Josh <josh.t.richards@gmail.com>
Sebastian Krupinski [Wed, 2 Oct 2024 06:09:33 +0000 (02:09 -0400)]
Merge pull request #47791 from nextcloud/backport/45098/stable28
[stable28] fix(caldav): Do not load IMipPlugin before user auth and session is c…
Nextcloud bot [Wed, 2 Oct 2024 00:20:18 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Anna Larch [Tue, 1 Oct 2024 20:52:08 +0000 (22:52 +0200)]
fix(caldav): add missing handlers
Signed-off-by: Anna Larch <anna@nextcloud.com>
Benjamin Gaussorgues [Tue, 1 Oct 2024 15:44:37 +0000 (17:44 +0200)]
build(hub): 28.0.11 RC1
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Arthur Schiwon [Tue, 1 Oct 2024 13:57:11 +0000 (15:57 +0200)]
Merge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-token
[stable28] fix(Auth): ignore missing token when trying to set password-unconfirmable
Nextcloud bot [Tue, 1 Oct 2024 00:20:51 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Kate [Mon, 30 Sep 2024 10:55:33 +0000 (12:55 +0200)]
Merge pull request #48448 from nextcloud/backport/48437/stable28
Maksim Sukharev [Sat, 28 Sep 2024 16:46:16 +0000 (18:46 +0200)]
fix: correctly count disabled users for subadmins
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Kate [Mon, 30 Sep 2024 08:16:55 +0000 (10:16 +0200)]
Merge pull request #48443 from nextcloud/backport/48307/stable28
Arthur Schiwon [Mon, 30 Sep 2024 08:06:58 +0000 (10:06 +0200)]
fix(Auth): ignore missing token when trying to set password-unconfirmable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Richard Steinmetz [Tue, 24 Sep 2024 08:33:07 +0000 (10:33 +0200)]
fix: gracefully parse non-standard trusted certificates
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Nextcloud bot [Sun, 29 Sep 2024 00:28:18 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 28 Sep 2024 05:39:04 +0000 (05:39 +0000)]
Merge pull request #48427 from nextcloud/dependabot/npm_and_yarn/stable28/cypress-13.13.3
dependabot[bot] [Sat, 28 Sep 2024 01:21:52 +0000 (01:21 +0000)]
chore(deps-dev): Bump cypress from 13.13.2 to 13.13.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.3.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 28 Sep 2024 00:20:28 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Fri, 27 Sep 2024 18:23:20 +0000 (20:23 +0200)]
Merge pull request #47813 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4
chore(deps): bump @nextcloud/calendar-availability-vue from 2.2.2 to 2.2.4
nextcloud-command [Sun, 22 Sep 2024 19:10:05 +0000 (19:10 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Thu, 12 Sep 2024 08:43:33 +0000 (08:43 +0000)]
chore(deps): bump @nextcloud/calendar-availability-vue
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.2...v2.2.4)
---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Joas Schilling [Fri, 27 Sep 2024 10:28:11 +0000 (12:28 +0200)]
Merge pull request #48392 from nextcloud/backport/48375/stable28
[stable28] Skip future shipped apps from updatenotification check
Nextcloud bot [Fri, 27 Sep 2024 00:20:55 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Kate [Thu, 26 Sep 2024 18:12:56 +0000 (20:12 +0200)]
Merge pull request #48399 from nextcloud/backport/48366/stable28
Louis [Thu, 26 Sep 2024 15:39:00 +0000 (17:39 +0200)]
Merge pull request #48386 from nextcloud/backport/48359/stable28
[stable28] fix: Use placeholder for external storage password
provokateurin [Thu, 26 Sep 2024 12:35:25 +0000 (14:35 +0200)]
fix(files_sharing): Check if propfind response is valid before accessing share permission props
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin [Thu, 26 Sep 2024 07:41:49 +0000 (09:41 +0200)]
refactor(files_sharing): Make permissions prop checks less error prone
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin [Thu, 26 Sep 2024 07:38:41 +0000 (09:38 +0200)]
fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop
Signed-off-by: provokateurin <kate@provokateurin.de>
Joas Schilling [Thu, 26 Sep 2024 10:21:04 +0000 (12:21 +0200)]
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 26 Sep 2024 13:18:54 +0000 (15:18 +0200)]
Merge pull request #48379 from nextcloud/backport/48142/stable28
[stable28] feat(share): ensure unique share tokens with dynamic length adjustment
Louis Chemineau [Tue, 24 Sep 2024 14:20:04 +0000 (16:20 +0200)]
fix: Use hashed password in files_external settings
Signed-off-by: Louis Chemineau <louis@chmn.me>
Joas Schilling [Thu, 26 Sep 2024 12:56:57 +0000 (14:56 +0200)]
Merge pull request #48348 from nextcloud/dependaniel/aws-sdk-for-28
[stable28] chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.322.4
Daniel [Thu, 26 Sep 2024 12:41:16 +0000 (14:41 +0200)]
Merge pull request #48363 from nextcloud/backport/48345/stable28
[stable28] fix(files_external): Catch correct exception
Daniel Kesselberg [Tue, 24 Sep 2024 18:58:40 +0000 (20:58 +0200)]
fix(s3): suppress php deprecation warning on php8
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Wed, 25 Sep 2024 10:08:05 +0000 (12:08 +0200)]
chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.332.4
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
ernolf [Tue, 20 Aug 2024 10:33:28 +0000 (12:33 +0200)]
fix(share): Ensure unique share tokens
- check for token collisions and retry up to three times.
- throw after 3 attempts without finding a unique token.
Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
Louis [Thu, 26 Sep 2024 10:04:43 +0000 (12:04 +0200)]
Merge pull request #48367 from nextcloud/backport/48354/stable28
[stable28] fix: Show storage full warning when storage is actually full
Louis Chemineau [Wed, 25 Sep 2024 11:53:54 +0000 (13:53 +0200)]
fix: Show storage full warning when storage is actually full
< 0 values for "free" do not mean that the storage is full: https://github.com/nextcloud/server/blob/
6befdd6dd7cd20fe7f7036e4665bcfbb783d6803 /lib/public/Files/FileInfo.php#L31-L42
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Marcel Klehr [Wed, 25 Sep 2024 07:07:33 +0000 (09:07 +0200)]
fix(files_external): Catch correct exception
SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception.
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
F. E Noel Nfebe [Thu, 26 Sep 2024 06:11:21 +0000 (07:11 +0100)]
Merge pull request #48318 from nextcloud/backport/48315/stable28
[stable28] refactor(AccountIcon): Remove needless console.log
nextcloud-command [Thu, 26 Sep 2024 05:45:19 +0000 (05:45 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Thu, 26 Sep 2024 00:23:29 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 25 Sep 2024 22:03:03 +0000 (15:03 -0700)]
Merge pull request #48352 from nextcloud/backport/48331/stable28
[stable28] fix(files): Fix having to resolve conflicts twice when dropping files
nextcloud-command [Wed, 25 Sep 2024 21:36:27 +0000 (21:36 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Tue, 24 Sep 2024 23:01:05 +0000 (16:01 -0700)]
fix(files): Fix having to resolve conflicts twice when dropping files
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Joas Schilling [Wed, 25 Sep 2024 05:04:17 +0000 (07:04 +0200)]
Merge pull request #48339 from nextcloud/automated/noid/stable28-update-ca-cert-bundle
[stable28] fix(security): Update CA certificate bundle
nextcloud-command [Wed, 25 Sep 2024 02:30:59 +0000 (02:30 +0000)]
fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Wed, 25 Sep 2024 00:21:36 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>