-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix moving files of encrypted local storage to unencrypted local storage #35894
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is the same kind of trouble with versions when moving from groupfolder to non-groupfolder, I think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
/backport to stable25 |
/backport to stable24 |
/rebase |
for example when moving encrypted files to a groupfolder Signed-off-by: Robin Appelman <robin@icewind.nl>
74c92e8
to
33b90d2
Compare
for example when moving encrypted files to a groupfolder
Instead of doing the optimized local storage move, fallback to the generic implementation.