mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 18:01:28 -06:00
enable tags in capabilities (#5271)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user