hedgedoc/src
David Mehren 178513a3a0
fix(group): add special flag to create method
To make the create method more consistent with the
guidelines, this commit adds the `special` flag to
the parameters.
As this function will only be used to create the two hard-coded groups
and to handle API requests at one or two places, adding the parameter
should not be too problematic.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-11-14 20:53:45 +01:00
..
api AuthController: Return 409 Conflict when user already exists 2021-10-27 19:39:18 +02:00
auth fix: the tests use the new typing from create methods 2021-09-25 11:55:35 +02:00
authors feat: consolidate entities create 2021-09-25 11:50:28 +02:00
config test(mockconfig): generate unique upload paths 2021-11-16 18:25:00 +01:00
errors chore: add PrimaryAliasDeletionForbiddenError 2021-08-07 21:52:00 +02:00
frontend-config Explicitly import URL 2021-09-06 16:32:24 +02:00
groups fix(group): add special flag to create method 2021-11-14 20:53:45 +01:00
history fix: the tests use the new typing from create methods 2021-09-25 11:55:35 +02:00
identity fix: the tests use the new typing from create methods 2021-09-25 11:55:35 +02:00
logger Enforce import order with prettier 2021-08-29 18:45:46 +02:00
media fix(media-upload): rework create and media services saveFile 2021-11-11 22:06:30 +01:00
monitoring Enforce import order with prettier 2021-08-29 18:45:46 +02:00
notes fix(group): add special flag to create method 2021-11-14 20:53:45 +01:00
permissions fix(group): add special flag to create method 2021-11-14 20:53:45 +01:00
revisions fix: the tests use the new typing from create methods 2021-09-25 11:55:35 +02:00
users docs: fix createUser and test docs 2021-11-06 11:49:26 +01:00
utils feat: setupSpecialGroups in bootstrap 2021-10-31 00:06:55 +02:00
app.module.ts feat: add identity module 2021-08-08 21:59:23 +02:00
main.ts feat: setupSpecialGroups in bootstrap 2021-10-31 00:06:55 +02:00
seed.ts fix username spelling from userName 2021-10-13 22:28:10 +02:00