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

[stable10] Fix quota federated sharing (new) #29325

Merged
merged 6 commits into from
Oct 26, 2017

Commits on Oct 26, 2017

  1. Catch errors when setting quota in integration tests

    Vincent Petry committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    441c289 View commit details
    Browse the repository at this point in the history
  2. Fix quota handling with federated shares

    Properly detect SPACE_UNLIMITED in quota check.
    Improve error handling when receiving errors like 507 when uploading
    files to a remote server.
    Vincent Petry committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    2e06233 View commit details
    Browse the repository at this point in the history
  3. Fix integration tests to properly set quota in some cases

    Vincent Petry committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    c0681c4 View commit details
    Browse the repository at this point in the history
  4. Update QuotaPluginTest for unlimited quota values

    Vincent Petry committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    dcf11b7 View commit details
    Browse the repository at this point in the history
  5. Added WebdavClientService in core + unit tests for Storage\DAV class

    Added tests for all FS methods of the Storage\DAV class and also fixed
    some related issues.
    Vincent Petry committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    60050a2 View commit details
    Browse the repository at this point in the history
  6. Small tweaks for WebDavClientService and tests

    Vincent Petry committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    7e9b5ad View commit details
    Browse the repository at this point in the history