Skip to content

Conversation

@dominic-r
Copy link
Member

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dominic-r dominic-r added this to the Release 2025.12 milestone Dec 30, 2025
@dominic-r dominic-r requested a review from BeryJu December 30, 2025 03:27
@dominic-r dominic-r self-assigned this Dec 30, 2025
@dominic-r dominic-r added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Dec 30, 2025
@dominic-r dominic-r requested review from a team as code owners December 30, 2025 03:27
@dominic-r dominic-r added area:backend backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Dec 30, 2025
@netlify
Copy link

netlify bot commented Dec 30, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 71a7309
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/695c740692915900085e364c
😎 Deploy Preview https://deploy-preview-19108--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 Dec 30, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 71a7309
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/695c740646c1ad000875f308
😎 Deploy Preview https://deploy-preview-19108--authentik-integrations.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.

@dominic-r dominic-r linked an issue Dec 30, 2025 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Dec 30, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 71a7309
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/695c740659595d0008bcca51
😎 Deploy Preview https://deploy-preview-19108--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 Dec 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.36%. Comparing base (e273eb7) to head (71a7309).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19108      +/-   ##
==========================================
+ Coverage   93.13%   93.36%   +0.23%     
==========================================
  Files         949      949              
  Lines       52304    52319      +15     
==========================================
+ Hits        48713    48848     +135     
+ Misses       3591     3471     -120     
Flag Coverage Δ
conformance 38.78% <6.25%> (-0.01%) ⬇️
e2e 44.70% <6.25%> (+1.02%) ⬆️
integration 23.45% <6.25%> (-0.01%) ⬇️
unit 91.57% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.61% <100.00%> (+<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 Dec 30, 2025

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-71a7309efc3ea34eddb9547463719b7cdea63c53
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-71a7309efc3ea34eddb9547463719b7cdea63c53

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

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks more like "putting back what was lost" when we updated our file handling.

@rissson rissson self-requested a review January 5, 2026 08:57
Copy link
Member

@rissson rissson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where do we actually do the substitution now?

Co-authored-by: Marc 'risson' Schmitt <[email protected]>
Signed-off-by: Dominic R <[email protected]>
@dominic-r
Copy link
Member Author

dominic-r commented Jan 5, 2026

return rawPath.replaceAll("%(theme)s", enabledTheme);
the original location

@dominic-r dominic-r requested a review from rissson January 5, 2026 15:56
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Jan 6, 2026
@dominic-r dominic-r enabled auto-merge (squash) January 6, 2026 13:04
@dominic-r dominic-r merged commit 1a963d2 into main Jan 6, 2026
182 of 186 checks passed
@dominic-r dominic-r deleted the sdko/fix-vars-urls branch January 6, 2026 13:21
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Jan 6, 2026
authentik-automation bot pushed a commit that referenced this pull request Jan 6, 2026
* admin/files: support %(theme)s variable in media file paths

* wip

* Apply suggestion from @rissson

Co-authored-by: Marc 'risson' Schmitt <[email protected]>
Signed-off-by: Dominic R <[email protected]>

---------

Signed-off-by: Dominic R <[email protected]>
Co-authored-by: Marc 'risson' Schmitt <[email protected]>
@authentik-automation
Copy link
Contributor

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

rissson added a commit that referenced this pull request Jan 6, 2026
…ick #19108 to version-2025.12) (#19213)

Co-authored-by: Dominic R <[email protected]>
Co-authored-by: Marc 'risson' Schmitt <[email protected]>
kensternberg-authentik added a commit that referenced this pull request Jan 6, 2026
* main:
  outpost/proxyv2: reduce max number of postgres connections (#19211)
  web/maintenance: lint pass to add missing HTMLElementEventMap entries (#18953)
  translate: Updates for project authentik and language pt_BR (#19082)
  core: bump goauthentik.io/api/v3 from 3.2026020.6 to 3.2026020.7 (#19202)
  lifecycle/aws: bump aws-cdk from 2.1100.1 to 2.1100.2 in /lifecycle/aws (#19203)
  core: bump axllent/mailpit from v1.28.0 to v1.28.1 in /tests/e2e (#19204)
  web: bump knip from 5.79.0 to 5.80.0 in /web (#19207)
  website/integrations: glpi: add step (#19208)
  admin/files: support %(theme)s variable in media file paths (#19108)
  web: bump the eslint group across 1 directory with 3 updates (#19205)
  core: add last_login filter to users API (#18993)
  website/docs: rewrite section about users and perms (#19195)
  rbac: Add show all to roles tab, add role tab to groups (#19097)
  web: Defer table refresh, visibility checks. (#19194)
  Add docs for roles (#19196)
  web: Merge branch -- Stale notifications, synchronized context objects, rendering fixes (#19141)
  root: codespell: ignore Python virtual env, group patterns. (#19180)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend 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

Status: Done

Development

Successfully merging this pull request may close these issues.

fix _%( substitution for files

4 participants