antosdk-apps/OnlyOffice/README.md

21 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-02-08 17:59:31 +01:00
# OnlyOffice
This application is the front-end connector of the OnlyOffice suite.
It needs to connect to a working OnlyOffice document server.
2021-02-10 19:45:48 +01:00
The application allows to open/edit commons document, presentation, and spreedsheet.
2021-03-05 21:40:36 +01:00
Integrate OnlyOffice to an virtual window environment like AntOs allows a convenient
2021-02-10 19:47:35 +01:00
way to work with multiple documents at the same time.
2021-02-10 19:45:48 +01:00
2021-02-10 19:47:35 +01:00
![https://github.com/lxsang/antosdk-apps/blob/master/OnlyOffice/screenshot.png?raw=true](https://github.com/lxsang/antosdk-apps/blob/master/OnlyOffice/screenshot.png?raw=true)
2021-02-08 17:59:31 +01:00
2021-02-10 21:05:56 +01:00
## Change log
- v 0.1.8a: Use new backend API + luasec + luasocket to manipulate remote file
- v 0.1.7a: Allow setting blur overlay on window
2021-03-27 16:44:29 +01:00
- v 0.1.6a: Update backend api
2021-03-19 22:04:27 +01:00
- v 0.1.5a: Add document versionning support
2021-03-12 21:02:55 +01:00
- v 0.1.4a: If the iframe has the same origin with the parent, enable the focus event
- v 0.1.3a: Let backend generates document key, compatible with doc.iohub.dev/office
- v 0.1.2a: generate document key based on username, file path and modified time
2021-02-10 21:06:59 +01:00
- v 0.1.1a: generate document key based on username and file path