]>
source.dussan.org Git - nextcloud-server.git/log
Côme Chilliet [Tue, 17 Sep 2024 17:20:13 +0000 (19:20 +0200)]
fix(tests): Fix most obvious errors in ObjectStore tests
Some are still failing
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Christoph Fiehe [Sat, 14 Sep 2024 21:05:12 +0000 (23:05 +0200)]
perf(ObjectStoreStorage): Improve (slow) move on same object bucket
This commit fixes the issue #47856. When you upload a file into a group folder and when you use a single S3 bucket as primary storage, the final move operation hangs for a long time. In the background, Nextcloud initiates a copy-delete sequence from the bucket into the bucket, with causes a lot unnecessary overhead. Nextcloud thinks that the file must be imported to another storage and does not recognize that everything is done on the same object bucket. In that case, the import step can be completely skipped, which saves time, network bandwidth and reduces the load on the object storage.
The behavior improves a lot with https://github.com/nextcloud/server/pull/46013. However, there are still some put messages that are being sent to the object storage when you use an object storage as primary storage and upload files into a group folder.
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Benjamin Gaussorgues [Wed, 30 Oct 2024 08:01:30 +0000 (09:01 +0100)]
Merge pull request #48980 from nextcloud/backport/48632/stable29
Nextcloud bot [Wed, 30 Oct 2024 00:20:41 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Kate [Tue, 29 Oct 2024 16:16:41 +0000 (17:16 +0100)]
Merge pull request #48968 from nextcloud/backport/47847/stable29
Louis [Tue, 29 Oct 2024 14:59:51 +0000 (15:59 +0100)]
Merge pull request #48973 from nextcloud/backport/48788/stable29
[stable29] fix: add PasswordConfirmationRequired to the external storages mentioned in review
Louis Chemineau [Wed, 9 Oct 2024 16:23:58 +0000 (18:23 +0200)]
fix(files): Do not jump to top when fileId is set to currentFolder
Fix https://github.com/nextcloud/server/issues/48545
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
yemkareems [Tue, 29 Oct 2024 12:34:39 +0000 (18:04 +0530)]
fix: conflicts resolved by adding PasswordConfirmationRequired to update method
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Fri, 18 Oct 2024 09:04:39 +0000 (14:34 +0530)]
fix: cs fix namespace
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Fri, 18 Oct 2024 08:34:34 +0000 (14:04 +0530)]
fix: add PasswordConfirmationRequired to the eternal storages mentioned in review
Signed-off-by: yemkareems <yemkareems@gmail.com>
Robin Appelman [Wed, 2 Oct 2024 15:00:53 +0000 (17:00 +0200)]
test: add test for nested jail cross-storage move
Signed-off-by: Robin Appelman <robin@icewind.nl>
Daniel Calviño Sánchez [Mon, 9 Sep 2024 11:07:14 +0000 (13:07 +0200)]
fix: Fix copying or moving from shared groupfolders
When copying or moving between two local storages the source path (on
disk) to copy or move from is got from the unjailed path of the source
storage. However, if the source storage has more than one jail getting
the unjailed path resolves the most external jail, but the source path
needs to be got from the most internal jail instead (the one closer to
the local storage).
This can happen, for example, with a shared groupfolder: in that case
there is an external jail for the shared storage, and one internal jail
for the groupfolder storage wrapped by the shared storage.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Kate [Tue, 29 Oct 2024 09:27:14 +0000 (10:27 +0100)]
Merge pull request #48570 from nextcloud/backport/48532/stable29
John Molakvoæ [Tue, 29 Oct 2024 08:07:38 +0000 (09:07 +0100)]
Merge pull request #48958 from nextcloud/backport/48921/stable29
provokateurin [Mon, 28 Oct 2024 08:14:22 +0000 (09:14 +0100)]
ci(psalm): Add missing imagick extension
Signed-off-by: provokateurin <kate@provokateurin.de>
Kate [Tue, 29 Oct 2024 07:09:24 +0000 (08:09 +0100)]
Merge pull request #48889 from nextcloud/backport/48887/stable29
John Molakvoæ [Tue, 29 Oct 2024 06:44:50 +0000 (07:44 +0100)]
Merge pull request #48934 from nextcloud/backport/48625/stable29
nextcloud-command [Tue, 29 Oct 2024 06:39:20 +0000 (06:39 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
skjnldsv [Fri, 25 Oct 2024 10:03:28 +0000 (12:03 +0200)]
fix(files_sharing): federated shares avatar
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Nextcloud bot [Tue, 29 Oct 2024 00:20:33 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Grigorii K. Shartsev [Mon, 28 Oct 2024 20:14:20 +0000 (21:14 +0100)]
chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Thu, 17 Oct 2024 13:17:43 +0000 (15:17 +0200)]
refactor(files): migrate to @nextcloud/sharing
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Wed, 9 Oct 2024 10:37:33 +0000 (12:37 +0200)]
fix(files): handle empty view with error
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Tue, 15 Oct 2024 14:03:31 +0000 (16:03 +0200)]
chore(files): migrate davUtils to TS
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Joas Schilling [Mon, 28 Oct 2024 19:01:58 +0000 (20:01 +0100)]
Merge pull request #48949 from nextcloud/backport/48947/stable29
[stable29] fix(config): Mark more configs as sensitive
yemkareems [Mon, 28 Oct 2024 15:28:38 +0000 (20:58 +0530)]
Merge pull request #48940 from nextcloud/backport/48915/stable29
[stable29] fix: encrypt and store password, decrypt and retrieve the same
Joas Schilling [Mon, 28 Oct 2024 13:56:19 +0000 (14:56 +0100)]
fix(config): Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Mon, 28 Oct 2024 14:47:13 +0000 (15:47 +0100)]
Merge pull request #48944 from nextcloud/backport/48871/stable29
[stable29] fix(app-store): Update update count in navigation
John Molakvoæ [Mon, 28 Oct 2024 14:00:14 +0000 (15:00 +0100)]
Merge pull request #48936 from nextcloud/backport/48918/stable29
nextcloud-command [Mon, 28 Oct 2024 13:40:07 +0000 (13:40 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
yemkareems [Mon, 28 Oct 2024 13:39:04 +0000 (19:09 +0530)]
fix: readonly removed
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Mon, 28 Oct 2024 13:17:05 +0000 (18:47 +0530)]
fix: crypto added manually as expected
Signed-off-by: yemkareems <yemkareems@gmail.com>
Ferdinand Thiessen [Wed, 23 Oct 2024 17:28:49 +0000 (19:28 +0200)]
fix(app-store): Update update count in navigation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Grigorii K. Shartsev [Mon, 28 Oct 2024 12:51:23 +0000 (17:51 +0500)]
Merge pull request #48922 from nextcloud/backport/48898/stable29
[stable29] fix(files): add title for files list table header button
yemkareems [Mon, 28 Oct 2024 11:13:24 +0000 (16:43 +0530)]
fix: crypto made inline for constructor and decrypt error handled in exception
Signed-off-by: yemkareems <yemkareems@gmail.com>
[skip ci]
yemkareems [Mon, 28 Oct 2024 11:02:57 +0000 (16:32 +0530)]
fix: crypto made inline for constructor and decrypt error handled in exception
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Mon, 28 Oct 2024 10:19:05 +0000 (15:49 +0530)]
fix: use Icrypto in place of Cypto
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Mon, 28 Oct 2024 09:34:11 +0000 (15:04 +0530)]
fix: crypto type made not nullable and tests run using ICrypto
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Mon, 28 Oct 2024 05:52:36 +0000 (11:22 +0530)]
fix: encrypt and store password, decrypt and retrieve the same
Signed-off-by: yemkareems <yemkareems@gmail.com>
provokateurin [Tue, 22 Oct 2024 06:20:04 +0000 (08:20 +0200)]
fix(files_sharing): Cleanup error messages
Signed-off-by: provokateurin <kate@provokateurin.de>
Kate [Mon, 28 Oct 2024 11:40:00 +0000 (12:40 +0100)]
Merge pull request #48930 from nextcloud/backport/48917/stable29
provokateurin [Mon, 21 Oct 2024 10:21:29 +0000 (12:21 +0200)]
fix(dav): Cleanup view-only check
Signed-off-by: provokateurin <kate@provokateurin.de>
Grigorii K. Shartsev [Mon, 28 Oct 2024 08:31:55 +0000 (09:31 +0100)]
chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Fri, 25 Oct 2024 16:06:33 +0000 (18:06 +0200)]
fix(files): add title for files list table header button
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Nextcloud bot [Mon, 28 Oct 2024 00:20:47 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 27 Oct 2024 00:22:25 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 26 Oct 2024 02:19:18 +0000 (02:19 +0000)]
Merge pull request #48905 from nextcloud/dependabot/npm_and_yarn/stable29/jsdoc-4.0.4
dependabot[bot] [Sat, 26 Oct 2024 01:09:17 +0000 (01:09 +0000)]
chore(deps-dev): Bump jsdoc from 4.0.2 to 4.0.4
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.4/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.2...4.0.4)
---
updated-dependencies:
- dependency-name: jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 26 Oct 2024 00:20:34 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 25 Oct 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis [Thu, 24 Oct 2024 14:47:01 +0000 (16:47 +0200)]
Merge pull request #48750 from nextcloud/backport/48373/stable29
[stable29] fix: add PasswordConfirmationRequired to create user storages endpoint
yemkareems [Thu, 17 Oct 2024 07:46:20 +0000 (13:16 +0530)]
fix: cs fix for namespace
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 17 Oct 2024 07:08:06 +0000 (12:38 +0530)]
fix: add PasswordConfirmationRequired to user storages create, update and delete
Signed-off-by: yemkareems <yemkareems@gmail.com>
Ferdinand Thiessen [Mon, 14 Oct 2024 13:12:16 +0000 (15:12 +0200)]
fix: Add frontend code for password confirmation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
[skip ci]
Nextcloud bot [Thu, 24 Oct 2024 00:20:32 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Wed, 23 Oct 2024 12:57:56 +0000 (14:57 +0200)]
Merge pull request #48857 from nextcloud/backport/48839/stable29
[stable29] build: Print RTL limited characters in translation-checker
Joas Schilling [Wed, 23 Oct 2024 07:39:57 +0000 (09:39 +0200)]
build: Show the actual string
Signed-off-by: Joas Schilling <coding@schilljs.com>
provokateurin [Tue, 22 Oct 2024 11:03:06 +0000 (13:03 +0200)]
build: Print RTL limited characters in translation-checker
Signed-off-by: provokateurin <kate@provokateurin.de>
Nextcloud bot [Wed, 23 Oct 2024 00:24:15 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 22 Oct 2024 12:31:30 +0000 (12:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 22 Oct 2024 11:39:37 +0000 (11:39 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 22 Oct 2024 06:58:26 +0000 (08:58 +0200)]
Merge pull request #48831 from nextcloud/backport/48603/stable29
[stable29] fix(logger): Remove more parameters of other methods
Nextcloud bot [Tue, 22 Oct 2024 00:22:47 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Mon, 7 Oct 2024 19:04:49 +0000 (21:04 +0200)]
fix(logger): Remove more parameters of other methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Mon, 21 Oct 2024 11:51:35 +0000 (13:51 +0200)]
Merge pull request #48825 from nextcloud/backport/48824/stable29
[stable29] ci: Update list of installed PHP extensions (as some are not default …
Ferdinand Thiessen [Mon, 21 Oct 2024 11:45:54 +0000 (13:45 +0200)]
Merge pull request #48729 from nextcloud/backport/48696/stable29
[stable29] fix(files_sharing): Add proper user facing messages on success
nextcloud-command [Mon, 21 Oct 2024 10:28:42 +0000 (10:28 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Mon, 14 Oct 2024 14:27:43 +0000 (16:27 +0200)]
fix(files_sharing): Add proper user facing messages on success
1. Use proper translated strings
2. Fix invalid use of translation message on API result
3. Log all errors
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Kate [Mon, 21 Oct 2024 08:27:46 +0000 (10:27 +0200)]
Merge pull request #48709 from nextcloud/backport/48682/stable29
Joas Schilling [Fri, 18 Oct 2024 07:56:56 +0000 (09:56 +0200)]
ci: Update list of installed PHP extensions (as some are not default enabled in new images)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 21 Oct 2024 00:20:46 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Sun, 20 Oct 2024 06:27:10 +0000 (08:27 +0200)]
Merge pull request #48817 from nextcloud/backport/48812/stable29
[stable29] fix(activity): Fix download activity parameters
Joas Schilling [Sat, 19 Oct 2024 20:50:44 +0000 (22:50 +0200)]
fix(activity): Fix download activity parameters
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Sun, 20 Oct 2024 00:20:49 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Sat, 19 Oct 2024 06:23:46 +0000 (08:23 +0200)]
Merge pull request #48780 from nextcloud/automated/noid/stable29-update-code-signing-crl
[stable29] fix(security): Update code signing revocation list
nextcloud-command [Sat, 19 Oct 2024 02:29:25 +0000 (02:29 +0000)]
fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Sat, 19 Oct 2024 00:23:11 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Marcel Müller [Fri, 18 Oct 2024 11:01:12 +0000 (13:01 +0200)]
Merge pull request #48755 from nextcloud/backport/48743/stable29
[stable29] fix(appstore): Hide last modified information for shipped apps
Marcel Müller [Wed, 16 Oct 2024 21:46:45 +0000 (23:46 +0200)]
fix(appstore): Hide last modified information for shipped apps
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Nextcloud bot [Fri, 18 Oct 2024 00:20:40 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Thu, 17 Oct 2024 19:15:20 +0000 (21:15 +0200)]
Merge pull request #48764 from nextcloud/backport/48539/stable29
[stable29] fix(message): Fix logic of Mail test
Ferdinand Thiessen [Thu, 17 Oct 2024 16:21:57 +0000 (18:21 +0200)]
Merge pull request #48588 from nextcloud/backport/47896/stable29
[stable29] fix: Make user removal more resilient
Joas Schilling [Fri, 4 Oct 2024 14:13:28 +0000 (16:13 +0200)]
fix(message): Fix logic of Mail test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Maksim Sukharev [Thu, 17 Oct 2024 11:35:21 +0000 (13:35 +0200)]
Merge pull request #48752 from nextcloud/backport/48734/stable29
Maksim Sukharev [Wed, 16 Oct 2024 13:03:29 +0000 (15:03 +0200)]
fix: do not duplicate existing entity
- this reverts
1e8048abee1745bab648dba5bf96f956c718e4e3
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
(cherry picked from commit
6e7c35d77eb85836a35b6b0c8d8ba24829350066 )
Maksim Sukharev [Wed, 16 Oct 2024 13:01:00 +0000 (15:01 +0200)]
fix: dismiss notification only after transfer bg job created
- do not create 'denied' notification if bg job exists
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
(cherry picked from commit
5be76411fa9cb9b883ae6c0405b44b3b6bc855e7 )
Maksim Sukharev [Wed, 16 Oct 2024 12:58:41 +0000 (14:58 +0200)]
fix: add notification icon for transfer ownership
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
(cherry picked from commit
73b34bba7b70d3296ce8eba633a4d9c61cf01904 )
Nextcloud bot [Thu, 17 Oct 2024 00:21:28 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Wed, 16 Oct 2024 17:11:44 +0000 (19:11 +0200)]
Merge pull request #48239 from nextcloud/backport/47905/stable29
[stable29] fix(files): Ensure children are removed from folder and not duplicated
nextcloud-command [Tue, 15 Oct 2024 16:38:15 +0000 (16:38 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Wed, 16 Oct 2024 11:08:06 +0000 (13:08 +0200)]
fix(files): Adjust Typescript issues
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 11 Sep 2024 19:51:54 +0000 (21:51 +0200)]
test(files): Add tests for path handling
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 11 Sep 2024 18:15:04 +0000 (20:15 +0200)]
fix(files): Ensure children are removed from folder and not duplicated
* Resolves https://github.com/nextcloud/server/issues/47904
We need to make sure that we only add one source (unique!) once as a child,
this is ensured by simply use a native `Set`.
Also we need to remove children on from folders when the `files:node:deleted`
event is emitted.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Wed, 16 Oct 2024 00:20:35 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Tue, 15 Oct 2024 16:26:05 +0000 (18:26 +0200)]
Merge pull request #48704 from nextcloud/backport/48673/stable29
[stable29] fix(share): Return empty string if no label is set
Ferdinand Thiessen [Sat, 12 Oct 2024 15:51:56 +0000 (17:51 +0200)]
fix(share): Return empty string if no label is set
* Resolves: https://github.com/nextcloud/server/issues/48629
While the database supports NULL, the typing has always said it only returns *string*.
So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
Côme Chilliet [Tue, 15 Oct 2024 12:37:25 +0000 (14:37 +0200)]
Merge pull request #48617 from nextcloud/backport/48597/stable29
[stable29] Fix email share transfer accross storages