Create onlyoffice extension

This commit is contained in:
Lukas Hirt
2020-11-15 21:05:50 +01:00
parent 63d1fca0ce
commit 68b74d11da
65 changed files with 11363 additions and 14 deletions

View File

@@ -33,14 +33,16 @@ var (
// Extensions are ocis extension services
Extensions = []string{
"proxy",
"store",
"settings",
"phoenix",
"glauth",
"graph",
"graph-explorer",
"konnectd",
"ocs",
"webdav",
"onlyoffice",
"phoenix",
"proxy",
"settings",
"store",
"storage-frontend",
"storage-gateway",
"storage-userprovider",
@@ -50,9 +52,8 @@ var (
"storage-users",
"storage-metadata",
"storage-public-link",
"glauth",
"konnectd",
"thumbnails",
"webdav",
}
// There seem to be a race condition when reva-sharing needs to read the sharing.json file and the parent folder is not present.