Skip to content
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

[stable29] feat(transfer-ownership): Correctly react to encrypted files #47780

Merged
merged 2 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. feat(transfer-ownership): Correctly react to encrypted files

    For E2EE encrypted files, we abort the transfer.
    For SSE encrypted files, we abort only if not using master key.
    Also fixed the check for when the path to a single file is used.
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and backportbot[bot] committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    adcb5da View commit details
    Browse the repository at this point in the history
  2. fix(transfer-ownership): Improve comments according to code review

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and backportbot[bot] committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4a9d585 View commit details
    Browse the repository at this point in the history