No description
Find a file
Pranav Kant f8e0b8c11e tdf#103679: Handle storage diskfull & other PutFile errors
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
2016-11-23 18:01:21 +05:30
loleaflet tdf#103679: Handle storage diskfull & other PutFile errors 2016-11-23 18:01:21 +05:30
loolwsd tdf#103679: Handle storage diskfull & other PutFile errors 2016-11-23 18:01:21 +05:30
scripts Pootle server times out with IPv6 address... 2016-10-23 16:44:56 +02:00
.gitreview
README
rename.patch More work on rename script - compiles after rename + patch. 2016-11-15 20:05:07 +01:00
rename.sh More work on rename script - compiles after rename + patch. 2016-11-15 20:05:07 +01:00

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.