A wrapper around the OnlyOffice client
  • JavaScript 78.6%
  • HTML 20.4%
  • Less 0.8%
  • CSS 0.1%
Find a file
2026-03-05 13:33:58 +01:00
.github Squashed 'web-apps/' changes from 4c324170c31..92a652f10c8 2025-12-03 16:00:02 +02:00
dictionaries
e2etests
fonts
LICENSES
mitmproxy
onlyoffice-editor
sdkjs Add workaround for Tor Browser 2026-02-11 08:13:17 +01:00
vendor/requirejs Squashed 'web-apps/' changes from 92a652f10c8..d4f58b0293f 2025-12-10 11:20:35 +02:00
web-apps Fix Slide Master view 2026-03-05 13:33:58 +01:00
.editorconfig
.gitignore Squashed 'web-apps/' changes from 92a652f10c8..d4f58b0293f 2025-12-10 11:20:35 +02:00
.vale.ini
Dockerfile
Makefile
package.json
README.md update README.md 2026-01-13 11:58:26 +01:00
SECURITY.md

TODO

Build onlyoffice-editor.zip

Run

make build

and find the result here: output/onlyoffice-editor.zip

Running all tests

make test

Diff changes we made to sdkjs and web-apps

sdkjs

git fetch --depth=1 https://github.com/ONLYOFFICE/sdkjs.git v9.2.0.119
git diff FETCH_HEAD HEAD:sdkjs

web-apps

git fetch --depth=1 https://github.com/ONLYOFFICE/web-apps.git v9.2.0.119
git diff FETCH_HEAD HEAD:web-apps

diff UI

Instead of calling git diff ..., you can use git difftool --dir-diff ... with the same parameters, to see the diff in a UI.

Pull OnlyOffice upstream changes

git subtree pull --prefix sdkjs https://github.com/ONLYOFFICE/sdkjs.git <TAG> --squash
git subtree pull --prefix web-apps https://github.com/ONLYOFFICE/web-apps.git <TAG> --squash