hedgedoc/src
David Mehren d462a571d8
RevisionEntity: Change primary key type from UUID to number
The precision of sqlites datetime() timestamp is only one second (see https://www.sqlite.org/lang_datefunc.html). Therefore we could not order revisions of one note that were created in the same second. To remedy this, the primary key was changed to a monotonically increasing number, which solves the ordering problem.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-09-22 20:06:16 +02:00
..
api/public NotesController: Get text from request body when creating a named note. 2020-09-22 18:31:20 +02:00
authors Add AuthorsModule 2020-07-25 20:11:08 +02:00
groups Initialize TypeORM for Group entity 2020-08-13 20:22:04 +02:00
history Update NotesService and HistoryService to use the new permission model. 2020-08-12 20:23:48 +02:00
monitoring Add monitoring module 2020-07-26 21:36:28 +02:00
notes NotesService: Find note by ID or alias in database 2020-09-22 17:34:33 +02:00
permissions Update Note entity 2020-08-13 20:24:45 +02:00
revisions RevisionEntity: Change primary key type from UUID to number 2020-09-22 20:06:16 +02:00
users UsersService: Add null check to toUserDto() converter 2020-09-22 17:28:57 +02:00
app.module.ts Add PermissionModule and GroupsModule 2020-08-12 20:24:43 +02:00
main.ts Enable automatic OpenAPI spec generation. 2020-07-26 16:53:43 +02:00