Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
committed by
GitHub
parent
ca3cdc3fd2
commit
7b7a7e3073
@ -104,6 +104,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6
|
||||
- core: fix task clean_expiring_models removing valid sessions with using database storage (#9598)
|
||||
- core: groups api: always prefetch users (#9974)
|
||||
- core: groups: optimize recursive children query (#9931)
|
||||
- core: include version in built JS files (cherry-pick #9558) (#10148)
|
||||
- core: only prefetch related objects when required (#9476)
|
||||
- crypto: update fingerprint at same time as certificate (#10036)
|
||||
- enterprise/audit: fix audit logging with m2m relations (#9571)
|
||||
@ -124,6 +125,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6
|
||||
- lifecycle: always try custom redis URL (#9441)
|
||||
- lifecycle: close database connection after migrating (#9516)
|
||||
- lifecycle: fix ak test-all command
|
||||
- policies/reputation: fix existing reputation update (cherry-pick #10124) (#10125)
|
||||
- policies/reputation: save to database directly (#10059)
|
||||
- policies: fix ak_call_policy failing when used in testing (#9853)
|
||||
- providers/oauth2: don't handle api scope as special scope (#9910)
|
||||
@ -144,6 +146,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6
|
||||
- root: docker-compose: remove version top level element (#9631)
|
||||
- root: handle asgi exception (#10085)
|
||||
- root: include task_id in events and logs (#9749)
|
||||
- root: use custom model serializer that saves m2m without bulk (cherry-pick #10139) (#10151)
|
||||
- sources/oauth: ensure all UI sources return a valid source (#9401)
|
||||
- sources/oauth: fix OAuth Client sending token request incorrectly (#9474)
|
||||
- sources/oauth: modernizes discord icon (#9817)
|
||||
@ -176,6 +179,8 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.6
|
||||
- web: Add resolved and integrity fields back to package-lock.json (#9419)
|
||||
- web: clean up some repetitive types (#9241)
|
||||
- web: clean up the options rendering in PromptForm (#9564)
|
||||
- web: fix docker build for non-release versions (cherry-pick #10154) (#10155)
|
||||
- web: fix needed because recent upgrade to task breaks spinner button (cherry-pick #10142) (#10150)
|
||||
- web: fix value handling inside controlled components (#9648)
|
||||
- web: markdown: display markdown even when frontmatter is missing (#9404)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user