hedgedoc/backend/src
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
..
api refactor(media): add media redirection endpoint 2024-04-18 22:11:49 +02:00
auth enhancement(api-tokens): add prefix and more strict validation 2024-04-09 10:54:35 +02:00
authors Move session entity to sessions folder 2023-07-06 12:07:44 +02:00
config Update Tests for HD_SHOW_LOG_TIMESTAMP 2023-10-08 20:42:37 +02:00
errors enhancement(auth): better error message handling 2023-03-26 15:43:39 +02:00
frontend-config Update Tests for HD_SHOW_LOG_TIMESTAMP 2023-10-08 20:42:37 +02:00
groups fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
history lint: fix error in new test 2024-04-18 21:52:36 +02:00
identity Adding issues for TODOs 2023-10-08 16:00:42 +02:00
logger Add config option for Disabling timestamp in log 2023-10-08 20:42:37 +02:00
media refactor(media): add media redirection endpoint 2024-04-18 22:11:49 +02:00
migrations feat: add initial database migration 2023-10-08 17:58:32 +02:00
monitoring Adding issues for TODOs 2023-10-08 16:00:42 +02:00
notes feat(notes): check for equal alias or note id 2024-04-18 22:15:11 +02:00
permissions fix: format code 2023-07-19 12:36:32 +02:00
realtime feat: add event listener for canceling destroy timer 2024-03-03 21:15:32 +01:00
revisions fix: code formatting 2023-07-16 10:51:51 +02:00
sessions fix(session-service): properly handle session store results 2023-10-07 19:01:57 +02:00
users Remove not needed TODOs 2023-10-08 16:00:42 +02:00
utils fix: support dots in semver prerelease identifier 2023-10-08 22:01:47 +02:00
app-init.ts Move session entity to sessions folder 2023-07-06 12:07:44 +02:00
app.module.ts fix(migrations): use migration file extension according to runtime 2023-10-08 17:58:32 +02:00
events.ts feat: add patch to add generic types to eventemitter2 2023-02-09 21:58:41 +01:00
main.ts fix: ensure successful startup is logged 2023-10-07 11:11:45 +02:00
ormconfig.ts feat: add initial database migration 2023-10-08 17:58:32 +02:00
seed.ts Move session entity to sessions folder 2023-07-06 12:07:44 +02:00