overleaf/services/project-history/app/js
Domagoj Kriskovic 3e701f1388 Send operations to project-history when deleting comments (#17198) (#17494)
* Make Operation.fromRaw parse AddComment operations

* Send operations to project-history when deleting comments

* remove RedisManager.updateDocument call

* format fix

* Revert "remove RedisManager.updateDocument call"

This reverts commit 5d45f34b5919bf5a85e8475e5a450bcb213d3f82.

* remove versions from deleteComment op

* pass userId to deleteComment operation

* revert userId from chat service

* revert userid from chat tests

* format:fix

* document updater fix tests

* format:fix

* fix web unit test

* deleteThread test fix

* send only if historyRangesSupport is true

* use headers to pass userId

* set historyRangesSupport in tests

* optional headers

* Revert "use headers to pass userId"

This reverts commit e916c469f95b1ac166e30e12e735171eb814af01.

---------

Co-authored-by: Eric Mc Sween <5454374+emcsween@users.noreply.github.com>
GitOrigin-RevId: 14c10669e43d76883dbaaa8ab55e102b5ebadd38
2024-03-12 09:03:55 +00:00
..
BlobManager.js
ChunkTranslator.js
DiffGenerator.js
DiffManager.js Merge pull request #17251 from overleaf/tm-raise-history-diff-max-chunks 2024-02-22 09:05:20 +00:00
DocumentUpdaterManager.js
ErrorRecorder.js
Errors.js
FileTreeDiffGenerator.js
FlushManager.js
HashManager.js
HealthChecker.js
HistoryApiManager.js
HistoryStoreManager.js
HttpController.js
LabelsManager.js
LargeFileManager.js
LocalFileWriter.js
LockManager.js
mongodb.js Merge pull request #16873 from overleaf/dp-mongo-command-monitoring 2024-02-23 09:02:55 +00:00
OperationsCompressor.js
Profiler.js
RedisManager.js
RetryManager.js
Router.js
server.js
SnapshotManager.js
SummarizedUpdatesManager.js
SyncManager.js
types.ts Send operations to project-history when deleting comments (#17198) (#17494) 2024-03-12 09:03:55 +00:00
UpdateCompressor.js
UpdatesProcessor.js
UpdateTranslator.js Send operations to project-history when deleting comments (#17198) (#17494) 2024-03-12 09:03:55 +00:00
Validation.js
Versions.js
WebApiManager.js