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

Bugfix/hide encrypt from context menu #7016

Merged
merged 3 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. ensure the arguments of socket API commands are valid

    fix string data being invalid when using QStringView
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5bb90c7 View commit details
    Browse the repository at this point in the history
  2. only add encrypt menu entry for top folders

    with current end-to-end encryption only top folders can be encrypted
    
    limit the availability of the menu entry to top folders
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1c3743d View commit details
    Browse the repository at this point in the history
  3. only empty top folders offer the menu entry to encrypt

    in the contextual menu shown in files explorer will show encrypt menu
    entry only for top folders that are non-encrypted and empty
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    539be0a View commit details
    Browse the repository at this point in the history