6df83e4259 
					 
					
						
						
							
							web/admin: fix html error on oauth2 provider page ( #7384 )  
						
						... 
						
						
						
						* web: break circular dependency between AKElement & Interface.
This commit changes the way the root node of the web application shell is
discovered by child components, such that the base class shared by both
no longer results in a circular dependency between the two models.
I've run this in isolation and have seen no failures of discovery; the identity
token exists as soon as the Interface is constructed and is found by every item
on the page.
* web: fix broken typescript references
This built... and then it didn't?  Anyway, the current fix is to
provide type information the AkInterface for the data that consumers
require.
* \# Details
Extra `>` symbol screwed up the reading of the rest of the component.  Unfortunately,
too many fields in an input are optional, so it was easy for this bug to bypass any
checks by the validators.  I should have caught it myself, though. 
						
						
					 
					
						2023-10-30 15:35:37 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						afdca418e1 
					 
					
						
						
							
							web: bump rollup from 4.1.4 to 4.1.5 in /web ( #7370 )  
						
						... 
						
						
						
						Bumps [rollup](https://github.com/rollup/rollup ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.1.4...v4.1.5 )
---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-30 13:35:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5afabb221 
					 
					
						
						
							
							web: bump the storybook group in /web with 5 updates ( #7382 )  
						
						... 
						
						
						
						Bumps the storybook group in /web with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) | `7.5.1` | `7.5.2` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) | `7.5.1` | `7.5.2` |
| [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components ) | `7.5.1` | `7.5.2` |
| [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) | `7.5.1` | `7.5.2` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) | `7.5.1` | `7.5.2` |
Updates `@storybook/addon-essentials` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.2/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.2/code/addons/essentials )
Updates `@storybook/addon-links` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.2/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.2/code/addons/links )
Updates `@storybook/web-components` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.2/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.2/code/renderers/web-components )
Updates `@storybook/web-components-vite` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.2/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.2/code/frameworks/web-components-vite )
Updates `storybook` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.2/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.2/code/lib/cli )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/web-components"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/web-components-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-30 13:13:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a65bb0b29f 
					 
					
						
						
							
							web: bump ts-lit-plugin from 2.0.0 to 2.0.1 in /web ( #7379 )  
						
						... 
						
						
						
						Bumps [ts-lit-plugin](https://github.com/runem/lit-analyzer ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/runem/lit-analyzer/releases )
- [Changelog](https://github.com/runem/lit-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/runem/lit-analyzer/commits )
---
updated-dependencies:
- dependency-name: ts-lit-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-30 12:54:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3df7b5504e 
					 
					
						
						
							
							web: bump @rollup/plugin-replace from 5.0.4 to 5.0.5 in /web ( #7380 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 5.0.4 to 5.0.5.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/inject-v5.0.5/packages/replace )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-30 12:54:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						99f44ea805 
					 
					
						
						
							
							web: bump API Client version ( #7365 )  
						
						
						
						
					 
					
						2023-10-28 23:08:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8e72fcab59 
					 
					
						
						
							
							release: 2023.10.2  
						
						
						
						
					 
					
						2023-10-28 21:43:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a57c6f230 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #7354 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-27 20:41:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a93b97bec 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #7353 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-27 20:41:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41d372a340 
					 
					
						
						
							
							web/admin: fix @change handler for ak-radio elements ( #7348 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-10-27 16:28:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae4d5a30f2 
					 
					
						
						
							
							web/admin: fix role form reacting to enter ( #7330 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-10-27 11:39:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ce5c74f33 
					 
					
						
						
							
							web: bump API Client version ( #7321 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 21:50:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						64c38909ff 
					 
					
						
						
							
							release: 2023.10.1  
						
						
						
						
					 
					
						2023-10-26 20:06:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e086da68cd 
					 
					
						
						
							
							web: bump API Client version ( #7311 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 16:23:15 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed46fd629e 
					 
					
						
						
							
							release: 2023.10.0  
						
						
						
						
					 
					
						2023-10-26 16:51:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						709fd716d8 
					 
					
						
						
							
							web: bump API Client version ( #7310 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 12:49:59 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						28053059ff 
					 
					
						
						
							
							stages/user_write: allow setting user type when creating new user ( #7293 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-10-26 14:33:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94ad839437 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in fr ( #7297 )  
						
						... 
						
						
						
						* Translate web/xliff/en.xlf in fr
100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
* Removing web/xliff/en.xlf in fr
99% of minimum 100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
* Translate web/xliff/en.xlf in fr
100% translated source file: 'web/xliff/en.xlf'
on 'fr'.
---------
Signed-off-by: Jens L. <jens@goauthentik.io >
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Jens L <jens@goauthentik.io > 
						
						
					 
					
						2023-10-26 10:48:19 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f5d5e0408 
					 
					
						
						
							
							web: bump fuse.js from 6.6.2 to 7.0.0 in /web ( #7307 )  
						
						... 
						
						
						
						Bumps [fuse.js](https://github.com/krisk/Fuse ) from 6.6.2 to 7.0.0.
- [Release notes](https://github.com/krisk/Fuse/releases )
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md )
- [Commits](https://github.com/krisk/Fuse/compare/v6.6.2...v7.0.0 )
---
updated-dependencies:
- dependency-name: fuse.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 12:29:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						309c390154 
					 
					
						
						
							
							web: bump lit-analyzer from 1.2.1 to 2.0.1 in /web ( #7305 )  
						
						... 
						
						
						
						Bumps [lit-analyzer](https://github.com/runem/lit-analyzer ) from 1.2.1 to 2.0.1.
- [Release notes](https://github.com/runem/lit-analyzer/releases )
- [Changelog](https://github.com/runem/lit-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/runem/lit-analyzer/commits )
---
updated-dependencies:
- dependency-name: lit-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 12:03:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						32493c6102 
					 
					
						
						
							
							web: bump the sentry group in /web with 2 updates ( #7303 )  
						
						... 
						
						
						
						Bumps the sentry group in /web with 2 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ) and [@sentry/tracing](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.75.0 to 7.75.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.75.0...7.75.1 )
Updates `@sentry/tracing` from 7.75.0 to 7.75.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.75.0...7.75.1 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sentry
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 11:52:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7569314a24 
					 
					
						
						
							
							web: bump mermaid from 10.5.1 to 10.6.0 in /web ( #7304 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.5.1 to 10.6.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.5.1...v10.6.0 )
---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 11:52:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						848fe3e428 
					 
					
						
						
							
							web: bump ts-lit-plugin from 1.2.1 to 2.0.0 in /web ( #7308 )  
						
						... 
						
						
						
						Bumps [ts-lit-plugin](https://github.com/runem/lit-analyzer ) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/runem/lit-analyzer/releases )
- [Changelog](https://github.com/runem/lit-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/runem/lit-analyzer/commits )
---
updated-dependencies:
- dependency-name: ts-lit-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-26 11:51:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a52e4a3262 
					 
					
						
						
							
							web: extract form processing ( #7298 )  
						
						... 
						
						
						
						* web: break circular dependency between AKElement & Interface.
This commit changes the way the root node of the web application shell is
discovered by child components, such that the base class shared by both
no longer results in a circular dependency between the two models.
I've run this in isolation and have seen no failures of discovery; the identity
token exists as soon as the Interface is constructed and is found by every item
on the page.
* web: fix broken typescript references
This built... and then it didn't?  Anyway, the current fix is to
provide type information the AkInterface for the data that consumers
require.
* web: extract the form processing from the form submission process
Our forms have a lot of customized value handling, and the function `serializeForm` takes
our input structures and creates a JSON object ready for submission across the wire for
the various models provided by the API.
That function was embedded in the `ak-form` object, but it has no actual dependencies on
the state of that object; aside from identifying the input elements, which is done at the
very start of processing, this large block of code stands alone.  Separating out the
"processing the form" from "identifying the form" allows us to customize our form handling
and preserve form information on the client for transactional purposes such as our wizard.
w 
						
						
					 
					
						2023-10-25 14:39:50 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f2d03dcd0 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #7299 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-25 21:21:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						484cbc8c73 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #7300 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-25 21:21:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6118ec876 
					 
					
						
						
							
							web/admin: add preview banner to RBAC pages ( #7295 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-10-25 20:15:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						488420eeb6 
					 
					
						
						
							
							web: fix typo in traefik name  
						
						... 
						
						
						
						Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-10-25 18:55:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a8f066eb51 
					 
					
						
						
							
							web/admin: disable wizard banner for now ( #7294 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-10-25 18:30:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7673e5a297 
					 
					
						
						
							
							web/admin: small fixes ( #7292 )  
						
						... 
						
						
						
						* show user type better on admin interface
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix rendering for backchannel in app form
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix missing trailing slash in admin redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-10-25 18:25:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f12a533e91 
					 
					
						
						
							
							web: bump pyright from 1.1.332 to 1.1.333 in /web ( #7287 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.332 to 1.1.333.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.333/packages/pyright )
---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-25 12:10:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3dd1094c50 
					 
					
						
						
							
							web: bump the sentry group in /web with 2 updates ( #7285 )  
						
						... 
						
						
						
						Bumps the sentry group in /web with 2 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ) and [@sentry/tracing](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.74.1 to 7.75.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.74.1...7.75.0 )
Updates `@sentry/tracing` from 7.74.1 to 7.75.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.74.1...7.75.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-25 12:09:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b2ed944dc 
					 
					
						
						
							
							web: bump the eslint group in /web with 1 update ( #7286 )  
						
						... 
						
						
						
						Bumps the eslint group in /web with 1 update: [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit ).
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.9.1...v1.10.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-lit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-25 12:09:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0091690863 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #7278 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-24 11:45:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a289125108 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #7277 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-24 11:44:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						03a0914553 
					 
					
						
						
							
							web: bump the eslint group in /web with 2 updates ( #7269 )  
						
						... 
						
						
						
						Bumps the eslint group in /web with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-24 11:43:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						50780b62a7 
					 
					
						
						
							
							web: bump @trivago/prettier-plugin-sort-imports from 4.2.0 to 4.2.1 in /web ( #7272 )  
						
						... 
						
						
						
						web: bump @trivago/prettier-plugin-sort-imports in /web
Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases )
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md )
- [Commits](https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-24 11:42:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e3ac774a18 
					 
					
						
						
							
							web: 3 fixes for small typos, annoyances, and improvements ( #7249 )  
						
						... 
						
						
						
						I'm conducting a more comprehensive survey of the UI in order to get a more holistic idea of the
changes that should be implemented.  Along the way, I'm finding a few small details that annoy me.
Here are three.
It goes to "User statistics."  I have changed both the text of the link and the page to read "User
Statistics" (it's a title, it should be capitalized).
Give people warning when you're about to take them out of the system, especially if you're opening a
new tab along the way.
Just a thing I spotted along the way. 
						
						
					 
					
						2023-10-23 10:48:16 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75aedb4d3f 
					 
					
						
						
							
							web/admin: small wizard fixes ( #7259 )  
						
						
						
						
					 
					
						2023-10-23 18:48:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52a452488c 
					 
					
						
						
							
							web: bump the eslint group in /web with 1 update ( #7250 )  
						
						
						
						
					 
					
						2023-10-21 15:54:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b13f7158c7 
					 
					
						
						
							
							web: bump mermaid from 10.5.0 to 10.5.1 in /web ( #7247 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.5.0...v10.5.1 )
---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-21 00:42:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9582cd4599 
					 
					
						
						
							
							web: break circular dependency between AKElement & Interface. ( #7165 )  
						
						... 
						
						
						
						* web: break circular dependency between AKElement & Interface.
This commit changes the way the root node of the web application shell is
discovered by child components, such that the base class shared by both
no longer results in a circular dependency between the two models.
I've run this in isolation and have seen no failures of discovery; the identity
token exists as soon as the Interface is constructed and is found by every item
on the page.
* web: fix broken typescript references
This built... and then it didn't?  Anyway, the current fix is to
provide type information the AkInterface for the data that consumers
require. 
						
						
					 
					
						2023-10-20 14:26:57 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc781cad00 
					 
					
						
						
							
							web/admin: improve user email button labels ( #7233 )  
						
						... 
						
						
						
						* web: isolate clipboard handling
We would like to use the clipboard for more than just the token copy button.  This commit
enables that by separating the "Write to Clipboard" and "Write to Notifications" routines
into separate functions, putting "writeToClipboard" into the utilities collection, and
clarifying what happens when a custom presses the TokenCopy button.
* web: break out the recovery link logic into a standalone function
UserViewPage and UserLinkPage have the same functionality to request to view a
link with which a user may access an account recovery flow.  The language and
error messages were different on both of those pages.  This commit harmonizes
the language by making the request a standalone function.  It also exploits the
breakout of the "write to clipboard" commit to write the link to the clipboard,
and to inform the user that the clipboard has been written to, when possible.
* web: parity between UserViewPage and UserListPage
Since the UserListPage's "accordion" view has an offer to "Email
the recovery link" to the user, it seemed appropriate to grant the
same capability to the UserListPage.
* web: harmonize the CSS.
After a bit of messing around, I have also ensured that the gap between the buttons is
the same in all cases, that in the columnar display the buttons are of uniform width,
and that the buttons have the same next:
- "Set Password"
- "View Recovery Link"
- "Email Recovery Link"
NOTE: This commit is contingent upon the PR for [isolate clipboard
handling](https://github.com/goauthentik/authentik/pull/7229 ) to
be accepted, as it relies on the clipboard handler for the "write
link to clipboard" feature.
* web: ensure the existence of the user
Every `...render()` method in the UserViewPage class has a preamble
guard clause:
```
    if (!this.user) {
        return html``;
    }
```
With this clause, it should not be necessary to repeatedly check
the type of `this.user` throughout the rest of the method, but the
nominal type is `User?`, which means that functions called from
within the method need to be protected against `undefined` failure.
By creating a new variable with the type after the guard clause,
we ensure the type is `User` (no question!) and can safely use it
without those checks.
Along the way, I replaced the empty html with `nothing` and corrected
(mostly by removing) the return types.
References:
- [Lit-HTML: Prefer `nothing` over empty html or other falsey walues](https://lit.dev/docs/api/templates/#nothing )
- [TypeScript: Type annotations on return types are rarely
necessary](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#:~:text=Return%20Type%20Annotations&text=Much%20like%20variable%20type%20annotations,example%20doesn't%20change%20anything .)
* web: accepting suggested label change 
						
						
					 
					
						2023-10-20 10:01:18 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cbbb638ca7 
					 
					
						
						
							
							web: bump API Client version ( #7246 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-20 15:27:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						63426bc9a8 
					 
					
						
						
							
							sources/oauth: include default JWKS URLs for OAuth sources ( #6992 )  
						
						... 
						
						
						
						* sources/oauth: include default JWKS URLs for OAuth sources
makes it easier to use pre-defined types like github, google, azure with JWT M2M instead of needing to create a generic OAuth Source
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix error
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-10-20 16:54:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0da3bf2b4 
					 
					
						
						
							
							web: bump core-js from 3.33.0 to 3.33.1 in /web ( #7243 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.33.0 to 3.33.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.1/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-20 11:46:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						20e003656a 
					 
					
						
						
							
							web: fix bad comment that was confusing lit-analyze ( #7234 )  
						
						... 
						
						
						
						The old comment was left over from a previous revision of the wizard, and
blocked lit-analyze's ability to understand the Modal's `slot="trigger"`
declaration. 
						
						
					 
					
						2023-10-20 11:17:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ce4c654209 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh_CN ( #7235 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-20 11:16:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2cf337f731 
					 
					
						
						
							
							web: bump the storybook group in /web with 5 updates ( #7240 )  
						
						... 
						
						
						
						Bumps the storybook group in /web with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) | `7.5.0` | `7.5.1` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) | `7.5.0` | `7.5.1` |
| [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components ) | `7.5.0` | `7.5.1` |
| [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) | `7.5.0` | `7.5.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) | `7.5.0` | `7.5.1` |
Updates `@storybook/addon-essentials` from 7.5.0 to 7.5.1
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.1/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.1/code/addons/essentials )
Updates `@storybook/addon-links` from 7.5.0 to 7.5.1
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.1/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.1/code/addons/links )
Updates `@storybook/web-components` from 7.5.0 to 7.5.1
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.1/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.1/code/renderers/web-components )
Updates `@storybook/web-components-vite` from 7.5.0 to 7.5.1
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.1/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.1/code/frameworks/web-components-vite )
Updates `storybook` from 7.5.0 to 7.5.1
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.1/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.1/code/lib/cli )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/web-components"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/web-components-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-20 11:16:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c277033cf 
					 
					
						
						
							
							translate: Updates for file web/xliff/en.xlf in zh-Hans ( #7236 )  
						
						... 
						
						
						
						Translate web/xliff/en.xlf in zh-Hans
100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-10-20 11:15:43 +02:00