No description
Find a file
Jan Holesovsky bbab589ea0 android: Unload the document already in onPause().
So that it  doesn't end up running on the background.

Change-Id: I24386a2eecb740bfce7fcfb83c62aafadb36f7f9
2019-06-20 14:11:22 +02:00
android android: Unload the document already in onPause(). 2019-06-20 14:11:22 +02:00
bundled/include/LibreOfficeKit lok: update graphic selection callback description 2019-05-20 10:40:05 +02:00
common Log fatal errors also to stderr 2019-06-04 09:09:37 +02:00
debian Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
docker docker: fix SSL cert generation with OpenSSL 1.1.1 2019-06-13 13:18:40 +02:00
etc add the /hosting/capabilities endpoint to the example reverse proxy configs 2018-11-30 13:46:33 +01:00
gtk gtk: fix typo 2019-04-23 09:10:18 +02:00
ios Prevent the user from zooming the WebView 2019-06-11 17:33:48 +03:00
kit android: Don't re-initialize LibreOfficeKit over and over again. 2019-06-20 14:11:13 +02:00
loleaflet WriterTileLayer: allow inserting comments when having a graphic selection 2019-06-20 09:43:25 +02:00
man typo 2018-10-10 09:04:05 +02:00
net Fix typo 2019-06-16 22:35:45 +02:00
scripts force overwrite of ios-*.po when downloading from Pootle 2019-06-20 12:12:28 +02:00
test test: avoid unnecessary copy in expectString() 2019-06-13 08:44:05 +02:00
tools Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
wsd wsd: add new always_save_on_exit config option 2019-06-06 11:48:54 +02:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy
.gitignore Revert "configure: add Boost.Locale library" 2019-03-15 17:28:14 +01:00
.gitreview git-review: Use the hostname instead of alias. 2019-05-17 14:10:33 +02:00
AUTHORS
autogen.sh Revert "Get rid of use of GNU libtool" and its follow-up 2019-05-27 10:25:51 +03:00
browsersync-config.js Browsersync: Also sync html files 2019-05-20 09:59:45 +02:00
ChangeLog
configure.ac Revert "Get rid of use of GNU libtool" and its follow-up 2019-05-27 10:25:51 +03:00
COPYING
discovery.xml Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
favicon.ico Favicon refresh 2018-06-06 03:18:13 -05:00
INSTALL
loolkitconfig.xcu change default HelpRootURL to 'https://help.libreoffice.org/help.html?' 2019-04-23 10:05:05 +02:00
loolstat
loolwsd-systemplate-setup Fix domain name resolution from jail by adding required libs to systemplate 2018-12-02 18:32:34 +01:00
loolwsd.service Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
loolwsd.spec.in Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
loolwsd.xml.in wsd: add new always_save_on_exit config option 2019-06-06 11:48:54 +02:00
Makefile.am Revert "Allow 'make run' after 'make build-nocheck'" 2019-05-29 08:52:27 +02:00
NEWS
PROBLEMS Tweak problemms. 2019-02-13 18:35:32 +01:00
README
sysconfig.loolwsd

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.