1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/lib
Christopher Kolstad 6c2af3c6bc
fix: add middleware verifying content type
- By default only accepts 'application/json'
- Routes that need different content-type, can call post or put with
  additional arguments, one per content-type you need to support.
2021-02-11 16:09:42 +01:00
..
addons fix: hide jira addon for now 2021-02-05 15:20:00 +01:00
db Add db-error code file 2021-02-09 10:19:35 +01:00
error fix: FeatureHasTagError is formatting error message as Joi 2021-02-09 10:34:39 +01:00
middleware fix: add middleware verifying content type 2021-02-11 16:09:42 +01:00
routes fix: add middleware verifying content type 2021-02-11 16:09:42 +01:00
services fix: Add a test for validation of empty params 2021-02-05 15:20:00 +01:00
util fix: version should be part of ui-config (#616) 2020-08-03 13:34:10 +02:00
app.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
app.test.js
authentication-required.js fix: add 'options' field to AuthenticationRequired 2020-05-14 22:32:33 +02:00
event-differ.js feat: Introduce addon framework 2021-02-05 15:20:00 +01:00
event-differ.test.js feat: Introduce addon framework 2021-02-05 15:20:00 +01:00
event-hook.js
event-hook.test.js
event-type.js Added explicit pool settings in options.db object 2021-02-08 10:54:20 +01:00
events.js
extract-user.js fix: add user-store (#590) 2020-05-12 23:05:26 +02:00
logger.js
logger.test.js
metrics-helper.js
metrics.js Added explicit pool settings in options.db object 2021-02-08 10:54:20 +01:00
metrics.test.js Added explicit pool settings in options.db object 2021-02-08 10:54:20 +01:00
missing-permission.js
options.js Added explicit pool settings in options.db object 2021-02-08 10:54:20 +01:00
options.test.js Added explicit pool settings in options.db object 2021-02-08 10:54:20 +01:00
permissions.js feat: Introduce addon framework 2021-02-05 15:20:00 +01:00
server-impl.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
server-impl.test.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
timer.js
timer.test.js
user.js fix: replace @hapi/joi with joi 2020-07-31 22:15:09 +02:00
user.test.js fix: add user-store (#590) 2020-05-12 23:05:26 +02:00