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/delete readonly folders #7010

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Commits on Aug 21, 2024

  1. add automated test for deletion of child items in read-only folders

    should ensure we are able to get files or dolders be deleted by sync
    engine within read-only folders
    
    would happen as the result of changes on server side being propagated
    locally or when using selective sync
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    abde33e View commit details
    Browse the repository at this point in the history
  2. make folders read-write when needed when deleting local items

    if a folder is read-only, when deleting content inside this folder, it
    may be needed to make it temporary read-write
    
    do this as required by the automated tests
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8dcbdeb View commit details
    Browse the repository at this point in the history