1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib
Fredrik Strand Oseberg 5d52216d53
fix: adds cors caching (#2522)
* This PR adds a configurable maxAge header to the CORS middleware. This
allows the preflight request to be cached so that we can reduce the
request load on our end for the frontend clients starting to utilise the
frontend api.
2022-11-24 16:14:47 +01:00
..
__snapshots__ fix: adds cors caching (#2522) 2022-11-24 16:14:47 +01:00
addons add events and expose them for webhooks (#2493) 2022-11-22 13:39:15 +01:00
db Add possibility to soft delete users (#2497) 2022-11-23 09:30:54 +02:00
error Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
middleware fix: adds cors caching (#2522) 2022-11-24 16:14:47 +01:00
openapi refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
proxy Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
routes fix: adds cors caching (#2522) 2022-11-24 16:14:47 +01:00
schema feat: Add variants per env (#2471) 2022-11-21 10:37:16 +01:00
services fix: resolve an issue where cloning a feature toggle with a segment (#2511) 2022-11-23 15:39:09 +02:00
types fix: adds cors caching (#2522) 2022-11-24 16:14:47 +01:00
util Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
app.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
app.ts fix: adds cors caching (#2522) 2022-11-24 16:14:47 +01:00
create-config.test.ts If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118) 2022-11-08 15:29:14 +01:00
create-config.ts fix: adds cors caching (#2522) 2022-11-24 16:14:47 +01:00
default-custom-auth-deny-all.ts refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
event-hook.test.ts fix: convert event-hook.test.js to typescript 2021-09-14 19:34:35 +02:00
event-hook.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
internals.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
logger.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
logger.ts feat: add option for LOG_LEVEL (#803) 2021-04-23 15:31:12 +02:00
metric-events.ts fix: refactor event types 2021-04-29 10:21:29 +02:00
metrics.test.ts Feat/stats service (#2211) 2022-10-25 13:10:27 +02:00
metrics.ts Feat/stats service (#2211) 2022-10-25 13:10:27 +02:00
server-impl.test.ts fix: Do not call store function in constructor 2022-09-15 09:48:14 +02:00
server-impl.ts add back removed permissions and eventType from module exports (#2476) 2022-11-21 10:42:43 +02:00