website/docs: update release notes for 2022.12
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -43,8 +43,11 @@ image:
|
||||
|
||||
## Minor changes/fixes
|
||||
|
||||
- blueprints: add `!If` tag (#4264)
|
||||
- blueprints: add conditions to blueprint schema
|
||||
- blueprints: add !Env tag
|
||||
- blueprints: Added conditional entry application (#4167)
|
||||
- blueprints: don't require auth on invalidation flow
|
||||
- blueprints: better OCI support in UI (#4263)
|
||||
- blueprints: fixed bug causing filtering with an empty query (#4106)
|
||||
- blueprints: Support nested custom tags in `!Find` and `!Format` tags (#4127)
|
||||
- core: bundle geoip (#4250)
|
||||
@ -52,6 +55,7 @@ image:
|
||||
- events: improve handling creation of events with non-pickleable objects
|
||||
- events: remove legacy logger declaration
|
||||
- events: save login event in session after login
|
||||
- flows: fix redirect from plan context "redirect" not being wrapped in flow response
|
||||
- flows: set stage name and verbose_name for in_memory stages
|
||||
- internal: dont error if environment config isn't found
|
||||
- internal: remove sentry proxy
|
||||
@ -62,29 +66,53 @@ image:
|
||||
- lifecycle: improve explanation for user: root and docket socket mount
|
||||
- policies: don't log context when policy returns None
|
||||
- policies: log correct cache state
|
||||
- policies: make name required
|
||||
- policies/password: Always add generic message to failing zxcvbn check (#4100)
|
||||
- providers: add preview for mappings (#4254)
|
||||
- providers/ldap: improve mapping of LDAP filters to authentik queries
|
||||
- providers/oauth2: optimise and cache signing key, prevent key being loaded multiple times
|
||||
- providers/oauth2: set amr values based on login event
|
||||
- providers/proxy: correctly set id_token_hint if possible
|
||||
- providers/saml: set AuthnContextClassRef based on login event
|
||||
- root: allow custom settings via python module
|
||||
- root: migrate to hosted sentry with rate-limited DSN
|
||||
- security: fix CVE 2022 23555 (#4274)
|
||||
- security: fix CVE 2022 46145 (#4140)
|
||||
- security: fix CVE 2022 46172 (#4275)
|
||||
- stages/authenticator_duo: fix imported duo devices not being confirmed
|
||||
- stages/authenticator_validate: fix validation to ensure configuration stage is set
|
||||
- stages/authenticator_validate: improve validation for not_configured_action
|
||||
- stages/authenticator_validate: log duo error
|
||||
- stages/authenticator_validate: save used mfa devices in login event
|
||||
- stages/captcha: customisable URLs (#3832)
|
||||
- stages/invitation: fix incorrect pk check for invitation's flow
|
||||
- stages/user_login: prevent double success message when logging in via source
|
||||
- stages/user_write: always ignore `component` field and prevent warning
|
||||
- web: fix authentication with Plex on iOS (#4095)
|
||||
- web: fix authentification with Plex on iOS (#4095)
|
||||
- web: ignore d3 circular deps warning, treat unresolved import as error
|
||||
- web: use version family subdomain for in-app doc links
|
||||
- web/admin: better show metadata download for saml provider
|
||||
- web/admin: break all in code blocks in event info
|
||||
- web/admin: clarify phrasing that user ID is required
|
||||
- web/admin: fix action button order for blueprints
|
||||
- web/admin: fix alignment in tables with multiple elements in cell
|
||||
- web/admin: fix empty request being sent due to multiple forms in duo import modal
|
||||
- web/admin: improve i18n for documentation link in outpost form
|
||||
- web/admin: improve UI for removing users from groups and groups from users
|
||||
- web/admin: more consistent label usage, use compact labels
|
||||
- web/admin: rework markdown, correctly render Admonitions, fix links
|
||||
- web/admin: show bound policies order first to match stages
|
||||
- web/admin: show policy binding form when creating policy in bound list
|
||||
- web/admin: show stage binding form when creating stage in bound list
|
||||
- web/elements: fix alignment for checkboxes in table
|
||||
- web/elements: fix alignment with checkbox in table
|
||||
- web/elements: fix log level for diagram
|
||||
- web/elements: fix table select-all checkbox being checked with no elements
|
||||
- web/elements: unselect top checkbox in table when not all elements are selected
|
||||
- web/flows: fix display for long redirect URLs
|
||||
- web/flows: improve error messages for failed duo push
|
||||
- web/flows: update flow background
|
||||
- web/user: fix styling for clear all button in notification drawer
|
||||
|
||||
## API Changes
|
||||
|
||||
|
Reference in New Issue
Block a user