hedgedoc/backend/test/private-api
Erik Michelson 9597ac5422 feat(notes): check for equal alias or note id
When creating a new note or adding a new alias to one,
it is checked that the new name
is neither forbidden nor already in use.

Co-authored-by: David Mehren <git@herrmehren.de>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2024-04-18 22:15:11 +02:00
..
fixtures
alias.e2e-spec.ts
auth.e2e-spec.ts
groups.e2e-spec.ts
history.e2e-spec.ts fix(backend): format code 2023-08-15 20:16:09 +00:00
me.e2e-spec.ts refactor(media): add media redirection endpoint 2024-04-18 22:11:49 +02:00
media.e2e-spec.ts refactor(media): add media redirection endpoint 2024-04-18 22:11:49 +02:00
notes.e2e-spec.ts feat(notes): check for equal alias or note id 2024-04-18 22:15:11 +02:00
register-and-login.e2e-spec.ts
tokens.e2e-spec.ts enhancement(api-tokens): add prefix and more strict validation 2024-04-09 10:54:35 +02:00
users.e2e-spec.ts