No description
Find a file
Rash419 cf17f4ac33 loleaflet: when user select existing color in colorPicker it comes on first position in recentRow
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I200789fc5aa9cd5a6fc8a0bc311cbe71dde33e42
2021-08-19 14:43:06 +05:30
.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 Add welcome messages for pull requests 2021-07-14 15:13:10 +03:00
.gitpod-files Add default vscode settings for Gitpod 2021-07-13 12:38:31 +03:00
android Android: add common/Freemium.cpp to CMakeLists.txt.in 2021-08-06 17:21:04 +02:00
common Unit: add new 'Tool' type of unit test handler. 2021-08-17 11:07:21 +01:00
cypress_test loleaflet: added recent color section in colorPicker 2021-08-10 09:41:54 +02:00
debian Fix Debian dependency on dh-systemd 2021-08-16 13:58:52 +02:00
docker docker: only substitute variables when they are set. 2021-08-10 20:40:22 +01:00
etc
fuzzer log: don't try to get the channel of a non-existing logger 2021-07-15 09:01:16 +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 kit: improve StringVector usage in ChildSession::getClipboard() 2021-08-04 17:02:16 +01:00
kubernetes/helm kubernetes: use consistent hash in haproxy 2021-05-25 15:27:00 +05:30
loleaflet loleaflet: when user select existing color in colorPicker it comes on first position in recentRow 2021-08-19 14:43:06 +05:30
man
net Host: header don't append port for standard ports. 2021-08-13 09:36:27 +05:30
scripts scripts/refresh-git-hooks: Create hooks dir before making links. 2021-05-10 09:19:13 +02:00
test log: avoid logging after shutdown on all log levels 2021-08-12 10:02:48 +02:00
tools stress: start to implement based on SocketPoll. 2021-08-17 19:19:46 +01:00
wsd use Request.has instead of .find and .end 2021-08-12 14:38:26 +02: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 Add default vscode settings for Gitpod 2021-07-13 12:38:31 +03:00
AUTHORS
autogen.sh
browsersync-config.js
ChangeLog
CODE_OF_CONDUCT.md
configure.ac add option --with-feedback-location 2021-08-06 17:21:18 +02:00
CONTRIBUTING.md doc: freenode -> libera 2021-06-14 09:14:02 +02:00
coolstress.in
COPYING
discovery.xml
EULA
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
loolkitconfig.xcu.in 3 new build-time configurable settings 2021-05-18 09:14:00 +02:00
loolwsd-generate-proof-key
loolwsd-systemplate-setup
loolwsd.init.rhel6
loolwsd.service
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 Configuration - clarify various key settings. 2021-08-10 20:40:21 +01:00
Makefile.am stress: start to implement based on SocketPoll. 2021-08-17 19:19:46 +01: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!