mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-24 06:34:18 -06:00
Merge pull request #3113 from owncloud/ocs-config-like-oc10
ensure the same data on /ocs/v?.php/config like oC10 [full-ci]
This commit is contained in:
6
changelog/unreleased/fix-ocs-config-values.md
Normal file
6
changelog/unreleased/fix-ocs-config-values.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: ensure the same data on /ocs/v?.php/config like oC10
|
||||
|
||||
We've fixed the returned values on the /ocs/v?.php/config endpoints,
|
||||
so that they now return the same values as an oC10 would do.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3113
|
||||
@@ -215,10 +215,10 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
|
||||
},
|
||||
},
|
||||
"config": map[string]interface{}{
|
||||
"version": "1.8",
|
||||
"website": "reva",
|
||||
"version": "1.7",
|
||||
"website": "ownCloud",
|
||||
"host": cfg.Reva.Frontend.PublicURL,
|
||||
"contact": "admin@localhost",
|
||||
"contact": "",
|
||||
"ssl": "false",
|
||||
},
|
||||
"default_upload_protocol": cfg.Reva.DefaultUploadProtocol,
|
||||
|
||||
Reference in New Issue
Block a user