Skip to content

Commit

Permalink
Remove onlyoffice extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Aug 24, 2021
1 parent 8e5b975 commit a24fe10
Show file tree
Hide file tree
Showing 61 changed files with 13 additions and 10,330 deletions.
1 change: 0 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ config = {
"ocis-pkg",
"ocis",
"ocs",
"onlyoffice",
"proxy",
"settings",
"storage",
Expand Down
7 changes: 3 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/accounts/ @kulmann @pascalwengerter
/onlyoffice/ @kulmann @pascalwengerter
/settings/ @kulmann @pascalwengerter
/web/ @kulmann @pascalwengerter
accounts/ @kulmann @pascalwengerter @paulcod3
settings/ @kulmann @pascalwengerter @paulcod3
web/ @kulmann @pascalwengerter
.drone.star @wkloucek @micbar @phil-davis @individual-it
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ updates:
interval: "weekly"
open-pull-requests-limit: 2

- package-ecosystem: "npm"
directory: "/onlyoffice"
schedule:
interval: "weekly"
open-pull-requests-limit: 2

- package-ecosystem: "npm"
directory: "/idp"
schedule:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ OCIS_MODULES = \
ocis \
ocis-pkg \
ocs \
onlyoffice \
proxy \
settings \
storage \
Expand Down
9 changes: 9 additions & 0 deletions changelog/unreleased/remove-onlyoffice-extension
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Change: Remove OnlyOffice extension

Tags: OnlyOffice

We've removed the OnlyOffice extension in oCIS.
OnlyOffice has their own web extension for OC10 backend now with [a dedicated guide](https://owncloud.dev/clients/web/deployments/oc10-app/#onlyoffice).
In oCIS, we will follow up with a guide on how to start a WOPI server providing OnlyOffice soon.

https://github.com/owncloud/ocis/pull/2433
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@
{
"endpoint": "/settings.js",
"backend": "http://localhost:9190"
},
{
"endpoint": "/onlyoffice.js",
"backend": "http://localhost:9220"
}
]
}
Expand Down
4 changes: 0 additions & 4 deletions deployments/examples/ocis_hello/config/ocis/proxy-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
"endpoint": "/settings.js",
"backend": "http://localhost:9190"
},
{
"endpoint": "/onlyoffice.js",
"backend": "http://localhost:9220"
},
{
"endpoint": "/api/v0/greet",
"backend": "http://ocis-hello:9105"
Expand Down
4 changes: 0 additions & 4 deletions deployments/examples/ocis_wopi/config/ocis/proxy-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
"endpoint": "/settings.js",
"backend": "http://localhost:9190"
},
{
"endpoint": "/onlyoffice.js",
"backend": "http://localhost:9220"
},
{
"endpoint": "/api/v0/wopi",
"backend": "http://ocis-wopiserver:9105"
Expand Down
2 changes: 0 additions & 2 deletions docs/extensions/onlyoffice/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions docs/extensions/onlyoffice/_index.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/extensions/onlyoffice/building.md

This file was deleted.

Loading

0 comments on commit a24fe10

Please sign in to comment.