hedgedoc/src
David Mehren 8689b44f59
Implement User entity.
This commit implements the User entity according to the database schema and adds the Identity and AuthToken entities.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-08-20 19:43:12 +02:00
..
api/public Implement routes in MonitoringController 2020-08-20 19:43:10 +02:00
authors Add AuthorsModule 2020-08-20 19:43:07 +02:00
groups Initialize TypeORM for Group entity 2020-08-20 19:43:12 +02:00
history Update NotesService and HistoryService to use the new permission model. 2020-08-20 19:43:11 +02:00
monitoring Add monitoring module 2020-08-20 19:43:10 +02:00
notes Update Note entity 2020-08-20 19:43:12 +02:00
permissions Update Note entity 2020-08-20 19:43:12 +02:00
revisions Update revision entity according to the current database scheme. 2020-08-20 19:43:11 +02:00
users Implement User entity. 2020-08-20 19:43:12 +02:00
app.module.ts Add PermissionModule and GroupsModule 2020-08-20 19:43:11 +02:00
main.ts Enable automatic OpenAPI spec generation. 2020-08-20 19:43:08 +02:00