1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

906 Commits

Author SHA1 Message Date
ivaosthu
b3704666bc Add sign-out route #288 2020-02-20 08:34:07 +01:00
ivaosthu
95d36b89d7 Use joi instead of assert 2020-02-20 08:34:06 +01:00
ivaosthu
77482bd7a7 Fix typo in simple-authentication.js 2020-02-20 08:34:06 +01:00
ivaosthu
286849c16b Document authenticion options passed ot unelash. #233 2020-02-20 08:34:06 +01:00
ivaosthu
68a9feaa8a Document how to secure client api #231 2020-02-20 08:34:06 +01:00
ivaosthu
fea601099a Document how to secure Unleash.
closes: #233
2020-02-20 08:34:06 +01:00
ivaosthu
f4feab89f3 Implement authentication support for Unleash UI.
Closes: #261, #233, #232, #231
2020-02-20 08:34:06 +01:00
ivaosthu
39d7157409 Add a heroku deploy button
closes #120
2020-02-20 08:34:06 +01:00
ivaosthu
d40bfe4984 Add postgres addon to app.json 2020-02-20 08:34:06 +01:00
ivaosthu
2bd7f45ce3 Add logo to app.json 2020-02-20 08:34:06 +01:00
ivaosthu
3d107ed45c Create an app.json manifest 2020-02-20 08:34:06 +01:00
Ivar Conradi Østhus
9a09e3748f fix lockfile 2020-02-20 08:34:06 +01:00
greenkeeper[bot]
d5ea22b20c chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:06 +01:00
greenkeeper[bot]
56c242ce76 chore(package): update @types/node to version 9.3.0 2020-02-20 08:34:06 +01:00
ivaosthu
605ec3a7dc 3.0.0-alpha.7 2020-02-20 08:34:06 +01:00
ivaosthu
3b2e1c7eac update changelog 2020-02-20 08:34:06 +01:00
ivaosthu
57df35f6a5 Fix pathname reporting in middlewares 2020-02-20 08:34:06 +01:00
ivaosthu
1695a35555 Add unit tests for archived toggles 2020-02-20 08:34:06 +01:00
ivaosthu
2ba3823de0 Add e2e test for client metrics 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
9d948b68c4 Update metrics-api.md 2020-02-20 08:34:05 +01:00
ivaosthu
2348036e4d use npm instead of yarn tp install greenkeeper-lockfile 2020-02-20 08:34:05 +01:00
ivaosthu
4999bb93cf Should not be allow creation of archived toggle
closes #284
2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
ff261047df Update README.md 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
3b86307984 Update README.md 2020-02-20 08:34:05 +01:00
ivaosthu
935b086e43 update lock file 2020-02-20 08:34:05 +01:00
greenkeeper[bot]
7a2dbe30ad chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:05 +01:00
greenkeeper[bot]
7d336ad6f0 chore(package): update lint-staged to version 6.0.0 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
32ac8619a3 Added info about 3rd party SDKs 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
7e1312f4c7 Bump moment to 2.19.3 2020-02-20 08:34:05 +01:00
ivaosthu
5981a58566 3.0.0-alpha.6 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
a7f33e9bb3 Update CHANGELOG.md 2020-02-20 08:34:05 +01:00
ivaosthu
e4e700148e Bump moment to 2.19.2 2020-02-20 08:34:05 +01:00
ivaosthu
090433a3b5 Update yarn.lock 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
a3053ff6bd Update CHANGELOG.md 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
7548d2677e Update package.json 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus
6a69d9ab38 update lock file 2020-02-20 08:34:04 +01:00
greenkeeper[bot]
a474d79244 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:04 +01:00
greenkeeper[bot]
4734cc9726 chore(package): update ava to version 0.24.0 2020-02-20 08:34:04 +01:00
Ivar
1494a3d5ae update yarn.lock 2020-02-20 08:34:04 +01:00
Ivar
327ae82441 Allow pach versions for db-migrate 2020-02-20 08:34:04 +01:00
greenkeeper[bot]
8f91c438cb chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:04 +01:00
greenkeeper[bot]
6c8838541f fix(package): update db-migrate to version 0.10.0 2020-02-20 08:34:04 +01:00
ivaosthu
7ed2ed4de1 Added docs for v3 options 2020-02-20 08:34:04 +01:00
Ivar Conradi Østhus
6fb097dcb7 Update migration-guide.md
Add details on how to upgrade unleash to version 3.
closes #276
2020-02-20 08:34:04 +01:00
ivaosthu
089268825f Fix typo in custom validator 2020-02-20 08:34:04 +01:00
ivaosthu
37f9ed9570 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
2020-02-20 08:34:04 +01:00
ivaosthu
5711c46cbf Add cookie-session dependency 2020-02-20 08:34:04 +01:00
Ivar Conradi Østhus
7e54b54b0d Update activation-strategies.md 2020-02-20 08:34:04 +01:00
Ivar Conradi Østhus
320ce4d6f1 Update README.md 2020-02-20 08:34:04 +01:00
Ivar
09fdf10555 Upgrade dev dependencies 2020-02-20 08:34:04 +01:00