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

Copy file to owner's trash when recipient moves out of share #27042

Merged
merged 2 commits into from
Feb 21, 2017

Commits on Feb 21, 2017

  1. Copy file to owner's trash when recipient moves out of share

    Whenever a share recipient moves files or folders out of the share,
    make a backup copy in the owner's trash just in case.
    
    The metadata stays on the recipient's copy that was moved out.
    Vincent Petry committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    5d70aa8 View commit details
    Browse the repository at this point in the history
  2. Register encryption storage wrapper in trashbin storage test

    Because the encryption wrapper does some twisted stuff with methods like
    moveFromStorage, we need to apply it here to make sure the behavior is
    close to reality.
    Vincent Petry committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    641d3dc View commit details
    Browse the repository at this point in the history