ivaosthu
de16a7854d
fix: LogProvider as option injected to unleash.
...
Instead of instructing users to do static calls
in to Unleash, she should instead be allwed to
specify the log provider as an option to Unleash.
This commit introduces the "getLogger" option,
a function responsible for creating a logger.
2019-05-04 05:01:28 +02:00
Benjamin Ludewig
9450f6e54a
Refactored controllers, moved checkPermission to permission-checker.js middleware
2019-01-17 09:25:12 +01:00
Benjamin Ludewig
1af921c535
feature: Add action specific user permissions
2019-01-17 09:25:12 +01:00
ivaosthu
a5f65a51dc
chore(modernize): Admin cleanup error-handlers
2018-12-17 08:27:49 +01:00
ivaosthu
8b734d1ef5
chore(modernize): Admin StrategyController
2018-12-17 08:27:49 +01:00
ivaosthu
a6d61f421b
fix(strategy): Correct error message
2018-12-17 08:27:49 +01:00
Simen Bekkhus
81b28abf0b
Update prettier and fix lint
2017-11-11 08:43:08 +01:00
Ivar
fe0e65a4f2
Fix formatting
2017-11-02 09:23:38 +01:00
ivaosthu
1081b9d865
Implement support for logger provider.
...
This allows the users of 'unleash-server' to programatically
change the logger implemnentation. #175
2017-08-04 16:07:17 +02:00
sveisvei
664e019e9b
protection against edit on built in strategies
2017-06-28 21:10:43 +02:00
sveisvei
be4852f63a
Refactor routes setup, move test files, cleanup legacy
2017-06-28 10:20:22 +02:00