-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
skip shared files, if files get decrypted only for a specific user we… #608
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
… shouldn't touch files owned by a different user.
|
Could you link to an issue or describe the issue here? |
|
Scenario 1: If you run Scenario 2: Your run |
|
How does/should this handle external storages? They aren't always per-user |
Nothing change here. We will look at the file for every user, if it is already decrypted we skip it, if not we decrypt it. Maybe we can optimize this as well in the future. But for this PR let's concentrate on the shared files. |
|
Tested and works 👍 (before this a decrypt-all called on a users also decrypts all files that are shared with that user) |
|
👍 |
|
Backport applicable? |
cc @schiessle |
|
yes, I think backports make sense... I will prepare them |
|
stable10: #1345 |
Mind to remove the label ;) |
skip shared files, if files get decrypted only for a specific user we shouldn't touch files owned by a different user.