Skip to content

Commit

Permalink
Add profile_picture to user capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed May 12, 2021
1 parent d2cc70c commit 73bba79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions storage/pkg/command/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
},
"user": map[string]interface{}{
"send_mail": true,
"profile_picture": false,
},
"user_enumeration": map[string]interface{}{
"enabled": true,
Expand Down

0 comments on commit 73bba79

Please sign in to comment.