Merge pull request #2036 from owncloud/introduce-user-profile-picture-capability
Add profile_picture to user capabilities
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
Enhancement: Announce user profile picture capability
|
||||||
|
|
||||||
|
Added a new capability (through https://github.com/cs3org/reva/pull/1694) to prevent
|
||||||
|
the web frontend from fetching (nonexistent) user avatar profile pictures which added
|
||||||
|
latency & console errors.
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis/pull/2036
|
||||||
@@ -219,7 +219,8 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
"user": map[string]interface{}{
|
"user": map[string]interface{}{
|
||||||
"send_mail": true,
|
"send_mail": true,
|
||||||
|
"profile_picture": false,
|
||||||
},
|
},
|
||||||
"user_enumeration": map[string]interface{}{
|
"user_enumeration": map[string]interface{}{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user