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
Should be able to change quotas of other users, but not the own.
Able to change the own quota.
Operating system: Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-112-generic x86_64)
Web server: nginx/1.10.3
Database: 10.0.34-MariaDB-0ubuntu0.16.04.1
PHP version: PHP 7.0.28-0ubuntu0.16.04.1
Nextcloud version: 13.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 13.0.0, but not sure if issue was available previously
Where did you install Nextcloud from: Web-Installer from nextcloud.com / Upgrade Tool
Signing status:
List of activated apps:
Enabled:
Nextcloud configuration:
{ "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusted_domains": [ "cloud.tkleinert.de" ], "datadirectory": "REMOVED SENSITIVE VALUE", "overwrite.cli.url": "https://cloud.tkleinert.de", "dbtype": "mysql", "version": "13.0.1.1", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc_", "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "updater.release.channel": "stable", "mail_smtpmode": "smtp", "mail_smtpauthtype": "LOGIN", "mail_smtpsecure": "tls", "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtpauth": 1, "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpport": "587", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE", "maintenance": false, "theme": "", "loglevel": 2 } }
Are you using encryption: yes
Browser: Google Chrome 65.0.3325.181
Operating system: Windows 10 - 1709 (Build 16299.192)
The text was updated successfully, but these errors were encountered:
It makes sense!
Sorry, something went wrong.
Fixed by #8824
I disagree with the Expected behaviour. Only the Admin, should be able to change ANY quota. See #7429
skjnldsv
Successfully merging a pull request may close this issue.
Steps to reproduce
Expected behaviour
Should be able to change quotas of other users, but not the own.
Actual behaviour
Able to change the own quota.
Server configuration
Operating system: Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-112-generic x86_64)
Web server: nginx/1.10.3
Database: 10.0.34-MariaDB-0ubuntu0.16.04.1
PHP version: PHP 7.0.28-0ubuntu0.16.04.1
Nextcloud version: 13.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 13.0.0, but not sure if issue was available previously
Where did you install Nextcloud from: Web-Installer from nextcloud.com / Upgrade Tool
Signing status:
Signing status
No errors have been found.List of activated apps:
App list
Enabled:
Disabled:
Nextcloud configuration:
Config report
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"cloud.tkleinert.de"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https://cloud.tkleinert.de",
"dbtype": "mysql",
"version": "13.0.1.1",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"updater.release.channel": "stable",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_smtpsecure": "tls",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "587",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"theme": "",
"loglevel": 2
}
}
Are you using encryption: yes
Client configuration
Browser: Google Chrome 65.0.3325.181
Operating system: Windows 10 - 1709 (Build 16299.192)
The text was updated successfully, but these errors were encountered: