87bf75e51c 
					 
					
						
						
							
							add Registration closed note  
						
						
						
						
					 
					
						2023-07-28 12:36:15 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ba1a1def5 
					 
					
						
						
							
							web/user: fix app icon size for user interface  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-28 17:11:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						782d95b4a3 
					 
					
						
						
							
							web: app icons v2 ( #6410 )  
						
						... 
						
						
						
						* fix more icons stuff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* refactor app icon into separate component
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update locale
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make app icon work correctly in admin list and app view page
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-28 14:25:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5803c39e91 
					 
					
						
						
							
							web: fix app icon rendering, style refinements ( #6409 )  
						
						... 
						
						
						
						* add very slight drop shadow to icons so dark colours are better visible, fix expand text
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web/admin: fix rendering of icons for admin interface
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-28 11:09:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5322a6dd3 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023061.5 to 3.2023061.6 ( #6407 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023061.5 to 3.2023061.6.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023061.5...v3.2023061.6 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-28 11:08:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						364edfb4a8 
					 
					
						
						
							
							web: bump core-js from 3.31.1 to 3.32.0 in /web ( #6406 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.31.1 to 3.32.0.
- [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.32.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
  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-07-28 11:08:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de16988cac 
					 
					
						
						
							
							web/user: experiment with some slightly different styles ( #6405 )  
						
						... 
						
						
						
						* web/user: experiment with some slightly different styles
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* rework application card
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix color and expand
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix expansion
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-28 00:23:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2714ab1f1 
					 
					
						
						
							
							outposts: make metrics compliant with Prometheus best-practices ( #6398 )  
						
						... 
						
						
						
						web/outpost: make metrics compliant with Prometheus best-practices
Today, all NewHistogramVec store values in nanoseconds without changing
the default histogram bucket, which are made for seconds, making them
a bit useless. In addition, some metrics names are not self-explanatoryand
and do not comply with Prometheus best practices.
This commit tries to fix all of this "issues".
NOTE: I kept old metrics in order to avoid breaking changes with
existing dashboards and metrics.
Signed-off-by: Alexandre NICOLAIE <xunleii@users.noreply.github.com > 
						
						
					 
					
						2023-07-27 18:51:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5347dd7022 
					 
					
						
						
							
							website: add tooltips to comparison table ( #6402 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-27 17:08:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aaddb76962 
					 
					
						
						
							
							web: bump API Client version ( #6401 )  
						
						
						
						
					 
					
						2023-07-27 13:14:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b08f8d8e0c 
					 
					
						
						
							
							api: re-fix url import logging ( #6400 )  
						
						... 
						
						
						
						* fix logging
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove lib from apps
lib doesn't declare any models, so it really doesn't need to be in there anyways?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove lib from schema too
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-27 12:56:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						664bc19bba 
					 
					
						
						
							
							website: revamp ( #6375 )  
						
						... 
						
						
						
						* make things work better
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix styling
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* move comparison css to its own file
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make release bar work, more cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix a bunch of styling issues
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix table
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* move text slider into component
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix mobile and more cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more fixes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* test out gradient?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update meta?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove underline on news links
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* adjust gradient
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove override
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* start changing screenshots
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use smaller screenshots for landing page
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* website: fix the font scaling issue on the text slider
- Change the text slider and hero__title to use em/rem calculations
This patch changes the way the text slider and hero__title font sizes
are calculated so that the font scales with the device; devices with
viewports larger than 379 pixels will now render the slider without
line breaks or having the phrase "active directory" disappear from
the page.
The 379pixel break is just the best we could come up with on the fly.
This does mean that if you own an iPhone 5 or an old WIFI-capable
iPod, it still looks awful.  :-)
* fix some more react issues
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* a bit less padding on the bottom CTA
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use some old copy for now
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Ken Sternberg <ken@goauthentik.io > 
						
						
					 
					
						2023-07-27 11:44:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f315360be1 
					 
					
						
						
							
							web: bump @sentry/browser from 7.60.0 to 7.60.1 in /web ( #6392 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.60.0 to 7.60.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.60.0...7.60.1 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-07-27 11:32:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ac255d579 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.60.0 to 7.60.1 in /web ( #6393 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.60.0 to 7.60.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.60.0...7.60.1 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-07-27 11:30:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f9f57f0fd 
					 
					
						
						
							
							web: bump chart.js from 4.3.1 to 4.3.2 in /web ( #6395 )  
						
						... 
						
						
						
						Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.3.1...v4.3.2 )
---
updated-dependencies:
- dependency-name: chart.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-07-27 11:30:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3569eb15b1 
					 
					
						
						
							
							core: bump pylint from 2.17.4 to 2.17.5 ( #6396 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/pylint-dev/pylint ) from 2.17.4 to 2.17.5.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5 )
---
updated-dependencies:
- dependency-name: pylint
  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-07-27 11:29:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94836a3ce7 
					 
					
						
						
							
							api: log errors if app URLs import fail ( #6397 )  
						
						... 
						
						
						
						* api: log errors if app URLs import fail
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* bump level to warning
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-27 11:29:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f272d14fcf 
					 
					
						
						
							
							events: fix monitored task not removing state ( #6386 )  
						
						... 
						
						
						
						when `save_on_success` is set, a task failure saves state. when it succeeds afterwards, that state should be removed
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-26 16:00:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17fe595528 
					 
					
						
						
							
							sources/ldap: fix syncing large LDAP directories ( #6384 )  
						
						... 
						
						
						
						* sources/ldap: fix syncing large LDAP directories
* add test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-26 12:25:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3cce6d79eb 
					 
					
						
						
							
							web/user: fix background alignment ( #6383 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-26 11:03:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7ac5c8eaa6 
					 
					
						
						
							
							translate: Updates for file locale/en/LC_MESSAGES/django.po in fr on branch main ( #6376 )  
						
						... 
						
						
						
						* Translate locale/en/LC_MESSAGES/django.po in fr
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'fr'.
* remove debug
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-26 11:03:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7316f126de 
					 
					
						
						
							
							ci: test rename action more  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-26 11:02:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d645965a33 
					 
					
						
						
							
							web: bump mermaid from 10.2.4 to 10.3.0 in /web ( #6382 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.2.4 to 10.3.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.2.4...v10.3.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-07-26 11:00:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47abbcf8b8 
					 
					
						
						
							
							ci: test rename  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-26 10:59:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e86a41b83d 
					 
					
						
						
							
							ci: automatically rename transifex PRs to match the naming scheme ( #6352 )  
						
						... 
						
						
						
						* ci: automatically rename transifex PRs to match the naming scheme
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add name
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-26 10:57:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f2293c0f5b 
					 
					
						
						
							
							website/docs: Update syntax in traefik standalone example ( #6303 )  
						
						... 
						
						
						
						* Update syntax in traefik standalone example
Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de >
* One more syntax update
Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de >
---------
Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de > 
						
						
					 
					
						2023-07-26 10:56:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da3393abb4 
					 
					
						
						
							
							web: bump @esbuild/linux-arm64 from 0.18.16 to 0.18.17 in /web ( #6380 )  
						
						... 
						
						
						
						Bumps [@esbuild/linux-arm64](https://github.com/evanw/esbuild ) from 0.18.16 to 0.18.17.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.16...v0.18.17 )
---
updated-dependencies:
- dependency-name: "@esbuild/linux-arm64"
  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-07-26 10:54:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						211da35a93 
					 
					
						
						
							
							web: bump pyright from 1.1.318 to 1.1.319 in /web ( #6378 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.318 to 1.1.319.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.319/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-07-26 10:47:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0b8c501326 
					 
					
						
						
							
							web: bump @esbuild/darwin-arm64 from 0.18.16 to 0.18.17 in /web ( #6379 )  
						
						... 
						
						
						
						Bumps [@esbuild/darwin-arm64](https://github.com/evanw/esbuild ) from 0.18.16 to 0.18.17.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.16...v0.18.17 )
---
updated-dependencies:
- dependency-name: "@esbuild/darwin-arm64"
  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-07-26 10:47:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18472c231a 
					 
					
						
						
							
							enterprise: fix license check not using the proper JWT algorithm  
						
						... 
						
						
						
						Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-07-25 12:10:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e51bef218a 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 6.1.0 to 6.2.0 in /web ( #6372 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.1.0 to 6.2.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.2.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  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-07-25 11:43:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						486e17920e 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023061.4 to 3.2023061.5 ( #6362 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023061.4 to 3.2023061.5.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023061.4...v3.2023061.5 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-25 11:34:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						505bad0895 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.0 in /web ( #6370 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.1.0 to 6.2.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.2.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  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-07-25 11:33:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4b7691181 
					 
					
						
						
							
							web: bump tslib from 2.6.0 to 2.6.1 in /web ( #6366 )  
						
						... 
						
						
						
						Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: tslib
  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-07-25 11:32:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba5adad53d 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.1.0 to 7.1.1 in /web ( #6363 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.1.1/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-07-25 11:31:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b1dee6aed 
					 
					
						
						
							
							web: bump storybook from 7.1.0 to 7.1.1 in /web ( #6364 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.1.1/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-07-25 11:28:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b976acff42 
					 
					
						
						
							
							web: bump chart.js from 4.3.0 to 4.3.1 in /web ( #6368 )  
						
						... 
						
						
						
						Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: chart.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-07-25 11:28:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78092ddfea 
					 
					
						
						
							
							web: bump @storybook/addon-essentials from 7.1.0 to 7.1.1 in /web ( #6365 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.1.1/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-07-25 11:27:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22d013817f 
					 
					
						
						
							
							web: bump @storybook/web-components-vite from 7.1.0 to 7.1.1 in /web ( #6367 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.1.1/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-07-25 11:12:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56224fc712 
					 
					
						
						
							
							web: bump @storybook/blocks from 7.1.0 to 7.1.1 in /web ( #6371 )  
						
						... 
						
						
						
						Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.1.1/code/ui/blocks )
---
updated-dependencies:
- dependency-name: "@storybook/blocks"
  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-07-25 11:11:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86d64b2234 
					 
					
						
						
							
							web/admin: hide pagination when no data is loaded yet ( #6353 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-24 13:59:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a320aec9d0 
					 
					
						
						
							
							web/admin: adjust style of page header ( #6355 )  
						
						... 
						
						
						
						light theme now matches dark theme
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-24 13:59:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7be94df00c 
					 
					
						
						
							
							root: set csrf cookie's secure flag same as session ( #6350 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-24 13:57:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						346c6e6a85 
					 
					
						
						
							
							outposts: Fix infinite self-recursion in traefik reconciler. ( #6336 )  
						
						... 
						
						
						
						Fix infinite self-recursion in traefik reconciler. 
						
						
					 
					
						2023-07-24 10:25:29 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8d4b7ce8d3 
					 
					
						
						
							
							outposts: fix patch processing ( #6338 )  
						
						... 
						
						
						
						* outposts: fix patch processing for custom object types
* outposts: correct parsing patch type
* small change
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-24 10:25:14 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56cf14e5ef 
					 
					
						
						
							
							web: bump API Client version ( #6351 )  
						
						
						
						
					 
					
						2023-07-24 12:23:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						69543c14d3 
					 
					
						
						
							
							Updates for file web/xliff/en.xlf in zh_CN on branch main ( #6340 )  
						
						... 
						
						
						
						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-07-24 12:13:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f3f07f2c98 
					 
					
						
						
							
							Updates for file web/xliff/en.xlf in zh-Hans on branch main ( #6341 )  
						
						... 
						
						
						
						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-07-24 12:13:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4647fbacb0 
					 
					
						
						
							
							enterprise: fix license check not using DER as spec specifies ( #6348 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-24 12:11:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4359fab560 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023061.3 to 3.2023061.4 ( #6342 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023061.3 to 3.2023061.4.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023061.3...v3.2023061.4 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-24 11:51:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8b36e1737 
					 
					
						
						
							
							core: bump drf-spectacular from 0.26.3 to 0.26.4 ( #6343 )  
						
						... 
						
						
						
						Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular ) from 0.26.3 to 0.26.4.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases )
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tfranzel/drf-spectacular/compare/0.26.3...0.26.4 )
---
updated-dependencies:
- dependency-name: drf-spectacular
  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-07-24 11:50:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c50148072e 
					 
					
						
						
							
							core: bump ruff from 0.0.278 to 0.0.280 ( #6344 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.0.278 to 0.0.280.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.278...v0.0.280 )
---
updated-dependencies:
- dependency-name: ruff
  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-07-24 11:50:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						deda3a57ee 
					 
					
						
						
							
							website: bump postcss from 8.4.26 to 8.4.27 in /website ( #6345 )  
						
						... 
						
						
						
						Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.26 to 8.4.27.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.26...8.4.27 )
---
updated-dependencies:
- dependency-name: postcss
  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-07-24 11:50:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f0c0fae62 
					 
					
						
						
							
							web: bump @esbuild/linux-arm64 from 0.18.15 to 0.18.16 in /web ( #6347 )  
						
						... 
						
						
						
						Bumps [@esbuild/linux-arm64](https://github.com/evanw/esbuild ) from 0.18.15 to 0.18.16.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.15...v0.18.16 )
---
updated-dependencies:
- dependency-name: "@esbuild/linux-arm64"
  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-07-24 11:50:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2015463fe0 
					 
					
						
						
							
							web: bump @esbuild/darwin-arm64 from 0.18.15 to 0.18.16 in /web ( #6346 )  
						
						... 
						
						
						
						Bumps [@esbuild/darwin-arm64](https://github.com/evanw/esbuild ) from 0.18.15 to 0.18.16.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.15...v0.18.16 )
---
updated-dependencies:
- dependency-name: "@esbuild/darwin-arm64"
  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-07-24 10:30:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d435a65cfd 
					 
					
						
						
							
							outposts: support json patch for Kubernetes ( #6319 )  
						
						
						
						
					 
					
						2023-07-22 02:29:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a728dad166 
					 
					
						
						
							
							providers/oauth2: fix grant_type password raising an exception ( #6333 )  
						
						
						
						
					 
					
						2023-07-22 01:36:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0564b3770 
					 
					
						
						
							
							web: bump API Client version ( #6331 )  
						
						
						
						
					 
					
						2023-07-21 18:27:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d50f92d8b4 
					 
					
						
						
							
							enterprise: cleanup v2 ( #6330 )  
						
						... 
						
						
						
						* cleanup minor stuff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* change default user type to internal to be more consistent
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-21 18:23:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						03f3ad89df 
					 
					
						
						
							
							web: bump prettier from 2.8.8 to 3.0.0 in /web ( #6329 )  
						
						... 
						
						
						
						* web: bump prettier from 2.8.8 to 3.0.0 in /web
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0 )
---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* update formatting and config
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-21 18:19:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e604e70395 
					 
					
						
						
							
							web: bump @sentry/browser from 7.59.3 to 7.60.0 in /web ( #6328 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.59.3 to 7.60.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.59.3...7.60.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-07-21 13:48:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1db048bdaf 
					 
					
						
						
							
							web: bump @trivago/prettier-plugin-sort-imports from 4.1.1 to 4.2.0 in /web ( #6326 )  
						
						... 
						
						
						
						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.1.1 to 4.2.0.
- [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.1.1...v4.2.0 )
---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-type: direct:development
  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-07-21 13:43:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3d973e7ce3 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.59.3 to 7.60.0 in /web ( #6327 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.59.3 to 7.60.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.59.3...7.60.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-07-21 13:43:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9bc3327f03 
					 
					
						
						
							
							web: bump @esbuild/darwin-arm64 from 0.18.14 to 0.18.15 in /web ( #6322 )  
						
						... 
						
						
						
						Bumps [@esbuild/darwin-arm64](https://github.com/evanw/esbuild ) from 0.18.14 to 0.18.15.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.14...v0.18.15 )
---
updated-dependencies:
- dependency-name: "@esbuild/darwin-arm64"
  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-07-21 13:39:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1979e12cc 
					 
					
						
						
							
							web: bump @esbuild/linux-arm64 from 0.18.14 to 0.18.15 in /web ( #6323 )  
						
						... 
						
						
						
						Bumps [@esbuild/linux-arm64](https://github.com/evanw/esbuild ) from 0.18.14 to 0.18.15.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.14...v0.18.15 )
---
updated-dependencies:
- dependency-name: "@esbuild/linux-arm64"
  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-07-21 13:04:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						121cc6ac98 
					 
					
						
						
							
							web: bump @codemirror/legacy-modes from 6.3.2 to 6.3.3 in /web ( #6324 )  
						
						... 
						
						
						
						Bumps [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes ) from 6.3.2 to 6.3.3.
- [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/legacy-modes/compare/6.3.2...6.3.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/legacy-modes"
  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-07-21 13:04:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b7c30d44c 
					 
					
						
						
							
							sources/ldap: fix ldap_sync cli command not running in foreground ( #6325 )  
						
						... 
						
						
						
						closes  #6317 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-07-21 13:03:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						82935ddf11 
					 
					
						
						
							
							website/devdocs: updated hackathon page with exact times, other info ( #6321 )  
						
						... 
						
						
						
						updated hackathon page with exact times, other info
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-07-21 12:08:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						989ff5a464 
					 
					
						
						
							
							website/blog: fixed grammatical error in blog ( #6318 )  
						
						... 
						
						
						
						Update item.md
corrected grammar issue
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-07-20 15:07:15 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0b5870f16e 
					 
					
						
						
							
							web: bump @sentry/browser from 7.59.2 to 7.59.3 in /web ( #6312 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.59.2 to 7.59.3.
- [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.59.2...7.59.3 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-07-20 11:56:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36e16a270b 
					 
					
						
						
							
							web: bump eslint-plugin-storybook from 0.6.12 to 0.6.13 in /web ( #6316 )  
						
						... 
						
						
						
						Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook ) from 0.6.12 to 0.6.13.
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases )
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.12...v0.6.13 )
---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
  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-07-20 11:56:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						09ffdea1f0 
					 
					
						
						
							
							core: bump urllib3 from 2.0.3 to 2.0.4 ( #6314 )  
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.3...2.0.4 )
---
updated-dependencies:
- dependency-name: urllib3
  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-07-20 11:51:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2889974e73 
					 
					
						
						
							
							core: bump gunicorn from 21.1.0 to 21.2.0 ( #6313 )  
						
						... 
						
						
						
						Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 21.1.0 to 21.2.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/21.1.0...21.2.0 )
---
updated-dependencies:
- dependency-name: gunicorn
  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-07-20 11:51:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15ce7423f6 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.59.2 to 7.59.3 in /web ( #6311 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.59.2 to 7.59.3.
- [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.59.2...7.59.3 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-07-20 11:50:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d12db62a6d 
					 
					
						
						
							
							root: fix lint error  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-20 00:38:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						546425acde 
					 
					
						
						
							
							root: fix config env var resolution ( #6310 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-20 00:16:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7e46af3f45 
					 
					
						
						
							
							website/blog: changed date to trick LinkedIn cache ( #6309 )  
						
						... 
						
						
						
						* chaged date to trick cache
* remove duplicate
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-19 23:13:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f469d2709 
					 
					
						
						
							
							root: partial Live-updating config ( #5959 )  
						
						... 
						
						
						
						* stages/email: directly use email credentials from config
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use custom database backend that supports dynamic credentials
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add crude config reloader
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make method names for CONFIG clearer
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* replace config.set with environ
Not sure if this is the cleanest way, but it persists through a config reload
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* re-add set for @patch
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* even more crudeness
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* clean up some old stuff?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* somewhat rewrite config loader to keep track of a source of an attribute so we can refresh it
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup old things
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix flow e2e
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-19 23:13:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb4e4dc8db 
					 
					
						
						
							
							website/blog: added image to header ( #6307 )  
						
						... 
						
						
						
						added image to header
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-07-19 21:36:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						60d5936d73 
					 
					
						
						
							
							website/blog: Ken blog, add graphic ( #6306 )  
						
						... 
						
						
						
						* added an image for the blog
* tweaks
---------
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-07-19 21:18:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						28d9d4a16d 
					 
					
						
						
							
							website/blog: kens blog ( #6305 )  
						
						... 
						
						
						
						* kens blog
* removed white spaces in code blocks
* small formatting fix
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-19 18:50:58 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						31913a620d 
					 
					
						
						
							
							web/admin: include authentik_url in enterprise link ( #6304 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-19 17:18:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ac38869fe 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023061.2 to 3.2023061.3 ( #6298 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023061.2 to 3.2023061.3.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023061.2...v3.2023061.3 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-19 11:14:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9601d00a31 
					 
					
						
						
							
							core: bump gunicorn from 21.0.1 to 21.1.0 ( #6299 )  
						
						... 
						
						
						
						Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 21.0.1 to 21.1.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/21.0.1...21.1.0 )
---
updated-dependencies:
- dependency-name: gunicorn
  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-07-19 11:14:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4358dafd7 
					 
					
						
						
							
							core: bump pyjwt from 2.7.0 to 2.8.0 ( #6300 )  
						
						... 
						
						
						
						Bumps [pyjwt](https://github.com/jpadilla/pyjwt ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0 )
---
updated-dependencies:
- dependency-name: pyjwt
  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-07-19 11:14:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b144d28805 
					 
					
						
						
							
							core: bump uvicorn from 0.23.0 to 0.23.1 ( #6301 )  
						
						... 
						
						
						
						Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.23.0...0.23.1 )
---
updated-dependencies:
- dependency-name: uvicorn
  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-07-19 11:14:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e103eb9369 
					 
					
						
						
							
							web: bump pyright from 1.1.317 to 1.1.318 in /web ( #6302 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.317 to 1.1.318.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.318/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-07-19 11:14:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e9dbab011f 
					 
					
						
						
							
							enterprise: more style fixes ( #6297 )  
						
						... 
						
						
						
						* fix horizontal scrollbar size
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix horizontal scrollbar on user interface
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-19 01:31:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ca3f15398 
					 
					
						
						
							
							web: bump API Client version ( #6295 )  
						
						
						
						
					 
					
						2023-07-18 23:27:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b6e8342466 
					 
					
						
						
							
							enterprise: add more info to enterprise forecast ( #6292 )  
						
						... 
						
						
						
						* add more info to enterprise forecast
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix banner colour
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix some layout
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix layout for warning banner
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-18 23:24:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c1eef9278d 
					 
					
						
						
							
							web: bump storybook from 7.0.27 to 7.1.0 in /web ( #6287 )  
						
						... 
						
						
						
						* web: bump storybook from 7.0.27 to 7.1.0 in /web
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.27 to 7.1.0.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.1.0/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* bump all versions
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-18 19:41:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						12c4ac704f 
					 
					
						
						
							
							web: basic cleanup of buttons ( #6107 )  
						
						... 
						
						
						
						* web: basic cleanup of buttons
This commit adds Storybook features to the Authentik four-stage button.
The four-stage button is used to:
- trigger an action
- show that the action is running
- show when the action has succeeded, then reset
- show when the action has failed, then reset
It is used mostly for fetching data from the server.  The variants are:
- ak-spinner-button: The basic form takes a single property argument, `callAction` a function that
  returns a Promise (an asynchronous function).
- ak-action-button: Takes an API request function (which are all asynchronous) and adapts it to the
  `callAction`. The only difference in behavior with the Spinner button is that on failure the error
  message will be displayed by a notification.
- ak-token-copy-button: A specialized button that, on success, pushes the content of the retrieved
  object into the clipboard.
Cleanup consisted of:
- removing a lot of the in-line code from the HTML, decluttering it and making more explicit what
  the behaviors of each button type are on success and on failure.
- Replacing the ad-hoc Promise management with Lit's own `Task` handler. The `Task` handler knows
  how to notify a Lit-Element of its own internal state change, making it ideal for objects like
  this button that need to change their appearance as a Promise'd task progresses from idle →
  running → (success or failure).
- Providing JSDoc strings for all of the properties, slots, attributes, elements, and events.
- Adding 'pointer-events: none' during the running phases of the action, to prevent the user from
  clicking the button multiple times and launching multiple queries.
- Emitting an event for every stage of the operation:
  - `ak-button-click` when the button is clicked.
  - `ak-button-success` when the action completes. The payload is included in `Event.detail.result`
  - `ak-button-failure` when the action fails. The error message is included in `Event.detail.error`
  - `ak-button-reset` when the button completes a notification and goes back to idle
**Storybook**
Since the API requests for both `ak-spinner-button` and `ak-action-button` require only that a
promise be returned, Storybooking them was straightforward. `ak-token-copy-button` is a
special-purpose derivative with an internal functionality that can't be easily mocked (yet), so
there's no Storybook for it.
All of the stories provide the required asynchronous function, in this cose one that waits three
seconds before emitting either a `response` or `reject` Promise.
`ak-action-button`'s Story has event handler code so that pressing on the button will result in a
message being written to a display block under the button.
I've added a new pair of class mixins, `CustomEmitterElement` and `CustomListenerElement`. These
each add an additional method to the classes they're mixed into; one provides a very easy way to
emit a custom event and one provides a way to receive the custom event while sweeping all of the
custom event type handling under the rug.
`emitCustomEvent` replaces this:
``` JavaScript
this.dispatchEvent(
  new CustomEvent('ak-button-click', {
    composed: true,
    bubbles: true,
    detail: {
      target: this,
      result: "Some result, huh?"
    },
  })
);
```
... with this:
``` JavaScript
this.dispatchCustomEvent('ak-button-click', { result: "Some result, huh?" });
```
The `CustomListenerElement` handler just ensures that the handler being passed to it takes a
CustomEvent, and then makes sure that any actual event passed to the handler has been type-guarded
to ensure it is a custom event.
**Observations**
*Composition vs Inheritance, Part 1*
The four-state button has three implementations.  All three inherit from `BaseTaskButton`:
- `spinner`
  - provides a default `callAction()`
- `action`
  - provides a different name for `callAction`
  - overrides `onError` to display a Notification.
- `token-copy`
  - provides a custom `callAction`
  - overrides `onSuccess` to copy the results to the keyboard
  - overrides `onError` to display a Notification, with special handling for asynchronous
    processing.
The *results* of all of these could be handled higher up as event handlers, and the button could be
just a thing that displays the states.  As it is, the BaseStateToken has only one reason to change
(the Promise changes its state), so I'm satisfied that this is a suitable evolution of the product,
and that it does what it says it does.
*Developer Ergonomics*
The one thing that stands out to me time and again is just how *confusing* all of the Patternfly
stuff tends to be; not because it's not logical, but because it overwhelms the human 7±2 ability to
remember details like this without any imperative to memorize all of them. I would like to get them
under control by marshalling them under a semantic CSS regime, but I'm blocked by some basic
disconnects in the current development environment.  We can't shake out the CSS as much as we'd like
because there's no ESPrima equivalent for Typescript, and the smallest bundle purgeCSS is capable of
making for just *one* button is about 55KB.  That's a bit too much.  It's a great system for getting
off the ground, but long-term it needs more love than we (can) give it.
* Prettier has opinions.
* Removed extraneous debugging code.
* Added comments to the BaseTaskButton parent class.
* web: fixed two build errors (typing) in the stories.
* web: prettier's got opinions
* web: refactor the buttons
This commit adds URL mocking to Storybook, which in turn allows us to
commit a Story for ak-token-copy-button.
I have confirmed that the button's algorithm for writing to the
clipboard works on Safari, Chrome, and Firefox.  I don't know
what's up with IE.
* ONE BYTE in .storybook/main blocked integration.
With the repair of lit-analyze, it's time to fix the rule set
to at least let us pass for the moment.
* Still looking for the list of exceptions in lit-analyze that will let us pass once more.
* web: repair error in EnterpriseLicenseForm
This commit continues to find the right configuration for
lit-analyze.  During the course of this repair, I discovered
a bug in the EnterpriseLicenseForm; the original usage could
result in the _string_ `undefined` being passed back as a
value.  To handle the case where the value truly is undefined,
the `ifDefined()` directive must be used in the HTML template.
I have also instituted a case-by-case stylistic decision to allow
the HTML, and only the HTML, to be longer that 100 characters
when doing so reduces the visual "noise" of a function. 
						
						
					 
					
						2023-07-18 08:29:42 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						14ebd55121 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.0.27 to 7.1.0 in /web ( #6282 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.27 to 7.1.0.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.1.0/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  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-07-18 15:07:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c7384eecc 
					 
					
						
						
							
							web: bump @sentry/browser from 7.58.1 to 7.59.2 in /web ( #6286 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.58.1 to 7.59.2.
- [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.58.1...7.59.2 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-07-18 15:07:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cfbf7d3a9a 
					 
					
						
						
							
							web: bump @esbuild/linux-arm64 from 0.18.13 to 0.18.14 in /web ( #6290 )  
						
						... 
						
						
						
						Bumps [@esbuild/linux-arm64](https://github.com/evanw/esbuild ) from 0.18.13 to 0.18.14.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.13...v0.18.14 )
---
updated-dependencies:
- dependency-name: "@esbuild/linux-arm64"
  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-07-18 15:06:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f0cf4ba5d8 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.58.1 to 7.59.2 in /web ( #6288 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.58.1 to 7.59.2.
- [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.58.1...7.59.2 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-07-18 15:05:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e207e8dff5 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.1.0 in /web ( #6279 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.0.0 to 6.1.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.1.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  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-07-18 15:01:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c70d3bd182 
					 
					
						
						
							
							web: Updates for file web/xliff/en.xlf in zh_CN on branch main ( #6273 )  
						
						... 
						
						
						
						* Translate web/xliff/en.xlf in zh_CN
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
* 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-07-18 14:15:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84a5e6a487 
					 
					
						
						
							
							web: Updates for file web/xliff/en.xlf in zh-Hans on branch main ( #6274 )  
						
						... 
						
						
						
						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-07-18 14:15:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a527b7680 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023061.1 to 3.2023061.2 ( #6275 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023061.1 to 3.2023061.2.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023061.1...v3.2023061.2 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-18 14:15:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1c2931b3b 
					 
					
						
						
							
							core: bump gunicorn from 20.1.0 to 21.0.1 ( #6276 )  
						
						... 
						
						
						
						Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 20.1.0 to 21.0.1.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.0.1 )
---
updated-dependencies:
- dependency-name: gunicorn
  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-07-18 14:14:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e67c0c2144 
					 
					
						
						
							
							core: bump kubernetes from 26.1.0 to 27.2.0 ( #6277 )  
						
						... 
						
						
						
						Bumps [kubernetes](https://github.com/kubernetes-client/python ) from 26.1.0 to 27.2.0.
- [Release notes](https://github.com/kubernetes-client/python/releases )
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes-client/python/compare/v26.1.0...v27.2.0 )
---
updated-dependencies:
- dependency-name: kubernetes
  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-07-18 14:14:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5f8c06a088 
					 
					
						
						
							
							core: bump pyyaml from 6.0 to 6.0.1 ( #6278 )  
						
						... 
						
						
						
						Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 6.0 to 6.0.1.
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1 )
---
updated-dependencies:
- dependency-name: pyyaml
  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-07-18 14:14:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5fe8afd27 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 6.0.0 to 6.1.0 in /web ( #6280 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.0.0 to 6.1.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.1.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  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-07-18 14:14:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d359dc5b09 
					 
					
						
						
							
							enterprise: revise ( #6272 )  
						
						... 
						
						
						
						* web/admin: fix small enterprise things
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make website user branding consistent
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-17 23:07:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2e63a7c7e9 
					 
					
						
						
							
							web: bump API Client version ( #6271 )  
						
						
						
						
					 
					
						2023-07-17 17:59:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41af486006 
					 
					
						
						
							
							enterprise: initial enterprise ( #5721 )  
						
						... 
						
						
						
						* initial
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add user type
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add external users
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add ui, add more logic, add public JWT validation key
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* revert to not use install_id as session jwt signing key
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix more
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* switch to PKI
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add more licensing stuff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add install ID to form
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix bugs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* start adding tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fixes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use x5c correctly
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* license checks
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use production CA
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more UI stuff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* rename to summary
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update locale, improve ui
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add direct button
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update link
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* format and such
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove old attributes from ldap
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove is_enterprise_licensed
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix admin interface styling issue
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update authentik/core/models.py
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
* fix default case
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Jens L. <jens@beryju.org >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-07-17 17:57:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cf799fca03 
					 
					
						
						
							
							sources/ldap: check nsaccountlock for FreeIPA/389-ds ( #6270 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-17 12:59:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						db4f61549d 
					 
					
						
						
							
							tests/e2e: improve assertCountEqual diff ( #6261 )  
						
						... 
						
						
						
						* tests/e2e: improve assertCountEqual diff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-17 11:47:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27879d9d95 
					 
					
						
						
							
							web: bump @esbuild/darwin-arm64 from 0.18.12 to 0.18.13 in /web ( #6266 )  
						
						... 
						
						
						
						Bumps [@esbuild/darwin-arm64](https://github.com/evanw/esbuild ) from 0.18.12 to 0.18.13.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.12...v0.18.13 )
---
updated-dependencies:
- dependency-name: "@esbuild/darwin-arm64"
  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-07-17 11:03:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1029b897ea 
					 
					
						
						
							
							website: bump clsx from 1.2.1 to 2.0.0 in /website ( #6263 )  
						
						... 
						
						
						
						Bumps [clsx](https://github.com/lukeed/clsx ) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/lukeed/clsx/releases )
- [Commits](https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0 )
---
updated-dependencies:
- dependency-name: clsx
  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-07-17 10:44:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85d1993ddf 
					 
					
						
						
							
							core: bump uvicorn from 0.22.0 to 0.23.0 ( #6264 )  
						
						... 
						
						
						
						Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.22.0...0.23.0 )
---
updated-dependencies:
- dependency-name: uvicorn
  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-07-17 10:42:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de9ac08d91 
					 
					
						
						
							
							web: bump eslint from 8.44.0 to 8.45.0 in /web ( #6268 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.44.0 to 8.45.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.44.0...v8.45.0 )
---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-07-17 10:42:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a06908984 
					 
					
						
						
							
							web: bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3 in /web ( #6269 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.2 to 25.0.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.3/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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-07-17 10:42:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						911d7f435b 
					 
					
						
						
							
							web: bump @esbuild/linux-arm64 from 0.18.12 to 0.18.13 in /web ( #6267 )  
						
						... 
						
						
						
						Bumps [@esbuild/linux-arm64](https://github.com/evanw/esbuild ) from 0.18.12 to 0.18.13.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.12...v0.18.13 )
---
updated-dependencies:
- dependency-name: "@esbuild/linux-arm64"
  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-07-17 10:42:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7eef86a3f4 
					 
					
						
						
							
							website/blog: fixed bad link ( #6257 )  
						
						... 
						
						
						
						fixed bad link
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-07-14 19:43:52 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						77662c9a51 
					 
					
						
						
							
							website/docs: re-add goauthentik.io/user/can-change-* ( #6251 )  
						
						... 
						
						
						
						* website/docs: re-add goauthentik.io/user/can-change-*
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/docs/user-group/user.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Jens L. <jens@beryju.org >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-07-14 16:28:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca25c46ee1 
					 
					
						
						
							
							core: bump twilio from 8.4.0 to 8.5.0 ( #6254 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/twilio/twilio-python/releases )
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md )
- [Commits](https://github.com/twilio/twilio-python/compare/8.4.0...8.5.0 )
---
updated-dependencies:
- dependency-name: twilio
  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-07-14 12:15:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						59ae774712 
					 
					
						
						
							
							core: bump sentry-sdk from 1.28.0 to 1.28.1 ( #6255 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.28.0...1.28.1 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  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-07-14 12:14:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c350560d59 
					 
					
						
						
							
							website: bump postcss from 8.4.25 to 8.4.26 in /website ( #6256 )  
						
						... 
						
						
						
						Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.25 to 8.4.26.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.26 )
---
updated-dependencies:
- dependency-name: postcss
  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-07-14 12:13:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						810a4fd14a 
					 
					
						
						
							
							web: bump @sentry/browser from 7.58.0 to 7.58.1 in /web ( #6248 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.58.0 to 7.58.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.58.0...7.58.1 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-07-13 17:01:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b4a1a1e664 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.57.0 to 7.58.1 in /web ( #6249 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.57.0 to 7.58.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.57.0...7.58.1 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-07-13 16:33:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ca65003f1 
					 
					
						
						
							
							events: fix authentik_system_tasks metric status label ( #6252 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-13 16:24:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b0bce60e5e 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.0.26 to 7.0.27 in /web ( #6230 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.26 to 7.0.27.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.27/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-07-13 13:16:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ff9b48a2d4 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.57.0 to 7.58.0 in /web ( #6244 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.57.0 to 7.58.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.57.0...7.58.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-07-13 13:16:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f1785924f 
					 
					
						
						
							
							web: bump pyright from 1.1.316 to 1.1.317 in /web ( #6245 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.316 to 1.1.317.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.317/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-07-13 13:16:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af25ba7508 
					 
					
						
						
							
							web: bump @babel/core from 7.22.8 to 7.22.9 in /web ( #6246 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.8 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-07-13 13:15:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ccd500d5b 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.22.7 to 7.22.9 in /web ( #6247 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.22.7 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  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-07-13 13:15:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						40709e93de 
					 
					
						
						
							
							core: bump maxmind/geoipupdate from v5.1 to v6.0 ( #6240 )  
						
						... 
						
						
						
						* core: bump maxmind/geoipupdate from v5.1 to v6.0
Bumps maxmind/geoipupdate from v5.1 to v6.0.
---
updated-dependencies:
- dependency-name: maxmind/geoipupdate
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* use new flags
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-13 12:51:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						31cabbd64c 
					 
					
						
						
							
							web: bump @esbuild/linux-arm64 from 0.18.11 to 0.18.12 in /web ( #6233 )  
						
						... 
						
						
						
						Bumps [@esbuild/linux-arm64](https://github.com/evanw/esbuild ) from 0.18.11 to 0.18.12.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.11...v0.18.12 )
---
updated-dependencies:
- dependency-name: "@esbuild/linux-arm64"
  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-07-13 12:51:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7a0163a70 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.22.7 to 7.22.9 in /web ( #6231 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.7 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-07-13 12:49:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0db1d9598d 
					 
					
						
						
							
							web: bump @storybook/addon-essentials from 7.0.26 to 7.0.27 in /web ( #6232 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.26 to 7.0.27.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.27/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-07-13 12:48:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						db8ae4e0f1 
					 
					
						
						
							
							web: bump @esbuild/darwin-arm64 from 0.18.11 to 0.18.12 in /web ( #6237 )  
						
						... 
						
						
						
						Bumps [@esbuild/darwin-arm64](https://github.com/evanw/esbuild ) from 0.18.11 to 0.18.12.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.11...v0.18.12 )
---
updated-dependencies:
- dependency-name: "@esbuild/darwin-arm64"
  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-07-13 12:48:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84542080d6 
					 
					
						
						
							
							web: bump webcomponent-qr-code from 1.1.1 to 1.2.0 in /web ( #6238 )  
						
						... 
						
						
						
						Bumps [webcomponent-qr-code](https://github.com/educastellano/qr-code ) from 1.1.1 to 1.2.0.
- [Commits](https://github.com/educastellano/qr-code/compare/v1.1.1...v1.2.0 )
---
updated-dependencies:
- dependency-name: webcomponent-qr-code
  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-07-13 12:47:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a95ce95b50 
					 
					
						
						
							
							web: bump @sentry/browser from 7.57.0 to 7.58.0 in /web ( #6236 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.57.0 to 7.58.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.57.0...7.58.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-07-13 12:47:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e655683eec 
					 
					
						
						
							
							web: bump @storybook/web-components-vite from 7.0.26 to 7.0.27 in /web ( #6239 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.26 to 7.0.27.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.27/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-07-13 12:47:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						443b572413 
					 
					
						
						
							
							web: bump storybook from 7.0.26 to 7.0.27 in /web ( #6234 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.26 to 7.0.27.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.27/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-07-13 12:30:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6836ba2226 
					 
					
						
						
							
							core: bump ruff from 0.0.277 to 0.0.278 ( #6241 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.0.277 to 0.0.278.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.277...v0.0.278 )
---
updated-dependencies:
- dependency-name: ruff
  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-07-13 12:01:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e3c9c26ea 
					 
					
						
						
							
							core: bump drf-jsonschema-serializer from 1.0.0 to 2.0.0 ( #6242 )  
						
						... 
						
						
						
						Bumps [drf-jsonschema-serializer](https://github.com/maykinmedia/drf-jsonschema-serializer ) from 1.0.0 to 2.0.0.
- [Changelog](https://github.com/maykinmedia/drf-jsonschema-serializer/blob/main/docs/changelog.rst )
- [Commits](https://github.com/maykinmedia/drf-jsonschema-serializer/compare/1.0.0...2.0.0 )
---
updated-dependencies:
- dependency-name: drf-jsonschema-serializer
  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-07-13 12:01:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						145f011eba 
					 
					
						
						
							
							website/blog: fixed wrong date ( #6228 )  
						
						... 
						
						
						
						* fixed wrong date
* ran prettier again
* fix formatting
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-12 09:04:21 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						095b5bfc78 
					 
					
						
						
							
							root: Update security policy ( #6222 )  
						
						... 
						
						
						
						* Update security md
* update supported versions
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-12 06:56:37 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15d9f39a9e 
					 
					
						
						
							
							core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye ( #6226 )  
						
						... 
						
						
						
						Bumps golang from 1.20.5-bullseye to 1.20.6-bullseye.
---
updated-dependencies:
- dependency-name: golang
  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-07-12 11:48:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d07f1e83e 
					 
					
						
						
							
							ci: bump helm/kind-action from 1.7.0 to 1.8.0 ( #6227 )  
						
						... 
						
						
						
						Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
  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-07-12 11:13:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f4e94bff1f 
					 
					
						
						
							
							web/admin: fix admin overview layout ( #6220 )  
						
						... 
						
						
						
						* web/admin: fix admin overview layout
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update locale
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-11 21:20:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6345c7fa8e 
					 
					
						
						
							
							website/blog: draft for 2nd hacakthon blog ( #6219 )  
						
						... 
						
						
						
						draft for 2nd hacakthon blog
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-07-11 13:17:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2e9dc2d5ea 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.0.0 in /web ( #6210 )  
						
						... 
						
						
						
						* web: bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.0.0 in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.61.0 to 6.0.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.0.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* update both
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-11 14:32:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f05f4d29c 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.61.0 to 5.62.0 in /web ( #6209 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.61.0 to 5.62.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/v5.62.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  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-07-11 11:17:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b2496c190 
					 
					
						
						
							
							website: bump semver from 5.7.1 to 5.7.2 in /website ( #6215 )  
						
						... 
						
						
						
						Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-07-11 11:17:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6893356c30 
					 
					
						
						
							
							core: bump pytest-randomly from 3.12.0 to 3.13.0 ( #6212 )  
						
						... 
						
						
						
						Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly ) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.12.0...3.13.0 )
---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-type: direct:development
  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-07-11 11:09:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						943608e554 
					 
					
						
						
							
							core: bump black from 23.3.0 to 23.7.0 ( #6211 )  
						
						... 
						
						
						
						Bumps [black](https://github.com/psf/black ) from 23.3.0 to 23.7.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/23.3.0...23.7.0 )
---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  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-07-11 11:08:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c065bd7e3 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023060.1 to 3.2023061.1 ( #6214 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023060.1 to 3.2023061.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023060.1...v3.2023061.1 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-11 11:08:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dfff445ddd 
					 
					
						
						
							
							core: bump sentry-sdk from 1.27.1 to 1.28.0 ( #6213 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.27.1 to 1.28.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.27.1...1.28.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  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-07-11 11:08:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e08f8d5fb5 
					 
					
						
						
							
							web: bump API Client version ( #6208 )  
						
						
						
						
					 
					
						2023-07-10 15:09:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						30a7a6cbe9 
					 
					
						
						
							
							Merge branch 'version-2023.6'  
						
						
						
						
					 
					
						2023-07-10 14:14:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d6af506a78 
					 
					
						
						
							
							release: 2023.6.1  
						
						
						
						
					 
					
						2023-07-10 13:20:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						57893e0125 
					 
					
						
						
							
							website: update 2023.6.1 release notes ( #6204 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-10 12:55:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						080ac6b5bb 
					 
					
						
						
							
							core: fix UUID filter field for users api ( #6203 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-10 12:14:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d2c4bcf25d 
					 
					
						
						
							
							core: fix UUID filter field for users api ( #6203 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-10 12:12:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c3560c3f05 
					 
					
						
						
							
							core: bump ua-parser from 0.16.1 to 0.18.0 ( #6197 )  
						
						... 
						
						
						
						Bumps [ua-parser](https://github.com/ua-parser/uap-python ) from 0.16.1 to 0.18.0.
- [Commits](https://github.com/ua-parser/uap-python/commits )
---
updated-dependencies:
- dependency-name: ua-parser
  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-07-10 11:33:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						50bbb0a9d2 
					 
					
						
						
							
							core: bump importlib-metadata from 6.7.0 to 6.8.0 ( #6198 )  
						
						... 
						
						
						
						Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v6.7.0...v6.8.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:development
  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-07-10 11:33:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6839c5b750 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023054.4 to 3.2023060.1 ( #6199 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023054.4 to 3.2023060.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023054.4...v3.2023060.1 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-10 11:33:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						622c0faebf 
					 
					
						
						
							
							outposts/ldap: add test for attribute filtering ( #6189 )  
						
						... 
						
						
						
						add failing test case
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-09 15:11:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						935821857a 
					 
					
						
						
							
							outposts/ldap: add more tests ( #6188 )  
						
						... 
						
						
						
						* outposts/ldap: add tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix missing posixAccount
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* attempt to expand attributes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix routing without base DN
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more logging
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove our custom attribute filtering since this is done by the ldap library
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add test for schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-09 15:11:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5fe737326e 
					 
					
						
						
							
							sources/ldap: fix more errors ( #6191 )  
						
						
						
						
					 
					
						2023-07-09 15:10:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ff0d3c3d63 
					 
					
						
						
							
							sources/ldap: fix page size ( #6187 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-09 15:10:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fcdf165dfe 
					 
					
						
						
							
							outposts/ldap: add test for attribute filtering ( #6189 )  
						
						... 
						
						
						
						add failing test case
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-08 21:16:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae7ea4dd11 
					 
					
						
						
							
							outposts/ldap: add more tests ( #6188 )  
						
						... 
						
						
						
						* outposts/ldap: add tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix missing posixAccount
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* attempt to expand attributes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix routing without base DN
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more logging
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove our custom attribute filtering since this is done by the ldap library
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add test for schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-08 20:51:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0c917ac3ed 
					 
					
						
						
							
							website/integrations: update wordpress integration docs ( #6193 )  
						
						... 
						
						
						
						Update integrations/services/wordpress/index.md
The question mark in the redirect uri as it's a regex special character and needs to be escaped for this to work.
Signed-off-by: Jens <silvercat@lavvu.net > 
						
						
					 
					
						2023-07-08 14:44:09 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						657c17a12f 
					 
					
						
						
							
							sources/ldap: fix more errors ( #6191 )  
						
						
						
						
					 
					
						2023-07-08 02:32:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8828eefbe4 
					 
					
						
						
							
							sources/ldap: fix page size ( #6187 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-08 01:15:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02063f7d92 
					 
					
						
						
							
							website/blog: MS monopoly ( #6172 )  
						
						... 
						
						
						
						* draft for blog on MS monopoly
* draft PR
* draft for blog
* fixed typo, ran linter
version: '3.4'
* fix linting with latest prettier
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-07 20:39:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24244d6ff4 
					 
					
						
						
							
							web: add required esbuild optional packages ( #6181 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-07 16:36:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e5ea05987 
					 
					
						
						
							
							web: refactor locale handler into top-level context handler ( #6022 )  
						
						... 
						
						
						
						* web: begin refactoring the application for future development
This commit:
- Deletes a bit of code.
- Extracts *all* of the Locale logic into a single folder, turns management of the Locale files over
  to Lit itself, and restricts our responsibility to setting the locale on startup and when the user
  changes the locale. We do this by converting a lot of internal calls into events; a request to
  change a locale isn't a function call, it's an event emitted asking `REQUEST_LOCALE_CHANGE`. We've
  even eliminated the `DETECT_LOCALE_CHANGE` event, which redrew elements with text in them, since
  Lit's own `@localized()` decorator does that for us automagically.
- We wrap our interfaces in an `ak-locale-context` that handles the startup and listens for the
  `REQUEST_LOCALE_CHANGE` event.
- ... and that's pretty much it.  Adding `@localized()` as a default behavior to `AKElement` means
  no more custom localization is needed *anywhere*.
* web: improve the localization experience
This commit fixes the Storybook story for the localization context component,
and fixes the localization initialization pass so that it is only called once
per interface environment initialization.  Since all our interfaces share the
same environment (the Django server), this preserves functionality across
all interfaces.
---------
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-07 14:23:10 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8be8f2268 
					 
					
						
						
							
							web: bump API Client version ( #6179 )  
						
						
						
						
					 
					
						2023-07-07 15:35:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7db9ced218 
					 
					
						
						
							
							release: 2023.6.0  
						
						
						
						
					 
					
						2023-07-07 13:43:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1bb9661e0 
					 
					
						
						
							
							web/user: shrink logo in navbar  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-07 12:23:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87cc649e17 
					 
					
						
						
							
							website: finalise 2023.6 release notes ( #6177 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-07 12:17:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2dcf72603a 
					 
					
						
						
							
							core: bump sentry-sdk from 1.27.0 to 1.27.1 ( #6174 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.27.0...1.27.1 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  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-07-07 12:07:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ddbb8e1041 
					 
					
						
						
							
							website: bump postcss from 8.4.24 to 8.4.25 in /website ( #6175 )  
						
						... 
						
						
						
						Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.24 to 8.4.25.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.25 )
---
updated-dependencies:
- dependency-name: postcss
  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-07-07 12:07:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						422e12efea 
					 
					
						
						
							
							web: bump @babel/core from 7.22.7 to 7.22.8 in /web ( #6176 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.7 to 7.22.8.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-07-07 12:07:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e46171ddea 
					 
					
						
						
							
							website/integrations: Update ArgoCD documentation ( #6108 )  
						
						... 
						
						
						
						* website/integrations: Update ArgoCD documentation
* Update website/integrations/services/argocd/index.md
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: acelinkio <31336038+acelinkio@users.noreply.github.com >
---------
Signed-off-by: acelinkio <31336038+acelinkio@users.noreply.github.com >
Co-authored-by: Jens L. <jens@beryju.org > 
						
						
					 
					
						2023-07-07 00:38:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e2bfcf8a6d 
					 
					
						
						
							
							website: update release notes  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-06 18:47:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d22d147c8e 
					 
					
						
						
							
							security: fix CVE-2023-36456 ( #6171 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-06 18:16:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						786a84640e 
					 
					
						
						
							
							webiste: fix prize in hackathon banner  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-06 17:51:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e3b3ec6a8 
					 
					
						
						
							
							website: update hackathon with prize pool ( #6170 )  
						
						... 
						
						
						
						* website: update hackathon with prize pool
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update header colours
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-06 16:32:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13ac4cb264 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.22.6 to 7.22.7 in /web ( #6166 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.22.6 to 7.22.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  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-07-06 12:19:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						79d4fbd06b 
					 
					
						
						
							
							web: bump @babel/core from 7.22.6 to 7.22.7 in /web ( #6165 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.6 to 7.22.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-07-06 12:19:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6404850ba5 
					 
					
						
						
							
							web: bump @babel/plugin-proposal-decorators from 7.22.6 to 7.22.7 in /web ( #6167 )  
						
						... 
						
						
						
						web: bump @babel/plugin-proposal-decorators in /web
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators ) from 7.22.6 to 7.22.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-plugin-proposal-decorators )
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  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-07-06 12:19:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b76f814e5d 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.22.6 to 7.22.7 in /web ( #6168 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.6 to 7.22.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-07-06 12:18:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d14a2906f5 
					 
					
						
						
							
							website: bump prettier from 2.8.8 to 3.0.0 in /website ( #6155 )  
						
						... 
						
						
						
						* website: bump prettier from 2.8.8 to 3.0.0 in /website
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0 )
---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* prettier
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-06 12:00:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ca0e9da7d 
					 
					
						
						
							
							web: bump storybook from 7.0.25 to 7.0.26 in /web ( #6162 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.25 to 7.0.26.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.26/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-07-06 11:48:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75ef67e456 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023054.2 to 3.2023054.4 ( #6154 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023054.2 to 3.2023054.4.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023054.2...v3.2023054.4 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-07-06 11:48:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						43fdd07133 
					 
					
						
						
							
							core: bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 ( #6153 )  
						
						... 
						
						
						
						Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  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-07-06 11:42:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e244cc499f 
					 
					
						
						
							
							web: bump @storybook/addon-essentials from 7.0.25 to 7.0.26 in /web ( #6158 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.25 to 7.0.26.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.26/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-07-06 11:40:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						355ea7dd6e 
					 
					
						
						
							
							ci: bump actions/setup-node from 3.6.0 to 3.7.0 ( #6156 )  
						
						... 
						
						
						
						Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
  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-07-06 11:35:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5975bb8362 
					 
					
						
						
							
							web: bump core-js from 3.31.0 to 3.31.1 in /web ( #6160 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.31.0 to 3.31.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.31.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-07-06 11:34:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						93de9b6649 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.0.25 to 7.0.26 in /web ( #6159 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.25 to 7.0.26.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.26/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-07-06 11:34:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f80d3d152 
					 
					
						
						
							
							web: bump @storybook/web-components-vite from 7.0.25 to 7.0.26 in /web ( #6163 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.25 to 7.0.26.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.26/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-07-06 11:34:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						799d958c68 
					 
					
						
						
							
							web: bump lit from 2.7.5 to 2.7.6 in /web ( #6161 )  
						
						... 
						
						
						
						Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit ) from 2.7.5 to 2.7.6.
- [Release notes](https://github.com/lit/lit/releases )
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md )
- [Commits](https://github.com/lit/lit/commits/lit@2.7.6/packages/lit )
---
updated-dependencies:
- dependency-name: lit
  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-07-06 11:34:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0393c5f662 
					 
					
						
						
							
							core: bump lxml from 4.9.2 to 4.9.3 ( #6151 )  
						
						... 
						
						
						
						Bumps [lxml](https://github.com/lxml/lxml ) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.2...lxml-4.9.3 )
---
updated-dependencies:
- dependency-name: lxml
  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-07-06 11:30:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						51e5047c89 
					 
					
						
						
							
							web: bump @babel/core from 7.22.5 to 7.22.6 in /web ( #6143 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.5 to 7.22.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-07-05 13:31:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c0d30d3730 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.22.5 to 7.22.6 in /web ( #6142 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.22.5 to 7.22.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.6/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  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-07-05 11:22:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6931286814 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.22.5 to 7.22.6 in /web ( #6144 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.5 to 7.22.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.6/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-07-05 11:21:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a854e6b16a 
					 
					
						
						
							
							web: bump @babel/plugin-proposal-decorators from 7.22.5 to 7.22.6 in /web ( #6141 )  
						
						... 
						
						
						
						web: bump @babel/plugin-proposal-decorators in /web
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators ) from 7.22.5 to 7.22.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.6/packages/babel-plugin-proposal-decorators )
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  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-07-05 11:21:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee9609c8d2 
					 
					
						
						
							
							core: bump ruff from 0.0.276 to 0.0.277 ( #6145 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.0.276 to 0.0.277.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.276...v0.0.277 )
---
updated-dependencies:
- dependency-name: ruff
  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-07-05 11:21:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						287394c349 
					 
					
						
						
							
							core: bump sentry-sdk from 1.26.0 to 1.27.0 ( #6147 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.26.0...1.27.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  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-07-05 11:20:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba3e78c75a 
					 
					
						
						
							
							core: update django 4.1.10 ( #6137 )  
						
						... 
						
						
						
						fix pydantic
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-04 15:49:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb8c4b97f4 
					 
					
						
						
							
							website: update navbar, update 2023.6 changelog ( #6136 )  
						
						... 
						
						
						
						* website: update navbar, update 2023.6 changelog
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-07-04 14:25:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c67a48a23a 
					 
					
						
						
							
							web: bump storybook from 7.0.24 to 7.0.25 in /web ( #6125 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.24 to 7.0.25.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.25/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.25/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-07-04 14:04:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e928e41bb2 
					 
					
						
						
							
							web: bump @storybook/web-components-vite from 7.0.24 to 7.0.25 in /web ( #6127 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.24 to 7.0.25.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.25/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.25/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-07-04 13:57:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c451d8c249 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 in /web ( #6128 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.60.1 to 5.61.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/v5.61.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  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-07-04 13:56:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4830c80065 
					 
					
						
						
							
							web: bump @storybook/addon-essentials from 7.0.24 to 7.0.25 in /web ( #6129 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.24 to 7.0.25.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.25/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.25/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-07-04 13:55:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18c62092fb 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.0.24 to 7.0.25 in /web ( #6130 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.24 to 7.0.25.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.25/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.25/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-07-04 13:50:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a315a9524 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.60.1 to 5.61.0 in /web ( #6131 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.60.1 to 5.61.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/v5.61.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  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-07-04 13:50:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da5f136221 
					 
					
						
						
							
							core: bump ruff from 0.0.275 to 0.0.276 ( #6132 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.0.275 to 0.0.276.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.275...v0.0.276 )
---
updated-dependencies:
- dependency-name: ruff
  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-07-04 13:33:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26e9c9b1d7 
					 
					
						
						
							
							web: bump eslint from 8.43.0 to 8.44.0 in /web ( #6119 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.43.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.43.0...v8.44.0 )
---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-07-03 17:02:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81fdbab902 
					 
					
						
						
							
							web: bump mermaid from 10.2.3 to 10.2.4 in /web ( #6110 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.2.3 to 10.2.4.
- [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.2.3...v10.2.4 )
---
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-06-30 19:30:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						01e254e08d 
					 
					
						
						
							
							ci: use dependabot groups for some dependencies ( #6109 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-30 16:25:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f306fb9c26 
					 
					
						
						
							
							stages/user_write: fix duplicate source writing ( #6105 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-29 21:42:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad81ee2740 
					 
					
						
						
							
							providers/ldap: fix inconsistent saving of user flags on failed cached binds ( #6096 )  
						
						... 
						
						
						
						* feat: assign invalid pk and check
* fix: only set flags if they don't exist
* fix: userinfo not being set if data is available
* minor cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-29 16:57:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						04d0bd7fb7 
					 
					
						
						
							
							web: bump @sentry/browser from 7.56.0 to 7.57.0 in /web ( #6100 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.56.0 to 7.57.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.56.0...7.57.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-06-29 11:40:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab9f819baa 
					 
					
						
						
							
							web: bump typescript from 5.1.5 to 5.1.6 in /web ( #6099 )  
						
						... 
						
						
						
						Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
  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-06-29 11:34:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ce09902ff 
					 
					
						
						
							
							web: bump @rollup/plugin-typescript from 11.1.1 to 11.1.2 in /web ( #6098 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 11.1.1 to 11.1.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.2/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  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-06-29 11:33:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2bf2f5ba2e 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.56.0 to 7.57.0 in /web ( #6101 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.56.0 to 7.57.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.56.0...7.57.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-06-29 11:32:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e712225ced 
					 
					
						
						
							
							sources/ldap: improve scalability ( #6056 )  
						
						... 
						
						
						
						* sources/ldap: improve scalability
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use cache instead of call signature for page data
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-28 17:13:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a987846c76 
					 
					
						
						
							
							root: celery refactor ( #6095 )  
						
						... 
						
						
						
						* root: celery refactor
cleanup deprecation messages by configuring celery with a single object
run celery as django management command
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* improve debug experience
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add debugpy to dev dependencies
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix task_always_eager
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-28 16:44:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						35e2b648ba 
					 
					
						
						
							
							sources/ldap: fix 100% cpu usage when LDAP Server is unavailable ( #6094 )  
						
						
						
						
					 
					
						2023-06-28 15:13:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6d036876db 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.0.23 to 7.0.24 in /web ( #6086 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.23 to 7.0.24.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.24/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.24/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-06-28 11:42:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4657a7f749 
					 
					
						
						
							
							web: bump @storybook/web-components-vite from 7.0.23 to 7.0.24 in /web ( #6087 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.23 to 7.0.24.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.24/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.24/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-06-28 11:41:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f41609e1c2 
					 
					
						
						
							
							web: bump @storybook/web-components from 7.0.23 to 7.0.24 in /web ( #6085 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components ) from 7.0.23 to 7.0.24.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.24/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.24/code/renderers/web-components )
---
updated-dependencies:
- dependency-name: "@storybook/web-components"
  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-06-28 11:30:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7deef8d4be 
					 
					
						
						
							
							web: bump typescript from 5.1.3 to 5.1.5 in /web ( #6084 )  
						
						... 
						
						
						
						Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5 )
---
updated-dependencies:
- dependency-name: typescript
  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-06-28 11:30:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18759a7e87 
					 
					
						
						
							
							web: bump storybook from 7.0.23 to 7.0.24 in /web ( #6083 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.23 to 7.0.24.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.24/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.24/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-06-28 11:30:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81774af33e 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023054.1 to 3.2023054.2 ( #6089 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023054.1 to 3.2023054.2.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023054.1...v3.2023054.2 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-06-28 11:29:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						244454c8b1 
					 
					
						
						
							
							web: bump @storybook/addon-essentials from 7.0.23 to 7.0.24 in /web ( #6088 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.23 to 7.0.24.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.24/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.24/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-06-28 11:29:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						91d1f3cbe2 
					 
					
						
						
							
							web: bump API Client version ( #6082 )  
						
						
						
						
					 
					
						2023-06-27 23:17:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8bd23f1686 
					 
					
						
						
							
							sources/oauth: fix OIDC client sending access token as header and query param ( #6081 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-27 23:16:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						863454a895 
					 
					
						
						
							
							flows: allow empty value in AutosubmitChallenge ( #6079 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-27 23:13:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						416f916da6 
					 
					
						
						
							
							core: fix inconsistent favicon ( #6080 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-27 23:13:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6bca075446 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.60.0 to 5.60.1 in /web ( #6072 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.60.0 to 5.60.1.
- [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/v5.60.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-06-27 11:20:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba90e660fd 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 in /web ( #6073 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.60.0 to 5.60.1.
- [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/v5.60.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-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-06-27 11:17:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4364c0846 
					 
					
						
						
							
							web: bump tslib from 2.5.3 to 2.6.0 in /web ( #6075 )  
						
						... 
						
						
						
						Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/v2.5.3...2.6.0 )
---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  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-06-27 11:17:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a127486784 
					 
					
						
						
							
							web: bump pyright from 1.1.315 to 1.1.316 in /web ( #6074 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.315 to 1.1.316.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.316/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-06-27 11:17:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						221c01aa82 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023053.8 to 3.2023054.1 ( #6076 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023053.8 to 3.2023054.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023053.8...v3.2023054.1 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-06-27 11:17:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						def30bedaf 
					 
					
						
						
							
							web: bump API Client version ( #6070 )  
						
						
						
						
					 
					
						2023-06-26 23:42:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						422b19df60 
					 
					
						
						
							
							release: 2023.5.4  
						
						
						
						
					 
					
						2023-06-26 23:33:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						77d20e82f4 
					 
					
						
						
							
							core: bump django to 4.1.9 ( #6067 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-26 18:17:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eab767fc1b 
					 
					
						
						
							
							stages/authenticator_validate: fix regression ( #6062 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-26 13:06:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0c597004f4 
					 
					
						
						
							
							web: bump @codemirror/lang-html from 6.4.4 to 6.4.5 in /web ( #6059 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html ) from 6.4.4 to 6.4.5.
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-html/compare/6.4.4...6.4.5 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-html"
  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-06-26 10:59:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bcc855aad5 
					 
					
						
						
							
							core: bump pytest from 7.3.2 to 7.4.0 ( #6060 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.2...7.4.0 )
---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  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-06-26 10:58:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb34cd0200 
					 
					
						
						
							
							website/integrations: add Netbox integration ( #5683 )  
						
						... 
						
						
						
						* website: add Netbox integration
* website: fix Netbox spelling mistakes
* website: add NetBox groups and roles
* website: NetBox use default property mapping ad base
* website: add NetBox logout url
Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com >
* website: fix NetBox logout url
Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com >
* website: fix NetBox spelling
Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com >
* small formatting fixes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-25 18:42:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4bd66aeea9 
					 
					
						
						
							
							website: fix layout on mobile devices ( #6058 )  
						
						
						
						
					 
					
						2023-06-25 16:15:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f48663a39c 
					 
					
						
						
							
							root: add version and commit to container labels ( #6054 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-24 00:10:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7d21b3aba 
					 
					
						
						
							
							website: update 2023.6 release notes ( #6053 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-23 15:32:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97b64c0011 
					 
					
						
						
							
							web: bump @storybook/web-components-vite from 7.0.22 to 7.0.23 in /web ( #6044 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.22 to 7.0.23.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.23/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.23/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-06-23 12:39:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						29892c2bde 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.0.22 to 7.0.23 in /web ( #6043 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.22 to 7.0.23.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.23/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.23/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-06-23 12:35:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						850e47f8e1 
					 
					
						
						
							
							web: bump storybook from 7.0.22 to 7.0.23 in /web ( #6045 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.22 to 7.0.23.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.23/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.23/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-06-23 12:34:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3565650f3c 
					 
					
						
						
							
							web: bump @storybook/addon-essentials from 7.0.22 to 7.0.23 in /web ( #6042 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.22 to 7.0.23.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.23/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.23/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-06-23 12:32:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						61d6a6e96c 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023053.7 to 3.2023053.8 ( #6048 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023053.7 to 3.2023053.8.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023053.7...v3.2023053.8 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-06-23 12:31:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						579b4b6fc8 
					 
					
						
						
							
							web: bump @storybook/web-components from 7.0.22 to 7.0.23 in /web ( #6046 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components ) from 7.0.22 to 7.0.23.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.23/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.23/code/renderers/web-components )
---
updated-dependencies:
- dependency-name: "@storybook/web-components"
  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-06-23 12:29:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0315c19eb6 
					 
					
						
						
							
							core: bump drf-spectacular from 0.26.2 to 0.26.3 ( #6049 )  
						
						... 
						
						
						
						Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular ) from 0.26.2 to 0.26.3.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases )
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tfranzel/drf-spectacular/compare/0.26.2...0.26.3 )
---
updated-dependencies:
- dependency-name: drf-spectacular
  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-06-23 11:20:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c8a230df1 
					 
					
						
						
							
							core: bump sentry-sdk from 1.25.1 to 1.26.0 ( #6050 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.25.1...1.26.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  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-06-23 11:19:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6be43d934f 
					 
					
						
						
							
							core: bump ruff from 0.0.274 to 0.0.275 ( #6051 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.0.274 to 0.0.275.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.274...v0.0.275 )
---
updated-dependencies:
- dependency-name: ruff
  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-06-23 11:19:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3650a0747a 
					 
					
						
						
							
							web: bump API Client version ( #6040 )  
						
						
						
						
					 
					
						2023-06-22 22:34:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b0fbd576fc 
					 
					
						
						
							
							security: cure53 fix ( #6039 )  
						
						... 
						
						
						
						* ATH-01-001: resolve path and check start before loading blueprints
This is even less of an issue since 411ef239f6jens@goauthentik.io >
* ATH-01-010: fix missing user filter for webauthn device
This prevents an attack that is only possible when an attacker can intercept HTTP traffic and in the case of HTTPS decrypt it.
* ATH-01-008: fix web forms not submitting correctly when pressing enter
When submitting some forms with the Enter key instead of clicking "Confirm"/etc, the form would not get submitted correctly
This would in the worst case is when setting a user's password, where the new password can end up in the URL, but the password was not actually saved to the user.
* ATH-01-004: remove env from admin system endpoint
this endpoint already required admin access, but for debugging the env variables are used very little
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ATH-01-003 / ATH-01-012: disable htmlLabels in mermaid
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ATH-01-005: use hmac.compare_digest for secret_key authentication
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ATH-01-009: migrate impersonation to use API
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ATH-01-010: rework
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ATH-01-014: save authenticator validation state in flow context
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
bugfixes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ATH-01-012: escape quotation marks
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add website
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update release ntoes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update with all notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-22 22:25:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f099bd764e 
					 
					
						
						
							
							website/blog: update hackathon post with final date ( #6038 )  
						
						... 
						
						
						
						website/blog: update hackathon post with final data
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-22 16:28:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						724bb59c0e 
					 
					
						
						
							
							website: add Firezone integration ( #5945 )  
						
						... 
						
						
						
						* website: Add Firezone integration
* website: Add Firezone integration
* Apply suggestions from code review
Signed-off-by: Jens L. <jens@beryju.org >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens L. <jens@beryju.org >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Darrin Walton <darrinw@obsidian-group.co >
Co-authored-by: Jens L <jens@beryju.org >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-22 13:26:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b163c38cc5 
					 
					
						
						
							
							web: bump rollup-plugin-postcss-lit from 2.0.0 to 2.1.0 in /web ( #6036 )  
						
						... 
						
						
						
						Bumps [rollup-plugin-postcss-lit](https://github.com/umbopepato/rollup-plugin-postcss-lit ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/umbopepato/rollup-plugin-postcss-lit/releases )
- [Commits](https://github.com/umbopepato/rollup-plugin-postcss-lit/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: rollup-plugin-postcss-lit
  dependency-type: direct:development
  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-06-22 11:46:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37b04c6f38 
					 
					
						
						
							
							website/blog: blog draft for Demystifying Security ( #6033 )  
						
						... 
						
						
						
						blog draft
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-06-22 04:34:33 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f1e14838f 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023053.6 to 3.2023053.7 ( #6037 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023053.6 to 3.2023053.7.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023053.6...v3.2023053.7 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-06-22 11:34:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1de0b767e 
					 
					
						
						
							
							sources/ldap: include UnwillingToPerformError as possible exception ( #6031 )  
						
						... 
						
						
						
						feat: include UnwillingToPerformError as possible exception 
						
						
					 
					
						2023-06-21 19:45:20 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eaedcafd58 
					 
					
						
						
							
							web: bump API Client version ( #6034 )  
						
						
						
						
					 
					
						2023-06-21 16:03:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						469899233a 
					 
					
						
						
							
							policies/event_matcher: change empty values to null ( #6032 )  
						
						... 
						
						
						
						* policies/event_matcher: change empty values to null
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* migrate old default values
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-21 15:49:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17fbba2799 
					 
					
						
						
							
							core: compile backend translations ( #6030 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com > 
						
						
					 
					
						2023-06-21 13:46:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8bd5a11f40 
					 
					
						
						
							
							Updates for locale/en/LC_MESSAGES/django.po in zh_CN ( #6023 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'zh_CN'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-06-21 13:45:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						51571b4e06 
					 
					
						
						
							
							Updates for web/xliff/en.xlf in zh_CN ( #6024 )  
						
						... 
						
						
						
						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-06-21 13:44:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fba51f9454 
					 
					
						
						
							
							Updates for web/xliff/en.xlf in zh-Hans ( #6025 )  
						
						... 
						
						
						
						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-06-21 13:44:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f858e5498a 
					 
					
						
						
							
							Updates for locale/en/LC_MESSAGES/django.po in zh-Hans ( #6026 )  
						
						... 
						
						
						
						Translate django.po in zh-Hans
100% translated source file: 'django.po'
on 'zh-Hans'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-06-21 13:44:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9519c4023e 
					 
					
						
						
							
							website/integrations: remove placeholders from AWS setup ( #6021 )  
						
						... 
						
						
						
						* Update index.md
removing irrelevant line for this type of AWS setup
Signed-off-by: jsiegel-supplyframe <120349776+jsiegel-supplyframe@users.noreply.github.com >
* remove other unused placeholder too
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: jsiegel-supplyframe <120349776+jsiegel-supplyframe@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-21 13:43:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bd9bf59073 
					 
					
						
						
							
							web: Bump pyright from 1.1.314 to 1.1.315 in /web ( #6027 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.314 to 1.1.315.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.315/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-06-21 10:40:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ceb8acb55 
					 
					
						
						
							
							core: Bump ruff from 0.0.272 to 0.0.274 ( #6028 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.0.272 to 0.0.274.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.272...v0.0.274 )
---
updated-dependencies:
- dependency-name: ruff
  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-06-21 10:38:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						93575a9966 
					 
					
						
						
							
							core: prevent selecting a group as a parent of itself ( #6016 )  
						
						... 
						
						
						
						* core: prevent selecting a group as a parent of itself
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix api error when no parent is given
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-20 20:21:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5e30f46772 
					 
					
						
						
							
							core: Bump goauthentik.io/api/v3 from 3.2023052.1 to 3.2023053.6 ( #6018 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023052.1 to 3.2023053.6.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023052.1...v3.2023053.6 )
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
  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-06-20 16:17:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4d3b5f6fb 
					 
					
						
						
							
							ci: replace stale bot with action ( #6015 )  
						
						... 
						
						
						
						* ci: replace stale bot with action
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* run on pr to test?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't run on PRs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove debug
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-20 13:50:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b811dfc81 
					 
					
						
						
							
							website: fix go-import  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-20 12:32:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e745a382f 
					 
					
						
						
							
							web: bump API Client version ( #6014 )  
						
						
						
						
					 
					
						2023-06-20 12:12:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						01311929d1 
					 
					
						
						
							
							providers/ldap: improve password totp detection ( #6006 )  
						
						... 
						
						
						
						* providers/ldap: improve password totp detection
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add flag for totp mfa support
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* keep support for static tokens
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix migrations
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-20 12:09:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						962cbf9f6a 
					 
					
						
						
							
							web: Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 in /web ( #6009 )  
						
						... 
						
						
						
						web: Bump @typescript-eslint/eslint-plugin in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.11 to 5.60.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/v5.60.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  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-06-20 10:46:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c7ae675795 
					 
					
						
						
							
							web: Bump @typescript-eslint/parser from 5.59.11 to 5.60.0 in /web ( #6010 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.11 to 5.60.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/v5.60.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  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-06-20 10:38:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						799d38ed83 
					 
					
						
						
							
							web: Bump @rollup/plugin-commonjs from 25.0.1 to 25.0.2 in /web ( #6012 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.1 to 25.0.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.2/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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-06-20 10:38:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						50512c5c50 
					 
					
						
						
							
							web: Bump @sentry/tracing from 7.55.2 to 7.56.0 in /web ( #6011 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.55.2 to 7.56.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.55.2...7.56.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-06-20 10:38:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cb16578063 
					 
					
						
						
							
							web: Bump @sentry/browser from 7.55.2 to 7.56.0 in /web ( #6013 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.55.2 to 7.56.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.55.2...7.56.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-06-20 10:33:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6181ceb70 
					 
					
						
						
							
							providers/oauth2: correctly advertise code_challenge_methods_supported ( #6007 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-19 21:26:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5db60129d 
					 
					
						
						
							
							*: use dataclass slots wherever applicable ( #6005 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-19 18:31:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0bebcc4eff 
					 
					
						
						
							
							web: Bump @storybook/addon-essentials from 7.0.21 to 7.0.22 in /web ( #5994 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.21 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-06-19 11:18:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f66020f0b1 
					 
					
						
						
							
							web: Bump @storybook/web-components-vite from 7.0.21 to 7.0.22 in /web ( #5999 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.21 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-06-19 11:18:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edcbf17553 
					 
					
						
						
							
							web: Bump @storybook/blocks from 7.0.21 to 7.0.22 in /web ( #6001 )  
						
						... 
						
						
						
						Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks ) from 7.0.21 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/ui/blocks )
---
updated-dependencies:
- dependency-name: "@storybook/blocks"
  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-06-19 11:15:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						60c9565417 
					 
					
						
						
							
							core: Bump github.com/getsentry/sentry-go from 0.21.0 to 0.22.0 ( #5997 )  
						
						... 
						
						
						
						Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases )
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  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-06-19 11:14:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26e7e58072 
					 
					
						
						
							
							web: Bump @storybook/web-components from 7.0.21 to 7.0.22 in /web ( #5996 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components ) from 7.0.21 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/renderers/web-components )
---
updated-dependencies:
- dependency-name: "@storybook/web-components"
  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-06-19 11:12:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b744c5fcfe 
					 
					
						
						
							
							core: Bump importlib-metadata from 6.6.0 to 6.7.0 ( #5993 )  
						
						... 
						
						
						
						Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v6.6.0...v6.7.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:development
  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-06-19 11:11:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de06e68ab3 
					 
					
						
						
							
							web: Bump storybook from 7.0.21 to 7.0.22 in /web ( #5992 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.21 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-06-19 11:09:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4e04fbffd 
					 
					
						
						
							
							core: Bump django-otp from 1.2.1 to 1.2.2 ( #5995 )  
						
						... 
						
						
						
						Bumps [django-otp](https://github.com/django-otp/django-otp ) from 1.2.1 to 1.2.2.
- [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst )
- [Commits](https://github.com/django-otp/django-otp/compare/v1.2.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: django-otp
  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-06-19 11:09:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d536d890de 
					 
					
						
						
							
							web: Bump @storybook/addon-links from 7.0.21 to 7.0.22 in /web ( #6003 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.21 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-06-19 11:08:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4c01afb2d 
					 
					
						
						
							
							core: Bump celery from 5.3.0 to 5.3.1 ( #5998 )  
						
						... 
						
						
						
						Bumps [celery](https://github.com/celery/celery ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/celery/celery/releases )
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst )
- [Commits](https://github.com/celery/celery/compare/v5.3.0...v5.3.1 )
---
updated-dependencies:
- dependency-name: celery
  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-06-19 11:07:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						323fd74580 
					 
					
						
						
							
							core: Bump django-redis from 5.2.0 to 5.3.0 ( #6000 )  
						
						... 
						
						
						
						Bumps [django-redis](https://github.com/jazzband/django-redis ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/jazzband/django-redis/releases )
- [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jazzband/django-redis/compare/5.2.0...5.3.0 )
---
updated-dependencies:
- dependency-name: django-redis
  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-06-19 11:07:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						500800dafb 
					 
					
						
						
							
							core: Bump flower from 1.2.0 to 2.0.0 ( #6002 )  
						
						... 
						
						
						
						Bumps [flower](https://github.com/mher/flower ) from 1.2.0 to 2.0.0.
- [Commits](https://github.com/mher/flower/compare/v1.2.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: flower
  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-06-19 11:06:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e2f53c1922 
					 
					
						
						
							
							web: Bump eslint from 8.42.0 to 8.43.0 in /web ( #6004 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.42.0 to 8.43.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.43.0 )
---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-06-19 11:06:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2fb8d4b410 
					 
					
						
						
							
							website/devdocs: draft for hackathon page ( #5973 )  
						
						... 
						
						
						
						* draft for hackathon page
* add hackathon issue template
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* switch to rocket for joining
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* slight cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update dates
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add notice to show people can work on existing things
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* added info from meeting
* added info about Issue template
* added Discord link
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-16 10:25:37 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22b6a1fd7b 
					 
					
						
						
							
							web: Bump @storybook/addon-essentials from 7.0.20 to 7.0.21 in /web ( #5981 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.20 to 7.0.21.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.21/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-06-16 13:56:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95774c4cb7 
					 
					
						
						
							
							web: Bump @storybook/web-components-vite from 7.0.20 to 7.0.21 in /web ( #5982 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.20 to 7.0.21.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.21/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-06-16 13:36:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f179d6572e 
					 
					
						
						
							
							web: Storybook css import fix ( #5964 )  
						
						... 
						
						
						
						* web: fix storybook `build` css import issue
This is an incredibly frustrating issue, because Storybook works
in `dev` mode but not in `build` mode, and that's not at all what
you'd expecte from a mature piece of software.  Lit uses the native
CSS adoptedStylesheets field, which takes only a constructedStylesheet.
Lit provides a way of generating those, but the imports from
Patternfly (or any `.css` file) are text, and converting those to
stylesheets required a bit of magic.
What this means going forward is that any Storied components will
have to have their CSS wrapped in a way that ensures it is managed
correctly by Lit (well, to be pedantic, by the
shadowDOM.adoptedStylesheets).  That wrapper is provided and the
components that need it have been wrapped.
This problem deserves further investigation, but for the time
being this actually does solve it with a minimum amount of surgical
pain.
* web: fix storybook build issue
This commit further fixes the typing issues around strings, CSSResults,
and CSSStyleSheets by providing overloaded functions that assist
consumers in knowing that if they send an array to expect an array
in return, and if they send a scalar expect a scalar in return.
* replace any with unknown
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-16 13:36:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						50fd93b7cd 
					 
					
						
						
							
							web: Bump @storybook/blocks from 7.0.20 to 7.0.21 in /web ( #5980 )  
						
						... 
						
						
						
						Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks ) from 7.0.20 to 7.0.21.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.21/code/ui/blocks )
---
updated-dependencies:
- dependency-name: "@storybook/blocks"
  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-06-16 13:35:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e35e5e2ff 
					 
					
						
						
							
							web: Bump @storybook/web-components from 7.0.20 to 7.0.21 in /web ( #5977 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components ) from 7.0.20 to 7.0.21.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.21/code/renderers/web-components )
---
updated-dependencies:
- dependency-name: "@storybook/web-components"
  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-06-16 13:08:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e8e2985f9 
					 
					
						
						
							
							web: Bump @storybook/addon-links from 7.0.20 to 7.0.21 in /web ( #5976 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.20 to 7.0.21.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.21/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-06-16 13:08:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f04e12725c 
					 
					
						
						
							
							core: Bump twilio from 8.2.2 to 8.3.0 ( #5979 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 8.2.2 to 8.3.0.
- [Release notes](https://github.com/twilio/twilio-python/releases )
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md )
- [Commits](https://github.com/twilio/twilio-python/compare/8.2.2...8.3.0 )
---
updated-dependencies:
- dependency-name: twilio
  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-06-16 13:07:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7029f5bc06 
					 
					
						
						
							
							web: Bump storybook from 7.0.20 to 7.0.21 in /web ( #5983 )  
						
						... 
						
						
						
						Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.20 to 7.0.21.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.21/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  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-06-16 13:06:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a90acb1240 
					 
					
						
						
							
							core: Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 ( #5978 )  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  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-06-16 13:06:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e55428ff1 
					 
					
						
						
							
							website: fix height on pricing page cards ( #5963 )  
						
						... 
						
						
						
						* website: fix height on pricing page cards
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix spacing and text weight
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix typo
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-15 11:15:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae9e329857 
					 
					
						
						
							
							web: Bump @sentry/browser from 7.55.0 to 7.55.2 in /web ( #5966 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.55.0 to 7.55.2.
- [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.55.0...7.55.2 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-06-15 11:03:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4078c4971 
					 
					
						
						
							
							core: Bump codespell from 2.2.4 to 2.2.5 ( #5967 )  
						
						... 
						
						
						
						Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5 )
---
updated-dependencies:
- dependency-name: codespell
  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-06-15 10:50:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bbcda86002 
					 
					
						
						
							
							core: Bump golang.org/x/sync from 0.2.0 to 0.3.0 ( #5968 )  
						
						... 
						
						
						
						Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.2.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
  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-06-15 10:49:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f16f2c28a3 
					 
					
						
						
							
							web: Bump @sentry/tracing from 7.55.0 to 7.55.2 in /web ( #5970 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.55.0 to 7.55.2.
- [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.55.0...7.55.2 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-06-15 10:44:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc24c6fcc9 
					 
					
						
						
							
							core: Bump service-identity from 21.1.0 to 23.1.0 ( #5969 )  
						
						... 
						
						
						
						Bumps [service-identity](https://github.com/pyca/service-identity ) from 21.1.0 to 23.1.0.
- [Release notes](https://github.com/pyca/service-identity/releases )
- [Changelog](https://github.com/pyca/service-identity/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pyca/service-identity/compare/21.1.0...23.1.0 )
---
updated-dependencies:
- dependency-name: service-identity
  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-06-15 10:44:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						346c2e2f8f 
					 
					
						
						
							
							web: replace squoosh with sharp ( #5961 )  
						
						... 
						
						
						
						* web: replace squoosh with sharp
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use cli package instead of custom script
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-14 21:36:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e24590fd07 
					 
					
						
						
							
							website: add b2c pricing ( #5960 )  
						
						... 
						
						
						
						* website: add b2c pricing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add FAQ section for internal/external
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add blurb about enterprise support
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix typo
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make consistent
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-14 20:52:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17d069dd45 
					 
					
						
						
							
							core: compile backend translations ( #5957 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com > 
						
						
					 
					
						2023-06-14 11:01:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						74305c75d0 
					 
					
						
						
							
							web: bump @sentry/browser from 7.54.0 to 7.55.0 in /web ( #5949 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.54.0 to 7.55.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.54.0...7.55.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-06-14 10:59:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6283bbb0c1 
					 
					
						
						
							
							Updates for web/xliff/en.xlf in zh-Hans ( #5955 )  
						
						... 
						
						
						
						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-06-14 10:59:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						904642d747 
					 
					
						
						
							
							Updates for web/xliff/en.xlf in zh_CN ( #5956 )  
						
						... 
						
						
						
						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-06-14 10:59:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c2ae679909 
					 
					
						
						
							
							Updates for locale/en/LC_MESSAGES/django.po in zh-Hans ( #5954 )  
						
						... 
						
						
						
						* Translate django.po in zh-Hans
100% translated source file: 'django.po'
on 'zh-Hans'.
* Translate django.po in zh-Hans
100% translated source file: 'django.po'
on 'zh-Hans'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-06-14 10:58:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5963c87aed 
					 
					
						
						
							
							Updates for locale/en/LC_MESSAGES/django.po in zh_CN ( #5953 )  
						
						... 
						
						
						
						* Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'zh_CN'.
* Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'zh_CN'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-06-14 10:58:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						91753a9709 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.54.0 to 7.55.0 in /web ( #5952 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.54.0 to 7.55.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.54.0...7.55.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-06-14 10:56:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6d7ed08e70 
					 
					
						
						
							
							core: bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 ( #5951 )  
						
						... 
						
						
						
						Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  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-06-14 10:56:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa145393e4 
					 
					
						
						
							
							web: bump pyright from 1.1.313 to 1.1.314 in /web ( #5950 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.313 to 1.1.314.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.314/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-06-14 10:56:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						16454af1c0 
					 
					
						
						
							
							web/admin: theme adjustments ( #5944 )  
						
						... 
						
						
						
						* web/admin: theme adjustments
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update locale
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-13 15:41:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c71a70a2e5 
					 
					
						
						
							
							ci: remove deploy gate ( #5946 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-13 15:41:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8e07b5008 
					 
					
						
						
							
							website/blog: scaling apps blog draft ( #5936 )  
						
						... 
						
						
						
						* scaling blog draft
* add image
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add edits from review
* tweak
* typo caught by build process
* Update website/blog/2023-06-13-building-apps-with-scale-in-mind/item.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* fixed last title
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-13 07:11:36 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cb0e776cc8 
					 
					
						
						
							
							web/admin: fix codemirror not working on safari ( #5943 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-13 13:45:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b4d149328 
					 
					
						
						
							
							ci: fix push to next branch  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-13 11:16:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						72b07e830c 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 in /web ( #5940 )  
						
						... 
						
						
						
						web: bump @typescript-eslint/eslint-plugin in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.9 to 5.59.11.
- [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/v5.59.11/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-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-06-13 11:13:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd36a521f9 
					 
					
						
						
							
							web: bump @codemirror/lang-python from 6.1.2 to 6.1.3 in /web ( #5939 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-python](https://github.com/codemirror/lang-python ) from 6.1.2 to 6.1.3.
- [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-python/compare/6.1.2...6.1.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-python"
  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-06-13 10:57:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						20442c6b36 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.9 to 5.59.11 in /web ( #5941 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.9 to 5.59.11.
- [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/v5.59.11/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-06-13 10:57:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1413b52800 
					 
					
						
						
							
							ci: fix deployment URL typo  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 23:57:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de9c35c2aa 
					 
					
						
						
							
							web: bump API Client version ( #5937 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-06-12 22:43:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						05d73f688c 
					 
					
						
						
							
							policies/event_matcher: add model filter ( #5802 )  
						
						... 
						
						
						
						* policies/event_matcher: add model filter
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* improve logic
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove t``
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 22:11:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5576d486b 
					 
					
						
						
							
							web: bump API Client version ( #5935 )  
						
						
						
						
					 
					
						2023-06-12 18:25:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						029395d08b 
					 
					
						
						
							
							sources/ldap: add support for cert based auth ( #5850 )  
						
						... 
						
						
						
						* ldap: support cert based auth
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ldap: default sni switch to off
* ldap: `get_info=NONE` on insufficient access error
* fix: Make file locale script
* ldap: add google ldap attribute mappings
* ldap: move google secure ldap blueprint to examples
Revert "ldap: add google ldap attribute mappings"
This reverts commit 8a861bb92c1bd763b6e7ec0513f73b3039a1adb4.
* ldap: remove `validate` for client cert auth
not strictly necessary
* ldap: write temp cert files more securely
* ldap: use first array value for sni when provided csv input
* don't specify tempdir
we set $TMPDIR in the dockerfile
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* limit API to only allow certificate key pairs with private key
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use maxsplit
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update locale
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Jens L. <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 15:41:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ddefb213f 
					 
					
						
						
							
							ci: replace status with state for auto-deployment  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 14:19:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e679066fca 
					 
					
						
						
							
							ci: don't write CI status to file  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 14:01:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ae36092c9 
					 
					
						
						
							
							ci: add workflow to automatically update next branch ( #5921 )  
						
						... 
						
						
						
						* ci: add workflow to automatically update next branch
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* use environments, use non-deprecated GHA output
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* set write permissions for contents
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 12:25:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						51f4d4646c 
					 
					
						
						
							
							providers/ldap: fix Outpost provider listing excluding backchannel providers ( #5933 )  
						
						... 
						
						
						
						* providers/ldap: fix Outpost provider listing excluding backchannel providers
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 11:28:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c45e92b17e 
					 
					
						
						
							
							root: revert to use secret_key for JWT signing ( #5934 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 11:02:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4741d8aa0d 
					 
					
						
						
							
							sources/ldap: fix duplicate bind when authenticating user directly to… ( #5927 )  
						
						... 
						
						
						
						sources/ldap: fix duplicate bind when authenticating user directly to LDAP source
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-12 10:24:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27be9faf40 
					 
					
						
						
							
							web: bump core-js from 3.30.2 to 3.31.0 in /web ( #5928 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.30.2 to 3.31.0.
- [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.31.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
  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-06-12 10:23:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						932721dad6 
					 
					
						
						
							
							core: bump pytest from 7.3.1 to 7.3.2 ( #5929 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.3.2 )
---
updated-dependencies:
- dependency-name: pytest
  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-06-12 10:23:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ca227216b 
					 
					
						
						
							
							web: bump @rollup/plugin-commonjs from 25.0.0 to 25.0.1 in /web ( #5931 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.0 to 25.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.1/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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-06-12 10:23:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d9b0837e2 
					 
					
						
						
							
							web: bump @formatjs/intl-listformat from 7.3.0 to 7.4.0 in /web ( #5932 )  
						
						... 
						
						
						
						Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.3.0...@formatjs/intl-listformat@7.4.0 )
---
updated-dependencies:
- dependency-name: "@formatjs/intl-listformat"
  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-06-12 10:22:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76f1e0b359 
					 
					
						
						
							
							core: bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5 ( #5930 )  
						
						... 
						
						
						
						Bumps [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap ) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/go-ldap/ldap/releases )
- [Commits](https://github.com/go-ldap/ldap/compare/v3.4.4...v3.4.5 )
---
updated-dependencies:
- dependency-name: github.com/go-ldap/ldap/v3
  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-06-12 10:22:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee33e2a28b 
					 
					
						
						
							
							website/integrations: Fix header in dokuwiki instructions ( #5926 )  
						
						... 
						
						
						
						Fix header in dokuwiki instructions
Signed-off-by: Nils K <24257556+septatrix@users.noreply.github.com > 
						
						
					 
					
						2023-06-11 23:01:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0041cf88f4 
					 
					
						
						
							
							providers/oauth2: launch url: if URL parsing fails, return no launch URL ( #5918 )  
						
						... 
						
						
						
						* providers/oauth2: launch url: if URL parsing fails, return no launch URL
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* add test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only get provider launch URL when no url is set
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only catch value error
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-09 21:56:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						587385587c 
					 
					
						
						
							
							web: bump @babel/core from 7.22.1 to 7.22.5 in /web ( #5909 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.1 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-06-09 11:12:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						46090f81cd 
					 
					
						
						
							
							web: bump @babel/plugin-proposal-decorators from 7.22.3 to 7.22.5 in /web ( #5910 )  
						
						... 
						
						
						
						web: bump @babel/plugin-proposal-decorators in /web
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators ) from 7.22.3 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-plugin-proposal-decorators )
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  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-06-09 10:55:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f81af066bc 
					 
					
						
						
							
							web: bump @babel/preset-typescript from 7.21.5 to 7.22.5 in /web ( #5912 )  
						
						... 
						
						
						
						Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.21.5 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  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-06-09 10:52:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2504c6eee7 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.22.4 to 7.22.5 in /web ( #5915 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.4 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-06-09 10:44:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						698178697b 
					 
					
						
						
							
							core: bump requests-mock from 1.10.0 to 1.11.0 ( #5911 )  
						
						... 
						
						
						
						Bumps [requests-mock](https://github.com/jamielennox/requests-mock ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/jamielennox/requests-mock/releases )
- [Commits](https://github.com/jamielennox/requests-mock/compare/1.10.0...1.11.0 )
---
updated-dependencies:
- dependency-name: requests-mock
  dependency-type: direct:development
  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-06-09 10:35:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c02cdbb56 
					 
					
						
						
							
							web: bump mermaid from 10.2.2 to 10.2.3 in /web ( #5913 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.2.2 to 10.2.3.
- [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.2.2...v10.2.3 )
---
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-06-09 10:35:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd17c0c7b2 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.22.4 to 7.22.5 in /web ( #5914 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.22.4 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  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-06-09 10:34:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52cfd0d46d 
					 
					
						
						
							
							website/integrations: update wordpress launch URL ( #5906 )  
						
						... 
						
						
						
						Update index.md
Added /wp-login.php in the application's configuration to force authentik to directly jump into the login screen for Wordpress' backend. The shown configuration launches the main site instead which seems to be wrong somehow.
Signed-off-by: Oliver Pifferi <oliver@pifferi.info > 
						
						
					 
					
						2023-06-08 20:08:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54ef88a6fa 
					 
					
						
						
							
							providers/ldap: rework Schema and DSE ( #5838 )  
						
						... 
						
						
						
						* rework Root DSE
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* always parse filter objectClass
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* start adding LDAP Schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add more schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update schema more
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix cn for schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only include main DN in namingContexts
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use schema from gh
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add description
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add response filtering
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix response filtering
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't return rootDSE entry when searching for singleLevel
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove currentTime
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix attribute filtering
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* set SINGLE-VALUE
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix numbers
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-08 15:16:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf1a363124 
					 
					
						
						
							
							web/flows: update default flow background ( #5905 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-08 15:16:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e573b3a29f 
					 
					
						
						
							
							web: bump @formatjs/intl-listformat from 7.2.2 to 7.3.0 in /web ( #5866 )  
						
						... 
						
						
						
						* web: bump @formatjs/intl-listformat from 7.2.2 to 7.3.0 in /web
Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs ) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.2.2...@formatjs/intl-listformat@7.3.0 )
---
updated-dependencies:
- dependency-name: "@formatjs/intl-listformat"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix poly import
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-08 13:28:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6741439367 
					 
					
						
						
							
							website/integrations: add account linking note for WriteFreely ( #5804 )  
						
						... 
						
						
						
						* Update index.md
Added account linking in WriteFreely's backend
Signed-off-by: Oliver Pifferi <oliver@pifferi.info >
* minor copy changes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/integrations/services/writefreely/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/integrations/services/writefreely/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Oliver Pifferi <oliver@pifferi.info >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-06-08 13:27:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8061d32d2d 
					 
					
						
						
							
							web: bump @storybook/addon-essentials from 7.0.18 to 7.0.20 in /web ( #5894 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.0.18 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  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-06-08 11:28:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e897ea6080 
					 
					
						
						
							
							web: bump @storybook/web-components-vite from 7.0.18 to 7.0.20 in /web ( #5895 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite ) from 7.0.18 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/frameworks/web-components-vite )
---
updated-dependencies:
- dependency-name: "@storybook/web-components-vite"
  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-06-08 11:13:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0267e0d9dd 
					 
					
						
						
							
							web: bump @storybook/blocks from 7.0.18 to 7.0.20 in /web ( #5893 )  
						
						... 
						
						
						
						Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks ) from 7.0.18 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/ui/blocks )
---
updated-dependencies:
- dependency-name: "@storybook/blocks"
  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-06-08 11:12:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e424fa56d1 
					 
					
						
						
							
							web: bump storybook from 7.0.18 to 7.0.20 in /web ( #5896 )  
						
						... 
						
						
						
						* web: bump storybook from 7.0.18 to 7.0.20 in /web
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ) from 7.0.18 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* web: add storybook theme
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-08 11:08:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2de6194e4 
					 
					
						
						
							
							website/docs: correct LDAP StartTLS documentation ( #5886 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-08 11:00:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13077d503c 
					 
					
						
						
							
							core: bump python from 3.11.3-slim-bullseye to 3.11.4-slim-bullseye ( #5891 )  
						
						... 
						
						
						
						Bumps python from 3.11.3-slim-bullseye to 3.11.4-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
  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-06-08 11:00:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0fbe7bfe8f 
					 
					
						
						
							
							ci: bump docker/setup-qemu-action from 2.1.0 to 2.2.0 ( #5892 )  
						
						... 
						
						
						
						Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  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-06-08 10:59:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						19d17d80ae 
					 
					
						
						
							
							core: bump selenium from 4.9.1 to 4.10.0 ( #5897 )  
						
						... 
						
						
						
						Bumps [selenium](https://github.com/SeleniumHQ/Selenium ) from 4.9.1 to 4.10.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases )
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.9.1...selenium-4.10.0 )
---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
  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-06-08 10:58:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						797ca0d9c2 
					 
					
						
						
							
							web: bump pyright from 1.1.312 to 1.1.313 in /web ( #5898 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.312 to 1.1.313.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.313/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-06-08 10:57:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f2e6187e5a 
					 
					
						
						
							
							web: bump @storybook/addon-links from 7.0.18 to 7.0.20 in /web ( #5899 )  
						
						... 
						
						
						
						Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 7.0.18 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  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-06-08 10:57:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5a581b123c 
					 
					
						
						
							
							web: bump @storybook/web-components from 7.0.18 to 7.0.20 in /web ( #5900 )  
						
						... 
						
						
						
						Bumps [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components ) from 7.0.18 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/renderers/web-components )
---
updated-dependencies:
- dependency-name: "@storybook/web-components"
  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-06-08 10:56:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						388f9678e6 
					 
					
						
						
							
							core: bump urllib3 from 2.0.2 to 2.0.3 ( #5901 )  
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.2...2.0.3 )
---
updated-dependencies:
- dependency-name: urllib3
  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-06-08 10:55:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52ce0a2df7 
					 
					
						
						
							
							core: bump ruff from 0.0.271 to 0.0.272 ( #5902 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.271 to 0.0.272.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.271...v0.0.272 )
---
updated-dependencies:
- dependency-name: ruff
  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-06-08 10:55:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d85a39d6cf 
					 
					
						
						
							
							core: bump sentry-sdk from 1.25.0 to 1.25.1 ( #5903 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.25.0 to 1.25.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.25.0...1.25.1 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  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-06-08 10:54:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0f0f9b29e 
					 
					
						
						
							
							web: Add storybook ( #5865 )  
						
						... 
						
						
						
						* \#\# Details
web: replace lingui with lit/localize
\#\# Changes
This rather massive shift replaces the lingui and `t()` syntax with lit-localize, XLIFF, and the `msg()`
syntax used by lit-localize.  90% of this work was mechanized; simple perl scripts found and replaced
all uses of `t()` with the appropriate corresponding syntax for `msg()` and `msg(str())`.
The XLIFF files were auto-generated from the PO files.  They have not been audited, and they should be
checked over by professional translators.  The actual _strings_ have not been changed, but as this was
a mechanized change there is always the possibility of mis-translation-- not by the translator, but by
the script.
* web: revise lit/localize: fix two installation issues.
* web: revise localization
TL;DR:
- Replaced all of Lingui's `t()` syntax with `msg()` syntax.
- Mechanically (i.e with a script) converted all of the PO files to XLIFF files
- Refactored the localization code to be a bit smarter:
  - the function `getBestMatchLocale` takes the locale lists and a requested locale, and returns the
    first match of:
    - The locale's code exactly matches the requested locale
    - The locale code exactly matches the prefix of the requested locale (i.e the "en" part of "en-US")
    - the locale code's prefix exactly matches the prefix of the requested locale
    This function is passed to lit-locate's `loadLocale()`.
  - `activateLocale()` just calls `loadLocale()` now.
  - `autodetectLanguage` searches the following, and picks the first that returns a valid locale
    object, before passing it to `loadLocale()`:
    - The User's settings
    - A `?locale=` component found in `window.location.search`
    - The `window.navigator.language` field
    - English
The `msg()` only runs when it's run.  This seems obvious, but it means that you cannot cache
strings at load time; they must be kept inside functions that are re-run so that the `msg()` engine
can look up the strings in the preferred language of the user at that moment.
You can use thunks-of-strings if you really need them that way.
* Including the 'xliff-converter' in case anyone wants to review it.
* The xliff-converter is tagged as 'xliff-converter', but has been
deleted.
\#\# Details
-   Resolves  #5171 
\#\# Changes
\#\#\# New Features
-   Adds a "Add an Application" to the LibraryView if there are no applications and the user is an administrator.
\#\#\# Breaking Changes
-   Adds breaking change which causes \<issue\>.
\#\# Checklist
-   [ ] Local tests pass (`ak test authentik/`)
-   [ ] The code has been formatted (`make lint-fix`)
If an API change has been made
-   [ ] The API schema has been updated (`make gen-build`)
If changes to the frontend have been made
-   [ ] The code has been formatted (`make web`)
-   [ ] The translation files have been updated (`make i18n-extract`)
If applicable
-   [ ] The documentation has been updated
-   [ ] The documentation has been formatted (`make website`)
* web: fix redundant locales for zh suite.
* web: prettier pass for locale update
* web: localization moderization
Changed the names of the lit-localize commands to make it clear they're
part of the localization effort, and not just "build" and "extract".
* web: add storybook to test components
* update transifex config
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix package lock?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use build not compile
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web: conversion to lit-localize
The CI produced a list of problems that I hadn't caught earlier,
due to a typo ("localize build" is correct, "localize compile" is
not) I had left in package.json.  They were minor and linty, but
it was still wise to fix them.
* web: replace lingui with lit/locale
This commit fixes some minor linting issues that were hidden by a typo in package.json.  The
issues were not apparently problematic from a Javascript point of view, but they pointed
to sloppy thinking in the progression of types through the system, so I cleaned them
up and formalized the types from LocaleModule to AkLocale.
* web: replace lingui with lit/localize
One problem that has repeatedly come up is that localize's templates do not produce
JavaScript that conforms with our shop style.  I've replaced `build-locale` with
a two-step that builds the locale *and* ensures that it conforms to the shop style
via `prettier` every time.
* web: replace lingui with lit-locale
This commit applies the most recent bundle of translations to the
new lit-locale aspect component.  It also revises the algorithm
for *finding* the correct locale, replacing the complex fall-back
with some rather straightforward regular expressions.
In the case of Chinese, the fallback comes at the end of the
selection list, which may not be, er, politically valuable
(since Taiwan and Hong Kong come before, being exceptions that
need to be tested).  If we need a different order for presentation,
that'll be a future feature.
* web: replace lingui with lit/locale
Well, that was embarassing.
* web: add storybook
The delta on this didn't make any sense; putting it back causes no behavioral
changes.
* web: add Storybook
Fixed a typo in the package.json that prevented the TSC check
from passing.
* web: incorporate storybook
This commit includes a number of type and definitional changes needed to make lit-analyze pass. In
most cases, it was a matter of reassuring Lit that we were using the right type and the right type
converter, or configuring the property such that it should never be called as an attribute.
The most controversial change is adding the 'no-incompatible-type-binding' to the LIT analyzer
configuration (found in `tsconfig.json`). This "routes around" lit-analyzer not doing very well
understanding that some HTML objects can have generic property types, as long as the renderer is
configured correctly.
The 'no-missing-import: off' setting is required as lit-analyzer also does not use the tsconfig
`paths` setting correctly and cannot find objects defined via aliases.
It's a shame JSON can't support comments; these should be in the tsconfig.json file directly.  As it
is, I've started a README file that includes a section to record configuration decisions.
Deleted the lingui.config file as we're not using it anymore
* ignore storybook build in git
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-07 13:05:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ede4c203a 
					 
					
						
						
							
							web: bump pyright from 1.1.311 to 1.1.312 in /web ( #5883 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.311 to 1.1.312.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.312/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-06-07 11:23:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de0cfb6a69 
					 
					
						
						
							
							core: bump ruff from 0.0.270 to 0.0.271 ( #5885 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.270 to 0.0.271.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.270...v0.0.271 )
---
updated-dependencies:
- dependency-name: ruff
  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-06-07 11:23:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						913c295015 
					 
					
						
						
							
							core: bump golang from 1.20.4-bullseye to 1.20.5-bullseye ( #5882 )  
						
						... 
						
						
						
						Bumps golang from 1.20.4-bullseye to 1.20.5-bullseye.
---
updated-dependencies:
- dependency-name: golang
  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-06-07 10:47:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56324d198a 
					 
					
						
						
							
							core: bump celery from 5.2.7 to 5.3.0 ( #5884 )  
						
						... 
						
						
						
						Bumps [celery](https://github.com/celery/celery ) from 5.2.7 to 5.3.0.
- [Release notes](https://github.com/celery/celery/releases )
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst )
- [Commits](https://github.com/celery/celery/compare/v5.2.7...v5.3.0 )
---
updated-dependencies:
- dependency-name: celery
  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-06-07 10:46:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ce41a1b2d 
					 
					
						
						
							
							providers/ldap: add StartTLS support ( #5861 )  
						
						... 
						
						
						
						* providers/ldap: add StartTLS support
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add starttls test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update form and docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* re-add tls server name
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-06 21:40:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						69f0460f69 
					 
					
						
						
							
							website: update translation docs ( #5875 )  
						
						... 
						
						
						
						* website/docs: remove lingui references
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* replace deprecated cryptography types
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* tell eslint to avoid escapes in strings when possible
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ignore generated locale code
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-06 12:32:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d9eaefa68a 
					 
					
						
						
							
							core: compile backend translations ( #5876 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com > 
						
						
					 
					
						2023-06-06 12:25:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f2ebef127d 
					 
					
						
						
							
							translate: Updates for locale/en/LC_MESSAGES/django.po in fr ( #5849 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in fr
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-06-06 12:16:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dccebb6934 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.8 to 5.59.9 in /web ( #5868 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.8 to 5.59.9.
- [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/v5.59.9/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-06-06 11:14:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						33c57dfc19 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 in /web ( #5867 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.8 to 5.59.9.
- [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/v5.59.9/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-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-06-06 11:09:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5330a9582 
					 
					
						
						
							
							web: bump @codemirror/lang-html from 6.4.3 to 6.4.4 in /web ( #5869 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html ) from 6.4.3 to 6.4.4.
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-html/compare/6.4.3...6.4.4 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-html"
  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-06-06 11:04:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						809b6fa105 
					 
					
						
						
							
							web: bump @types/codemirror from 5.60.7 to 5.60.8 in /web ( #5870 )  
						
						... 
						
						
						
						Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror ) from 5.60.7 to 5.60.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror )
---
updated-dependencies:
- dependency-name: "@types/codemirror"
  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-06-06 11:00:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae75722a74 
					 
					
						
						
							
							core: bump urllib3 from 1.26.16 to 2.0.2 ( #5872 )  
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.16 to 2.0.2.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...2.0.2 )
---
updated-dependencies:
- dependency-name: urllib3
  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-06-06 10:59:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1de9f8d93 
					 
					
						
						
							
							website/docs: add Note about wget command ( #5770 )  
						
						... 
						
						
						
						* add Note about wget
* added info about -) flag
* add review edits
---------
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-06-06 02:21:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea1f92cb05 
					 
					
						
						
							
							website/docs: Update troubleshooting login.md ( #5814 )  
						
						... 
						
						
						
						Update login.md
Added instructions to recover the key via cli
Signed-off-by: Thomas B <toolboxes909@gmail.com > 
						
						
					 
					
						2023-06-05 11:16:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d7639f3a30 
					 
					
						
						
							
							web: bump @codemirror/lang-javascript from 6.1.8 to 6.1.9 in /web ( #5853 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript ) from 6.1.8 to 6.1.9.
- [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-javascript/compare/6.1.8...6.1.9 )
---
updated-dependencies:
- dependency-name: "@codemirror/lang-javascript"
  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-06-05 11:05:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ceb59c784 
					 
					
						
						
							
							web: bump tslib from 2.5.2 to 2.5.3 in /web ( #5854 )  
						
						... 
						
						
						
						Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.2...v2.5.3 )
---
updated-dependencies:
- dependency-name: tslib
  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-06-05 11:04:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						59ee604378 
					 
					
						
						
							
							web: bump eslint from 8.41.0 to 8.42.0 in /web ( #5852 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0 )
---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-06-05 11:04:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						45dfd8ac92 
					 
					
						
						
							
							core: bump sentry-sdk from 1.24.0 to 1.25.0 ( #5856 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.24.0...1.25.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  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-06-05 11:03:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f679aa8cf4 
					 
					
						
						
							
							core: bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 ( #5855 )  
						
						... 
						
						
						
						Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3 )
---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  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-06-05 11:02:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b6b2b56e3 
					 
					
						
						
							
							translate: Updates for web/xliff/en.xlf in zh-Hans ( #5841 )  
						
						... 
						
						
						
						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-06-03 17:49:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a81c6def9 
					 
					
						
						
							
							translate: Updates for web/xliff/en.xlf in zh_CN ( #5842 )  
						
						... 
						
						
						
						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-06-03 17:48:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d14d8ad060 
					 
					
						
						
							
							web: bump @sentry/browser from 7.53.1 to 7.54.0 in /web ( #5830 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.53.1 to 7.54.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.53.1...7.54.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  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-06-02 22:27:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0bc6c597f9 
					 
					
						
						
							
							web: bump lit from 2.7.4 to 2.7.5 in /web ( #5833 )  
						
						... 
						
						
						
						Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit ) from 2.7.4 to 2.7.5.
- [Release notes](https://github.com/lit/lit/releases )
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md )
- [Commits](https://github.com/lit/lit/commits/lit@2.7.5/packages/lit )
---
updated-dependencies:
- dependency-name: lit
  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-06-02 22:27:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c64d2c9224 
					 
					
						
						
							
							core: bump cryptography from 39.0.1 to 41.0.0 ( #5840 )  
						
						... 
						
						
						
						Bumps [cryptography](https://github.com/pyca/cryptography ) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-06-02 22:27:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7899ee17d1 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.53.1 to 7.54.0 in /web ( #5831 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.53.1 to 7.54.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.53.1...7.54.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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-06-02 17:55:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b2410d567 
					 
					
						
						
							
							web: bump typescript from 5.0.4 to 5.1.3 in /web ( #5832 )  
						
						... 
						
						
						
						Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.0.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3 )
---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  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-06-02 17:55:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						937739a44c 
					 
					
						
						
							
							web: bump mermaid from 10.2.0 to 10.2.2 in /web ( #5839 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.2.0 to 10.2.2.
- [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.2.0...v10.2.2 )
---
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-06-02 17:55:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						44a057ed9c 
					 
					
						
						
							
							web: Replace lingui.js with lit-localize ( #5761 )  
						
						... 
						
						
						
						* \#\# Details
web: replace lingui with lit/localize
\#\# Changes
This rather massive shift replaces the lingui and `t()` syntax with lit-localize, XLIFF, and the `msg()`
syntax used by lit-localize.  90% of this work was mechanized; simple perl scripts found and replaced
all uses of `t()` with the appropriate corresponding syntax for `msg()` and `msg(str())`.
The XLIFF files were auto-generated from the PO files.  They have not been audited, and they should be
checked over by professional translators.  The actual _strings_ have not been changed, but as this was
a mechanized change there is always the possibility of mis-translation-- not by the translator, but by
the script.
* web: revise lit/localize: fix two installation issues.
* web: revise localization
TL;DR:
- Replaced all of Lingui's `t()` syntax with `msg()` syntax.
- Mechanically (i.e with a script) converted all of the PO files to XLIFF files
- Refactored the localization code to be a bit smarter:
  - the function `getBestMatchLocale` takes the locale lists and a requested locale, and returns the
    first match of:
    - The locale's code exactly matches the requested locale
    - The locale code exactly matches the prefix of the requested locale (i.e the "en" part of "en-US")
    - the locale code's prefix exactly matches the prefix of the requested locale
    This function is passed to lit-locate's `loadLocale()`.
  - `activateLocale()` just calls `loadLocale()` now.
  - `autodetectLanguage` searches the following, and picks the first that returns a valid locale
    object, before passing it to `loadLocale()`:
    - The User's settings
    - A `?locale=` component found in `window.location.search`
    - The `window.navigator.language` field
    - English
The `msg()` only runs when it's run.  This seems obvious, but it means that you cannot cache
strings at load time; they must be kept inside functions that are re-run so that the `msg()` engine
can look up the strings in the preferred language of the user at that moment.
You can use thunks-of-strings if you really need them that way.
* Including the 'xliff-converter' in case anyone wants to review it.
* The xliff-converter is tagged as 'xliff-converter', but has been
deleted.
\#\# Details
-   Resolves  #5171 
\#\# Changes
\#\#\# New Features
-   Adds a "Add an Application" to the LibraryView if there are no applications and the user is an administrator.
\#\#\# Breaking Changes
-   Adds breaking change which causes \<issue\>.
\#\# Checklist
-   [ ] Local tests pass (`ak test authentik/`)
-   [ ] The code has been formatted (`make lint-fix`)
If an API change has been made
-   [ ] The API schema has been updated (`make gen-build`)
If changes to the frontend have been made
-   [ ] The code has been formatted (`make web`)
-   [ ] The translation files have been updated (`make i18n-extract`)
If applicable
-   [ ] The documentation has been updated
-   [ ] The documentation has been formatted (`make website`)
* web: fix redundant locales for zh suite.
* web: prettier pass for locale update
* web: localization moderization
Changed the names of the lit-localize commands to make it clear they're
part of the localization effort, and not just "build" and "extract".
* update transifex config
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix package lock?
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use build not compile
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web: conversion to lit-localize
The CI produced a list of problems that I hadn't caught earlier,
due to a typo ("localize build" is correct, "localize compile" is
not) I had left in package.json.  They were minor and linty, but
it was still wise to fix them.
* web: replace lingui with lit/locale
This commit fixes some minor linting issues that were hidden by a typo in package.json.  The
issues were not apparently problematic from a Javascript point of view, but they pointed
to sloppy thinking in the progression of types through the system, so I cleaned them
up and formalized the types from LocaleModule to AkLocale.
* web: replace lingui with lit/localize
One problem that has repeatedly come up is that localize's templates do not produce
JavaScript that conforms with our shop style.  I've replaced `build-locale` with
a two-step that builds the locale *and* ensures that it conforms to the shop style
via `prettier` every time.
* web: replace lingui with lit-locale
This commit applies the most recent bundle of translations to the
new lit-locale aspect component.  It also revises the algorithm
for *finding* the correct locale, replacing the complex fall-back
with some rather straightforward regular expressions.
In the case of Chinese, the fallback comes at the end of the
selection list, which may not be, er, politically valuable
(since Taiwan and Hong Kong come before, being exceptions that
need to be tested).  If we need a different order for presentation,
that'll be a future feature.
* web: replace lingui with lit/locale
Well, that was embarassing.
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-02 08:08:36 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						afa8a505ee 
					 
					
						
						
							
							ci: outpost: use golangci-lint v1.52.2  
						
						... 
						
						
						
						See https://github.com/golangci/golangci-lint/issues/3862 
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-06-02 15:42:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5d87eb97be 
					 
					
						
						
							
							outposts/ldap: fix race condition when refreshing the provider  
						
						... 
						
						
						
						Fixes the race condition causing the crash found in #4138 , which doesn't
actually have anything to do with the issue itself.
As far as I can work out, when the outpost refreshes its list of
providers, it copies over its `boundUsers`, probably to avoid having to
fetch them all again, and does so by making a shallow copy of that
`map`, but not the mutex associated with it. It now has multiple
references to the same map, each protected by a different mutex, which
under certain conditions can cause a `concurrent map read and map write`
error.
This fix copies the map contents instead of make a shallow copy.
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-06-02 15:42:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						48ba1af481 
					 
					
						
						
							
							website/integrations: fix snipe-it typo ( #5836 )  
						
						... 
						
						
						
						typo
Fixed heading "What is Snipe-IT"
Signed-off-by: Andrew Shaffer <57060193+drewstopherlee@users.noreply.github.com > 
						
						
					 
					
						2023-06-02 12:40:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5850220d6 
					 
					
						
						
							
							core: bump docker from 6.1.2 to 6.1.3 ( #5834 )  
						
						... 
						
						
						
						Bumps [docker](https://github.com/docker/docker-py ) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/6.1.2...6.1.3 )
---
updated-dependencies:
- dependency-name: docker
  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-06-02 11:30:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b01abf9ada 
					 
					
						
						
							
							core: bump twilio from 8.2.1 to 8.2.2 ( #5835 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/twilio/twilio-python/releases )
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md )
- [Commits](https://github.com/twilio/twilio-python/compare/8.2.1...8.2.2 )
---
updated-dependencies:
- dependency-name: twilio
  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-06-02 11:30:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aca105bd01 
					 
					
						
						
							
							web: bump API Client version ( #5826 )  
						
						... 
						
						
						
						* web: bump API Client version
Signed-off-by: GitHub <noreply@github.com >
* don't set reviewers (we have codeowners), fix commit author
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: GitHub <noreply@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: authentik bot <github-bot@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-01 21:17:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a1d0b85ca 
					 
					
						
						
							
							Merge branch 'version-2023.5'  
						
						
						
						
					 
					
						2023-06-01 21:00:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be85eecac5 
					 
					
						
						
							
							release: 2023.5.3  
						
						
						
						
					 
					
						2023-06-01 19:35:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7daf89be05 
					 
					
						
						
							
							website/docs: prepare 2023.5.3 ( #5824 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-01 19:34:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24385c9c68 
					 
					
						
						
							
							ci: build outpost binaries statically linked ( #5823 )  
						
						
						
						
					 
					
						2023-05-31 16:58:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						570d9afe1d 
					 
					
						
						
							
							ci: build outpost binaries statically linked ( #5823 )  
						
						
						
						
					 
					
						2023-05-31 16:48:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e141a11475 
					 
					
						
						
							
							blueprints: fix API validation with OCI blueprint path ( #5822 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-31 14:52:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b055adec2a 
					 
					
						
						
							
							ci: replace github bot account with github app ( #5819 )  
						
						... 
						
						
						
						Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-31 14:52:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						772acb10d6 
					 
					
						
						
							
							providers/ldap: fix LDAP Outpost application selection ( #5812 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-31 14:51:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b6d338659f 
					 
					
						
						
							
							blueprints: fix API validation with OCI blueprint path ( #5822 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-31 14:50:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4dd49f9b62 
					 
					
						
						
							
							ci: replace github bot account with github app ( #5819 )  
						
						... 
						
						
						
						Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-31 12:23:04 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd4c5f5ce7 
					 
					
						
						
							
							providers/ldap: fix LDAP Outpost application selection ( #5812 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-31 14:14:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						165305fbfe 
					 
					
						
						
							
							website: handle go-get requests statically ( #5821 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-31 12:51:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c03126076 
					 
					
						
						
							
							web: bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 in /web ( #5816 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.0.2 to 15.1.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.1.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  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-05-31 12:23:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9cd5c5f30f 
					 
					
						
						
							
							core: bump github.com/stretchr/testify from 1.8.3 to 1.8.4 ( #5818 )  
						
						... 
						
						
						
						Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  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-05-31 12:21:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d30f618f7 
					 
					
						
						
							
							web: bump pyright from 1.1.310 to 1.1.311 in /web ( #5817 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.310 to 1.1.311.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.311/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-05-31 12:21:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa2f0c074d 
					 
					
						
						
							
							website: switch to selfhosted plausible  
						
						... 
						
						
						
						Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-05-30 21:39:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a7bf963409 
					 
					
						
						
							
							stages/deny: fix typos ( #5800 )  
						
						... 
						
						
						
						* Fix typo in stage.py
Fix typo in "Cancells the current flow"
Signed-off-by: rlew-is <96594816+rlew-is@users.noreply.github.com >
* Fix typo in models.py
Fix typo in "Cancells the current flow"
Signed-off-by: rlew-is <96594816+rlew-is@users.noreply.github.com >
---------
Signed-off-by: rlew-is <96594816+rlew-is@users.noreply.github.com > 
						
						
					 
					
						2023-05-30 10:54:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						317afc932a 
					 
					
						
						
							
							web/flows: fix RedirectStage not detecting absolute URLs correctly ( #5781 )  
						
						... 
						
						
						
						* web: getURL() method in RedirectStage.ts now actually detects URLs (#5732 )
Signed-off-by: Saeverix <1863379+Saeverix@users.noreply.github.com >
* use native API to build full URL
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Saeverix <1863379+Saeverix@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-30 10:54:12 +02:00