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(graph): handle unknown remaining size in quota #10157

Merged
merged 2 commits into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. fix(graph): handle unknown remaining size in quota

    In certain setups the storage is not able to report the remaining size of a space.
    E.g. when no quota is set and the space is using the S3 blob storage drive. In this
    case the graph API response will now not include the `remaining` properyt in the quota.
    
    Fixes: owncloud#9245
    rhafer committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0bea105 View commit details
    Browse the repository at this point in the history
  2. Bump reva to get cs3org/reva#4867

    rhafer committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6f7271e View commit details
    Browse the repository at this point in the history