1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00
unleash.unleash/src/lib/middleware
Ivar Conradi Østhus f3e8f723a2
Feat/exp flag loader (#1961)
* fix: remove unused exp flag

* fix: remove unused flag

* fix: add support for external flag resolver

* fix: rename flagsresolver to flagresolver

* fix: disable external flag resolver

* fix: refactor a bit

* fix: stop using unleash in server-dev

* fix: remove userGroups flag

* fix: revert bumping frontend
2022-08-26 08:22:42 +02:00
..
api-token-middleware.test.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
api-token-middleware.ts Feat/exp flag loader (#1961) 2022-08-26 08:22:42 +02:00
content_type_checker.test.ts fix: allow charset in content-type (#1241) 2022-01-20 15:00:16 +01:00
content_type_checker.ts fix: allow charset in content-type (#1241) 2022-01-20 15:00:16 +01:00
cors-origin-middleware.test.ts feat: add CORS support to the proxy endpoints (#1936) 2022-08-19 08:09:44 +02:00
cors-origin-middleware.ts feat: add CORS support to the proxy endpoints (#1936) 2022-08-19 08:09:44 +02:00
demo-authentication.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
no-authentication.test.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
no-authentication.ts refactor: replace ts-ignore with ts-expect-error (#1675) 2022-06-07 11:49:17 +02:00
oss-authentication.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
oss-authentication.ts Feat/api key scoping (#941) 2021-09-15 20:28:10 +02:00
rbac-middleware.test.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
rbac-middleware.ts fix: rbac should pick up projectId from path if available 2022-02-01 22:58:52 +01:00
request-logger.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
response-time-metrics.ts fix: refactor event types 2021-04-29 10:21:29 +02:00
secure-headers.ts feat: Allow extra CSP domains (#1610) 2022-05-31 11:32:15 +02:00
session-db.ts fix: Remove unneeded ts-expect-error now that types in knex are in sync (#1866) 2022-07-28 10:34:19 +02:00