Skip to content

web: Username truncation, field alignment. (cherry-pick #16283)#16284

Merged
rissson merged 1 commit intoversion-2025.8from
hotfix-version-2025.8/fix-extra-long-usernames
Aug 21, 2025
Merged

web: Username truncation, field alignment. (cherry-pick #16283)#16284
rissson merged 1 commit intoversion-2025.8from
hotfix-version-2025.8/fix-extra-long-usernames

Conversation

@GirlBossRush
Copy link
Copy Markdown
Contributor

Details

See #16283

@GirlBossRush GirlBossRush requested a review from a team as a code owner August 20, 2025 22:58
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 20, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 96fa916
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68a6536f6b17a00008dd52c2

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 20, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 96fa916
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68a6536f241944000895e23f

@GirlBossRush GirlBossRush force-pushed the hotfix-version-2025.8/fix-extra-long-usernames branch from 5575bd7 to 96fa916 Compare August 20, 2025 22:59
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.78%. Comparing base (f7e25ff) to head (96fa916).
⚠️ Report is 9 commits behind head on version-2025.8.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.8   #16284      +/-   ##
==================================================
- Coverage           92.83%   92.78%   -0.06%     
==================================================
  Files                 836      836              
  Lines               45210    45210              
==================================================
- Hits                41970    41946      -24     
- Misses               3240     3264      +24     
Flag Coverage Δ
e2e 46.57% <ø> (-0.08%) ⬇️
integration 23.57% <ø> (+<0.01%) ⬆️
unit 90.92% <ø> (+<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
Copy Markdown
Contributor

github-actions bot commented Aug 20, 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-96fa916d45cdd9e3b72600e661e99d7ada404323
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-96fa916d45cdd9e3b72600e661e99d7ada404323

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

@rissson rissson changed the title web: 2025.8 - Username truncation, field alignment. web: Username truncation, field alignment. (cherry-pick #16283) Aug 21, 2025
@GirlBossRush GirlBossRush added bug Something isn't working bug/confirmed Confirmed bugs labels Aug 21, 2025
Copy link
Copy Markdown
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.

All coherent. Small question, doesn't need a fix to deploy.

line-clamp: 3;
-webkit-line-clamp: 3;
box-orient: vertical;
-webkit-box-orient: vertical;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Are the webkit-specific ones still needed?

@rissson rissson merged commit f14d033 into version-2025.8 Aug 21, 2025
147 of 149 checks passed
@rissson rissson deleted the hotfix-version-2025.8/fix-extra-long-usernames branch August 21, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug/confirmed Confirmed bugs bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants