Skip to content

Commit

Permalink
Add versioned user settings capability
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter authored and wkloucek committed Oct 21, 2021
1 parent 5268b8e commit d2307f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/add-user-setting-capability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Add user setting capability

We've added a capability to communicate the existance of a user settings service to clients.

https://github.com/owncloud/ocis/pull/2655
https://github.com/owncloud/web/issues/5926
6 changes: 6 additions & 0 deletions storage/pkg/command/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
"user": map[string]interface{}{
"send_mail": true,
"profile_picture": false,
"settings": []map[string]interface{}{
{
"enabled": true,
"version": "1.0.0",
},
},
},
"user_enumeration": map[string]interface{}{
"enabled": true,
Expand Down

0 comments on commit d2307f4

Please sign in to comment.