web: rename SCIM provider "User filtering" section to "Filtering"#20879
web: rename SCIM provider "User filtering" section to "Filtering"#20879
Conversation
The section contains both user and group filter controls, so a generic label is more accurate.
✅ Deploy Preview for authentik-storybook 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 #20879 +/- ##
==========================================
- Coverage 93.45% 93.41% -0.05%
==========================================
Files 991 991
Lines 55948 55948
==========================================
- Hits 52285 52262 -23
- Misses 3663 3686 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c2aa8ba32ffabcbae423a6eb98cb44230ee35d67
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-c2aa8ba32ffabcbae423a6eb98cb44230ee35d67Afterwards, run the upgrade commands from the latest release notes. |
* 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)
Details
The section contains both user and group filter controls, so a generic label is more accurate.
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)