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
Miklos Vajna c65d8e7c7f HttpRequest: add missing config.h include
fuzzers build was failing with:

	In file included from fuzzer/Admin.cpp:3:
	In file included from ./wsd/Admin.hpp:12:
	In file included from ./wsd/AdminModel.hpp:20:
	In file included from ./net/WebSocketHandler.hpp:18:
	./net/HttpRequest.hpp:667:31: error: expected ')'
		_header.add("Server", HTTP_SERVER_STRING);
				      ^
	./common/Common.hpp:62:51: note: expanded from macro 'HTTP_SERVER_STRING'
	#define HTTP_SERVER_STRING "LOOLWSD HTTP Server " LOOLWSD_VERSION
							  ^
	./net/HttpRequest.hpp:667:20: note: to match this '('
		_header.add("Server", HTTP_SERVER_STRING);
			   ^

Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: Ibc3905e3e62e0eb9788b750971916ff4a4937f12
2021-03-30 12:23:09 +02:00
.git-hooks git hooks: commit msg: allow to opt in for auto-sign-off 2020-11-04 14:37:27 +01:00
.github Enable CodeQL cpp check 2021-03-28 09:56:44 +03:00
.gitpod-files remove traces of "LibreOffice Online Personal" brand 2020-12-21 12:39:27 +01:00
android Translated using Weblate (Spanish) 2021-03-18 10:51:46 +01:00
common Dump versions when we have a signal. 2021-03-25 19:46:36 +00:00
cypress_test typo fixes 2021-03-26 11:58:30 +01:00
debian compat level 10 by default restarts service after upgrade -- this is what we want for minimal downtime 2021-03-18 15:06:34 +01:00
docker add 'how to build Collabora Online 6.4 docker' to README 2021-02-09 15:48:22 +01:00
etc change product name 2020-10-02 14:18:28 +02:00
fuzzer HttpRequest: add missing config.h include 2021-03-30 12:23:09 +02:00
gtk fix license headers 2020-10-01 11:56:43 +02:00
ios Allow the iOS app to open PDF files 2021-03-25 15:12:54 +02:00
kit Mark the argument as unused to silence compiler warning. 2021-03-27 17:59:11 -04:00
kubernetes/helm Bring kubernetes proof-of-concept setup with just collabora-online 2021-01-29 11:17:28 +01:00
loleaflet Move map._socket to window.app.socket 2021-03-30 10:02:58 +03:00
man Fix typos 2020-10-07 12:51:08 +02:00
net wsd: http: make writeData const 2021-03-22 10:09:22 -04:00
scripts Update unocommands for Control.NotebookbarDraw.js 2021-03-01 13:58:14 +03:00
test Fix testTime tests on libc++/FreeBSD. 2021-03-27 17:59:11 -04:00
tools wsd: cleanup Poco headers 2021-03-22 10:09:22 -04:00
wsd Dump versions when we have a signal. 2021-03-25 19:46:36 +00: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 Control.Scroll.js: Move to typescript. 2021-03-02 09:25:41 +03:00
.gitpod.dockerfile Gitpod: Enable VNC and add browser 2020-10-10 01:54:42 +03:00
.gitpod.yml Gitpod: Silence the unneeded port popups 2020-10-17 08:54:23 +03:00
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
CODE_OF_CONDUCT.md Complete the CoC statement 2020-10-20 20:45:57 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-03-11 10:06:20 +03: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
Makefile.am make: delete loolwsd binary if it fails to cleanup 2021-03-13 16:44:09 -05: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.CONTRIBUTING.md Clarify, re: E-mail. 2020-10-26 19:03:53 +00:00
README.md README: mention the tinderbox 2020-11-10 14:10:55 +01:00
SECURITY.md Create SECURITY.md 2020-10-12 21:04:50 +02:00
autogen.sh Use portable `/usr/bin/env bash` shebang, instead of `/bin/bash` one. 2020-12-17 11:52:18 +00:00
browsersync-config.js Browsersync: Also sync html files 2019-05-20 09:59:45 +02:00
configure.ac android: Add support for split APKs to gradle 2021-03-16 18:05:45 +03:00
coolstress.in Use jsdom to load and execute our CSS, HTML and JS. 2021-01-16 12:18:47 +00:00
discovery.xml Enable editing of ODG in discovery.xml 2021-01-21 10:22:58 +01:00
favicon.ico replace favicon.ico (Collabora Online logo) 2020-12-14 13:56:00 +01:00
g g review: fix advice on how to update the existing PR ... 2020-12-18 19:09:23 +01:00
loolkitconfig-mobile.xcu Disable Help button on dialogs in mobile apps 2020-03-23 21:16:40 +01:00
loolkitconfig.xcu Revert "config: add "Macro Security" default value" 2021-03-18 15:06:47 +01: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 Port loolwsd-systemplate-setup to FreeBSD. 2021-03-02 13:44:09 +01:00
loolwsd.init.rhel6 add init script for RHEL6/CentOS6 2019-09-12 18:33:22 +02:00
loolwsd.service add CAP_CHOWN to systemd service files 2021-01-06 11:39:01 +01:00
loolwsd.spec.in On-disk cache was removed long ago, clean-up in packaging 2021-01-26 21:10:50 +01:00
loolwsd.xml.in config: add "macro_security_level" item 2021-03-12 08:23:56 -04:00
sysconfig.loolwsd change product name 2020-10-02 14:18:28 +02:00

README.md

Collabora Online

irc Telegram Forum Website L10n Gitpod Ready-to-Code

LibreOffice in the Cloud on your own Terms

Key features

  • View and edit text documents, spreadsheets, presentations & more
  • Collaborative editing features
  • Works in any modern browser no plugin needed
  • Open Source

Website

For many more details, build instructions, downloads and more please visit https://collaboraonline.github.io/

Developer assistance

Please ask your questions on irc.freenode.net in our #cool-dev channel

Join the conversation on our Discourse server at https://forum.collaboraonline.com/

Watch the tinderbox status (if it's green) at https://cpci.cbg.collabora.co.uk:8080/view/Tinderbox/job/Tinderbox%20for%20online%20master/

Development bits

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

Please consult the README files in the component's directory for more details:

  • wsd/README
  • loleaflet/README

iOS and Android apps

See the corresponding READMEs:

  • ios/README
  • android/README

Enjoy!