mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 13:19:58 -06:00
Merge pull request #2931 from owncloud/spaces-capabilities
enable spaces capability
This commit is contained in:
6
changelog/unreleased/enhancement-spaces-capability.md
Normal file
6
changelog/unreleased/enhancement-spaces-capability.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Enhancement: Add spaces capability
|
||||
|
||||
We've added the spaces capability with version 0.0.1 and enabled set to true.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/2931
|
||||
https://github.com/cs3org/reva/pull/2015
|
||||
@@ -291,6 +291,10 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
|
||||
"incoming": true,
|
||||
},
|
||||
},
|
||||
"spaces": map[string]interface{}{
|
||||
"version": "0.0.1",
|
||||
"enabled": true,
|
||||
},
|
||||
},
|
||||
"version": map[string]interface{}{
|
||||
"edition": "reva",
|
||||
|
||||
Reference in New Issue
Block a user