Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Jan 7, 2026

Details

This PR addresses some feedback on 2025.12 RC2:

  • Fixed images using the root interface theme, rather than the parent element's active theme.
  • Fixed brand images not supporting sources smaller than the login card breakpoint, i.e. small logos

Related Merge Branch

@GirlBossRush GirlBossRush added this to the Release 2025.12 milestone Jan 7, 2026
@GirlBossRush GirlBossRush self-assigned this Jan 7, 2026
@GirlBossRush GirlBossRush requested a review from a team as a code owner January 7, 2026 23:47
@GirlBossRush GirlBossRush added area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Jan 7, 2026
@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 0bdd975
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/695ef0a707bd760008691307
😎 Deploy Preview https://deploy-preview-19233--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0bdd975
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/695ef0a70f62f0000894131a
😎 Deploy Preview https://deploy-preview-19233--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.31%. Comparing base (39f6f72) to head (0bdd975).
⚠️ Report is 33 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19233      +/-   ##
==========================================
+ Coverage   92.85%   93.31%   +0.45%     
==========================================
  Files         949      949              
  Lines       52385    52385              
==========================================
+ Hits        48643    48881     +238     
+ Misses       3742     3504     -238     
Flag Coverage Δ
conformance 38.75% <ø> (+<0.01%) ⬆️
e2e 44.69% <ø> (+2.00%) ⬆️
integration 23.37% <ø> (-0.06%) ⬇️
unit 91.57% <ø> (+<0.01%) ⬆️
unit-migrate 91.61% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-0bdd97530c7a30ccc1e4bb3340832f2e4bb617a8
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-0bdd97530c7a30ccc1e4bb3340832f2e4bb617a8

Afterwards, run the upgrade commands from the latest release notes.

@GirlBossRush GirlBossRush merged commit d949564 into main Jan 12, 2026
103 checks passed
@GirlBossRush GirlBossRush deleted the 2025-12-fixes-images branch January 12, 2026 19:33
authentik-automation bot pushed a commit that referenced this pull request Jan 12, 2026
* Fix referencing of theme directly from element, rather than the root.

* Fix low-resolution icon scaling.
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #19342

melizeche pushed a commit that referenced this pull request Jan 13, 2026
…19342)

web: Images styles, theming (#19233)

* Fix referencing of theme directly from element, rather than the root.

* Fix low-resolution icon scaling.

Co-authored-by: Teffen Ellis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants