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

Update owner of subdir on move into/out of share #31728

Merged
merged 8 commits into from
Jul 26, 2022

Commits on Jul 26, 2022

  1. Test moving share in and out of another share

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8967602 View commit details
    Browse the repository at this point in the history
  2. Update owner of subdir on move into/out of share

    When moving a directory into or out of a received share, make sure to
    also update the share owner column for shares that exist insie the
    directory.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 authored and artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8ca9109 View commit details
    Browse the repository at this point in the history
  3. Prevent column name conflict between tables

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ce7b6ff View commit details
    Browse the repository at this point in the history
  4. Change share owner when moving share out of share

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    13e7ebb View commit details
    Browse the repository at this point in the history
  5. Int test for share owner change on move

    Added tests to verify share owner change when moving the parent of a
    subshare in and out of a received share.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 authored and artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b513ac5 View commit details
    Browse the repository at this point in the history
  6. Recursively fetch subshares

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    0fb4eca View commit details
    Browse the repository at this point in the history
  7. Skip testMovedIntoShareChangeOwner

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    256ed34 View commit details
    Browse the repository at this point in the history
  8. Add argument to getSharesInFolder enable deep share lookup

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f525067 View commit details
    Browse the repository at this point in the history