No description
Find a file
Mert Tumer bcd28ec9e8 android: Attempt to fix modification time issue
the issue is when there's no change in the document, the modification time is
still being updated. The current approach was using the modified status
message but appearently due to it's sent delayed, it caused the changes
being not saved. We already upload the changes on uno callback result
of uno:Save command if it is sucessfull and it should be enough.
No need to copy back the temp file on after killing the document because
it also saves the file thus it updates the original file before the exit.

Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: I2a26a3bc6d55ac0a090c4e4d89e47544c545f8d1
2021-11-04 10:07:44 +03: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 GH: Add new bug type 2021-10-23 10:19:16 +02:00
.gitpod-files Add default vscode settings for Gitpod 2021-07-13 12:38:31 +03:00
android android: Attempt to fix modification time issue 2021-11-04 10:07:44 +03:00
common quarantine: create hard links for quarantining when file is saved 2021-11-01 17:21:51 +02:00
cypress_test cypress: makefile: add capabilities parameter 2021-11-01 09:15:56 -04:00
debian Bump package version to 21.11.0.0-1 (beta1) 2021-10-26 14:18:58 +02:00
docker docker: exec the startup script to intercept SIGTERM 2021-10-12 09:36:33 +02: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
indexing Proof of concept Search WebApp to show how to implement doc. search 2021-09-13 10:36:15 +02:00
ios Make it possible to build the iOS app against core master 2021-09-27 16:31:58 +03:00
kit jails: kit: name temporary directory with jail is instead random name 2021-10-22 09:00:04 -04:00
kubernetes/helm kubernetes: added nginx ingress config 2021-09-29 22:32:00 +02:00
loleaflet leaflet: correct map reference in socket 2021-11-03 21:50:57 -04: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
test test: double the timeout in isDocumentLoaded() for sanitizers 2021-11-03 17:19:34 +01:00
tools make Socket use Buffer for input buffer too 2021-10-26 12:11:58 +02:00
wsd android: Make pdf not editable & commentable 2021-11-04 10:07:34 +03: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 quarantine: create hard links for quarantining when file is saved 2021-11-01 17:21:51 +02:00
.gitpod.dockerfile
.gitpod.yml Gitpod: Remove deprecated extension 2021-10-12 14:44:47 +02:00
AUTHORS
autogen.sh
browsersync-config.js
ChangeLog
CODE_OF_CONDUCT.md
configure.ac Use version 21.11 for the next CODE/COOL release 2021-10-22 16:03:52 +02:00
CONTRIBUTING.md
coolstress.in
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
loolwsd-systemplate-setup
loolwsd.init.rhel6
loolwsd.service
loolwsd.spec.in Fix Lintian warnings related to man pages 2021-09-29 21:34:41 +02:00
loolwsd.xml.in Quarantine: minor correction for path resolution 2021-11-03 16:51:52 +05:30
Makefile.am quarantine: create hard links for quarantining when file is saved 2021-11-01 17:21:51 +02:00
NEWS
PROBLEMS
README.CONTRIBUTING.md
README.md
SECURITY.md
sysconfig.loolwsd
trace-event.sample2.json

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!