fix: Remove broken way of updating the encryption access list#3028
Closed
juliusknorr wants to merge 1 commit intomainfrom
Closed
fix: Remove broken way of updating the encryption access list#3028juliusknorr wants to merge 1 commit intomainfrom
juliusknorr wants to merge 1 commit intomainfrom
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Passing run #393 ↗︎Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
|||||||||||||||
Member
Was there are an enforced migration towards systems keys? |
Member
Author
|
Need to double check after nextcloud/server#39447 was merged now |
|
Ist there a workaround I can implement by myself? It's a serious issue, that you can't even download the files. |
Member
Author
|
Closing as during my testing I could no longer reproduce this and nextcloud/server#39447 fixes the issue for me. If this is still an issue for anyone passing by please continue reading at #2996 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix server side encryption as we actually access the file in the user scope with the system key these days.
This broke with 27 as there has been some changes to how the file keys are managed in nextcloud/server#37243
Checklist