No description
Find a file
Tor Lillqvist 6b90da49d3 Unbreak running in Responsive Design Mode in Safari on macOS
When "emulating" an iPad in Responsive Design Mode on macOS,
L.Browser.touch is false so the code at the end of Map.Tap.js that
calls L.Map.addInitHook() to add the 'tap' thing is not executed. But
L.Browser.mobile is true, so the code in Map.js that tried to access
this.tap was still executed and caused a 'TypeError: undefined is not
an object'.

Possibly this also helps in similar modes in other browsers.

Change-Id: I5dbc1e6b9f80a8f691d400516d95ee950060ae18
2019-02-12 11:38:12 +02:00
bundled/include/LibreOfficeKit Update from core master 2019-01-22 17:33:57 +02:00
common UnitHTTPServerRequest: make members private 2018-12-17 09:15:05 +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 cleanup and simplify. 2018-11-02 16:19:54 +00:00
ios Bump CFBundleVersion 2019-02-04 14:56:27 +02:00
kit we need share/template/common/internal/idxexample.odt for Insert TOC dialog 2019-01-30 11:13:47 +01:00
loleaflet Unbreak running in Responsive Design Mode in Safari on macOS 2019-02-12 11:38:12 +02:00
man typo 2018-10-10 09:04:05 +02:00
Mobile/Android Move the iOS app to the ios folder 2018-11-22 16:50:57 +02:00
net wsd: reduce warnings 2019-01-22 14:52:40 +01:00
scripts enable l10n of shape group names of insert shapes dropdown panel 2018-12-27 22:31:35 +01:00
test test: use the more effective overload accepting a character for find_last_of() 2019-01-23 09:06:04 +01:00
tools net: make members private in DelaySocket 2019-01-17 08:46:11 +01:00
wsd There is no DocumentBroker::handleDialogPaintResponse() either 2019-02-08 15:47:35 +02:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy
.gitignore Also ios/config.h is generated at configure time 2018-11-29 11:01:50 +02:00
.gitreview
AUTHORS
autogen.sh Require running configure also in tree where you will build the iOS app 2018-10-30 12:10:31 +02:00
ChangeLog
configure.ac Create the ios/Mobile/Fonts directory even if we won't copy any fonts there 2019-01-22 23:50:19 +02:00
COPYING
discovery.xml Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
favicon.ico
INSTALL
loolkitconfig.xcu wsd: configure listboxes to limit the drop-down height 2018-12-07 12:39:28 +01: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
loolwsd.spec.in systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
loolwsd.xml.in clarifying allowed_languages setting 2018-12-27 11:15:29 +01:00
Makefile.am test: use the more effective overload accepting a character for find_last_of() 2019-01-23 09:06:04 +01:00
NEWS
PROBLEMS typo fixes 2018-06-14 19:43:47 +02: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.