Jens Langhammer
|
d74366f413
|
policies/hibp: update for flows, add unittests
|
2020-07-10 20:57:15 +02:00 |
Jens Langhammer
|
5bcf2aef8c
|
policies/password: Add Password Policy tests, update password policy for flows
|
2020-07-10 20:53:08 +02:00 |
Jens Langhammer
|
8de3c4fbd6
|
sources/ldap: improve unittests
|
2020-07-10 20:21:51 +02:00 |
Jens Langhammer
|
c191b62245
|
ci: attempt to fix Coverage not being registered
|
2020-07-10 19:35:19 +02:00 |
Jens Langhammer
|
0babbde00e
|
ci: fix test results not being merged correctly
|
2020-07-10 19:11:36 +02:00 |
Jens Langhammer
|
b8af312ab1
|
ci: fix artifacts being downloaded into wrong directory
|
2020-07-10 18:39:16 +02:00 |
Jens Langhammer
|
38cabfb325
|
ci: fix wrong coverage command being executed
|
2020-07-10 18:07:18 +02:00 |
Jens Langhammer
|
0a3528b5f4
|
ci: fix targetPath and artifact being swapped
|
2020-07-10 17:43:16 +02:00 |
Jens Langhammer
|
30a672758a
|
ci: fix Stage names
|
2020-07-10 17:25:19 +02:00 |
Jens Langhammer
|
723a825085
|
ci: separate unittests and e2e into separate runs, combine afterwards
|
2020-07-10 17:12:37 +02:00 |
Jens Langhammer
|
40e794099a
|
e2e: only initialise selenium after setting up container
|
2020-07-10 16:49:25 +02:00 |
Jens Langhammer
|
111b037512
|
e2e: use non-debug selenium docker image for CI
|
2020-07-10 15:37:10 +02:00 |
Jens Langhammer
|
52f66717d3
|
e2e: print screenshot filename after test
|
2020-07-10 15:28:01 +02:00 |
Jens Langhammer
|
7ac4242a38
|
e2e: add test for OAuth Enrollment -> OAuth Authentication
|
2020-07-10 00:14:48 +02:00 |
Jens Langhammer
|
4caa4be476
|
sources/oauth: fix UserOAuthSourceConnection not being assigned to user after enrollment
sources/oauth: separate handle_new_connection into handle_existing_user_link and handle_enroll
|
2020-07-10 00:07:59 +02:00 |
Jens Langhammer
|
c6d8bae147
|
e2e: generate dex config dynamically
|
2020-07-09 23:15:22 +02:00 |
Jens Langhammer
|
c70310730a
|
sources/oauth: split up single large "core" views
|
2020-07-09 23:09:32 +02:00 |
Jens Langhammer
|
2d2b2d08f4
|
core: fix source slug not being unique
|
2020-07-09 23:05:46 +02:00 |
Jens Langhammer
|
8fe6a5b62d
|
stages/prompt: fix checkbox not working, fix date and datetime not using HTML5 input types
|
2020-07-09 22:55:44 +02:00 |
Jens L
|
5e6221deb8
|
Merge pull request #120 from BeryJu/dependabot/pip/boto3-1.14.19
build(deps): bump boto3 from 1.14.18 to 1.14.19
|
2020-07-09 22:55:21 +02:00 |
Jens L
|
c3b493f7d4
|
Merge branch 'master' into dependabot/pip/boto3-1.14.19
|
2020-07-09 16:55:22 +02:00 |
Jens Langhammer
|
dbcb5b4f63
|
e2e: remove static oauth secret
|
2020-07-09 14:59:25 +02:00 |
dependabot-preview[bot]
|
f0640fcea9
|
build(deps): bump boto3 from 1.14.18 to 1.14.19
Bumps [boto3](https://github.com/boto/boto3) from 1.14.18 to 1.14.19.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.14.18...1.14.19)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-09 05:19:44 +00:00 |
Jens Langhammer
|
64c47a59f8
|
e2e: add tests for OAuth Source, update tests for new base templates
|
2020-07-09 00:53:18 +02:00 |
Jens Langhammer
|
3450b8f1fe
|
docs: update screenshots
|
2020-07-09 00:26:18 +02:00 |
Jens Langhammer
|
9518cefdd7
|
flows: fix default-source-enrollment-if-username expression
|
2020-07-09 00:20:42 +02:00 |
Jens Langhammer
|
32d5c26577
|
core: fix base_full template missing messages
|
2020-07-09 00:18:45 +02:00 |
Jens Langhammer
|
ef2cdf27b3
|
stages/prompt: add static and separator elements
|
2020-07-09 00:00:15 +02:00 |
Jens Langhammer
|
e58ac7ae90
|
polices: add helper to remove None-value keys from dict for policies
|
2020-07-08 23:07:16 +02:00 |
Jens Langhammer
|
d786fa4b7c
|
sources/oauth: rewrite to not directly create user, pre-seed data into flow
|
2020-07-08 20:39:20 +02:00 |
Jens Langhammer
|
0e3e73989d
|
sources/saml: Add NameID Policy field, sent with AuthnRequest
|
2020-07-08 16:18:09 +02:00 |
Jens Langhammer
|
d831599608
|
core: make autosubmit_form generic template
|
2020-07-08 14:27:58 +02:00 |
Jens Langhammer
|
1e57926603
|
sources/saml: add POST_AUTO binding which auto redirects to IdP
|
2020-07-08 14:18:08 +02:00 |
Jens Langhammer
|
1524880eec
|
core: add generic login/base_full template for static login views
|
2020-07-08 14:17:29 +02:00 |
Jens Langhammer
|
0bfb623f97
|
providers/saml: fix autosubmit_form using wrong template
|
2020-07-08 14:12:44 +02:00 |
Jens Langhammer
|
429627494c
|
root: fix passbook.footer_links not being rendered
|
2020-07-08 13:18:33 +02:00 |
Jens Langhammer
|
9feea155fe
|
root: fix /favicon being routed to application server
|
2020-07-08 13:18:08 +02:00 |
Jens L
|
2717e02d93
|
Merge pull request #119 from BeryJu/dependabot/pip/boto3-1.14.18
build(deps): bump boto3 from 1.14.17 to 1.14.18
|
2020-07-08 12:57:40 +02:00 |
dependabot-preview[bot]
|
18bd803b0d
|
build(deps): bump boto3 from 1.14.17 to 1.14.18
Bumps [boto3](https://github.com/boto/boto3) from 1.14.17 to 1.14.18.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.14.17...1.14.18)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-08 05:16:20 +00:00 |
Jens Langhammer
|
c7f078ffcc
|
new release: 0.9.0-pre7
|
2020-07-07 22:34:44 +02:00 |
Jens Langhammer
|
571cb3d65f
|
sources/oauth: disable twitter source while its broken
|
2020-07-07 22:25:50 +02:00 |
Jens Langhammer
|
8c500c38b1
|
policies/reputation: only change score when credentials contain username
|
2020-07-07 22:25:37 +02:00 |
Jens Langhammer
|
5644e57e6a
|
sources/oauth: directly call AuthorizedServiceBackend instead of authenticate()
|
2020-07-07 22:23:45 +02:00 |
Jens Langhammer
|
cfc181eed1
|
sources/oauth: fix wrong comparions
closes #118
|
2020-07-07 21:46:16 +02:00 |
Jens Langhammer
|
91bea38b8e
|
lib: ignore APM errors
|
2020-07-07 21:45:36 +02:00 |
Jens Langhammer
|
d95c5aa739
|
root: allow changing of APM verify_server_cert setting
|
2020-07-07 19:59:32 +02:00 |
Jens Langhammer
|
0b250b897e
|
new release: 0.9.0-pre6
|
2020-07-07 19:14:29 +02:00 |
Jens L
|
c6880a0f16
|
Merge pull request #117 from BeryJu/apm
Support for Elastic APM
|
2020-07-07 18:48:40 +02:00 |
Jens Langhammer
|
beb5ffcbdd
|
ci: fix gatekeeper dockerfile path
|
2020-07-07 18:48:24 +02:00 |
Jens Langhammer
|
0715cac39b
|
root: remove psutil as we have external monitoring for CPU
|
2020-07-07 18:24:24 +02:00 |