|
|
8878fac4e7
|
stages/authenticator_validate: send challenge for each device
|
2021-02-23 18:25:58 +01:00 |
|
|
|
3894895d32
|
stages/authenticator_validate: start rewrite to SPA
|
2021-02-23 13:50:47 +01:00 |
|
|
|
451c117ea4
|
stages/authenticator_webauthn: fix incorrect response being sent
|
2021-02-22 19:54:05 +01:00 |
|
|
|
388c8c8bec
|
web: fix autofocus in ak-form-element
|
2021-02-22 19:26:50 +01:00 |
|
|
|
2dd8119abe
|
web: fix linting
|
2021-02-21 23:26:16 +01:00 |
|
|
|
20e0fe3941
|
web: move ak-form-element to separate file
|
2021-02-21 23:09:08 +01:00 |
|
|
|
0fa97de06e
|
web/stages: fix cancel URL
|
2021-02-21 22:10:32 +01:00 |
|
|
|
38da13fea3
|
web: use ak-spinner everywhere
|
2021-02-21 22:01:48 +01:00 |
|
|
|
acc790f590
|
stages/authenticator_webauthn: fix formatting of card
|
2021-02-21 21:42:40 +01:00 |
|
|
|
76c572cf7c
|
stages/authenticator_webauthn: migrate to SPA
|
2021-02-21 20:53:23 +01:00 |
|
|
|
6df89e7abf
|
stages/authenticator_static: migrate to SPA
|
2021-02-21 19:34:49 +01:00 |
|
|
|
21afda6dc2
|
stages/authenticator_totp: migrate to SPA
|
2021-02-21 19:10:50 +01:00 |
|
|
|
74c0ed27ba
|
web: fix /-/user/ not loading
|
2021-02-21 19:03:43 +01:00 |
|
|
|
27cd10e072
|
stages/prompt: migrate to SPA
|
2021-02-21 18:27:34 +01:00 |
|
|
|
d35f524865
|
core: remove old templates
|
2021-02-21 14:59:37 +01:00 |
|
|
|
ca223fa4df
|
providers/saml: migrate to challenge for submit
|
2021-02-21 14:36:22 +01:00 |
|
|
|
14962eb6cc
|
stages/email: migrate to SPA
|
2021-02-21 13:42:55 +01:00 |
|
|
|
b9f409d6d9
|
stages/consent: migrate to SPA
|
2021-02-21 13:15:45 +01:00 |
|
|
|
c1e6786ea1
|
stages/password: Migrate to SPA
|
2021-02-21 00:14:42 +01:00 |
|
|
|
511f94fc7f
|
*: cleanup code, return errors in challenge_invalid, fixup rendering
|
2021-02-20 23:34:10 +01:00 |
|
|
|
8787dc23d0
|
web: fix linting errors
|
2021-02-20 19:59:24 +01:00 |
|
|
|
a1a3d316e3
|
stages/identification: implement challenge
|
2021-02-20 18:28:11 +01:00 |
|
|
|
391ee10cb8
|
Merge branch 'master' into stage-challenge
# Conflicts:
# authentik/api/v2/urls.py
|
2021-02-20 12:51:10 +01:00 |
|
|
|
4f374c0c01
|
web: add 404 page, don't auto-redirect to home
|
2021-02-20 00:28:00 +01:00 |
|
|
|
854d94056e
|
web: migrate remaining list views to web
|
2021-02-20 00:19:53 +01:00 |
|
|
|
6597d5bd28
|
web: migrate Token List to web
|
2021-02-19 19:09:30 +01:00 |
|
|
|
fd28f37c0d
|
web: migrate User list to web
|
2021-02-19 18:43:57 +01:00 |
|
|
|
0993d5ce4a
|
web: reset retryDelay for WS connection after successful connect
|
2021-02-19 17:10:16 +01:00 |
|
|
|
cd23053007
|
web: fix height on table pages
|
2021-02-19 16:22:52 +01:00 |
|
|
|
277b4336d3
|
stages/authenticator_validate: update autocomplete for code input
|
2021-02-19 16:00:59 +01:00 |
|
|
|
1c1f9b6cb8
|
web: fix SiteShell not being full height
|
2021-02-19 15:34:21 +01:00 |
|
|
|
eb01b42425
|
flows: mount executor under api, implement initial challenge design
|
2021-02-17 23:52:49 +01:00 |
|
|
|
8708e487ae
|
stages: add WebAuthn stage (#550)
* core: add User.uid for globally unique user ID
* admin: fix ?next for Flow list
* stages: add initial webauthn implementation
* web: add ak-flow-submit event to submit flow stage
* web: show error message for webauthn registration
* admin: fix next param not redirecting correctly
* stages/webauthn: remove form
* stages/webauthn: add API
* web: update flow diagram on ak-refresh
* stages/webauthn: add initial authentication
* stages/webauthn: initial authentication implementation
* web: cleanup webauthn utils
* stages: rename otp_* to authenticator and move webauthn to authenticator
* docs: fix broken links
* stages/authenticator_*: fix template paths
* stages/authenticator_validate: add device classes
* stages/authenticator_webauthn: implement django_otp.devices
* stages/authenticator_*: update default stage names
* web: add button to create stage on flow page
* web: don't minify HTML, remove nbsp
* admin: fix typo in stage list
* stages/*: use common base class for stage serializer
* stages/authenticator_*: create default objects after rename
* tests/e2e: adjust stage order
|
2021-02-17 20:49:58 +01:00 |
|
|
|
68eefd083e
|
web: fix linting errors
|
2021-02-16 22:35:55 +01:00 |
|
|
|
f8ba623fc1
|
web: add more related links, add policy/user/group support for bindings
|
2021-02-16 20:52:59 +01:00 |
|
|
|
416d949d80
|
web: add button to create application on provider page
|
2021-02-16 20:00:34 +01:00 |
|
|
|
e6c75ed173
|
web: fix untranslated strings
|
2021-02-10 20:21:04 +01:00 |
|
|
|
f8bcdb26b3
|
web: PBResponse -> AKResponse
|
2021-02-09 17:04:55 +01:00 |
|
|
|
fa30755241
|
web: make ActionButton's method configurable
|
2021-02-09 16:14:51 +01:00 |
|
|
|
ddb8610032
|
web: fix modalbutton for non-fetched sites
|
2021-02-09 10:00:33 +01:00 |
|
|
|
22ad850e6c
|
web: fix overflow on modalbutton
|
2021-02-09 09:57:59 +01:00 |
|
|
|
c8120c0d3e
|
web: fix ModalButton working in global scope, causing issues on 2nd use
|
2021-02-08 23:10:45 +01:00 |
|
|
|
6aa6615608
|
web: add view page for SAML Provider
|
2021-02-06 18:07:13 +01:00 |
|
|
|
580d59e921
|
web: add EventInfoPage
|
2021-02-04 21:28:01 +01:00 |
|
|
|
9f478bb46a
|
web: fix type warnings
|
2021-02-04 21:10:13 +01:00 |
|
|
|
dd8c1eeb52
|
web: add ak-expand
|
2021-02-04 20:56:40 +01:00 |
|
|
|
7e2a471903
|
web: fix linting issues
|
2021-02-04 10:22:14 +01:00 |
|
|
|
9ca9e67ffa
|
web: fix pagination not working correctly sometimes, fix pagination not showing when changing pages
|
2021-02-04 10:09:19 +01:00 |
|
|
|
178417fe67
|
web: start implementing provider list
|
2021-02-04 10:09:19 +01:00 |
|
|
|
ac24fc9ce3
|
web: add javascript mode to codemirror
|
2021-02-03 21:58:30 +01:00 |
|