hedgedoc/src
Philip Molares 547f2239cc
chore: move password related functions from AuthService to utils file
As these methods will be used in both the AuthService and the IdentityService, it makes sense to extract them and use them in this manner. Especially if one considers that they are quite standalone functions.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-08-08 21:47:13 +02:00
..
api refactor: move TokenAuthGuard in the same file as TokenStrategy 2021-09-04 18:03:41 +02:00
auth chore: move password related functions from AuthService to utils file 2021-08-08 21:47:13 +02:00
authors Enforce import order with prettier 2021-08-29 18:45:46 +02:00
config Enforce import order with prettier 2021-08-29 18:45:46 +02:00
errors Errors: Add ForbiddenIdError 2021-02-20 22:16:50 +01:00
frontend-config Enforce import order with prettier 2021-08-29 18:45:46 +02:00
groups Enforce import order with prettier 2021-08-29 18:45:46 +02:00
history HistoryService: Remove getEntryByNoteIdOrAlias 2021-08-29 21:57:35 +02:00
identity feat: add ProviderType enum 2021-08-08 21:57:22 +02:00
logger Enforce import order with prettier 2021-08-29 18:45:46 +02:00
media MediaService: Refactor saveFile 2021-08-29 22:28:21 +02:00
monitoring Enforce import order with prettier 2021-08-29 18:45:46 +02:00
notes RevisionsService: Refactor getFirst/LastRevision 2021-08-29 22:45:56 +02:00
permissions Enforce import order with prettier 2021-08-29 18:45:46 +02:00
revisions Add new API to purge note history #1064 2021-08-30 05:37:35 +05:30
users Cleanup some imports 2021-08-29 18:57:00 +02:00
utils chore: move password related functions from AuthService to utils file 2021-08-08 21:47:13 +02:00
app.module.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
main.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
seed.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00