No description
Find a file
Jérémie Lesage f084ea53f6 Ensure all sessions have a sessionId and are subscribed.
Simplify constructors, and factor out subscription code.

Change-Id: I4f3ed1eb06abec193d6db1f7c78815ffe1e1b5aa
2018-06-29 18:10:03 +01:00
bundled/include/LibreOfficeKit
common wsd: reduce lock scope and log diskspace checks 2018-06-11 22:15:57 +02:00
debian Cleanup all old files in the cache, not just png's. 2018-05-30 20:04:15 +02:00
docker
etc
kit Implement client websocket masking. 2018-06-15 14:54:19 +01:00
loleaflet Cell borders: Implement the 'More...' button. 2018-06-28 21:39:46 +02:00
man
net Fix logging a little. 2018-06-15 17:38:12 +01:00
scripts
test Implement client websocket masking. 2018-06-15 14:54:19 +01:00
tools Fix warning: private field '_isSSL' is not used [-Werror,-Wunused-private-field] 2018-06-01 16:42:37 +03:00
wsd Ensure all sessions have a sessionId and are subscribed. 2018-06-29 18:10:03 +01:00
.clang-tidy
.gitignore loleaflet: add more node paths when bundling admin files 2018-05-19 10:27:40 -04:00
.gitreview
AUTHORS
autogen.sh
ChangeLog
configure.ac Don't confuse git wwhen the npm-shrinkwrap.json auto-updates. 2018-05-18 15:49:07 +02:00
COPYING
discovery.xml
favicon.ico Favicon refresh 2018-06-06 03:18:13 -05:00
INSTALL
loolkitconfig.xcu
loolstat
loolwsd-systemplate-setup redirect stderr of find to /dev/null, non existing search paths can be ignored 2018-06-15 15:04:25 +02:00
loolwsd.service
loolwsd.spec.in Cleanup all old files in the cache, not just png's. 2018-05-30 20:04:15 +02:00
loolwsd.xml.in Remove test monitor. 2018-05-18 18:32:57 +01:00
Makefile.am loolsocketdump is an internal utility, not for packaging 2018-05-14 12:05:02 +02:00
NEWS
PROBLEMS typo fixes 2018-06-14 19:43:47 +02:00
README
sysconfig.loolwsd
TODO typo fix 2018-06-14 23:35:53 +02:00

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.