website/docs: prepare 2022.5.3
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
816b0c7d83
commit
a03e48c5ce
|
@ -71,6 +71,27 @@ slug: "2022.5"
|
|||
- web/admin: make external host clickable
|
||||
- web/user: fix use sub-pages not redirecting back to the subpage
|
||||
|
||||
## Fixed in 2022.5.3
|
||||
|
||||
- core: fix username validator not allowing changes that can be done via flows
|
||||
- crypto: set SAN in default generated Certificate to semi-random domain
|
||||
- ensure all viewsets have filter and search and add tests (#2946)
|
||||
- events: fix transport not allowing blank values
|
||||
- flows: fix re-imports of entries with identical PK re-creating objects (#2941)
|
||||
- providers/oauth2: improve error handling for invalid regular expressions
|
||||
- providers/oauth2: set related_name for many-to-many connections so used by detects the connection
|
||||
- providers/saml: handle parse error
|
||||
- stages/user_write: fix typo in request context variable
|
||||
- web: decrease elements that refresh on global refresh signal
|
||||
- web/admin: add set password button to user view page
|
||||
- web/admin: fix broken flow execute link (#2940)
|
||||
- web/admin: fix display of LDAP bind mode
|
||||
- web/admin: fix flow diagram not updating on flow changes
|
||||
- web/admin: fix phrasing on LDAP provider form for bind mode
|
||||
- web/admin: refactor table refresh to preserve selected/expanded elements correctly
|
||||
- web/elements: fix missing click handler on wizard close button
|
||||
- web/elements: fix used_by refreshing for all elements when using DeleteBulkForm
|
||||
|
||||
## Upgrading
|
||||
|
||||
This release does not introduce any new requirements.
|
||||
|
|
Reference in New Issue