mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-03 02:39:52 -06:00
Add versioned user settings capability
This commit is contained in:
committed by
Willy Kloucek
parent
5268b8e5e6
commit
d2307f49d9
6
changelog/unreleased/add-user-setting-capability.md
Normal file
6
changelog/unreleased/add-user-setting-capability.md
Normal file
@@ -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
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user