mirror of
https://github.com/cryptpad/onlyoffice-editor.git
synced 2026-04-22 00:23:07 +00:00
A wrapper around the OnlyOffice client
- JavaScript 78.6%
- HTML 20.4%
- Less 0.8%
- CSS 0.1%
| .github | ||
| dictionaries | ||
| e2etests | ||
| fonts | ||
| LICENSES | ||
| mitmproxy | ||
| onlyoffice-editor | ||
| sdkjs | ||
| vendor/requirejs | ||
| web-apps | ||
| .editorconfig | ||
| .gitignore | ||
| .vale.ini | ||
| Dockerfile | ||
| Makefile | ||
| package.json | ||
| README.md | ||
| 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