-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
add migration for encryption keys in wrong location #35107
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
Conversation
|
|
||
| /** | ||
| * @param Folder $folder | ||
| * @return \Generator<File> |
Check notice
Code scanning / Psalm
MoreSpecificReturnType
PVince81
left a comment
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.
👍 code looks fine
see a few comments + proposed additions
nice usage of "yield from" and I liked seeing comments and justifications
| return 1; | ||
| } | ||
|
|
||
| \OC_Util::setupFS($user->getUID()); |
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.
I guess you're not using the setup manager to easy backporting ?
artonge
left a comment
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.
Looks good
Signed-off-by: Robin Appelman <[email protected]>
5de2b74 to
dd4ebbd
Compare
|
/backport to stable25 |
|
/backport to stable24 |
|
/backport to stable23 |
|
/backport to stable22 |
|
The backport to stable23 failed. Please do this backport manually. |
|
The backport to stable22 failed. Please do this backport manually. |
Fixes encryption keys for system wide external storages that were put in the wrong location before #32690
To test:
occ encryption:fix-key-location <userid>