{
"system": {
"license-key": "***REMOVED SENSITIVE VALUE***",
"instanceid": "ocuv4s8d5xsv",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"172.17.0.1"
],
"datadirectory": "\/home\/artur\/www\/owncloud-core\/data",
"overwrite.cli.url": "http:\/\/localhost\/owncloud-core",
"dbtype": "mysql",
"version": "10.3.0.0",
"logtimezone": "UTC",
"theme": "",
"loglevel": "2",
"maintenance": false,
"default_language": "en",
"singleuser": false,
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "1025",
"ldapIgnoreNamingRules": false,
"sharing.federation.allowHttpFallback": true,
"files_external_allow_create_new_local": "true",
"enable_previews": false,
"dbname": "owncloud-20190809",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"trusted_proxies": {
"1": "10.4.1.248",
"2": "127.0.0.1"
},
"htaccess.RewriteBase": "\/owncloud-core\/",
"apps_paths": [
{
"path": "\/home\/artur\/www\/owncloud-core\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/home\/artur\/www\/owncloud-core\/apps-external",
"url": "\/apps-external",
"writable": true
}
],
"memcache.local": "\\OC\\Memcache\\APCu",
"skeletondirectory": "\/home\/artur\/www\/owncloud-core\/apps\/testing\/data\/webUISkeleton",
"cors.allowed-domains": [
"http:\/\/172.17.0.1:8300"
],
"installed": true
}
}
Enabled:
- comments: 0.3.0
- dav: 0.4.0
- diagnostics: 0.1.0
- enterprise_key: 0.1.4
- federatedfilesharing: 0.5.0
- federation: 0.1.0
- files: 1.5.2
- files_external: 0.7.1
- files_sharing: 0.12.0
- files_texteditor: 2.2.1
- files_trashbin: 0.9.1
- files_versions: 1.3.0
- firewall: 2.5.0
- gallery: 16.1.0
- market: 0.2.3
- notifications: 0.3.3
- oauth2: 0.4.1
- provisioning_api: 0.5.0
- systemtags: 0.3.0
- updatenotification: 0.2.1
- windows_network_drive: 0.7.0
Disabled:
- brute_force_protection
- customgroups
- encryption
- files_antivirus
- files_primary_s3
- guests
- more-fun-theme
- multidirtest
- password_policy
- ransomware_protection
- search_elastic
- security
- testing
- theme-example
- user_ldap
- user_management
Steps to reproduce
permission=2to a user.curl --user admin:admin "http://localhost/owncloud-core/ocs/v1.php/apps/files_sharing/api/v1/shares" --data 'path=/data.zip&shareType=0&shareWith=uu1&permissions=2'Expected behaviour
permission should be set to "3", at least that is the behaviour in 10.2.1
webUI should work OK
Actual behaviour
permission is set to "2"
webUI locks up
Server configuration
Operating system:
ubuntu 18.04
Web server:
Apache2
Database:
MySQL
PHP version:
7.2
ownCloud version: (see ownCloud admin page)
10.3.0
Updated from an older ownCloud or fresh install:
fresh
Where did you install ownCloud from:
git
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no