1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01: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
addon-service-test-simple-addon.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
addon-service.test.ts
addon-service.ts
api-token-service.ts
context-schema.ts
context-service.ts
email-service.test.ts
email-service.ts
environment-service.ts
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
health-service.ts
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
project-service.ts Fix/enable standard environments (#1134) 2021-11-26 15:31:36 +01:00
reset-token-service.ts
session-service.ts
setting-service.ts
state-schema.ts
state-service-export-v1.json
state-service.test.ts
state-service.ts
state-util.ts
strategy-schema.ts
strategy-service.ts
tag-schema.test.ts
tag-schema.ts
tag-service.ts
tag-type-schema.test.ts
tag-type-schema.ts
tag-type-service.ts
user-feedback-service.ts
user-service.test.ts
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
version-service.ts