No description
f8e0b8c11e
The new behavior is to warn the user when we try to save to storage and set all the sessions of the opened document to readonly, if storage server has no disk space left. In case of WOPI, this is intimated by HTTP response code 413 - request entity too large. If save operation to storage failed due to reasons other than 413, just warn the user and let it continue editing the document. We can add more reasons of failure and act accordingly in future. Change-Id: I4b046fc38bbc0d752c89d90acb5991a958b76670 |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README | ||
rename.patch | ||
rename.sh |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.