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

Check if sync item is actually a folder before processing it #6780

Merged
merged 6 commits into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Check if file is already in database before processing rename.

    - The rename check was not happening since it was hitting error "Move without permission to rename base file"
    - The file was then processed as a new file
    - Also check #6535.
    
    Possible workaround for #6549.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    591808f View commit details
    Browse the repository at this point in the history
  2. Add test to detect file renames in external storage.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4afc033 View commit details
    Browse the repository at this point in the history
  3. Improve logs for rename check.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9b2780c View commit details
    Browse the repository at this point in the history
  4. Remove commented out code.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0965dea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e38a9f1 View commit details
    Browse the repository at this point in the history
  6. Fix renaming tests for files under group folders.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0160cec View commit details
    Browse the repository at this point in the history