Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
 
 
 
 
 
 
Go to file
Andras Timar 0002fdfd6c fix license headers
Change-Id: I8623770b32d278a45357dc7f757fabfadd2b4af7
2020-10-01 11:56:43 +02:00
.git-hooks added .git-hooks with the script that generates ChangeId for the commit messages 2020-10-01 10:11:01 +02:00
android fix license headers 2020-10-01 11:56:43 +02:00
common fix license headers 2020-10-01 11:56:43 +02:00
cypress_test Use the CanvasTileLayer for all rendering. 2020-09-30 20:16:45 +02:00
debian systemplate files are not writable by lool user 2020-07-05 13:28:28 +02:00
docker fix license headers 2020-10-01 11:56:43 +02:00
etc add the /hosting/capabilities endpoint to the example reverse proxy configs 2018-11-30 13:46:33 +01:00
fuzzer document broker: handle tile request without tile cache 2020-09-28 10:50:46 +02:00
gtk fix license headers 2020-10-01 11:56:43 +02:00
ios fix license headers 2020-10-01 11:56:43 +02:00
kit fix license headers 2020-10-01 11:56:43 +02:00
kubernetes/helm kubernetes: libreoffice-online helm chart improvements 2019-12-16 14:12:56 +01:00
loleaflet update translations 2020-09-30 21:23:52 +02:00
man Proof: add loolwsd-generate-proof-key helper script 2020-04-23 19:36:06 +02:00
net fix license headers 2020-10-01 11:56:43 +02:00
scripts fix license headers 2020-10-01 11:56:43 +02:00
test fix license headers 2020-10-01 11:56:43 +02:00
tools fix license headers 2020-10-01 11:56:43 +02:00
wsd fix license headers 2020-10-01 11:56:43 +02:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy Png: avoid multiplication at int precision, then converting to long 2016-12-05 11:56:46 +01:00
.gitignore Fix gtk fake mobile application build 2020-07-14 16:20:38 +02:00
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
COPYING fix license headers 2020-10-01 11:56:43 +02:00
ChangeLog Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
INSTALL Start writing something serious in the INSTALL file 2020-05-05 22:24:45 +02:00
Makefile.am Make various bits of the UI configurable. 2020-09-28 11:53:16 +02:00
NEWS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
PROBLEMS Tweak problemms. 2019-02-13 18:35:32 +01:00
README update README 2020-10-01 09:41:26 +02:00
autogen.sh typo 2020-05-20 22:31:19 +02:00
browsersync-config.js Browsersync: Also sync html files 2019-05-20 09:59:45 +02:00
configure.ac nodejs >= 10.0.0 is required to build loleaflet 2020-09-21 16:27:31 +02:00
discovery.xml Add favIconUrl to apps in discovery 2020-09-29 09:52:21 +02:00
favicon.ico Favicon refresh 2018-06-06 03:18:13 -05:00
logerrit typo fixes in comments and code 2020-04-26 23:19:52 +02:00
loolkitconfig-mobile.xcu Disable Help button on dialogs in mobile apps 2020-03-23 21:16:40 +01:00
loolkitconfig.xcu move Noto Sans back even more in font list for LOKit 2020-09-22 20:41:09 +02:00
loolwsd-generate-proof-key Proof: fixed a typo, and handled the case when the script is running from rootless docker 2020-04-24 20:04:33 +02:00
loolwsd-systemplate-setup systemplate: do not soft-link to host filesystem in the jail 2020-08-26 18:00:18 +02:00
loolwsd.init.rhel6 add init script for RHEL6/CentOS6 2019-09-12 18:33:22 +02:00
loolwsd.service Remove default file descriptor limit. 2020-08-04 20:43:03 +02:00
loolwsd.spec.in wsd: faster jail setup via bind-mount 2020-07-01 05:42:43 +02:00
loolwsd.xml.in wsd: make outgoing connection timeout configurable 2020-08-11 20:11:14 +02:00
sysconfig.loolwsd Add LOKit logging option to configuration file 2020-06-15 16:06:37 +02:00

README

Collabora 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.

test/
	C++ based unit tests.

cypress_test/
	JavaScript based integration tests.

It is recommended to read these files:

	wsd/README
	loleaflet/README

Enjoy.