1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02: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 fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
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 feat: add option and functionality that allows a user to hook into feature mutations (#457) 2020-02-20 08:34:26 +01:00
event-hook.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
event-type.js Added explicit pool settings in options.db object 2021-02-08 10:54:20 +01:00
events.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
extract-user.js fix: add user-store (#590) 2020-05-12 23:05:26 +02:00
logger.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
logger.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
metrics-helper.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
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 Use full name instead of perms, 403 error message now includes expected permission 2020-02-20 08:34:19 +01:00
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 feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
timer.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
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