overleaf/services/track-changes/app/coffee
James Allen 23dfe68cb8 Don't error when rewinding and insert op which is beyond the length of the document.
ShareJS will accept an op where p > content.length when applied,
and it applies as though p == content.length. However, the op is
passed to us with the original p > content.length. Detect if that
is the case with this op, and shift p back appropriately to match
ShareJS if so.
2015-09-25 13:44:44 +01:00
..
DiffGenerator.coffee Don't error when rewinding and insert op which is beyond the length of the document. 2015-09-25 13:44:44 +01:00
DiffManager.coffee
DocArchiveManager.coffee add logging to each stage of archiving 2015-09-24 09:10:06 +01:00
DocstoreHandler.coffee
DocumentUpdaterManager.coffee
HttpController.coffee
LockManager.coffee
MongoAWS.coffee
MongoAWSexternal.coffee
mongojs.coffee
MongoManager.coffee bug fix for clear archive in progress flag 2015-09-24 09:09:49 +01:00
PackManager.coffee
PackWorker.coffee
RedisManager.coffee
RestoreManager.coffee
UpdateCompressor.coffee
UpdatesManager.coffee move default value of lastVersion into function body 2015-09-23 16:31:33 +01:00
UpdateTrimmer.coffee
WebApiManager.coffee