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

Allow ext storage Local to go unavailable #39707

Merged
merged 1 commit into from
Sep 4, 2023

Commits on Aug 29, 2023

  1. Allow ext storage Local to go unavailable

    Whenever an external storage of type Local points at a non-existing
    directory, process this as a StorageNotAvailable instead of returning
    404.
    
    This makes desktop clients ignore the folder instead of deleting it when
    it becomes unavailable.
    
    The code change was limited to external storages to avoid issues during
    setup and with the default home storage.
    Signed-off-by: Vincent Petry <pvince81@yahoo.fr>
    PVince81 authored and szaimen committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8d1a3da View commit details
    Browse the repository at this point in the history