No description
Find a file
Jan Holesovsky 0eb950513d codeql: Limit the project building only to the C++ checking
This is not needed for JS or Python.

Signed-off-by: Jan Holesovsky <kendy@collabora.com>
Change-Id: I6aba438b9646283659b31f6db40f10e224859d9a
2021-11-11 16:42:03 +01:00
.git-hooks git-hooks: pre-commit: clean up not needed tweak of the perl library path 2021-07-12 19:47:59 +03:00
.github codeql: Limit the project building only to the C++ checking 2021-11-11 16:42:03 +01:00
.gitpod-files more descriptive name of a config setting for debugging: browser_logging 2021-11-11 13:26:37 +01:00
android android: rename loleaflet -> cool 2021-11-10 17:18:56 +01:00
browser Change some unwanted renames 2021-11-11 16:42:03 +01:00
common quarantine: create hard links for quarantining when file is saved 2021-11-01 17:21:51 +02:00
cypress_test cypress: rename loleaflet -> browser 2021-11-10 17:18:56 +01:00
debian Bump version to 21.11.0.1 (RC1) 2021-11-11 16:26:06 +01:00
docker docker: update comment 2021-11-10 17:18:56 +01:00
etc nginx: update loolwsd.conf file 2021-11-10 17:18:56 +01:00
fuzzer log: don't try to get the channel of a non-existing logger 2021-07-15 09:01:16 +02:00
gtk gtk: rename loleaflet -> browser 2021-11-10 17:18:56 +01:00
indexing scripts: rename loleaflet -> browser 2021-11-10 17:18:56 +01:00
ios ios: rename loleaflet -> browser 2021-11-10 17:18:56 +01:00
kit kit: update comments 2021-11-10 17:18:56 +01:00
kubernetes/helm kubernetes: added nginx ingress config 2021-09-29 22:32:00 +02:00
man Fix Lintian warnings related to man pages 2021-09-29 21:34:41 +02:00
net make Socket use Buffer for input buffer too 2021-10-26 12:11:58 +02:00
scripts scripts: rename loleaflet -> browser 2021-11-10 17:18:56 +01:00
test test: rename loleaflet -> cool 2021-11-10 17:18:56 +01:00
tools make Socket use Buffer for input buffer too 2021-10-26 12:11:58 +02:00
wsd Change some unwanted renames 2021-11-11 16:42:03 +01:00
.cirrus.yml we have to add pango back... dependency of node_modules/canvas 2021-09-16 14:00:21 +02:00
.clang-format
.clang-tidy
.gitignore update .gitignore, rename loleaflet -> browser 2021-11-10 17:18:56 +01:00
.gitpod.dockerfile
.gitpod.yml Gitpod: Remove deprecated extension 2021-10-12 14:44:47 +02:00
AUTHORS
autogen.sh
browsersync-config.js browser: update config files 2021-11-10 17:18:56 +01:00
ChangeLog
CODE_OF_CONDUCT.md
configure.ac Bump version to 21.11.0.1 (RC1) 2021-11-11 16:26:06 +01:00
CONTRIBUTING.md
coolstress.in browser: update config files 2021-11-10 17:18:56 +01:00
COPYING
discovery.xml
favicon.ico
g Use custom local branch name as explicit remote user branch name for PR 2021-07-16 08:53:58 +02:00
loolkitconfig-mobile.xcu fix #3491: Don't show the 'corners' in the text documents 2021-11-02 13:50:30 +01:00
loolkitconfig.xcu.in fix #3491: Don't show the 'corners' in the text documents 2021-11-02 13:50:30 +01:00
loolwsd-generate-proof-key Use more portable shebang for loolwsd-generate-proof-key script 2021-11-11 12:42:09 +01:00
loolwsd-systemplate-setup
loolwsd.init.rhel6
loolwsd.service
loolwsd.spec.in remove Provides/Obsoletes sections from RPM spec 2021-11-10 21:45:58 +01:00
loolwsd.xml.in more descriptive name of a config setting for debugging: browser_logging 2021-11-11 13:26:37 +01:00
Makefile.am Remove even the loleaflet/ dir if it is around 2021-11-10 17:18:56 +01:00
NEWS
PROBLEMS
README.CONTRIBUTING.md
README.md update README file 2021-11-10 17:18:56 +01:00
SECURITY.md Update SECURITY.md 2021-07-05 12:24:14 +02:00
sysconfig.loolwsd
trace-event.sample2.json Try repeated async events with same name and id 2021-06-23 12:26:27 +03:00

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.libera.chat 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
  • browser/
    • 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
  • browser/README

iOS and Android apps

See the corresponding READMEs:

  • ios/README
  • android/README

Enjoy!