enable tags in capabilities (#5271)

This commit is contained in:
Florian Schade
2022-12-22 14:20:46 +01:00
committed by GitHub
parent 50882a4598
commit 78637a2f00
2 changed files with 2 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ Tags can be added (put request) and removed (delete request) from a resource,
a list of available tags can also be requested by sending a get request to the graph endpoint.
https://github.com/owncloud/ocis/pull/5227
https://github.com/owncloud/ocis/pull/5271
https://github.com/owncloud/ocis/issues/5184

View File

@@ -47,6 +47,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
"blacklisted_files": []string{},
"undelete": true,
"versioning": true,
"tags": true,
"archivers": archivers,
"app_providers": appProviders,
"favorites": cfg.EnableFavorites,