No description
Find a file
Ashod Nakashian 18750d2d39 wsd: warn for invalid file requests by clients instead of error
Also, logs append new-line automatically.

Change-Id: Ie5b09e454236cab2cdaa14d6f8be7b67e8fb1000
Reviewed-on: https://gerrit.libreoffice.org/52416
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2018-06-11 22:17:04 +02:00
bundled/include/LibreOfficeKit Writer: View jumps to cursor position even if it is moved by an other view. 2018-04-10 17:00:21 +02:00
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 tdf#117557 Add CJK Fonts to LibreOffice Online Docker Image 2018-05-11 13:15:40 +02:00
etc new dummy ssl key and cert for testing 2018-04-14 17:52:54 +02:00
kit kit: let alphaBlend() take an std::vector<char> instead of raw pointer 2018-05-28 09:12:30 +02:00
loleaflet Zooming in for the first time shows tiles appearing instead of interpolation 2018-06-08 17:24:25 +02:00
man Add man pages for installed binaries/scripts 2018-05-14 12:04:41 +02:00
net net: use std::move() in the StreamSocket ctor 2018-05-24 08:50:30 +02:00
scripts use Makefile to build loleaflet 2018-05-10 20:30:16 +02:00
test Count kits better for crash testing. 2018-05-18 15:55:57 +01:00
tools Fix warning: private field '_isSSL' is not used [-Werror,-Wunused-private-field] 2018-06-01 16:42:37 +03:00
wsd wsd: warn for invalid file requests by clients instead of error 2018-06-11 22:17:04 +02:00
.clang-tidy Png: avoid multiplication at int precision, then converting to long 2016-12-05 11:56:46 +01:00
.gitignore loleaflet: add more node paths when bundling admin files 2018-05-19 10:27:40 -04:00
.gitreview
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
autogen.sh execute autogen.sh from a build directory 2018-04-12 15:46:40 -04:00
ChangeLog Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
configure.ac Don't confuse git wwhen the npm-shrinkwrap.json auto-updates. 2018-05-18 15:49:07 +02:00
COPYING Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
discovery.xml discovery: Add the binary MS filetypes. 2017-08-07 10:28:18 +02:00
favicon.ico Favicon refresh 2018-06-06 03:18:13 -05:00
INSTALL Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd-systemplate-setup Avoid copying most code into the chroot jail. 2018-03-28 16:38:10 +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 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 Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
PROBLEMS We seemed to have just two minor ASCII art instances, actually 2018-06-08 08:42:31 +03:00
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 Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00: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.