add share prefix to ocs shared with me paths

Fixes: https://github.com/owncloud/product/issues/204
This commit is contained in:
David Christofas
2020-12-03 16:00:22 +01:00
parent a2cba4631f
commit 2f4faad754
14 changed files with 30 additions and 6 deletions
+1
View File
@@ -134,6 +134,7 @@ func Frontend(cfg *config.Config) *cli.Command {
"disable_tus": cfg.Reva.UploadDisableTus,
},
"ocs": map[string]interface{}{
"share_prefix": cfg.Reva.Frontend.OCSSharePrefix,
"prefix": cfg.Reva.Frontend.OCSPrefix,
"config": map[string]interface{}{
"version": "1.8",