hedgedoc/src
David Mehren 09ec447069 feat(note): save createdAt in a separate column
To keep the createdAt date stable, even when the revisions are dropped,
this adds a separate column
 to store this data separately from revisions.

Signed-off-by: David Mehren <git@herrmehren.de>
2022-03-07 13:54:43 +01:00
..
api refactor(register-dto): rename displayname -> displayName 2022-03-07 13:54:43 +01:00
auth refactor(api/private/tokens): validate POST data with DTO 2022-03-06 22:24:21 +01:00
authors refactor(author): lazy-load relations 2021-11-16 18:45:40 +01:00
config test: add and use a mocked DatabaseConfig 2022-03-06 22:24:21 +01:00
errors fix: correctly initialize exception mapping 2022-02-14 11:28:02 +01:00
frontend-config fix(frontend-config): iframe origins should be non-optional 2022-03-07 13:54:43 +01:00
groups refactor: use a base dto class 2022-02-20 20:56:09 +01:00
history fix: TypeError in HistoryEntryImportDto 2022-03-06 22:24:21 +01:00
identity refactor(register-dto): rename displayname -> displayName 2022-03-07 13:54:43 +01:00
logger Enforce import order with prettier 2021-08-29 18:45:46 +02:00
media refactor(api/private/media): return MediaUpload object instead of url 2022-03-07 13:54:43 +01:00
monitoring refactor: use a base dto class 2022-02-20 20:56:09 +01:00
notes feat(note): save createdAt in a separate column 2022-03-07 13:54:43 +01:00
permissions refactor: move permissions decorator into api utils dir 2022-02-20 20:56:09 +01:00
revisions feat(revision): include author details in metadata dto 2022-03-07 13:54:43 +01:00
users feat(api/private/me): include authProvider in UserInfo 2022-03-07 13:54:43 +01:00
utils fix(session): limit subqueries for mariadb 2022-03-06 22:24:21 +01:00
app.module.ts refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
main.ts fix(session): limit subqueries for mariadb 2022-03-06 22:24:21 +01:00
seed.ts refactor(user): lazy-load relations 2021-12-05 22:03:41 +01:00