Skip to content

Commit

Permalink
Merge pull request #2931 from owncloud/spaces-capabilities
Browse files Browse the repository at this point in the history
enable spaces capability
  • Loading branch information
kulmann authored Jan 4, 2022
2 parents de87f31 + 3f14873 commit b99c15b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-spaces-capability.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions storage/pkg/command/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b99c15b

Please sign in to comment.