-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Setupfs before access a users keys #4005
Conversation
* The file system of a user has to be properly setup before accessing the keys * Fix unit test execution * Init mount points for user in more places in Keys\Storage * Fix encryption key storage tests to properly create required users * Added test that check if user home is mounted after resolving key Signed-off-by: Morris Jobke <[email protected]>
@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @schiessle, @nickvergessen and @icewind1991 to be potential reviewers. |
Ping |
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 could verify the issue and that this PR fixes it. Code looks good to me
I would recommend to backport it at least to Nextcloud 11 and 12. |
Tested and works 👍 |
@schiessle Could you have a look at the failing tests:
|
will this kill performance on creating files, etc? Because we set up the filesystem for all recipients to get their keys? |
Out of scope for 12 I think |
|
@icewind1991 @schiessle Please check this one out