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

[stable-3.14] Bugfix/delete read only remnants folders #7108

Merged
merged 5 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. collect remnant read-only folders during discovery

    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    80793bb View commit details
    Browse the repository at this point in the history
  2. let cancel sync and finish sync lambda be reusable methods

    will enable implementation of other ways to interrupt sync after
    discovery to get user feedback
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ab20025 View commit details
    Browse the repository at this point in the history
  3. detect remnants read-only folders to delete: try to delete them

    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5b8144f View commit details
    Browse the repository at this point in the history
  4. let FileSystem::removeRecursively be able to delete read-only folders

    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    27189bf View commit details
    Browse the repository at this point in the history
  5. delete invalid folders and restart sync automatically

    users should then notice that the sync errors are gone
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1d9080a View commit details
    Browse the repository at this point in the history