hedgedoc/src/users
Philip Molares e90e2a8e19
Entities: Add onDelete CASCADE to entities
To better handle deletion of entities, all necessary other entities got the option onDelete CASCADE set. So everything that does not make any sense if something else is deleted will be deleted along side of it.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-03-11 15:03:23 +01:00
..
identity.entity.ts Entities: Add onDelete CASCADE to entities 2021-03-11 15:03:23 +01:00
session.entity.ts auth: Add tests for AuthService 2021-01-22 15:29:10 +01:00
user-info.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
user.entity.ts Entities: Add onDelete CASCADE to entities 2021-03-11 15:03:23 +01:00
users.module.ts auth: Add tests for AuthService 2021-01-22 15:29:10 +01:00
users.service.spec.ts UsersService: Add unit tests 2021-03-05 00:30:19 +01:00
users.service.ts UsersService: Polish methods 2021-03-05 00:30:03 +01:00