1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/src/lib
Gastón Fournier 6f19ce090d
feat: move create user validations to the input (#9189)
## About the changes
Validations in the constructor were executed on the way out (i.e. when
reading users). Instead we should validate when we insert the users.

We're also relaxing the email validation to support top domain emails
(e.g. `...@jp`)
2025-02-03 15:18:20 +01:00
..
__snapshots__ feat: max parallel sessions config (#9109) 2025-01-20 11:51:50 +01:00
addons fix(1-3247): remove explicit "in project" text from change request event text (#9091) 2025-01-14 09:54:19 +01:00
db feat: unique connection gauge metric (#9089) 2025-01-13 14:06:09 +01:00
domain/project-health chore: minor cleanup of project health and status (#8806) 2024-11-20 13:59:44 +01:00
error fix: validate patched data with schema (#7616) 2024-07-18 13:26:50 +01:00
features feat: separate frontend backend counting (#9167) 2025-01-29 13:31:37 +01:00
middleware feat: drop x- header prefix (#9175) 2025-01-30 16:09:26 +01:00
openapi feat: delta rework (#9133) 2025-01-22 13:57:42 +02:00
routes chore: remove feature toggle kill switch for admin token UI (#9154) 2025-01-27 10:01:35 +01:00
schema fix: don't allow . or .. in feature url (#8479) 2024-10-21 16:35:17 +02:00
services feat: move create user validations to the input (#9189) 2025-02-03 15:18:20 +01:00
types feat: move create user validations to the input (#9189) 2025-02-03 15:18:20 +01:00
users feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
util chore: prioritize milestone strategies in sorting (#9081) 2025-01-14 15:25:33 +00:00
app.test.ts
app.ts fix: Change Open API validation middleware to specify and use path parameters (#8913) 2024-12-20 10:53:33 +01:00
create-config.test.ts feat: only display oss included projects/environments when install is oss (#8896) 2024-12-19 14:33:54 +01:00
create-config.ts feat: max parallel sessions config (#9109) 2025-01-20 11:51:50 +01:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts feat: unique connection counting (#9074) 2025-01-13 11:56:57 +01:00
metrics-gauge.test.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
metrics-gauge.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
metrics.test.ts chore: remove connection id from tracking (#9072) 2025-01-09 09:46:04 +01:00
metrics.ts feat: drop x- header prefix (#9175) 2025-01-30 16:09:26 +01:00
server-impl.test.ts chore: remove featureLifecycle and featureLifecycleMetrics flags (#7808) 2024-08-08 13:45:23 +02:00
server-impl.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00