1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib/services
sighphyre 5a82d9be87
fix: Update updateUser code to reject empty emails (#1210)
* fix: Update updateUser code to reject empty emails

This fixes an issue where the updateUser call would allow null email
addresses, then update the email to null and then raise an exception,
leaving the db in a state where no user could be resolved.

* fix: remove username/email requirement in user.ts

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-01-03 20:14:56 +01:00
..
client-metrics fix: uintroduce call to update last_seen on client-instance 2021-12-10 09:31:54 +01:00
access-service.ts fix: cleanup old user permissions (#1150) 2021-12-01 22:10:09 +01:00
addon-schema.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
addon-service-test-simple-addon.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
addon-service.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
addon-service.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
api-token-service.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
context-schema.ts fix: convert schemas to typescript 2021-09-14 20:36:40 +02:00
context-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
email-service.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
email-service.ts Revert "fix: uri encode smtp connection string (#901)" 2021-08-16 10:24:28 +02:00
environment-service.ts fix: disable projects (#1085) 2021-11-04 21:09:52 +01:00
event-service.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
feature-tag-service.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
feature-toggle-service.ts fix: Adds feature-variant-updated event. (#1189) 2021-12-16 11:07:19 +01:00
feature-type-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
health-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
index.ts fix: rename services 2021-12-10 09:31:54 +01:00
project-health-service.ts fix: rename last_update to updated_at 2021-11-30 15:25:52 +01:00
project-schema.ts fix: convert schemas to typescript 2021-09-14 20:36:40 +02:00
project-service.ts Fix/enable standard environments (#1134) 2021-11-26 15:31:36 +01:00
reset-token-service.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
session-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
setting-service.ts feat: Disable password based login (#1046) 2021-10-29 10:25:42 +02:00
state-schema.ts feat: rename :global: env to "default" (#947) 2021-09-24 13:55:00 +02:00
state-service-export-v1.json
state-service.test.ts task: remove displayName from environments (#988) 2021-09-29 10:23:43 +02:00
state-service.ts feat: rename :global: env to "default" (#947) 2021-09-24 13:55:00 +02:00
state-util.ts fix: update mime library method signature to 2.X (#1078) 2021-11-02 23:43:16 +01:00
strategy-schema.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
strategy-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
tag-schema.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
tag-schema.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
tag-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
tag-type-schema.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
tag-type-schema.ts fix: import schema needs to understand :global: env 2021-08-26 22:42:06 +02:00
tag-type-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-feedback-service.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-service.test.ts feat: Disable password based login (#1046) 2021-10-29 10:25:42 +02:00
user-service.ts fix: Update updateUser code to reject empty emails (#1210) 2022-01-03 20:14:56 +01:00
user-splash-service.ts fix: return be object instead of array 2021-11-12 13:19:06 +01:00
version-service.test.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
version-service.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00