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

Fix public shared folder page when quota includes external storages #28911

Commits on Sep 22, 2021

  1. Add integration test for public share and external storage quota

    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    fa6eb1f View commit details
    Browse the repository at this point in the history
  2. Fix public shared folder page when quota includes external storages

    When the quota storage wrapper is used (that is, when the share owner
    has a quota set) and "quota_include_external_storage" is enabled when
    checking the free space "Filesystem::getFileInfo('', 'ext')" is called,
    which requires the file system to have been initialized. This is
    explicitly done now in "showShare" similar to what is done in
    "downloadShare".
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a43d664 View commit details
    Browse the repository at this point in the history