hedgedoc/backend/src/revisions
Tilman Vatteroth a826677225 refactor: save ydoc state in the database, so it can be restored easier
By storing the ydoc state in the database we can reconnect lost clients easier
and enable offline editing because we continue using the crdt data that has been
used by the client before the connection loss.

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-03-24 16:03:55 +01:00
..
edit.dto.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
edit.entity.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
edit.service.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
revision-metadata.dto.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
revision.dto.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
revision.entity.ts refactor: save ydoc state in the database, so it can be restored easier 2023-03-24 16:03:55 +01:00
revisions.module.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
revisions.service.spec.ts test: fix "creates a new revision" test 2022-11-27 21:29:23 +01:00
revisions.service.ts refactor: save ydoc state in the database, so it can be restored easier 2023-03-24 16:03:55 +01:00