hedgedoc/src/api/public
David Mehren b9d3c95d2d
fix(note): fix type for owner param
To make the create method easier to use in conjunction
with the authentication framework, this commit changes the type of
the `owner` parameter from `User | undefined` to `User | null`.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-11-14 21:44:59 +01:00
..
alias feat: add alias controller to private and public api 2021-08-07 21:28:59 +02:00
me chore: move identity entity in its own folder 2021-08-08 21:53:20 +02:00
media fix username spelling from userName 2021-10-13 22:28:10 +02:00
monitoring refactor: move TokenAuthGuard in the same file as TokenStrategy 2021-09-04 18:03:41 +02:00
notes fix(note): fix type for owner param 2021-11-14 21:44:59 +01:00
public-api.module.ts feat: add alias controller to private and public api 2021-08-07 21:28:59 +02:00