overleaf/services/document-updater
James Allen 2589e2d417 Gracefully return when an op has already been submitted
It is not a fatal error if an op has already been submitted. We just
need to send an ack back to the client that submitted it and continue.
If we detect a duplicate op, set dup: true on the op and pass it back
to real-time for distributing. The dup: true flag will ensure it only
gets acknowledged to the submitting client, not everyone.
2015-11-19 10:54:28 +00:00
..
app Gracefully return when an op has already been submitted 2015-11-19 10:54:28 +00:00
config Error if update would make document too long 2015-11-06 12:52:03 +00:00
test Add in mongo health check end point 2015-08-31 15:57:26 +01:00
.gitignore Set up acceptance tests in TravisCI 2014-02-26 16:54:35 +00:00
.travis.yml Remove acceptance test from travis 2014-08-15 11:06:31 +01:00
app.coffee Add in mongo health check end point 2015-08-31 15:57:26 +01:00
Gruntfile.coffee Use version from web, with fallback to old mongo collection 2014-05-14 13:28:17 +01:00
LICENSE Create LICENSE 2014-02-18 17:23:36 +00:00
package.json Release version 0.1.4 2015-03-20 14:21:34 +00:00
README.md Update README.md 2014-02-24 14:43:33 +00:00

document-updater-sharelatex

An API for applying incoming updates to documents in real-time.

Build Status

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.

Copyright (c) ShareLaTeX, 2014.