1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src
olav ab75d4085e
refactor: add schemas to user admin controller (#1692)
* refactor: add schemas to user admin controller

* refactor: remove unused SessionService

* refactor: fix search query type confusion

* refactor: add schemas to user controller (#1693)

* refactor: add schemas to user controller

* refactor: fix getAllUserSplashes method name

* refactor: name and email should not be required on create

* refactor: only some user fields may be updated

* refactor: should not require any fields on user update  (#1730)

* refactor: send 400 instead of 500 on missing username and email

* refactor: should not require any fields for user update

* refactor: note that earlier versions required name or email

* refactor: merge roleDescriptionSchema and roleSchema
2022-06-22 14:55:43 +02:00
..
lib refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
mailtemplates fix: welcome-email should not include password-link when disabled (#1302) 2022-01-28 12:50:35 +01:00
migrations refactor: drop permissions table on down migration (#1699) 2022-06-13 09:08:46 +02:00
test refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
migrator.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
server-dev.ts refactor: move segment limits to env vars (#1642) 2022-06-02 10:44:45 +02:00
server.ts