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

Print storage names in backup-list #1538

Merged
merged 6 commits into from
Sep 6, 2023

Commits on Sep 1, 2023

  1. Cosmetic changes

    rdjjke committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    60fb515 View commit details
    Browse the repository at this point in the history
  2. Fix bug in memory folder

    If we create a folder with path "/" (representing the root folder), or with any other path starting with "/", the listing breaks: it finds no files or subfolders because their paths don't start with "/".
    
    Also stop creating multi-storage folders with path "/", and always represent the root path by "" to avoid ambiguity.
    rdjjke committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    623539d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f701b0 View commit details
    Browse the repository at this point in the history
  4. Review fixes

    rdjjke committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bbfd397 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    1b36239 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    ed7845b View commit details
    Browse the repository at this point in the history