No description
Find a file
Tor Lillqvist 76058ac270 Fix crash in iOS app: Just use a raw pointer as the lok_document hack
The lok_document pointer will only be used when it is valid anyway.
Fixes a crash when you open a second document after closing the first.

Change-Id: I362db282e4eccf419b56bf790ea58181594ab0fe
2019-02-26 14:07:59 +02:00
android fix order of elements in 'AndroidManifest.xml' as per guidelines and icon of the android app wasn't reflecting in the launcher 2019-02-24 13:48:53 +01:00
bundled/include/LibreOfficeKit Update from core master 2019-01-22 17:33:57 +02:00
common TileCache: re-factor API to work in terms of vectors, not file references. 2019-02-14 21:46:39 +01:00
debian systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
docker systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
etc add the /hosting/capabilities endpoint to the example reverse proxy configs 2018-11-30 13:46:33 +01:00
gtk Revert "android: Various fixes to make the sending from the core to JS..." 2019-02-20 00:38:16 +01:00
ios Fix crash in iOS app: Just use a raw pointer as the lok_document hack 2019-02-26 14:07:59 +02:00
kit Fix crash in iOS app: Just use a raw pointer as the lok_document hack 2019-02-26 14:07:59 +02:00
loleaflet Correctly reload rows & columns after saveas 2019-02-26 12:33:54 +01:00
man typo 2018-10-10 09:04:05 +02:00
net android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability. 2019-02-12 12:20:11 +01:00
scripts enable l10n of shape group names of insert shapes dropdown panel 2018-12-27 22:31:35 +01:00
test Remove unnecessary leftovers after Michael's removal of the on-disk tile cache 2019-02-15 21:36:16 +01:00
tools net: make members private in DelaySocket 2019-01-17 08:46:11 +01:00
wsd wsd: remove unused using declarations 2019-02-25 09:11:06 +01: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 Add BUNDLE-VERSION 2019-02-25 14:09:31 +02:00
.gitreview Add git-review config 2015-11-20 17:13:26 +01:00
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
autogen.sh Revert "Make glibtoolize optional, as presumably was the thought" 2019-02-26 12:20:29 +02:00
browsersync-config.js Integrate browser-sync 2019-02-21 09:23:47 +01:00
ChangeLog Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
configure.ac Keep the iOS app bundle version in a file in the build folder, not in git 2019-02-25 09:14:14 +02:00
COPYING Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
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 Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolkitconfig.xcu wsd: configure listboxes to limit the drop-down height 2018-12-07 12:39:28 +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 Fix domain name resolution from jail by adding required libs to systemplate 2018-12-02 18:32:34 +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 systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
loolwsd.xml.in Remove unnecessary leftovers after Michael's removal of the on-disk tile cache 2019-02-15 21:36:16 +01:00
Makefile.am Integrate browser-sync 2019-02-21 09:23:47 +01: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 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

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.