No description
Find a file
Jan Holesovsky 1f0135121c File Notices recommendation
Change-Id: I98d5bf92cd1c354b9f448272f397681101b81715
Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2023-02-23 18:45:16 +00:00
.git-hooks
.github GitHub Actions to automate project: Add issues to project 2023-02-16 14:50:55 +01:00
.gitpod-files
android Added translation using Weblate (Belarusian (latin)) 2023-02-13 10:51:37 +01:00
browser Accessiblity checker tabbed item should only exist for text doctype 2023-02-23 14:08:49 +01:00
common Fix issue #5840 by not using base64 encoding for PNG data 2023-02-20 21:33:46 +01:00
cypress_test cypress: mobile hyperlink converted to jsdialog 2023-02-22 17:59:49 +01:00
debian Bump version to 23.05.0.1 2023-02-16 15:17:20 +01:00
docker Use COPY rather than ADD 2023-02-03 12:36:02 +01:00
etc
fuzzer
gtk Actually use the safer (escaped) string we construct 2023-01-06 16:09:52 +02:00
indexing
ios Add list of bugs fixed in the last TestFlight build and reorganize text 2023-02-20 21:33:46 +01:00
kit wsd: support per-user timezone 2023-01-31 15:38:08 +01:00
kubernetes/helm fix: helm chart error validating data: unknown object type nil in ConfigMap.data.server_name 2023-01-13 14:15:39 +05:30
man
net Fix compiler warnings when building for WASM. 2023-02-12 15:55:24 +01:00
scripts browser: convert calc header controls to TS 2023-01-18 16:45:02 +05:30
test wsd: test: minor cleanup of UnitWopiLock 2023-02-23 07:58:56 -05:00
tools
wasm Drop POCO_HAVE_FD_EPOLL for Emscripten 2023-02-22 09:00:39 +01:00
wsd wsd: handle errors from locking/unlocking a document 2023-02-23 07:58:56 -05:00
.cirrus.yml
.clang-format
.clang-tidy
.gitignore
.gitpod.dockerfile
.gitpod.yml
.mailmap
AUTHORS
autogen.sh
browsersync-config.js
ChangeLog
CODE_OF_CONDUCT.md
config.h.in
config_version.h.in
configure.ac Bump version to 23.05.0.1 2023-02-16 15:17:20 +01:00
CONTRIBUTING.md
coolkitconfig-mobile.xcu
coolkitconfig.xcu.in
coolwsd-generate-proof-key
coolwsd-systemplate-setup
coolwsd-welcome.xml
coolwsd.init.rhel6
coolwsd.service
coolwsd.spec.in
coolwsd.xml.in Better documentation of remote grammar checker settings (2) 2023-02-11 00:02:39 +01:00
COPYING
discovery.xml
favicon.ico
g
jsstress.in
Makefile.am Do build also the browser dir in the (quick-and-dirty) Emscripten case 2023-01-16 18:43:21 +02:00
NEWS
PROBLEMS
README.CONTRIBUTING.md
README.FILENOTICES.md File Notices recommendation 2023-02-23 18:45:16 +00:00
README.md Add Social media to readme 2023-01-16 11:02:01 +01:00
SECURITY.md
sysconfig.coolwsd
trace-event.sample2.json

Build Status Build Status

Build Status Build Status

Open in Gitpod

Collabora Online

Master: Pull request policy

irc Telegram Forum Website L10n Gitpod Ready-to-Code

Your own private Office in the Cloud

Get in touch 💬

Key features

  • View and edit text documents, spreadsheets, presentations & more
  • Collaborative editing features
  • Works in any modern browser no plugin needed
  • Open Source primarily under the MPLv2 license. Some parts are under other open source licences, see e.g. browser/LICENSE.

Website

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

Developer assistance

Please ask your questions on any of the bridged IRC/Matrix/Telegram rooms

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/job/Tinderbox%20for%20online%20master%20against%20co-22.05/

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:

iOS and Android apps

See the corresponding READMEs:

GitPod

Head over to https://collaboraonline.github.io/post/build-code/ select gitpod from the dropdown and follow the steps.

Interesting things to keep in mind:

  • Make sure your browser is not blocking windows/tabs from opening from the gitpod workspace URL (maybe add *.gitpod.io to your browser's whitelist)
    • The GitPod tasks will run automatically and further instructions will be printed out right in the terminal
    • VNC tab will open automatically if not just click in the left icon Remote explorer and click 6080. You will see a tab completly black, that's normal.
    • As mentioned in those instructions if you are not using the VS Code desktop and if you are only relying on your browser please:
      • Do not try to click the URL from the make run out put instead copy that URL and execute firefox [paste URL here]
      • Head over to the tab where the VNC is opened (black page), you will see Firefox opening there, maximize and have fun.
      • You can also run cypress tests via GitPod but you will need to use Firefox, for that just prepend CYPRESS_BROWSER="firefox" to the desired command. Example: CYPRESS_BROWSER="firefox" make check for every test or CYPRESS_BROWSER="firefox" make check-desktop spec=impress/scrolling_spec.js for one specific test on desktop

Enjoy!