hedgedoc/src/revisions
Philip Molares 5f49cb8d48 NotesService: Replace noteByIdOrAlias with note as parameter
As the NotesController has the note already, because it checked with it if the user has the permission to perform the action, it's not necessary to get the note from the DB again, instead we should just provide the note to the functions directly.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-02-20 19:51:27 +01:00
..
authorship.entity.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
revision-metadata.dto.ts RevisionMetadataDto: Add doc comments 2021-01-25 22:48:39 +01:00
revision.dto.ts RevisionDto: Add doc comments 2021-01-25 22:48:38 +01:00
revision.entity.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
revisions.module.ts Change year in copyright to 2021 2021-01-06 22:10:19 +01:00
revisions.service.spec.ts GroupsService: Create new GroupsService 2021-02-20 16:52:18 +01:00
revisions.service.ts NotesService: Replace noteByIdOrAlias with note as parameter 2021-02-20 19:51:27 +01:00