Jens L.
885f3b68b2
root: Python 3.14 ( #17313 )
...
* root: Python 3.14
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update pydantic
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* bump kadmin
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add krb5 stuff to compile on macos?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* re-lock
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* trigger build
* lock uv
* bump to 3.14.2
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* output container logs if it failed to start
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* relock
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* target black and ruff to python 3.14
* upgrade pydatic from 2.11.7 to 2.12.5
* revert ruff to python 3.13 ruff checks
* bump docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix makefile
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Marcelo Elizeche Landó <marcelo@goauthentik.io >
Co-authored-by: Marcelo Elizeche Landó <marcelo@goauthentik.io >
2026-01-15 02:08:17 +01:00
dependabot[bot]
3421567a31
core: bump axllent/mailpit from v1.28.1 to v1.28.2 in /tests/e2e ( #19329 )
...
Bumps axllent/mailpit from v1.28.1 to v1.28.2.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.28.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 14:37:09 +01:00
dependabot[bot]
0a78fd21e1
core: bump axllent/mailpit from v1.28.0 to v1.28.1 in /tests/e2e ( #19204 )
...
Bumps axllent/mailpit from v1.28.0 to v1.28.1.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.28.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-06 16:07:45 +01:00
Teffen Ellis
2c813cbe03
web: Merge branch -- Stale notifications, synchronized context objects, rendering fixes ( #19141 )
...
* web: Fix stale notifications.
* Fix overlap of API and notifications drawers.
* Fix issues surrounding duplicate context controller values.
* Clean up drawer events, alignment.
* Export parts. Fix z-index, colors.
* Fix formatting, alignment. repeated renders.
* Fix indent.
* Fix progress bar fade out, positioning, labels.
* Fix clickable area.
* Ignore clickable icons.
* Clean up logging.
* Fix width.
* Move event listeners into decorator.
* Fix double counting of notifications.
* Fix ARIA lables.
* Fix empty state ARIA.
* Fix order of locale updating.
* Fix rebase.
* web: fix notification count update
* Update selector.
* web: Fix CAPTCHA locale.
* Clean up logging.
---------
Co-authored-by: macmoritz <tratarmoritz@gmail.com >
2026-01-05 15:54:50 -05:00
Jens L.
4f4e37f2b0
tests/e2e: add endpoint tests ( #19072 )
...
* tests/e2e: add endpoint tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* dont rely on hostname
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-12-28 12:53:00 +01:00
Jens L.
3cd1a31365
providers/oauth2: Automated OpenID Conformance tests ( #14785 )
...
* some progress
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* somewhat working?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove some previous debugging things
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make it kinda work
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* revert more debugging stuff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make tests mostly work
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* smaller screenshots?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove debugging
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* sleep a bit before checking again
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup, restart loop when we finished an operation
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* refactor conformance helper to requests (thanks chatgpt)
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* properly install subtests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* maybe run in CI?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* dont hardcode IP
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix network and cookie deletion
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* upload cert exports
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* attempt to switch to generated
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make it work generated?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix teardown
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* re-add implicit and fix?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Revert "re-add implicit and fix?"
This reverts commit 6a4d15fc22cf4b27ffa428be9ecc9a0e778961c6.
* Revert "fix teardown"
This reverts commit cb96b0cb988acedec1fe72ec437b68e2c38ed6b1.
* Revert "make it work generated?"
This reverts commit 4e29d2c5737ee9aaad6c0f4701caf7e0fb110e15.
* Revert "attempt to switch to generated"
This reverts commit 6f851e021d305a93be9cfbb4a9b6783231b6d7cf.
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* check authorize request param earlier
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix some
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix basic suite?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* another actual fix; don't return access_token when using response_type id_token
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add implicit test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add custom profile scope that includes standard scopes to return number of warnings
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use actual timestamp
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix missing offline_access, use scoped issuer
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only run basic+implicit for now, fix other tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* split up
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix offline_access tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix waiting for compete on error
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix duplicate artifact
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix artifact
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* 👀
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix typing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* typing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix implicit
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't wait for conformance test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more disk space
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-12-22 20:21:22 +01:00
Jens L.
e24b60f806
blueprints: add InternallyManagedMixin instead of large list ( #18983 )
...
* blueprints: add InternallyManagedMixin instead of large list
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix recursion
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix e2e tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-12-21 03:31:41 +01:00
Connor Peshek
646a0d3692
root: move docker files to lifecycle/containers and change docker-compose to compose ( #16624 )
2025-12-18 18:23:54 -06:00
Marcelo Elizeche Landó
5e2f261a0c
tests/e2e: handle StaleElementReferenceException in parse_json_content ( #18842 )
...
Add retry logic and safer text recover
2025-12-17 20:27:03 -03:00
Marcelo Elizeche Landó
5997cda48b
tests/e2e: retry detached shadow roots ( #18796 )
...
tests(e2e): retry detached shadow roots
2025-12-12 22:09:15 +00:00
dependabot[bot]
d90a41a186
core: bump selenium/standalone-chromium from 142.0 to 143.0 in /tests/e2e ( #18772 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 13:27:55 +00:00
Marcelo Elizeche Landó
15b93a5e9d
stages/identification: Add WebAuthn conditional UI (passkey autofill) support ( #18377 )
...
* add passkey_login to identification stage
* handle passkey auth in identification stage
* Add passkey settings in identification stage in the admin UI
* Add UI changes for basic passkey conditional login
* Fix linting
* rework
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update tests
* update admin form
* allow passing stage to validate_challenge_webauthn
* update flows/tests/test_inspector.py
* update for new field
* Fix linting
* update go solvers for identification challenge
* Refactor tests
* Skip mfa validation if user already authenticated via passkey at identification stage
* Add skip_if_passkey_authenticated option to authenticator validate stage and UI
* Add e2e test for passkey login conditional ui
* add policy
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Remove skip_if_passkey_authenticated
* fix blueprint
* Set backend so password stage policy knows user is already authenticated
* Set backend so password stage policy knows user is already authenticated
* fix linting
* slight tweaks
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* simplify e2e test
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Marcelo Elizeche Landó <marcelo@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2025-12-11 11:49:05 -03:00
Simonyi Gergő
f7e23295ed
core: add digraph group hierarchy ( #17050 )
...
* move imports
* core: add digraph group hierarchy
* move to permissions from Group or User to Role
* set group parents on frontend
* do not serialize `GroupParentageNode` directly
* core: enforce unique group name on database level
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use group parents in LDAP provider
* add user-role relationship control to frontend
* move materialized view to be more discoverable
* add guardian to mypy exceptions
* make `Role` a `ManagedModel`
* fixup! make `Role` a `ManagedModel`
* simplify `get_objects_for_user`
* fix flaky unit test
* rename `django-guardian` fork to `ak-guardian`
* add tests around users/groups/roles
* remove unused guardian config variable
* simplify guardian file structure
* clean up frontend
* initial docs
* remove `mode` from `InitialPermissions`
This is no longer needed, since users no longer directly have permissions.
* fixup! Merge branch 'main' into core/add-digraph-group-hierarchy
* clean up docs for managing permissions
* addendums from docs review
* fixup! Merge branch 'main' into core/add-digraph-group-hierarchy
* tweaks
* dewi and tana edits to docs
* tweak
* truly final tweaks, for now
* relabel Role Permissions table
* clarify button label
* fixup! Merge branch 'main' into core/add-digraph-group-hierarchy
* fixup! Merge branch 'main' into core/add-digraph-group-hierarchy
* merge migrations
* fixup! Merge branch 'main' into core/add-digraph-group-hierarchy
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana M Berry <tana@goauthentik.io >
2025-12-08 12:04:04 +01:00
dependabot[bot]
d7cf0179f5
core: bump axllent/mailpit from v1.27.11 to v1.28.0 in /tests/e2e ( #18401 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-27 13:42:14 +01:00
Teffen Ellis
e426f88401
web: Fix application of global styles in style roots. ( #17444 )
...
* web: Separate global styles from element roots.
* web: Flesh out style strategy plugin, fixes for imported styles.
* web: Clean up applying of dark theme.
web: unminify.
* web: Fix alignment, rendering on high contrast.
web: Apply footer resize.
web: Fix application of global styles in style roots.
web: Fix missing layout attribute.
web: Normalize background alignment.
web: Fix layout issues, color overrides.
web: Fix alignment, colors, jank.
web: Separate method into function.
web: Clean up alignment, reflow.
web: Fix colors, compatibility mode.
web: Add content left/right support.
web: Fix colors, compatibility mode overrides.
* Fix issue where missing config throws runtime error.
* web: Refactor.
* Update tests.
* web: Fix Storybook imports.
* Fix order of theme application.
* web: Fix storybook asset paths.
* web: Flesh out tests surrounding source buttons, fix alignment,
contrast.
* Update tests, clarify errors.
* Update test selectors, assertions.
* Clarify redirect handling.
* Adjust user check.
* Update logs.
* web: Fix selector timing.
* Fix alignment.
* Fix selectors, timing.
* Log current URL content.
* Refine shadow selector, add delay.
* Replace IDs with named elements.
* Fix overlay color.
* Fix footer padding.
* Fix contrast.
* Add selectable name to button.
* Fix alignment, mobile layout.
* web: Spread exported parts to stages.
* Fix z-index order.
* Tidy colors, behaviors, layout.
* Fix overflow scroll.
* Clean up duplicate color styles.
* Clarify selector order. Fix overrides, color contrast.
* Attempt to read JSON multiple times.
* Clarify error.
* web: Fix timeouts, URL changes.
* web: Fix disabled styles.
* Fix color flip.
* Fix selector.
* Fix issue where hidden tables will alter test URLs.
* Use DOM to look for connection, rather than API. Update selectors.
* Immediately navigate to tab.
* Upgrade Dex.
* Ensure Dex redirects.
* Use same host during tests.
* web: Update package-lock.json
* Add delay.
2025-11-11 15:49:00 -05:00
Jens L.
c11f3d9f72
ci: attempt to fix integration tests using dind ( #18066 )
...
* ci: attempt to fix integration tests using dind
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* bump dind version
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-11-11 17:31:07 +01:00
dependabot[bot]
91650ea180
core: bump selenium/standalone-chromium from 141.0 to 142.0 in /tests/e2e ( #17910 )
...
core: bump selenium/standalone-chromium in /tests/e2e
Bumps selenium/standalone-chromium from 141.0 to 142.0.
---
updated-dependencies:
- dependency-name: selenium/standalone-chromium
dependency-version: '142.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-11 12:00:09 +01:00
dependabot[bot]
8ed53627ff
core: bump axllent/mailpit from v1.27.10 to v1.27.11 in /tests/e2e ( #18035 )
...
Bumps axllent/mailpit from v1.27.10 to v1.27.11.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.27.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 14:40:42 +01:00
Jens L.
97e04a902d
tests/e2e: switch chrome for chromium ( #17407 )
...
* tests/e2e: switch chrome for chromium
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* sigh
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix diff?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix git diff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup shadow dom getter
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-10-13 16:36:41 +02:00
dependabot[bot]
c907f201ad
core: bump axllent/mailpit from v1.27.9 to v1.27.10 in /tests/e2e ( #17352 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 11:38:52 +00:00
dependabot[bot]
0afbe0bd75
core: bump selenium/standalone-chrome from 140.0 to 141.0 in /tests/e2e ( #17264 )
...
Bumps selenium/standalone-chrome from 140.0 to 141.0.
---
updated-dependencies:
- dependency-name: selenium/standalone-chrome
dependency-version: '141.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 13:24:11 +02:00
dependabot[bot]
fd731c23bf
core: bump axllent/mailpit from v1.27.8 to v1.27.9 in /tests/e2e ( #17086 )
...
Bumps axllent/mailpit from v1.27.8 to v1.27.9.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.27.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 13:38:03 +02:00
Jens L.
b3e9c46cf4
tests/e2e: less hardcoded names ( #17047 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-09-26 14:55:16 +02:00
Marc 'risson' Schmitt
ba1cea1516
tests/e2e: fix ldap tests following #17010 ( #17021 )
2025-09-25 16:21:41 +00:00
dependabot[bot]
0ed65d2df8
core: bump axllent/mailpit from v1.27.7 to v1.27.8 in /tests/e2e ( #16769 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 12:57:19 +02:00
dependabot[bot]
84e81e4327
core: bump selenium/standalone-chrome from 139.0 to 140.0 in /tests/e2e ( #16666 )
...
Bumps selenium/standalone-chrome from 139.0 to 140.0.
---
updated-dependencies:
- dependency-name: selenium/standalone-chrome
dependency-version: '140.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 09:31:13 -05:00
dependabot[bot]
a88b945441
core: bump axllent/mailpit from v1.27.6 to v1.27.7 in /tests/e2e ( #16408 )
...
Bumps axllent/mailpit from v1.27.6 to v1.27.7.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.27.7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 15:00:19 +01:00
dependabot[bot]
332a53ceff
core: bump axllent/mailpit from v1.27.5 to v1.27.6 in /tests/e2e ( #16358 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-25 14:06:01 +02:00
dependabot[bot]
a79b914d39
core: bump selenium/standalone-chrome from 138.0 to 139.0 in /tests/e2e ( #16256 )
2025-08-19 21:06:20 +01:00
dependabot[bot]
70ce5ccceb
core: bump axllent/mailpit from v1.27.4 to v1.27.5 in /tests/e2e ( #16252 )
...
Bumps axllent/mailpit from v1.27.4 to v1.27.5.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.27.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 17:05:56 +01:00
dependabot[bot]
1398561142
core: bump astral-sh/uv from 0.8.10 to 0.8.11 ( #16201 )
2025-08-15 12:27:42 +01:00
Marc 'risson' Schmitt
4e500030d1
ci: release branch off: various fixes ( #16137 )
2025-08-12 16:49:02 +00:00
Jens L.
a38239509b
root: Better version bump ( #14905 )
...
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
2025-08-12 13:50:12 +00:00
dependabot[bot]
510816983b
core: bump axllent/mailpit from v1.27.3 to v1.27.4 in /tests/e2e ( #16073 )
...
Bumps axllent/mailpit from v1.27.3 to v1.27.4.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.27.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 11:43:26 +01:00
Jens L.
e771bb74ee
policies: buffered policy access view for concurrent authorization attempts when unauthenticated ( #15034 )
...
Co-authored-by: Marcelo Elizeche Landó <marcelo@goauthentik.io >
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
2025-08-10 16:22:05 +00:00
dependabot[bot]
e3c68c69cc
core: bump axllent/mailpit from v1.27.2 to v1.27.3 in /tests/e2e ( #15857 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 14:59:27 +02:00
Marc 'risson' Schmitt
29f20a4829
*: replace Celery with Dramatiq ( #13492 )
2025-07-28 17:00:09 +02:00
dependabot[bot]
2093147f7f
core: bump axllent/mailpit from v1.27.1 to v1.27.2 in /tests/e2e ( #15813 )
...
Bumps axllent/mailpit from v1.27.1 to v1.27.2.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.27.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 14:07:00 +02:00
Jens L.
4b37829f67
providers/radius: set message authenticator ( #15635 )
...
* core: fix flow planner checking against wrong user when creating recovery link
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* validate incoming message authenticator
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-07-19 22:08:58 +02:00
dependabot[bot]
17ee42f98f
core: bump axllent/mailpit from v1.27.0 to v1.27.1 in /tests/e2e ( #15425 )
...
Bumps axllent/mailpit from v1.27.0 to v1.27.1.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.27.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 00:12:21 +02:00
dependabot[bot]
e8f95a4b08
core: bump selenium/standalone-chrome from 137.0 to 138.0 in /tests/e2e ( #15426 )
...
Bumps selenium/standalone-chrome from 137.0 to 138.0.
---
updated-dependencies:
- dependency-name: selenium/standalone-chrome
dependency-version: '138.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 00:12:18 +02:00
Jens L.
0021e5fa25
web/flows: fix bottom padding when loading challenge ( #15372 )
...
* web/flows: fix bottom padding when loading challenge
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add base class that does layout for login cards
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ok actually rework the whole thing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix leftover div
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix other stages
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* better declare loading state
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-07-03 22:07:22 +02:00
dependabot[bot]
69d9363fce
core: bump axllent/mailpit from v1.26.2 to v1.27.0 in /tests/e2e ( #15315 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 10:02:28 +02:00
Jens L.
ff966d763b
providers/oauth2: add conformance tools ( #15228 )
...
add conformance tools
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-06-25 00:43:15 +02:00
dependabot[bot]
4d1c63e7fa
core: bump axllent/mailpit from v1.26.1 to v1.26.2 in /tests/e2e ( #15201 )
...
Bumps axllent/mailpit from v1.26.1 to v1.26.2.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.26.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 13:52:03 +02:00
Jens L.
f76becfd86
stages/user_login: fix session binding logging ( #15175 )
...
* add tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix logging
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update test db?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ah there we go; fix mmdb not being reloaded with test settings
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-06-21 00:21:49 +02:00
dependabot[bot]
34031003a4
core: bump axllent/mailpit from v1.26.0 to v1.26.1 in /tests/e2e ( #15060 )
...
Bumps axllent/mailpit from v1.26.0 to v1.26.1.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.26.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 12:27:01 +02:00
Jens L.
13bd4069e4
core: fix transaction test case ( #15021 )
...
* move patched ct to root
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use our transaction test case as base
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix...?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* well apparently that works
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2025-06-13 01:48:26 +02:00
dependabot[bot]
aaf76bab92
core: bump selenium/standalone-chrome from 136.0 to 137.0 in /tests/e2e ( #14963 )
...
Bumps selenium/standalone-chrome from 136.0 to 137.0.
---
updated-dependencies:
- dependency-name: selenium/standalone-chrome
dependency-version: '137.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 03:32:59 +02:00
dependabot[bot]
814f3fc43d
core: bump axllent/mailpit from v1.25.1 to v1.26.0 in /tests/e2e ( #14964 )
...
Bumps axllent/mailpit from v1.25.1 to v1.26.0.
---
updated-dependencies:
- dependency-name: axllent/mailpit
dependency-version: v1.26.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 03:32:51 +02:00