No description
Find a file
Mert Tumer c809190050 Dont use select2 for populating the font list
Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: Ie1a820260720bd59756f9a52104091c490093780
2021-07-09 20:07:18 +03:00
.git-hooks
.github Use core-co-2021-assets.tar.gz for CodeQL 2021-06-25 07:04:23 +02:00
.gitpod-files remove traces of "LibreOffice Online Personal" brand 2020-12-21 12:39:27 +01:00
android Translated using Weblate (French) 2021-07-09 11:28:17 +02:00
common Revert "Make it possible to generate Trace Events already when loading the document" 2021-07-07 12:38:11 +03:00
cypress_test fix: sheetoperation spec failing 2021-07-07 22:31:39 +05:30
debian deb: revert systemplate compatibility checks, they don't work well in postinstall script 2021-05-18 15:39:56 +02:00
docker docker: install libnss3 on aarch64 2021-04-06 13:39:30 +02:00
etc
fuzzer http response: check if result would fit into chunkLen 2021-07-08 14:51:11 +02:00
gtk gtk: always include config.h first 2021-06-19 17:44:59 -04:00
ios Guard against REMOVE messages for data: URLs for tunnelled dialogs in iOS app 2021-06-11 14:07:06 +03:00
kit Revert "Make it possible to generate Trace Events already when loading the document" 2021-07-07 12:38:11 +03:00
kubernetes/helm kubernetes: use consistent hash in haproxy 2021-05-25 15:27:00 +05:30
loleaflet Dont use select2 for populating the font list 2021-07-09 20:07:18 +03:00
man
net http response: check if result would fit into chunkLen 2021-07-08 14:51:11 +02:00
scripts scripts/refresh-git-hooks: Create hooks dir before making links. 2021-05-10 09:19:13 +02:00
test perf-test: fire up six views concurrently and position on bookmarks. 2021-06-24 13:35:55 +03:00
tools wsd: separate client SSL context from the server 2021-06-23 23:39:34 -04:00
wsd wsd: log javascript handled exceptions 2021-07-07 09:45:39 -04:00
.cirrus.yml Add Cirrus CI configuration for FreeBSD testing. 2021-05-12 22:10:03 +03:00
.clang-format clang-format: turn off BreakBeforeBinaryOperators 2021-04-23 09:51:06 +02:00
.clang-tidy
.gitignore add hello-world.odg to .gitignore 2021-06-04 15:24:25 +02:00
.gitpod.dockerfile
.gitpod.yml Update Gitpod config to core co-2021 2021-06-18 14:42:57 +03:00
AUTHORS
autogen.sh
browsersync-config.js
ChangeLog
CODE_OF_CONDUCT.md
configure.ac Rename the Trace Event log to have the extension .json as that is what it is 2021-06-21 12:43:17 +03:00
CONTRIBUTING.md doc: freenode -> libera 2021-06-14 09:14:02 +02:00
coolstress.in Use jsdom to load and execute our CSS, HTML and JS. 2021-01-16 12:18:47 +00:00
COPYING
discovery.xml Enable editing of ODG in discovery.xml 2021-01-21 10:22:58 +01:00
EULA forward port packaging bits to master branch 2021-03-31 18:29:49 +02:00
favicon.ico
g g review: fix advice on how to update the existing PR ... 2020-12-18 19:09:23 +01:00
loolkitconfig-mobile.xcu
loolkitconfig.xcu.in 3 new build-time configurable settings 2021-05-18 09:14:00 +02:00
loolwsd-generate-proof-key
loolwsd-systemplate-setup Port loolwsd-systemplate-setup to FreeBSD. 2021-03-02 13:44:09 +01:00
loolwsd.init.rhel6
loolwsd.service add CAP_CHOWN to systemd service files 2021-01-06 11:39:01 +01:00
loolwsd.spec.in LOKit's installation path does not contain version number any more 2021-05-04 13:14:15 +02:00
loolwsd.xml.in Add some comments for developers 2021-07-08 12:07:52 +03:00
Makefile.am Add ProfileZone to encodeSubBufferToPNG 2021-06-22 16:43:40 +03:00
NEWS
PROBLEMS
README.CONTRIBUTING.md
README.md doc: freenode -> libera 2021-06-14 09:14:02 +02: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
  • 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!