1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
ab579fe710 chore: remove console.log in test 2019-06-08 13:05:06 +02:00
Ivar Conradi Østhus
0907d4749f
fix: none authentication should have a mock user (#449)
This also fix the bug introduces where authentication mode triggers readOnly mode in the UI.
2019-06-08 12:50:59 +02:00
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
ivaosthu
032721083a fix: Session cookie should set path to baseUriPath 2019-04-28 12:30:39 +02:00
ivaosthu
f39507444d fix: SimpleAuthentication should work with custom basePaths 2019-03-09 15:02:01 +01:00
Benjamin Ludewig
9450f6e54a Refactored controllers, moved checkPermission to permission-checker.js middleware 2019-01-17 09:25:12 +01:00
ivaosthu
7819c45351 chore(modernize): remove express-validator 2018-12-17 08:27:49 +01:00
Ivar Conradi Østhus
161f4c5afa chore: fix lint 2018-11-22 20:47:06 +01:00
Ivar Conradi Østhus
56a36c7ca5 chore: fix linting 2018-11-22 20:37:30 +01:00
Simen Bekkhus
0b33abdf86
chore: upgrade prettier
Closes #345
2018-09-19 19:21:34 +02:00
ivaosthu
9eed7a0601 Fix typo in simple-authentication.js 2018-01-17 15:36:38 +01:00
ivaosthu
323320b64d Implement authentication support for Unleash UI.
Closes: #261, #233, #232, #231
2018-01-16 14:26:32 +01:00
ivaosthu
4f74c90376 Fix pathname reporting in middlewares 2017-12-18 15:12:44 +01:00
ivaosthu
8c02cc4949 Fix typo in custom validator 2017-11-16 16:07:27 +01:00
ivaosthu
9fdb948c69 Implement cookie-session support.
Sessions will be required to solve admin-auth.

I also refactored a few middlewares into seperate
files to make the code easier to read.

closes #262
2017-11-16 15:41:33 +01:00
ivaosthu
ddffbc699d Add cookie-session dependency 2017-11-16 15:13:39 +01:00