web/admin: Fix SCIM 'page_size' UI issue#20890
Merged
BeryJu merged 1 commit intogoauthentik:mainfrom Mar 16, 2026
Merged
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20890 +/- ##
==========================================
+ Coverage 93.26% 93.40% +0.14%
==========================================
Files 968 991 +23
Lines 53599 55948 +2349
==========================================
+ Hits 49988 52261 +2273
- Misses 3611 3687 +76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
BeryJu
approved these changes
Mar 16, 2026
authentik-automation bot
pushed a commit
that referenced
this pull request
Mar 16, 2026
Fix SCIM page size UI issue Co-authored-by: Pavel Sinkevych <pavelsinkevych@gmail.com>
Contributor
|
🍒 Cherry-pick to |
authentik-automation bot
pushed a commit
that referenced
this pull request
Mar 16, 2026
Fix SCIM page size UI issue Co-authored-by: Pavel Sinkevych <pavelsinkevych@gmail.com>
Contributor
|
🍒 Cherry-pick to |
kensternberg-authentik
added a commit
that referenced
this pull request
Mar 16, 2026
* main: web: rename SCIM provider "User filtering" section to "Filtering" (#20879) web/admin: Fix SCIM 'page_size' UI issue (#20890) ci: bump astral-sh/setup-uv from 7.4.0 to 7.5.0 in /.github/actions/setup (#20875) website: bump flatted from 3.3.3 to 3.4.1 in /website (#20892) website: bump the build group in /website with 12 updates (#20908) web: bump prettier-plugin-packagejson from 3.0.0 to 3.0.2 in /web (#20759) web: bump @sentry/browser from 10.42.0 to 10.43.0 in /web in the sentry group across 1 directory (#20839) policies: remove BufferedPolicyAccessView (#20521) web: bump dompurify from 3.3.2 to 3.3.3 in /web (#20856) web: bump chromedriver from 145.0.6 to 146.0.3 in /web (#20916) core: bump pyopenssl from 25.3.0 to 26.0.0 (#20926)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Resolves #20887
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)