We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
default_quota
user1
Case 1:
# occ usage-report:generate --output=json user1 | jq .quota` 0
Case 2:
# occ usage-report:generate --output=json | grep user1 | jq .quota` "1 GB"
The field quota should be always an integer number and consistent.
quota
The field quota is wrong (case 1) and a string (case 2). Manually assigning the user the same value as default_quota fixes the issue.
Nextcloud version: 27.1.5
user_usage_report: 1.11.1
Where did you install Nextcloud from: normal installer
List of activated apps:
Nextcloud configuration:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
default_quota
in the server, ex "1 GB"user1
assigned the value ofdefault_quota
. Verify it too by checkinguser1
settings page.Case 1:
Case 2:
Expected behaviour
The field
quota
should be always an integer number and consistent.Actual behaviour
The field
quota
is wrong (case 1) and a string (case 2). Manually assigning the user the same value asdefault_quota
fixes the issue.Server configuration
Nextcloud version: 27.1.5
user_usage_report: 1.11.1
Where did you install Nextcloud from: normal installer
List of activated apps:
Nextcloud configuration:
Client configuration
Logs
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: