No description
Find a file
Ashod Nakashian 7c2c0062e3 wsd: always avoid saving readonly files
Otherwise saving is bound to fail, causing other
errors, which is nonsensical since there is nothing
to save to begin with.

Change-Id: Icb65a4a3b277b3175aadbe5107b294b24a399e7b
Reviewed-on: https://gerrit.libreoffice.org/50148
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2018-02-23 16:55:02 +01:00
bundled/include/LibreOfficeKit Updated LibreOfficeKit headers 2018-02-15 10:08:47 +01:00
common wsd: improved wopi info parsing 2018-02-23 16:54:39 +01:00
debian Adds ENABLE_SETCAP build variable to avoid using env in build system. 2018-02-04 22:27:09 +01:00
docker Online docker: we need galaxy theme too as fallback 2018-01-25 10:06:10 +01:00
etc new SSL key and cert for testing 2017-04-03 14:16:19 +02:00
kit ime: Don't eat space 2018-02-21 21:29:50 +05:30
loleaflet NPM Shrinkwrap: Upgrade to new format (v5) 2018-02-22 16:51:03 +01:00
net wsd: WebSocket state is a property of the socket 2018-02-23 16:42:22 +01:00
scripts l10n: add Upper Sorbian and Venetian 2018-01-03 16:30:53 +01:00
test wsd: improved wopi info parsing 2018-02-23 16:54:39 +01:00
tools loolconfig: set-raw-config -> set 2018-02-13 12:33:01 +05:30
wsd wsd: always avoid saving readonly files 2018-02-23 16:55:02 +01:00
.clang-tidy
.gitignore Docker bits 2017-10-22 07:53:42 +02:00
.gitreview
AUTHORS
autogen.sh
ChangeLog
configure.ac Improve explanation for support key in configure 2018-02-15 09:16:18 +01:00
COPYING
discovery.xml discovery: Add the binary MS filetypes. 2017-08-07 10:28:18 +02:00
favicon.ico Add LibreOffice favicon 2017-03-01 13:48:57 +00:00
INSTALL
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat
loolwsd-systemplate-setup copy system hyphenation dictionaries to systemplate 2017-10-30 11:01:14 +01:00
loolwsd.service don't hardcode lo_template_path, use the setting from loolwsd.xml 2017-03-20 23:29:15 +01:00
loolwsd.spec.in remove deleted robots.txt from rpm spec file 2018-02-21 00:01:23 +01:00
loolwsd.xml.in Allow preload of nl dictionary by default 2018-02-16 11:07:21 +01:00
Makefile.am wsd: handle request for robots.txt 2018-02-15 15:45:09 +01:00
NEWS
PROBLEMS
README Online, not on-line 2017-02-03 13:47:30 +00:00
sysconfig.loolwsd Online, not on-line 2017-02-03 13:47:30 +00:00
TODO

LibreOffice Online.

This project has several components:

wsd/
	The Web Services Daemon - which accepts external connections.

kit/
	The client which lives in its own chroot and renders documents.

common/
	Shared code between these processes.

loleaflet/
	The client side JavaScript component.

It is recommended to read these files:

	wsd/README
	loleaflet/README

Enjoy.