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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8daa8e1ca1 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.22.2 to 7.22.4 in /web ( #5808 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.2 to 7.22.4.
- [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.4/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-05-30 10:53:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0f78db65a9 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 in /web ( #5805 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.7 to 5.59.8.
- [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.8/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-05-30 10:52:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e741416d8 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.22.2 to 7.22.4 in /web ( #5806 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.22.2 to 7.22.4.
- [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.4/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-05-30 10:46:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87f3484be4 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.7 to 5.59.8 in /web ( #5807 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.7 to 5.59.8.
- [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.8/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-05-30 10:44:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0b25c612c0 
					 
					
						
						
							
							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:36:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38356ac1dc 
					 
					
						
						
							
							core: bump coverage from 7.2.6 to 7.2.7 ( #5809 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.6 to 7.2.7.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.6...7.2.7 )
---
updated-dependencies:
- dependency-name: coverage
  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-30 10:35:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f0619814f9 
					 
					
						
						
							
							blueprints: allow setting user's passwords from blueprints ( #5797 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-29 21:28:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d09bee7bf9 
					 
					
						
						
							
							providers/proxy: add support for traefik.io API and CRD ( #5801 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-29 21:12:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81c22fa22a 
					 
					
						
						
							
							web: fix build ( #5798 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-29 14:26:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47a916ad5e 
					 
					
						
						
							
							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-29 12:20:40 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a41811465 
					 
					
						
						
							
							lifecycle: Add depends_on for worker and server container ( #5634 )  
						
						... 
						
						
						
						Add depend_on for worker and server container 
						
						
					 
					
						2023-05-29 14:14:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8dbfafe612 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.21.5 to 7.22.2 in /web ( #5791 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.21.5 to 7.22.2.
- [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.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-29 13:34:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b6160cf759 
					 
					
						
						
							
							web: bump @babel/plugin-proposal-decorators from 7.21.0 to 7.22.3 in /web ( #5787 )  
						
						... 
						
						
						
						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.21.0 to 7.22.3.
- [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.3/packages/babel-plugin-proposal-decorators )
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  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-29 13:30:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4118a34ed9 
					 
					
						
						
							
							web: bump @lingui/core from 4.1.2 to 4.2.0 in /web ( #5782 )  
						
						
						
						
					 
					
						2023-05-29 13:08:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f78d34719 
					 
					
						
						
							
							website: bump postcss from 8.4.23 to 8.4.24 in /website ( #5783 )  
						
						... 
						
						
						
						Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.23 to 8.4.24.
- [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.23...8.4.24 )
---
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-05-29 12:06:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						21d5059876 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.21.4 to 7.22.2 in /web ( #5789 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.21.4 to 7.22.2.
- [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.2/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  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-29 12:03:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4093b2b71f 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023051.3 to 3.2023052.1 ( #5788 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023051.3 to 3.2023052.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023051.3...v3.2023052.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-05-29 12:00:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d974dd0e1 
					 
					
						
						
							
							web: bump @babel/core from 7.21.8 to 7.22.1 in /web ( #5790 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.21.8 to 7.22.1.
- [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.1/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-29 12:00:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0138aef70a 
					 
					
						
						
							
							web: bump yaml from 2.3.0 to 2.3.1 in /web ( #5792 )  
						
						... 
						
						
						
						Bumps [yaml](https://github.com/eemeli/yaml ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: yaml
  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-29 12:00:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d063fcb117 
					 
					
						
						
							
							core: bump django-otp from 1.2.0 to 1.2.1 ( #5794 )  
						
						... 
						
						
						
						Bumps [django-otp](https://github.com/django-otp/django-otp ) from 1.2.0 to 1.2.1.
- [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst )
- [Commits](https://github.com/django-otp/django-otp/compare/v1.2.0...v1.2.1 )
---
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-05-29 11:59:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e64409fdb 
					 
					
						
						
							
							web: bump API Client version ( #5779 )  
						
						
						
						
					 
					
						2023-05-28 13:46:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ce96600adb 
					 
					
						
						
							
							Merge branch 'version-2023.5'  
						
						
						
						
					 
					
						2023-05-28 13:23:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8c2aabad0 
					 
					
						
						
							
							website/docs: prepare 2023.5.2 release notes ( #5777 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-28 12:45:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5e5a74eebf 
					 
					
						
						
							
							release: 2023.5.2  
						
						
						
						
					 
					
						2023-05-26 23:54:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa87519536 
					 
					
						
						
							
							core: bump coverage from 7.2.5 to 7.2.6 ( #5738 )  
						
						... 
						
						
						
						* core: bump coverage from 7.2.5 to 7.2.6
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.5...7.2.6 )
---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* use tagged oauth1 server
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-05-26 23:33:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						60e911baf8 
					 
					
						
						
							
							website: fix go-get function (always fallback to authentik repo except hardcoded values) ( #5767 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-26 17:46:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a8067c1f0d 
					 
					
						
						
							
							website: fix newsletter signup breaking mobile layout ( #5765 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-26 13:50:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8ca498c77 
					 
					
						
						
							
							core: bump paramiko from 3.1.0 to 3.2.0 ( #5763 )  
						
						... 
						
						
						
						Bumps [paramiko](https://github.com/paramiko/paramiko ) from 3.1.0 to 3.2.0.
- [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS )
- [Commits](https://github.com/paramiko/paramiko/compare/3.1.0...3.2.0 )
---
updated-dependencies:
- dependency-name: paramiko
  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-05-26 10:44:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						489a680ff4 
					 
					
						
						
							
							core: bump tornado from 6.2 to 6.3.2 ( #5759 )  
						
						... 
						
						
						
						Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.2 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.2.0...v6.3.2 )
---
updated-dependencies:
- dependency-name: tornado
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-25 21:17:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c3a1795dd 
					 
					
						
						
							
							website/developer-docs: tweaks and use bold for UI ( #5757 )  
						
						... 
						
						
						
						* tweaks and use bold for UI
* further tweaks
* Update website/developer-docs/docs/writing-documentation.md
Co-authored-by: Jens L. <jens@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/developer-docs/docs/writing-documentation.md
Co-authored-by: Jens L. <jens@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* added back note to not blame user
* review comments
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens L. <jens@goauthentik.io > 
						
						
					 
					
						2023-05-25 14:16:10 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b0cc3672b 
					 
					
						
						
							
							root: add method to get install_id without django being loaded ( #5755 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-25 18:52:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ce482911b 
					 
					
						
						
							
							website/docs: capitalize Beta and link to Rel Notes ( #5753 )  
						
						... 
						
						
						
						capitalize Beta and link to Rel Notes
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-05-25 11:18:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c869f3a3e2 
					 
					
						
						
							
							web: bump mermaid from 10.1.0 to 10.2.0 in /web ( #5749 )  
						
						... 
						
						
						
						* web: bump mermaid from 10.1.0 to 10.2.0 in /web
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.1.0 to 10.2.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.1.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix lit-analyse issues
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-05-25 11:29:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2236eaccbc 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.53.0 to 7.53.1 in /web ( #5748 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.53.0 to 7.53.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.53.0...7.53.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-05-25 11:29:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						09fea420dd 
					 
					
						
						
							
							core: bump ruff from 0.0.269 to 0.0.270 ( #5750 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.269 to 0.0.270.
- [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.269...v0.0.270 )
---
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-05-25 11:21:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c3295f4fd 
					 
					
						
						
							
							web: bump @sentry/browser from 7.53.0 to 7.53.1 in /web ( #5747 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.53.0 to 7.53.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.53.0...7.53.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-05-25 11:20:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41de8f1191 
					 
					
						
						
							
							website/integrations: add google workspace integration ( #5729 )  
						
						... 
						
						
						
						* website/integrations: add google workspace integration
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Apply suggestions from code review
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
* format
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-05-25 00:24:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0deaf25b1f 
					 
					
						
						
							
							web/user: fix MFA enroll dropdown broken when password stage has no configuration flow ( #5744 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 21:52:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47d5fc26cc 
					 
					
						
						
							
							events: fix ak_create_event using wrong request for event creation ( #5731 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 21:52:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a996e7176 
					 
					
						
						
							
							outposts: fix missing radius outpost controller ( #5730 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 21:52:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						554a26442d 
					 
					
						
						
							
							blueprints: support custom ports for OCI blueprints ( #5727 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 21:52:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						573517bf0a 
					 
					
						
						
							
							lib: add tests for ak_create_event ( #5710 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
# Conflicts:
#	locale/en/LC_MESSAGES/django.po 
						
						
					 
					
						2023-05-24 21:51:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2cd68dfa87 
					 
					
						
						
							
							blueprints: fix check for file path not being run on worker ( #5703 )  
						
						
						
						
					 
					
						2023-05-24 21:51:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8029a13be1 
					 
					
						
						
							
							core: make groups field for user optional ( #5702 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 21:51:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22ee587e9f 
					 
					
						
						
							
							web/user: fix search input styling ( #5745 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 21:50:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c9659dd24 
					 
					
						
						
							
							website/blog: final draft hack blog ( #5742 )  
						
						... 
						
						
						
						* final draft hack blog
* added discord link
---------
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-05-24 14:32:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ba734cc7b 
					 
					
						
						
							
							web/user: fix MFA enroll dropdown broken when password stage has no configuration flow ( #5744 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 21:19:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c43c1a05b 
					 
					
						
						
							
							web/user: fix broken search on application library ( #5743 )  
						
						... 
						
						
						
						web: fix broken search on application library
This is *mortifying*.  I didn't test this well enough, and apparently
broke it again once I'd tested it.  This patch restores the original
behavior ("no match" means "just show everything"), and fixes a
small bit of semantic lint -- the "search" feature should not be
assigning meaning to what it finds; it's enough to pass back the
prioritized list to whatever client wanted it, and let the client
decide what to do with it. 
						
						
					 
					
						2023-05-24 11:51:49 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4230d8ee20 
					 
					
						
						
							
							web: bump @sentry/browser from 7.52.1 to 7.53.0 in /web ( #5736 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.52.1 to 7.53.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.52.1...7.53.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-05-24 11:08:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d590c1cdc4 
					 
					
						
						
							
							web: bump pyright from 1.1.308 to 1.1.310 in /web ( #5734 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.308 to 1.1.310.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.310/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-24 11:05:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac843bb8ce 
					 
					
						
						
							
							web: bump yaml from 2.2.2 to 2.3.0 in /web ( #5733 )  
						
						... 
						
						
						
						Bumps [yaml](https://github.com/eemeli/yaml ) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.2...v2.3.0 )
---
updated-dependencies:
- dependency-name: yaml
  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-05-24 11:04:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71ba5be55f 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.52.1 to 7.53.0 in /web ( #5735 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.52.1 to 7.53.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.52.1...7.53.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-05-24 11:03:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7358553333 
					 
					
						
						
							
							core: bump sentry-sdk from 1.23.1 to 1.24.0 ( #5737 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.23.1 to 1.24.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.23.1...1.24.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-05-24 11:03:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d53d212377 
					 
					
						
						
							
							core: bump coverage from 7.2.5 to 7.2.6 ( #5738 )  
						
						... 
						
						
						
						* core: bump coverage from 7.2.5 to 7.2.6
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.5...7.2.6 )
---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* use tagged oauth1 server
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-05-24 11:03:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a39696367 
					 
					
						
						
							
							core: bump urllib3 from 1.26.15 to 1.26.16 ( #5739 )  
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.15 to 1.26.16.
- [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.15...1.26.16 )
---
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-05-24 10:18:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6766b12bd1 
					 
					
						
						
							
							events: fix ak_create_event using wrong request for event creation ( #5731 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 00:51:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c1404285bb 
					 
					
						
						
							
							outposts: fix missing radius outpost controller ( #5730 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-24 00:49:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8bba8422d7 
					 
					
						
						
							
							blueprints: support custom ports for OCI blueprints ( #5727 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-23 13:52:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ffcf8b110b 
					 
					
						
						
							
							core: bump requests from 2.28.1 to 2.31.0 ( #5724 )  
						
						... 
						
						
						
						Bumps [requests](https://github.com/psf/requests ) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-23 00:37:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						894b4e3ca7 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 in /web ( #5719 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.6 to 5.59.7.
- [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.7/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-05-22 23:37:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c7957f160 
					 
					
						
						
							
							web/user: refactor LibraryPage for testing, add CTA ( #5665 )  
						
						... 
						
						
						
						* 5171: Fixed README to comply with Prettier rules.
I'm pretty impressed that that worked.  Good on Jens for having that
in the prettier rules.
* web: revised package.json
Removed the migration and web/README.md file.  The former should not have
been included; the latter is currently unprofessional in tone.
* web: revise LibraryPage, add CTA
TL;DR:
- Separated LibraryPage into a bunch of different, independent parts, none of which require
Authentik running to be testable or viewable.
- This made adding the "Add an Application" CTA easier.
- This sets the stage for unit and view testing of the UI
This commit revises the LibraryPage, devolving it into a couple of independent components that have
to asynchronous dependencies, with a single asynchronous master:
- LibraryPage: Loads the UIConfig, UserConfig, and CoreApi, and once those are loaded, launches the
  LibraryPageImpl.
- LibraryPageImpl: the ListView of applications available, and updates the ListView according to
  search criteria it receives via an event listener.
  - LibraryPageImpl.css: The stylesheet. Put here because it's visual clutter.
  - LibraryPageImpl.utils: defines static functions used to filter the view. Here because, again, it
    would otherwise be visual clutter of the LibraryPageImpl.
- ApplicationEmptyState: Shows the "You have no applications" and, if the user is a superuser, the
  "Add an application" button.
- ApplicationSearch: Contains the Fuse implementation and, as the search result is updated, sends
  the selected and filtered app list to the LibraryPage via an event.  Also controls the "Choose an
  application by pressing Enter" event.
- ApplicationList: Displays the list of applications.
All of these components are _responsive_ to changes in the Apps collection via the LibraryPage
itself, but none of them invoke the Apps collection, UIConfig, and CoreApi directly, so it should be
possible to create Storybook implementations that view the LibraryPageImpl itself without having to
have an instance of Authentik running.
If the user is a superuser, the "You have no applications" panel now shows the "Add an Application"
button and a link to the documentation on how to add an application.
* web: lint and prettier updates
\#\# Details
-   Resolves  #5171 
\#\# Changes
This just updates the prettier and eslint passes.
* \#\# Details
-   Resolves  #5171 
\#\# Changes
Removed unused declarations.
* \#\# Details
-   web: refactor LibraryPage, resolves  #5171 
\#\# Changes
Some changes found in code review, including an embarassing failure
to both remove the old internal accessor and propagate the new
one for "isAdmin".
A pattern is emerging that a LitComponent class should consist of:
- styles
- properties
- states
- queries
- other object fields
- constructor()
- connectedCallBack()
- disconnectedCallBack()
- event listeners
- callback helpers
- render helpers
- render()
... in that order.
* actually remove LibraryPage that got re-added in the rebase
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix router import
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use pf-c-button for CTA
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix different alignment compared to old version
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use docLink() for documentation link
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* also open docs in new tab
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web: minor language changes
As requested by @Tana.
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-22 23:35:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36340d0960 
					 
					
						
						
							
							website/integrations: Update discord integration role check expression - fix errors. ( #5723 )  
						
						... 
						
						
						
						* Fix spurious curly close bracket.
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
* Remove spurious whitespace.
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
---------
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com > 
						
						
					 
					
						2023-05-22 22:06:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f9a71f3d6 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.6 to 5.59.7 in /web ( #5720 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.6 to 5.59.7.
- [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.7/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-05-22 20:36:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d0bb1a559 
					 
					
						
						
							
							root: add install ID ( #5717 )  
						
						... 
						
						
						
						* root: add install ID
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add fallback when no migrations table exists
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-22 17:24:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e3e1fbad3f 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh_CN ( #5712 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-22 10:49:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						91f0d31175 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh-Hans ( #5713 )  
						
						... 
						
						
						
						Translate django.po in zh-Hans
100% translated source file: 'django.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-22 10:49:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8af9eca24c 
					 
					
						
						
							
							web: bump eslint from 8.40.0 to 8.41.0 in /web ( #5714 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.40.0 to 8.41.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.40.0...v8.41.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-05-22 10:47:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ee78ff1f2 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023051.1 to 3.2023051.3 ( #5715 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023051.1 to 3.2023051.3.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023051.1...v3.2023051.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-05-22 10:46:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						618a61af04 
					 
					
						
						
							
							core: bump pycryptodome from 3.17 to 3.18.0 ( #5716 )  
						
						... 
						
						
						
						Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome ) from 3.17 to 3.18.0.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases )
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst )
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.17.0...v3.18.0 )
---
updated-dependencies:
- dependency-name: pycryptodome
  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-05-22 10:45:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						44341f0224 
					 
					
						
						
							
							lib: add tests for ak_create_event ( #5710 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-22 00:18:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						444deae637 
					 
					
						
						
							
							website/integrations: Update discord integration role check expression error handling. ( #5709 )  
						
						... 
						
						
						
						* website/integrations: Update discord integration expression error handling
As per discussion in https://github.com/goauthentik/authentik/pull/5701  after merge, we could do with handling the case where the user is not in the guild being queried!
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
* Correct lowercase f in False.
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
* Update website/integrations/sources/discord/index.md
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
---------
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
Co-authored-by: Jens L. <jens@beryju.org > 
						
						
					 
					
						2023-05-22 00:02:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba0e64d304 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh_CN ( #5707 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-22 00:00:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						05fd539db5 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh-Hans ( #5708 )  
						
						... 
						
						
						
						Translate django.po in zh-Hans
100% translated source file: 'django.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-22 00:00:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3dd200dbe5 
					 
					
						
						
							
							website/integrations: update vcenter docs ( #5706 )  
						
						... 
						
						
						
						* Update index.md
Updates to include details for integrating with Authentik's LDAP outpost.
Signed-off-by: David Davtian <1940369+ddavtian@users.noreply.github.com >
* slight cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: David Davtian <1940369+ddavtian@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-21 19:53:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						411ef239f6 
					 
					
						
						
							
							blueprints: fix check for file path not being run on worker ( #5703 )  
						
						
						
						
					 
					
						2023-05-21 15:29:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25840ce04e 
					 
					
						
						
							
							web: bump API Client version ( #5705 )  
						
						
						
						
					 
					
						2023-05-21 15:29:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb64fb1130 
					 
					
						
						
							
							core: make groups field for user optional ( #5702 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-21 15:19:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5d5938c412 
					 
					
						
						
							
							sources/saml: separate verification cert ( #5699 )  
						
						... 
						
						
						
						* sources/saml: allow separate verification certificate to be specified
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add migration to keep current behaviour
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update strings
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* keep testing verification
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-21 14:42:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d8de60b053 
					 
					
						
						
							
							website/integrations: Update discord integration with guild and role check ( #5701 )  
						
						... 
						
						
						
						* Update Discord OAuth instructions - index.md
Adds two sections to this document describing how the required expression policies needed to check users are a member of a certain guild or a member of a certain guild with a certain role.
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
* Linting and styleguide amendments.
* Remove spurious empty lines.
* Add an extra line to space comments out.
* Moved warning in wrong place.
* Apply suggestions from code review
Refactor as per BeryJu's suggestions.
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
---------
Signed-off-by: Aterfax <Aterfax@users.noreply.github.com >
Co-authored-by: Jens L. <jens@beryju.org > 
						
						
					 
					
						2023-05-21 14:41:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b4a3b266b3 
					 
					
						
						
							
							website/docs: clarify troubleshooting headlines and order ( #5696 )  
						
						... 
						
						
						
						* website/docs: clarify troubleshooting headlines and order
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/docs/troubleshooting/login.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-05-19 15:54:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						65c02c9ad5 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023050.2 to 3.2023051.1 ( #5689 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023050.2 to 3.2023051.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023050.2...v3.2023051.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-05-19 11:14:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4d8612088 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh_CN ( #5684 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-19 11:06:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c2b26718f6 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh-Hans ( #5687 )  
						
						... 
						
						
						
						Translate django.po in zh-Hans
100% translated source file: 'django.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-19 11:06:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						300901e93f 
					 
					
						
						
							
							Translations for web/src/locales/en.po in zh-Hans ( #5686 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh-Hans
100% translated source file: 'web/src/locales/en.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-19 11:05:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						33386b126c 
					 
					
						
						
							
							Translations for web/src/locales/en.po in zh_CN ( #5685 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh_CN
100% translated source file: 'web/src/locales/en.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-19 11:05:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1bdc0b5e65 
					 
					
						
						
							
							web: bump tslib from 2.5.1 to 2.5.2 in /web ( #5688 )  
						
						... 
						
						
						
						Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.1...2.5.2 )
---
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-05-19 11:05:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a308cfedf3 
					 
					
						
						
							
							core: bump github.com/stretchr/testify from 1.8.2 to 1.8.3 ( #5690 )  
						
						... 
						
						
						
						Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3 )
---
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-19 11:04:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3236f57f7b 
					 
					
						
						
							
							core: bump ruff from 0.0.267 to 0.0.269 ( #5691 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.267 to 0.0.269.
- [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.267...v0.0.269 )
---
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-05-19 11:04:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a4792cf95 
					 
					
						
						
							
							core: bump twilio from 8.2.0 to 8.2.1 ( #5692 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 8.2.0 to 8.2.1.
- [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.0...8.2.1 )
---
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-05-19 11:04:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6af85b002f 
					 
					
						
						
							
							website: automatically add PR links to release notes ( #5682 )  
						
						... 
						
						
						
						* website: automatically add PR links to release notes
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* small cleanup, also link in docs-only build
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix docs-only build
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* some more minor cleanup
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-05-18 22:59:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						30d2c4fcc6 
					 
					
						
						
							
							web: bump API Client version ( #5681 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-05-18 23:22:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6900ffffd8 
					 
					
						
						
							
							release: 2023.5.1  
						
						
						
						
					 
					
						2023-05-18 21:33:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						873aaf85f9 
					 
					
						
						
							
							website/docs: prepare 2023.5.1 release notes ( #5679 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-18 20:34:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c69f67778 
					 
					
						
						
							
							sources/ldap: log full exception when user password set fails ( #5678 )  
						
						... 
						
						
						
						* sources/ldap: log full exception when user password set fails
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update authentik/sources/ldap/auth.py
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 Langhammer <jens@goauthentik.io >
Signed-off-by: Jens L. <jens@beryju.org >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-05-18 19:00:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6cf7a72831 
					 
					
						
						
							
							web/flows: improve UI for TOTP code input ( #5676 )  
						
						... 
						
						
						
						* web/flows: improve UI for TOTP code input
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update locale
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update phrasing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-18 18:41:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7e3b325929 
					 
					
						
						
							
							website/integrations: Updated AWS docs for the new IAM Center and SCIM ( #5643 )  
						
						... 
						
						
						
						* Updated AWS Integration docs
Updated the AWS Integration docs to match the new IAM Centre's method.
This includes SCIM.
Signed-off-by: Sem <86064734+justSem@users.noreply.github.com >
* website/docs: Updated AWS Docs
* website/docs: AWS - Updated AWS docs to allow for both methods
* format, cleanup mapping, follow guidelines
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Apply suggestions from code review
Looks good to me!
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Sem <86064734+justSem@users.noreply.github.com >
* final formatting pass
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Sem <86064734+justSem@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-05-18 11:45:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b916b612c7 
					 
					
						
						
							
							core: bump github.com/sirupsen/logrus from 1.9.1 to 1.9.2 ( #5670 )  
						
						... 
						
						
						
						Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.9.1 to 1.9.2.
- [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.1...v1.9.2 )
---
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-05-18 11:05:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b7c5fc3f1e 
					 
					
						
						
							
							ci: bump helm/kind-action from 1.6.0 to 1.7.0 ( #5667 )  
						
						... 
						
						
						
						Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.6.0...v1.7.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-05-18 10:51:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3ac5ec183 
					 
					
						
						
							
							web: bump tslib from 2.5.0 to 2.5.1 in /web ( #5668 )  
						
						... 
						
						
						
						Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.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-05-18 10:50:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d30379ba93 
					 
					
						
						
							
							core: bump sentry-sdk from 1.23.0 to 1.23.1 ( #5669 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.23.0 to 1.23.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.23.0...1.23.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-05-18 10:49:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						12815526c1 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023050.1 to 3.2023050.2 ( #5671 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023050.1 to 3.2023050.2.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023050.1...v3.2023050.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-05-18 10:48:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed2f0a2d5e 
					 
					
						
						
							
							website/docs: edits to full dev env ( #5636 )  
						
						... 
						
						
						
						* edits to install full dev env
* remove json files
* Update website/developer-docs/setup/full-dev-environment.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/developer-docs/setup/full-dev-environment.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/developer-docs/setup/full-dev-environment.md
Co-authored-by: Jens L. <jens@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/developer-docs/setup/full-dev-environment.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/developer-docs/setup/full-dev-environment.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* few tweaks per review
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Jens L. <jens@goauthentik.io > 
						
						
					 
					
						2023-05-17 15:44:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						536d776d02 
					 
					
						
						
							
							website/blog: flex-hours-blog-draft-for-review ( #5598 )  
						
						... 
						
						
						
						* blog-draft-for-review
* tweaks
* delete swp file
* further tweaks
* quote marks for title
* edits
* linter
---------
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-05-17 20:21:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f70d6432e7 
					 
					
						
						
							
							web: bump API Client version ( #5664 )  
						
						
						
						
					 
					
						2023-05-17 16:33:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc08bfb18b 
					 
					
						
						
							
							web: bump @lingui/core from 4.1.0 to 4.1.2 in /web ( #5658 )  
						
						... 
						
						
						
						* web: bump @lingui/core from 4.1.0 to 4.1.2 in /web
Bumps [@lingui/core](https://github.com/lingui/js-lingui ) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/lingui/js-lingui/releases )
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lingui/js-lingui/compare/v4.1.0...v4.1.2 )
---
updated-dependencies:
- dependency-name: "@lingui/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* update all of lingui
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-05-17 16:20:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						79dcc30778 
					 
					
						
						
							
							providers/radius: add warning message when radius provider is not used with outpost ( #5656 )  
						
						... 
						
						
						
						* providers/radius: add warning message when radius provider is not used with outpost
same message as Proxy and LDAP provider have
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-17 16:19:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						68a1bcf233 
					 
					
						
						
							
							providers/SCIM: improve backchannel signalling ( #5657 )  
						
						... 
						
						
						
						* providers/scim: add warning when provider is not used as backchannel provider
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* providers/scim: don't sync SCIM provider that isn't used as backchannel at all
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-05-17 16:19:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd7de4c0b9 
					 
					
						
						
							
							sources/ldap: improve error message ( #5653 )  
						
						... 
						
						
						
						* sources/ldap: improve ldap password change error message
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* stages/user_write: handle validation error when updating user
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-17 15:26:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3195a75b9a 
					 
					
						
						
							
							web/admin: fix radius provider page ( #5651 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-17 10:56:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						886d7832df 
					 
					
						
						
							
							ci: bump helm/kind-action from 1.5.0 to 1.6.0 ( #5646 )  
						
						... 
						
						
						
						Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.6.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-05-17 10:30:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3595a36d2 
					 
					
						
						
							
							core: bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 ( #5648 )  
						
						... 
						
						
						
						Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.9.0 to 1.9.1.
- [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.0...v1.9.1 )
---
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-05-17 10:29:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						28ac00798c 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023041.12 to 3.2023050.1 ( #5647 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023041.12 to 3.2023050.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023041.12...v3.2023050.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-05-17 10:29:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f4b0d6e85c 
					 
					
						
						
							
							providers/scim: default to None for fields instead of empty list ( #5642 )  
						
						... 
						
						
						
						* providers/scim: default to None for fields instead of empty list
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make name of delete_none_keys clearer
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-05-17 00:25:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						daa3c91afc 
					 
					
						
						
							
							web/flows: fix authenticator_validate device select not sent to backend ( #5638 )  
						
						
						
						
					 
					
						2023-05-16 22:55:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5eba598584 
					 
					
						
						
							
							web/flows: update flow background ( #5639 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-16 22:18:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6b16ecc68 
					 
					
						
						
							
							lib: fix fallback_names migration not working when multiple objects n… ( #5637 )  
						
						... 
						
						
						
						lib: fix fallback_names migration not working when multiple objects need to be renamed
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-16 22:17:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a41924939b 
					 
					
						
						
							
							web: bump API Client version ( #5633 )  
						
						
						
						
					 
					
						2023-05-16 14:56:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0afd3b121e 
					 
					
						
						
							
							Merge branch 'version-2023.5'  
						
						
						
						
					 
					
						2023-05-16 14:53:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a58374f065 
					 
					
						
						
							
							website/docs: add 2023.5 to release sidebar ( #5631 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-16 14:12:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8faec99bd6 
					 
					
						
						
							
							release: 2023.5.0  
						
						
						
						
					 
					
						2023-05-16 14:00:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c27a2f783 
					 
					
						
						
							
							Zammad: Update Url ( #5615 )  
						
						... 
						
						
						
						Was not with same slug as in previous section
Signed-off-by: xaver <xwissen@xwissen.info > 
						
						
					 
					
						2023-05-16 13:58:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78e4c313b5 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.51.2 to 7.52.1 in /web ( #5620 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.51.2 to 7.52.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.51.2...7.52.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-05-16 13:48:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8140e1543 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6 in /web ( #5616 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.5 to 5.59.6.
- [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.6/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-16 13:48:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4405a04b0b 
					 
					
						
						
							
							web: bump @sentry/browser from 7.51.2 to 7.52.1 in /web ( #5623 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.51.2 to 7.52.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.51.2...7.52.1 )
---
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-05-16 13:47:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7eb5fa6a24 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.5 to 5.59.6 in /web ( #5626 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.5 to 5.59.6.
- [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.6/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-16 13:46:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						216e8aff64 
					 
					
						
						
							
							web: bump @lingui/core from 4.0.0 to 4.1.0 in /web ( #5619 )  
						
						... 
						
						
						
						* web: bump @lingui/core from 4.0.0 to 4.1.0 in /web
Bumps [@lingui/core](https://github.com/lingui/js-lingui ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/lingui/js-lingui/releases )
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lingui/js-lingui/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: "@lingui/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* update all of lingui
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-05-16 13:14:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c91bbecb7b 
					 
					
						
						
							
							website: bump @docusaurus/preset-classic from 2.4.0 to 2.4.1 in /website ( #5627 )  
						
						... 
						
						
						
						* website: bump @docusaurus/preset-classic from 2.4.0 to 2.4.1 in /website
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.4.1/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* update docusaurus completely
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-05-16 12:49:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						084b3eb039 
					 
					
						
						
							
							web: revised package.json ( #5612 )  
						
						... 
						
						
						
						* FOUND: Revise the package.json file
Reviewed the package.json file and separated out the dependencies
from the devDependencies.  Normally, this doesn't make a difference,
but when deployed as libraries the devDependencies don't normally
get considered by the deploying aplication.
* FIX Undo overrides and work-arounds for bad upstream postgres build.
* 5171: Fixed README to comply with Prettier rules.
I'm pretty impressed that that worked.  Good on Jens for having that
in the prettier rules.
* web: revised package.json
Removed the migration and web/README.md file.  The former should not have
been included; the latter is currently unprofessional in tone.
* fix docker build failing as we set NODE_ENV but need dev dependencies to build
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-05-16 12:45:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						557aadecc0 
					 
					
						
						
							
							stages/authenticator_sms: Fix json serialization in send_generic ( #5630 )  
						
						... 
						
						
						
						stages/authenticator_sms: Fix SMS Authenticator Setup Stage with generic provider does not work without mapping
This fixes issue #5629 . Problem is/was that self.get_message(token) in send_generic returned a type django.utils.functional.lazy.<locals>.__proxy__ which is not json serializable. 
						
						
					 
					
						2023-05-16 10:28:14 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						33b8c45f5c 
					 
					
						
						
							
							core: bump sentry-sdk from 1.22.2 to 1.23.0 ( #5625 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.22.2 to 1.23.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.22.2...1.23.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-05-16 12:20:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52132112f6 
					 
					
						
						
							
							web/elements: don't send value from writeOnly field that hasn't been modified ( #5614 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-15 19:45:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ff1510dedc 
					 
					
						
						
							
							events: sanitize enums ( #5610 )  
						
						... 
						
						
						
						when importing a flow and returning logs, sometimes an enum might be included which is currently not sanitized and hence causes an exception
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-15 14:39:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c3398004ff 
					 
					
						
						
							
							blueprints: add meta models to schema ( #5611 )  
						
						... 
						
						
						
						these models were previously ignored
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-15 14:39:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47f09ac285 
					 
					
						
						
							
							providers/scim: improve SCIM error messages ( #5600 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-15 14:39:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						259c87fa37 
					 
					
						
						
							
							website/integrations: harbor requires a signing key for RS256 ( #5601 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-15 13:43:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80bb6c6274 
					 
					
						
						
							
							web: bump @rollup/plugin-typescript from 11.1.0 to 11.1.1 in /web ( #5605 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 11.1.0 to 11.1.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.1/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  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-15 10:39:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8c2fc2ead 
					 
					
						
						
							
							web: bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 in /web ( #5604 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 24.1.0 to 25.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.0/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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-05-15 10:39:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea84ee0222 
					 
					
						
						
							
							web: bump @codemirror/lang-javascript from 6.1.7 to 6.1.8 in /web ( #5606 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript ) from 6.1.7 to 6.1.8.
- [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-javascript/compare/6.1.7...6.1.8 )
---
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-05-15 10:39:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a695ffc224 
					 
					
						
						
							
							core: bump dacite from 1.8.0 to 1.8.1 ( #5607 )  
						
						... 
						
						
						
						Bumps [dacite](https://github.com/konradhalas/dacite ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/konradhalas/dacite/releases )
- [Changelog](https://github.com/konradhalas/dacite/blob/master/CHANGELOG.md )
- [Commits](https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1 )
---
updated-dependencies:
- dependency-name: dacite
  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-15 10:38:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e22f007a8 
					 
					
						
						
							
							core: bump ruff from 0.0.265 to 0.0.267 ( #5608 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.265 to 0.0.267.
- [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.265...v0.0.267 )
---
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-05-15 10:38:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6299fc7f81 
					 
					
						
						
							
							root: migrate from os.path to Pathlib ( #5594 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-12 20:04:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a032fd529b 
					 
					
						
						
							
							events: don't include task uid in task metric ( #5595 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-12 20:03:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ec78e56fbd 
					 
					
						
						
							
							providers/scim: fix group patch schema ( #5596 )  
						
						... 
						
						
						
						the original request was made based on the sentry docs, which aren't actually correct
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-12 20:03:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad7dedb61f 
					 
					
						
						
							
							website: add email subscription form to footer ( #5597 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-12 20:03:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8356ceaead 
					 
					
						
						
							
							website/docs: added info about how to upgrade ( #5589 )  
						
						... 
						
						
						
						added info about how to upgrade
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-05-12 10:25:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						228197ea5e 
					 
					
						
						
							
							website/docs: update 2023.5 release notes ( #5526 )  
						
						... 
						
						
						
						* website/docs: update 2023.5 release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update changelog
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-12 13:45:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27d3d4a534 
					 
					
						
						
							
							web: bump pyright from 1.1.307 to 1.1.308 in /web ( #5591 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.307 to 1.1.308.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.308/packages/pyright )
---
updated-dependencies:
- dependency-name: pyright
  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-12 11:47:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f2dcbf9b1d 
					 
					
						
						
							
							core: bump docker from 6.1.1 to 6.1.2 ( #5592 )  
						
						... 
						
						
						
						Bumps [docker](https://github.com/docker/docker-py ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/6.1.1...6.1.2 )
---
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-05-12 11:47:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						03e39a6557 
					 
					
						
						
							
							core: bump django-otp from 1.1.6 to 1.2.0 ( #5587 )  
						
						
						
						
					 
					
						2023-05-11 20:58:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						454a09d91e 
					 
					
						
						
							
							root: Test codeowners ( #5586 )  
						
						... 
						
						
						
						* root: add initial codeowners
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* dependabot should assign based on codeowners, so remove redundant
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix contributing guideline link in PR template
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-11 20:26:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						61434c807d 
					 
					
						
						
							
							stages/identification: auto-redirect to source when no user fields are selected ( #5583 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-11 16:52:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7265a56f05 
					 
					
						
						
							
							root: switch sentry dsn to our relay ( #5494 )  
						
						... 
						
						
						
						Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-05-11 15:24:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95df14106c 
					 
					
						
						
							
							blueprints: further copy-edits ( #5559 )  
						
						... 
						
						
						
						another copy-edit
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-05-11 13:48:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						91d78b0c7d 
					 
					
						
						
							
							sources/oauth: re-fix reddit source ( #5582 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-11 13:48:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c492fbeee 
					 
					
						
						
							
							web: bump API Client version ( #5581 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-05-11 11:16:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7ef8c89c2 
					 
					
						
						
							
							core: compile backend translations ( #5580 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com > 
						
						
					 
					
						2023-05-11 12:51:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c6c460fb48 
					 
					
						
						
							
							core: compile backend translations ( #5579 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com > 
						
						
					 
					
						2023-05-11 12:44:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78ecbc097c 
					 
					
						
						
							
							Translations for web/src/locales/en.po in zh_CN ( #5574 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh_CN
100% translated source file: 'web/src/locales/en.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-11 11:55:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7fc350bb0b 
					 
					
						
						
							
							Translations for web/src/locales/en.po in zh-Hans ( #5575 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh-Hans
100% translated source file: 'web/src/locales/en.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-11 11:55:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3bada52fd6 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh-Hans ( #5576 )  
						
						... 
						
						
						
						Translate django.po in zh-Hans
100% translated source file: 'django.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-11 11:55:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						847fe6ddee 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh_CN ( #5573 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-11 11:55:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						312f09204b 
					 
					
						
						
							
							web: bump pyright from 1.1.306 to 1.1.307 in /web ( #5577 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.306 to 1.1.307.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.307/packages/pyright )
---
updated-dependencies:
- dependency-name: pyright
  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-11 11:54:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d76c823268 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023041.11 to 3.2023041.12 ( #5578 )  
						
						... 
						
						
						
						* core: bump goauthentik.io/api/v3 from 3.2023041.11 to 3.2023041.12
Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023041.11 to 3.2023041.12.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023041.11...v3.2023041.12 )
---
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 >
* skip flaky test for now
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-05-11 11:53:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8e074c363 
					 
					
						
						
							
							web/admin: add description to notification rule group field ( #5568 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-10 21:00:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						906faf9cce 
					 
					
						
						
							
							providers/proxy: fix panic when claims in session were nil ( #5569 )  
						
						... 
						
						
						
						* providers/proxy: fix panic when claims in session were nil
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add new options
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-10 20:58:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c68a42f63b 
					 
					
						
						
							
							website/docs: improve docs for OAuth2 device code flow ( #5570 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-10 20:58:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd8c1d41db 
					 
					
						
						
							
							web/admin: only show prompt creation when editing prompt stage ( #5572 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-10 20:58:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3704f4ccf4 
					 
					
						
						
							
							core: disallow username and email changes by default ( #5571 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-10 20:57:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eb071d4d90 
					 
					
						
						
							
							providers/oauth2: add user UUID as subject option ( #5556 )  
						
						... 
						
						
						
						* providers/oauth2: add user UUID as subject option
* Added translations for new OAuth2 subject option 
						
						
					 
					
						2023-05-10 17:50:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c04dc0986 
					 
					
						
						
							
							providers/SCIM: patch group name ( #5564 )  
						
						... 
						
						
						
						* providers/scim: patch name when group put fails
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* re-raise ResourceMissing in group update to trigger recreation
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-10 12:29:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						639a5c429c 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023041.10 to 3.2023041.11 ( #5562 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023041.10 to 3.2023041.11.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023041.10...v3.2023041.11 )
---
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-05-10 10:58:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						35bae56486 
					 
					
						
						
							
							core: bump geoip2 from 4.6.0 to 4.7.0 ( #5561 )  
						
						... 
						
						
						
						Bumps [geoip2](https://github.com/maxmind/GeoIP2-python ) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/maxmind/GeoIP2-python/releases )
- [Changelog](https://github.com/maxmind/GeoIP2-python/blob/main/HISTORY.rst )
- [Commits](https://github.com/maxmind/GeoIP2-python/compare/v4.6.0...v4.7.0 )
---
updated-dependencies:
- dependency-name: geoip2
  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-05-10 10:57:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a8de6499c 
					 
					
						
						
							
							core: bump pyjwt from 2.6.0 to 2.7.0 ( #5563 )  
						
						... 
						
						
						
						Bumps [pyjwt](https://github.com/jpadilla/pyjwt ) from 2.6.0 to 2.7.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.6.0...2.7.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-05-10 10:57:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f164fff2e7 
					 
					
						
						
							
							website/developer-docs: add notice about libxmlsec compatibility ( #5553 )  
						
						
						
						
					 
					
						2023-05-09 23:46:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						51a56942bc 
					 
					
						
						
							
							web: bump API Client version ( #5560 )  
						
						
						
						
					 
					
						2023-05-09 23:45:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92fd6a55db 
					 
					
						
						
							
							blueprints: adjust wording on managed field ( #5558 )  
						
						
						
						
					 
					
						2023-05-09 23:41:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5b1ed5887 
					 
					
						
						
							
							sources/oauth: fix reddit ( #5557 )  
						
						
						
						
					 
					
						2023-05-09 23:41:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ccdbdc370 
					 
					
						
						
							
							web/user: fix empty banner on application page not showing correctly ( #5555 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-09 21:12:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac57d6e820 
					 
					
						
						
							
							website/developer-docs: move contributing to dev docs index and link contributing file ( #5554 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-09 20:26:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eaa3d11df8 
					 
					
						
						
							
							api: modular urls ( #5551 )  
						
						... 
						
						
						
						* api: make API urls modular
load API urls from app module's urls file instead of a single static file
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* refactor websocket url mounting
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-09 14:46:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb0eea1f39 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.51.0 to 7.51.2 in /web ( #5544 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.51.0 to 7.51.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.51.0...7.51.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-05-09 11:25:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87f9f85c6d 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.5 in /web ( #5545 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.2 to 5.59.5.
- [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.5/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-09 11:24:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4728a444b7 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023041.7 to 3.2023041.10 ( #5546 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023041.7 to 3.2023041.10.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023041.7...v3.2023041.10 )
---
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-05-09 11:23:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4d58eba027 
					 
					
						
						
							
							core: bump github.com/getsentry/sentry-go from 0.20.0 to 0.21.0 ( #5548 )  
						
						... 
						
						
						
						* core: bump github.com/getsentry/sentry-go from 0.20.0 to 0.21.0
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) from 0.20.0 to 0.21.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.20.0...v0.21.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 >
* fix
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-05-09 11:22:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						35fa8ca3d0 
					 
					
						
						
							
							core: bump sentry-sdk from 1.22.1 to 1.22.2 ( #5550 )  
						
						... 
						
						
						
						* core: bump sentry-sdk from 1.22.1 to 1.22.2
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.22.1 to 1.22.2.
- [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.22.1...1.22.2 )
---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* attempt to fix  'modify_settings' object has no attribute 'wrapped'
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-05-09 11:22:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cf07e930b8 
					 
					
						
						
							
							core: bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 ( #5547 )  
						
						... 
						
						
						
						Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.7.0...v0.8.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-05-09 11:04:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						afd155bbba 
					 
					
						
						
							
							core: bump selenium from 4.9.0 to 4.9.1 ( #5549 )  
						
						... 
						
						
						
						Bumps [selenium](https://github.com/SeleniumHQ/Selenium ) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases )
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.9.0...selenium-4.9.1 )
---
updated-dependencies:
- dependency-name: selenium
  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-09 11:02:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0b0beecb49 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.2 to 5.59.5 in /web ( #5543 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.2 to 5.59.5.
- [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.5/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-09 11:01:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0644a5ee3a 
					 
					
						
						
							
							web: bump @sentry/browser from 7.51.0 to 7.51.2 in /web ( #5542 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.51.0 to 7.51.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.51.0...7.51.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-05-09 11:01:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f3b4e55af5 
					 
					
						
						
							
							tests: fix e2e tests ( #5540 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 23:40:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c25d72d61 
					 
					
						
						
							
							providers/scim: fix scim_sync_all error ( #5539 )  
						
						... 
						
						
						
						* providers/scim: fix scim_sync_all error
closes  #5538 
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't use static names in tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 22:39:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad2d38fa4a 
					 
					
						
						
							
							Translations for web/src/locales/en.po in zh-Hans ( #5534 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh-Hans
100% translated source file: 'web/src/locales/en.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-08 22:06:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1b0cf8a87 
					 
					
						
						
							
							Translations for web/src/locales/en.po in zh_CN ( #5535 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh_CN
100% translated source file: 'web/src/locales/en.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-08 22:06:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f47b208433 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh-Hans ( #5536 )  
						
						... 
						
						
						
						Translate django.po in zh-Hans
100% translated source file: 'django.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-08 22:05:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b958868ea7 
					 
					
						
						
							
							Translations for locale/en/LC_MESSAGES/django.po in zh_CN ( #5533 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-08 22:05:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5fd414576b 
					 
					
						
						
							
							website: show all blog posts in sidebar ( #5532 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 22:05:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d9616138f 
					 
					
						
						
							
							cmd: use live endpoint instead of ready for inbuild healthcheck  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 22:04:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						99e2c6911c 
					 
					
						
						
							
							web/admin: add example data for ldap property mapping ( #5530 )  
						
						... 
						
						
						
						* web/admin: add example data for ldap property mapping
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* correctly retry flaky test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 17:18:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0fa3fbf416 
					 
					
						
						
							
							core: compile backend translations ( #5528 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com > 
						
						
					 
					
						2023-05-08 15:37:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ea54e8f7e 
					 
					
						
						
							
							*: improve configuration error events ( #5523 )  
						
						... 
						
						
						
						* *: improve configuration error events
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* delete test-db when resetting
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 15:34:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8215ee19c6 
					 
					
						
						
							
							events: include event user in webhook notification ( #5524 )  
						
						... 
						
						
						
						* events: include event user in webhook notification
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update other transports
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 15:34:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9bddc9b577 
					 
					
						
						
							
							web/admin: remove redundant markdown notice ( #5525 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 15:33:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c10a8ecf51 
					 
					
						
						
							
							web: bump API Client version ( #5527 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-05-08 15:32:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7acd0558f5 
					 
					
						
						
							
							core: applications backchannel provider ( #5449 )  
						
						... 
						
						
						
						* backchannel applications
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add webui
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* include assigned app in provider
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* improve backchannel provider list display
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make ldap provider compatible
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* show backchannel providers in app view
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make backchannel required for SCIM
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup api
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Apply suggestions from code review
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
* update docs
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-05-08 15:29:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f4be4d150 
					 
					
						
						
							
							blueprints: support setting file URLs in blueprints ( #5510 )  
						
						... 
						
						
						
						* blueprints: support setting file URLs in blueprints
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make new fields not required
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* include conditional fields in schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 15:07:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af9766972d 
					 
					
						
						
							
							root: fix geoipupdate build ( #5521 )  
						
						... 
						
						
						
						* root: fix geoipupdate build
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* USER root it is
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-08 13:46:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9efc06e473 
					 
					
						
						
							
							core: bump maxmindinc/geoipupdate from v5.0 to v5.1 ( #5512 )  
						
						... 
						
						
						
						Bumps maxmindinc/geoipupdate from v5.0 to v5.1.
---
updated-dependencies:
- dependency-name: maxmindinc/geoipupdate
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-08 12:02:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1566acb4b 
					 
					
						
						
							
							web: bump core-js from 3.30.1 to 3.30.2 in /web ( #5515 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.30.1 to 3.30.2.
- [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.30.2/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-05-08 12:01:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3c964a3e71 
					 
					
						
						
							
							web: bump eslint from 8.39.0 to 8.40.0 in /web ( #5513 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.39.0 to 8.40.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.39.0...v8.40.0 )
---
updated-dependencies:
- dependency-name: eslint
  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-05-08 12:01:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						01cfec62e7 
					 
					
						
						
							
							core: bump sentry-sdk from 1.21.1 to 1.22.1 ( #5514 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.21.1 to 1.22.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.21.1...1.22.1 )
---
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-05-08 12:01:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cebef6a596 
					 
					
						
						
							
							core: bump ruff from 0.0.264 to 0.0.265 ( #5516 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.264 to 0.0.265.
- [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.264...v0.0.265 )
---
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-05-08 12:00:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5fe372e84d 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023041.3 to 3.2023041.7 ( #5517 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023041.3 to 3.2023041.7.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023041.3...v3.2023041.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-05-08 12:00:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5a3a7552a 
					 
					
						
						
							
							core: bump pylint from 2.17.3 to 2.17.4 ( #5519 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.17.3 to 2.17.4.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.3...v2.17.4 )
---
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-05-08 12:00:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab17f37f0b 
					 
					
						
						
							
							core: bump docker from 6.0.1 to 6.1.1 ( #5518 )  
						
						... 
						
						
						
						Bumps [docker](https://github.com/docker/docker-py ) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/6.0.1...6.1.1 )
---
updated-dependencies:
- dependency-name: docker
  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-05-08 11:46:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee883ceccc 
					 
					
						
						
							
							ci: bump peter-evans/create-or-update-comment from 2 to 3 ( #5520 )  
						
						... 
						
						
						
						Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment ) from 2 to 3.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases )
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  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-05-08 11:45:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7df0e88b9d 
					 
					
						
						
							
							events: cleanse http query string in events ( #5508 )  
						
						... 
						
						
						
						* events: cleanse http query string in events
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add more tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-07 20:11:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53f827b54f 
					 
					
						
						
							
							blueprints: specify schema for blueprint metadata ( #5509 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-07 20:11:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						395dc08f05 
					 
					
						
						
							
							web/flows: don't autoclose in redirect stage if redirecting to non-http protocol ( #5506 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-07 12:58:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						080f2ab5e7 
					 
					
						
						
							
							web: bump API Client version ( #5505 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-05-07 10:44:33 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a2e159a0d 
					 
					
						
						
							
							blueprints: improve schema generation by including model schema ( #5503 )  
						
						... 
						
						
						
						* blueprints: improve schema generation by including model schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* unset required
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add deps
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-07 12:32:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						564b2874a9 
					 
					
						
						
							
							providers/oauth2: use simpler charset for refresh tokens ( #5502 )  
						
						... 
						
						
						
						various implementations might have issues with the special chars
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-07 00:19:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ded11806a 
					 
					
						
						
							
							ci: fix backend translate compile ci job ( #5500 )  
						
						... 
						
						
						
						* ci: fix backend translate compile ci job
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix redirect challenge for relative URLs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-06 13:42:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36bd4b1e51 
					 
					
						
						
							
							web/admin: use radio for client type ( #5499 )  
						
						... 
						
						
						
						* web/admin: use radio for client type
also fix search select not correctly passing all items in .selected callback
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* include unrelated typo fix
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-06 00:11:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95a679ab3b 
					 
					
						
						
							
							web/flows: rework redirect logic ( #5498 )  
						
						... 
						
						
						
						* web/flows: rework redirect logic
always use redirect stage, remove special logic from flow executor
show better message when redirect target URL isn't http or https (show notice to close the page)
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update strings
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-05 22:24:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ca8eefa8b 
					 
					
						
						
							
							web: fix loading text not being loaded ( #5497 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-05 22:22:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b0f5c9b010 
					 
					
						
						
							
							ci: add workflow to redirect people to transifex when they only change translations  
						
						... 
						
						
						
						Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-05-05 16:15:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ae9071368 
					 
					
						
						
							
							website/blog: publish I gambled against React and lost (and I don’t regret a thing) ( #5482 )  
						
						... 
						
						
						
						* website/blog: publish I gambled against React and lost (and I don’t regret a thing)
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Apply suggestions from code review
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
* Apply suggestions from code review
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
* small fixup, add data notes to graphs
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-05-05 16:06:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab795e6642 
					 
					
						
						
							
							internal: ignore insecure TLS certs ( #5483 )  
						
						... 
						
						
						
						* servers: ignore insecure TLS certs
* slight refactor to have a single place for tls config
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-05-05 15:57:52 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b7b62ba089 
					 
					
						
						
							
							providers/ldap: correctly use pagination in search results in both modes ( #5492 )  
						
						... 
						
						
						
						closes  #4292 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-05-05 15:51:02 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f0ccc61dd 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.50.0 to 7.51.0 in /web ( #5485 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.50.0 to 7.51.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.50.0...7.51.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-05-05 15:05:57 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5abaed66a 
					 
					
						
						
							
							web: bump lit from 2.7.3 to 2.7.4 in /web ( #5484 )  
						
						... 
						
						
						
						Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit ) from 2.7.3 to 2.7.4.
- [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.4/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-05-05 15:03:37 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						64d611212e 
					 
					
						
						
							
							web: bump @sentry/browser from 7.50.0 to 7.51.0 in /web ( #5487 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.50.0 to 7.51.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.50.0...7.51.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-05-05 15:03:25 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e9769d7fb 
					 
					
						
						
							
							core: bump golang.org/x/sync from 0.1.0 to 0.2.0 ( #5486 )  
						
						... 
						
						
						
						Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.1.0 to 0.2.0.
- [Commits](https://github.com/golang/sync/compare/v0.1.0...v0.2.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-05-05 15:02:06 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5aa744edca 
					 
					
						
						
							
							core: bump webauthn from 1.8.0 to 1.8.1 ( #5488 )  
						
						... 
						
						
						
						Bumps [webauthn](https://github.com/duo-labs/py_webauthn ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases )
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/duo-labs/py_webauthn/compare/v1.8.0...v1.8.1 )
---
updated-dependencies:
- dependency-name: webauthn
  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-05 15:01:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a7e2e9f81 
					 
					
						
						
							
							core: bump twilio from 8.1.0 to 8.2.0 ( #5489 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 8.1.0 to 8.2.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.1.0...8.2.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-05-05 15:01:24 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f43c0bc798 
					 
					
						
						
							
							core: bump duo-client from 5.0.0 to 5.0.1 ( #5490 )  
						
						... 
						
						
						
						Bumps [duo-client](https://github.com/duosecurity/duo_client_python ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/duosecurity/duo_client_python/releases )
- [Commits](https://github.com/duosecurity/duo_client_python/compare/5.0.0...5.0.1 )
---
updated-dependencies:
- dependency-name: duo-client
  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-05 15:01:06 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ffd3924095 
					 
					
						
						
							
							core: bump pytest-github-actions-annotate-failures from 0.1.8 to 0.2.0 ( #5491 )  
						
						... 
						
						
						
						Bumps [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures ) from 0.1.8 to 0.2.0.
- [Changelog](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/compare/v0.1.8...v0.2.0 )
---
updated-dependencies:
- dependency-name: pytest-github-actions-annotate-failures
  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-05 15:00:44 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed275bce4a 
					 
					
						
						
							
							core: bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 ( #5474 )  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.15.0 to 1.15.1.
- [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.0...v1.15.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_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-05-04 12:03:16 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b99ce890ef 
					 
					
						
						
							
							providers/scim: fix missing user/group filtering on SCIM direct save signals ( #5473 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-04 02:28:58 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5509bce3d7 
					 
					
						
						
							
							blueprints: ignore hidden files in discovery ( #5472 )  
						
						... 
						
						
						
						blueprints: ignore hidden files
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-04 02:16:48 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3f1e7a4d1 
					 
					
						
						
							
							root: fix generate_config script not setting debug ( #5465 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-03 23:52:59 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17fb4dab34 
					 
					
						
						
							
							Translate 'locale/en/LC_MESSAGES/django.po' in 'zh_CN' ( #5466 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated for the source file 'locale/en/LC_MESSAGES/django.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-03 23:51:58 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c0f3b56012 
					 
					
						
						
							
							Translate 'web/src/locales/en.po' in 'zh_CN' ( #5467 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh_CN
100% translated for the source file 'web/src/locales/en.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-03 23:51:45 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53415d8af8 
					 
					
						
						
							
							Translate 'web/src/locales/en.po' in 'zh-Hans' ( #5468 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh-Hans
100% translated for the source file 'web/src/locales/en.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-03 23:51:35 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed99b3d98f 
					 
					
						
						
							
							Translate 'locale/en/LC_MESSAGES/django.po' in 'zh-Hans' ( #5469 )  
						
						... 
						
						
						
						Apply translations in zh-Hans
100% translated for the source file 'locale/en/LC_MESSAGES/django.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-03 23:51:22 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6373dd2053 
					 
					
						
						
							
							web: bump API Client version ( #5464 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-05-03 18:29:14 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f607ee2c8 
					 
					
						
						
							
							policies: make policy engine modes consistent with database values ( #5462 )  
						
						... 
						
						
						
						* policies: make policy engine modes consistent with database values
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix in ui
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix missing case
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-03 18:16:16 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da6e74a353 
					 
					
						
						
							
							web/admin: fix file path setting not saved properly ( #5463 )  
						
						
						
						
					 
					
						2023-05-03 18:13:34 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b879989fe 
					 
					
						
						
							
							tests: replace mailhog with mailpit ( #5460 )  
						
						... 
						
						
						
						replace mailhog with mailpit
closes  #5373 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-03 17:18:03 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1508b9d01 
					 
					
						
						
							
							web/admin: add notes for users and groups ( #5459 )  
						
						... 
						
						
						
						* web/admin: add notes for users and groups
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix unrelated typo
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-03 15:19:14 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4601864f94 
					 
					
						
						
							
							web/admin: add toggle to hide deactivated users ( #5419 )  
						
						... 
						
						
						
						* web/admin: add toggle to hide deactivated users
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make default user path configurable
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-03 15:09:10 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2994218e4 
					 
					
						
						
							
							sources/oauth: add patreon type ( #5452 )  
						
						... 
						
						
						
						* Models Update to include Patreon as Social Sign On
Signed-off-by: DerGardine <julian.burgschweiger@gmail.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add tests, use vanity as username
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: DerGardine <julian.burgschweiger@gmail.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-03 13:49:43 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ae53b1ce8 
					 
					
						
						
							
							website/integrations: Add ProFTPD integration ( #5422 )  
						
						... 
						
						
						
						* website/integrations: Add ProFTPD integration
* slight consistency 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-05-03 13:02:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5fa9da444 
					 
					
						
						
							
							web: bump pyright from 1.1.305 to 1.1.306 in /web ( #5455 )  
						
						... 
						
						
						
						* web: bump pyright from 1.1.305 to 1.1.306 in /web
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.305 to 1.1.306.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.306/packages/pyright )
---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix
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-05-03 12:44:10 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						91da421391 
					 
					
						
						
							
							core: bump golang from 1.20.3-bullseye to 1.20.4-bullseye ( #5454 )  
						
						... 
						
						
						
						Bumps golang from 1.20.3-bullseye to 1.20.4-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-05-03 12:07:05 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1e67377f9 
					 
					
						
						
							
							web: bump @babel/core from 7.21.5 to 7.21.8 in /web ( #5456 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.21.5 to 7.21.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.21.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-03 12:06:51 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ad379f54f 
					 
					
						
						
							
							core: bump django-prometheus from 2.2.0 to 2.3.1 ( #5457 )  
						
						... 
						
						
						
						Bumps [django-prometheus](https://github.com/korfuri/django-prometheus ) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/korfuri/django-prometheus/releases )
- [Changelog](https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/korfuri/django-prometheus/compare/v2.2.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: django-prometheus
  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-05-03 11:50:43 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0be95d377a 
					 
					
						
						
							
							core: bump ruff from 0.0.263 to 0.0.264 ( #5458 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.263 to 0.0.264.
- [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.263...v0.0.264 )
---
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-05-03 11:50:20 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4da66cdb6b 
					 
					
						
						
							
							web/admin: fix radius view page not imported ( #5450 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-05-02 17:44:06 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a28b888ca4 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 in /web ( #5445 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.1 to 5.59.2.
- [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.2/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-02 11:26:26 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ec008d0d3 
					 
					
						
						
							
							web: bump @formatjs/intl-listformat from 7.2.1 to 7.2.2 in /web ( #5444 )  
						
						... 
						
						
						
						Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs ) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.2.1...@formatjs/intl-listformat@7.2.2 )
---
updated-dependencies:
- dependency-name: "@formatjs/intl-listformat"
  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-02 11:24:11 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b06dbab4ac 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.1 to 5.59.2 in /web ( #5443 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.1 to 5.59.2.
- [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.2/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-02 11:23:40 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab4d7ba2f0 
					 
					
						
						
							
							core: bump duo-client from 4.7.1 to 5.0.0 ( #5446 )  
						
						... 
						
						
						
						Bumps [duo-client](https://github.com/duosecurity/duo_client_python ) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/duosecurity/duo_client_python/releases )
- [Commits](https://github.com/duosecurity/duo_client_python/compare/4.7.1...5.0.0 )
---
updated-dependencies:
- dependency-name: duo-client
  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-05-02 11:19:46 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea806daf3e 
					 
					
						
						
							
							core: bump sentry-sdk from 1.21.0 to 1.21.1 ( #5433 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.21.0 to 1.21.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.21.0...1.21.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-05-01 23:37:09 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27e5f45919 
					 
					
						
						
							
							web: bump @babel/preset-typescript from 7.21.4 to 7.21.5 in /web ( #5431 )  
						
						... 
						
						
						
						Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.21.4 to 7.21.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.21.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  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-01 23:36:30 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b17ab9bb0 
					 
					
						
						
							
							web: bump @babel/core from 7.21.4 to 7.21.5 in /web ( #5430 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.21.4 to 7.21.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.21.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-01 23:36:16 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9283e02808 
					 
					
						
						
							
							web: bump chart.js from 4.2.1 to 4.3.0 in /web ( #5434 )  
						
						... 
						
						
						
						Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.2.1...v4.3.0 )
---
updated-dependencies:
- dependency-name: chart.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-05-01 23:26:03 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d6b5359b8b 
					 
					
						
						
							
							core: bump django-filter from 23.1 to 23.2 ( #5435 )  
						
						... 
						
						
						
						Bumps [django-filter](https://github.com/carltongibson/django-filter ) from 23.1 to 23.2.
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/23.1...23.2 )
---
updated-dependencies:
- dependency-name: django-filter
  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-05-01 23:24:19 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						77657b1f33 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.21.4 to 7.21.5 in /web ( #5432 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.21.4 to 7.21.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.21.5/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-01 23:23:44 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						131a43033e 
					 
					
						
						
							
							core: bump coverage from 7.2.3 to 7.2.5 ( #5436 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.3 to 7.2.5.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.3...7.2.5 )
---
updated-dependencies:
- dependency-name: coverage
  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-01 23:23:16 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fef841a458 
					 
					
						
						
							
							web/admin: always override send method instead of assigning ( #5426 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-30 19:55:29 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb8b87fcb3 
					 
					
						
						
							
							providers/scim: improve compatibility ( #5425 )  
						
						... 
						
						
						
						* providers/scim: improve compatibility
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint and tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-30 19:43:24 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f36a5a053f 
					 
					
						
						
							
							root: fix import error on non debug builds ( #5424 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-30 16:36:43 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc8f52b502 
					 
					
						
						
							
							web/admin: fix state issue after clearIcon/Background is used and for… ( #5423 )  
						
						... 
						
						
						
						web/admin: fix state issue after clearIcon/Background is used and form is re-used
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-30 14:25:18 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0b0e08446d 
					 
					
						
						
							
							blueprints: fix tests ( #5421 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-30 14:08:36 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1913b5ec41 
					 
					
						
						
							
							web/admin: fix outpost integration list ( #5418 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-29 20:35:17 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a8332eced6 
					 
					
						
						
							
							web/flow: render prompt inputs without unsafeHTML ( #5404 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-28 22:46:34 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af7cc8d42d 
					 
					
						
						
							
							blueprints: fix error when imported blueprint is invalid ( #5414 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-28 22:44:19 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5830781a5a 
					 
					
						
						
							
							root: add websocket logging ( #5408 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-28 20:34:34 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a7f324b96f 
					 
					
						
						
							
							Translate 'locale/en/LC_MESSAGES/django.po' in 'zh-Hans' ( #5410 )  
						
						... 
						
						
						
						Apply translations in zh-Hans
100% translated for the source file 'locale/en/LC_MESSAGES/django.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-04-28 19:27:47 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						494cfc2fea 
					 
					
						
						
							
							Translate 'locale/en/LC_MESSAGES/django.po' in 'zh_CN' ( #5409 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN
100% translated for the source file 'locale/en/LC_MESSAGES/django.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-04-28 19:27:38 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3af27323de 
					 
					
						
						
							
							Translate 'web/src/locales/en.po' in 'zh_CN' ( #5412 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh_CN
100% translated for the source file 'web/src/locales/en.po'
on the 'zh_CN' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-04-28 18:00:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8a6febaa02 
					 
					
						
						
							
							Translate 'web/src/locales/en.po' in 'zh-Hans' ( #5411 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh-Hans
100% translated for the source file 'web/src/locales/en.po'
on the 'zh-Hans' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-04-28 18:00:35 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ecce31ee87 
					 
					
						
						
							
							providers/scim: correctly handle 404 by re-creating object ( #5405 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-28 14:36:21 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						967a38b7ac 
					 
					
						
						
							
							crypto: make name field unique to prevent double certs ( #5406 )  
						
						... 
						
						
						
						* crypto: make name field unique to prevent double certs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-28 14:35:59 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d1ad104ec 
					 
					
						
						
							
							outposts: make state more consistent ( #5403 )  
						
						
						
						
					 
					
						2023-04-28 13:53:07 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						01663468de 
					 
					
						
						
							
							web: Fix label not clickable for checkbox and choice field in prompts ( #5355 )  
						
						... 
						
						
						
						* fix label not clickable for checkbox and choice field in prompts
* web/flows: fix label for attribute, fix checkbox styling
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
# Conflicts:
#	web/src/flow/stages/prompt/PromptStage.ts
---------
Co-authored-by: moritz <m.tratar@senbax.computer >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-28 12:26:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5e7731a4aa 
					 
					
						
						
							
							root: add checklist to PRs ( #5390 )  
						
						... 
						
						
						
						* root: add checklist to PRs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add frontend commands
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-28 12:21:57 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cb0fa6beb9 
					 
					
						
						
							
							web: fix API browser error ( #5402 )  
						
						... 
						
						
						
						* web: fix API browser error
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
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-04-28 12:21:46 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f67366dfa 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.49.0 to 7.50.0 in /web ( #5397 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.49.0 to 7.50.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.49.0...7.50.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-04-28 11:54:21 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b7922a5cd 
					 
					
						
						
							
							web: bump @sentry/browser from 7.49.0 to 7.50.0 in /web ( #5398 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.49.0 to 7.50.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.49.0...7.50.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-04-28 11:15:46 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dea44fc74d 
					 
					
						
						
							
							core: bump uvicorn from 0.21.1 to 0.22.0 ( #5399 )  
						
						... 
						
						
						
						Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.21.1 to 0.22.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.21.1...0.22.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-04-28 11:14:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dfe8a98849 
					 
					
						
						
							
							web: bump @lingui/cli from 3.17.2 to 4.0.0 in /web ( #5387 )  
						
						... 
						
						
						
						* web: bump @lingui/cli from 3.17.2 to 4.0.0 in /web
Bumps [@lingui/cli](https://github.com/lingui/js-lingui ) from 3.17.2 to 4.0.0.
- [Release notes](https://github.com/lingui/js-lingui/releases )
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lingui/js-lingui/compare/v3.17.2...v4.0.0 )
---
updated-dependencies:
- dependency-name: "@lingui/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* update
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* also bump typescript
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix logic error
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-04-27 18:28:08 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54d508ae8c 
					 
					
						
						
							
							ci: fix pyright errors ( #5392 )  
						
						... 
						
						
						
						* ci: fix pyright errors
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix error in oauth 1 source
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove redundant blueprint fixtures
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-27 17:33:47 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b0d8f8991 
					 
					
						
						
							
							providers/scim: ensure scim group member isn't None ( #5391 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-27 15:03:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b058906074 
					 
					
						
						
							
							web: bump pyright from 1.1.304 to 1.1.305 in /web ( #5389 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.304 to 1.1.305.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.305/packages/pyright )
---
updated-dependencies:
- dependency-name: pyright
  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-04-27 13:08:12 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4b0566c9d1 
					 
					
						
						
							
							website/blog: monorepo blog draft ( #5346 )  
						
						... 
						
						
						
						* monorepo blog draft
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/blog/2023-04-22-monorepos-are-great/item.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
---------
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-04-26 15:21:26 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						40dfa920e2 
					 
					
						
						
							
							core: bump sentry-sdk from 1.20.0 to 1.21.0 ( #5381 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.20.0 to 1.21.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.20.0...1.21.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-04-26 11:51:48 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						187d5e9b4c 
					 
					
						
						
							
							web: bump lit from 2.7.2 to 2.7.3 in /web ( #5380 )  
						
						... 
						
						
						
						Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit ) from 2.7.2 to 2.7.3.
- [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.3/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-04-26 11:51:18 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						147312c160 
					 
					
						
						
							
							core: bump ruff from 0.0.262 to 0.0.263 ( #5382 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.262 to 0.0.263.
- [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.262...v0.0.263 )
---
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-04-26 11:51:04 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4426cbec34 
					 
					
						
						
							
							policies: clear app cache when writing user, groups, policies ( #5371 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-25 15:24:47 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e05f028c0a 
					 
					
						
						
							
							web/admin: disable generated proxy config by default ( #5372 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-25 15:24:31 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						58a5c69f49 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.59.0 to 5.59.1 in /web ( #5368 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.59.0 to 5.59.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.59.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-04-25 10:56:38 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c7c60b271 
					 
					
						
						
							
							web: bump yaml from 2.2.1 to 2.2.2 in /web ( #5365 )  
						
						... 
						
						
						
						Bumps [yaml](https://github.com/eemeli/yaml ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-04-25 10:55:12 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d8c243bcd2 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 in /web ( #5367 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.59.0 to 5.59.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.59.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-04-25 10:54:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7cc4349d7 
					 
					
						
						
							
							core: bump pylint from 2.17.2 to 2.17.3 ( #5369 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.3 )
---
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-04-25 10:54:38 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13591fc72c 
					 
					
						
						
							
							ci: use correct sha for pushing image  
						
						... 
						
						
						
						Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-04-24 16:57:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b604ff5114 
					 
					
						
						
							
							ci: build on branch commit instead of merge commit  
						
						... 
						
						
						
						Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-04-24 16:57:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f72fa41a75 
					 
					
						
						
							
							website/integrations: DokuWiki integration ( #5208 )  
						
						... 
						
						
						
						* website: adds dokuwiki integration
* Apply suggestions from code review
Signed-off-by: Jens L. <jens@beryju.org >
* removed patch note since patch is upstream now
* format
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: Christian Mellwig <mellwig.c@fug-elektronik.de >
Co-authored-by: Jens L <jens@beryju.org >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-24 12:36:00 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						adf4191066 
					 
					
						
						
							
							web: bump eslint from 8.38.0 to 8.39.0 in /web ( #5356 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.38.0 to 8.39.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.38.0...v8.39.0 )
---
updated-dependencies:
- dependency-name: eslint
  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-04-24 12:31:06 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d2de586cc9 
					 
					
						
						
							
							website: bump prettier from 2.8.7 to 2.8.8 in /website ( #5357 )  
						
						... 
						
						
						
						Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.7 to 2.8.8.
- [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.7...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
  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-04-24 11:30:10 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dad5021870 
					 
					
						
						
							
							core: bump importlib-metadata from 6.5.0 to 6.6.0 ( #5359 )  
						
						... 
						
						
						
						Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 6.5.0 to 6.6.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.5.0...v6.6.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-04-24 11:29:42 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab3f993bb9 
					 
					
						
						
							
							web: bump prettier from 2.8.7 to 2.8.8 in /web ( #5358 )  
						
						... 
						
						
						
						Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.7 to 2.8.8.
- [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.7...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
  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-04-24 11:00:09 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						158fe2f9bb 
					 
					
						
						
							
							web/admin: fix cert expiry coloring ( #5354 )  
						
						
						
						
					 
					
						2023-04-23 19:16:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5970a6e2a2 
					 
					
						
						
							
							events: always run policies for notification rules even if no group is selected ( #5353 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-23 19:10:22 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c8f024d12 
					 
					
						
						
							
							website: add documentation for AUTHENTIK_REDIS__TLS ( #5349 )  
						
						... 
						
						
						
						* website: add documentation for AUTHENTIK_REDIS__TLS
Signed-off-by: Bardi Harborow <bardi@bardiharborow.com >
* add tls reqs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Bardi Harborow <bardi@bardiharborow.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-23 11:37:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						428daa5323 
					 
					
						
						
							
							website/docs: Update terminology.md ( #5350 )  
						
						... 
						
						
						
						Signed-off-by: Patrick Hofmann <patrick@ph89.de > 
						
						
					 
					
						2023-04-23 11:32:01 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4001af4d35 
					 
					
						
						
							
							core: bump sqlparse from 0.4.3 to 0.4.4 ( #5347 )  
						
						
						
						
					 
					
						2023-04-22 02:25:42 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1cec03dcf 
					 
					
						
						
							
							web/admin: remove grouping ( #5343 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-21 21:31:23 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						574ed72b95 
					 
					
						
						
							
							website/integrations: Update Discord login docs ( #5345 )  
						
						... 
						
						
						
						* Added trailing slash to redirect URI
Signed-off-by: Lázaro Blanc <40198445+lazaroblanc@users.noreply.github.com >
* updated images and removed unused one
---------
Signed-off-by: Lázaro Blanc <40198445+lazaroblanc@users.noreply.github.com >
Co-authored-by: Lázaro Blanc <lazaroblanc@users.noreply.github.com > 
						
						
					 
					
						2023-04-21 19:24:42 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						480f5c2aac 
					 
					
						
						
							
							ci: add log grouping ( #5342 )  
						
						... 
						
						
						
						* ci: add log grouping
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* try to group structlog output
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* format
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* earlier hooks
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* hmm
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* disable beats integration for now
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* test container logs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove testing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-21 19:06:11 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d4e502fdf5 
					 
					
						
						
							
							ci: bump setup-node version ( #5340 )  
						
						... 
						
						
						
						* ci: bump setup-node version
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* set skip-pkg-cache
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix failing codeQL
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix airgapped avatars
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-21 15:45:41 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						05b2fb5ec1 
					 
					
						
						
							
							root: Change docker-compose HTTP and HTTPS port variables ( #5335 )  
						
						... 
						
						
						
						* Clarify that COMPOSE_PORT_ changes exposed ports
Signed-off-by: Bojan Bogojevic <20166636+Bojan023@users.noreply.github.com >
* Change AUTHENTIK_PORT to COMPOSE_PORT 
Signed-off-by: Bojan Bogojevic <20166636+Bojan023@users.noreply.github.com >
* Change AUTHENTIK_PORT to COMPOSE_PORT 
Signed-off-by: Bojan Bogojevic <20166636+Bojan023@users.noreply.github.com >
* Add hint to Configuration for internal ports
Signed-off-by: Bojan Bogojevic <20166636+Bojan023@users.noreply.github.com >
* dont use different env syntaxes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add changelog entry
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Bojan Bogojevic <20166636+Bojan023@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-21 14:54:40 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb92c4a967 
					 
					
						
						
							
							providers/ldap: remove deprecated fields ( #5154 )  
						
						... 
						
						
						
						* providers/ldap: remove deprecated fields
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update changelog
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-21 14:10:24 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b40caf12df 
					 
					
						
						
							
							core: bump node from 18 to 20 ( #5329 )  
						
						... 
						
						
						
						* core: bump node from 18 to 20
Bumps node from 18 to 20.
---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* bump node everywhere, fixup go ci
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* bump versions in docs
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-04-21 13:54:23 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ebd2d14b4 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.48.0 to 7.49.0 in /web ( #5330 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.48.0 to 7.49.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.48.0...7.49.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-04-21 13:39:03 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						445bc05b67 
					 
					
						
						
							
							web: bump @sentry/browser from 7.48.0 to 7.49.0 in /web ( #5331 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.48.0 to 7.49.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.48.0...7.49.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-04-21 13:37:03 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7538b2f860 
					 
					
						
						
							
							ci: add docker tag without timestamp ( #5325 )  
						
						... 
						
						
						
						* ci: add docker tag without timestamp
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* ci: outposts: build for arm64 as well, align tags with main build
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* ci: remove branch name from sha-only tag
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* fix outposts images base
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* remove useless changes
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* remove useless outpost container tag
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* fix dev-server arm new tag name
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
---------
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-04-21 13:36:35 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						367f86ecfb 
					 
					
						
						
							
							root: optimise healthchecks ( #5337 )  
						
						... 
						
						
						
						* tests: remove redundant healthchecks
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* internal: do healthcheck within proxy instead of wget to use correct port
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tags
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-21 13:32:48 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						055ead54b5 
					 
					
						
						
							
							core: bump github.com/spf13/cobra from 0.0.3 to 1.7.0 ( #5333 )  
						
						... 
						
						
						
						Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 0.0.3 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v0.0.3...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  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-04-21 11:31:22 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df0232358b 
					 
					
						
						
							
							core: bump twilio from 8.0.0 to 8.1.0 ( #5332 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 8.0.0 to 8.1.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.0.0...8.1.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-04-21 11:31:09 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						baa3ea6585 
					 
					
						
						
							
							core: bump selenium from 4.8.3 to 4.9.0 ( #5334 )  
						
						... 
						
						
						
						Bumps [selenium](https://github.com/SeleniumHQ/Selenium ) from 4.8.3 to 4.9.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases )
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.9.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-04-21 11:26:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e75e2cf324 
					 
					
						
						
							
							website/docs: flow context docs ( #5243 )  
						
						... 
						
						
						
						* add flow context docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup some redundant things
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* added more section headers
* tweaked new headings
* Apply suggestions from code review
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
* add more keys, use dedicated prefix for internal keys
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* set toc_max_heading_level: 5
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update datatypes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more consistent header
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more fixes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/docs/flow/context/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/flow/context/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/flow/context/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Signed-off-by: Jens L. <jens@beryju.org >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana Berry <tana@goauthentik.io >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-04-20 17:31:34 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						948b83a2b2 
					 
					
						
						
							
							web: fix build ( #5327 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-20 19:48:56 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34e9af57fe 
					 
					
						
						
							
							website/integrations: switch default gitlab name identifier ( #5321 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
#5312  
						
						
					 
					
						2023-04-20 19:47:41 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94ae490284 
					 
					
						
						
							
							lifecycle: migrate internal healthcheck to use go ( #5322 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-20 19:46:49 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						690f263bac 
					 
					
						
						
							
							website: bump postcss from 8.4.22 to 8.4.23 in /website ( #5314 )  
						
						... 
						
						
						
						Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.22 to 8.4.23.
- [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.22...8.4.23 )
---
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-04-20 11:45:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6280446450 
					 
					
						
						
							
							web: bump @codemirror/lang-javascript from 6.1.6 to 6.1.7 in /web ( #5315 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript ) from 6.1.6 to 6.1.7.
- [Release notes](https://github.com/codemirror/lang-javascript/releases )
- [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-javascript/compare/6.1.6...6.1.7 )
---
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-04-20 11:45:26 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d87f86410 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023041.2 to 3.2023041.3 ( #5317 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023041.2 to 3.2023041.3.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023041.2...v3.2023041.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-04-20 11:45:10 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d1201f972 
					 
					
						
						
							
							core: bump sentry-sdk from 1.19.1 to 1.20.0 ( #5316 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.19.1 to 1.20.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.19.1...1.20.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-04-20 11:44:38 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78b23c4bd4 
					 
					
						
						
							
							core: bump ruff from 0.0.261 to 0.0.262 ( #5318 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.261 to 0.0.262.
- [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.261...v0.0.262 )
---
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-04-20 11:43:43 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7fcfc48af2 
					 
					
						
						
							
							web: bump API Client version ( #5311 )  
						
						... 
						
						
						
						* web: bump API Client version
Signed-off-by: GitHub <noreply@github.com >
* bump go api
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: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-19 14:39:53 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						611fd96e3a 
					 
					
						
						
							
							root: update API schema ( #5310 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-19 16:22:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4671d4afb4 
					 
					
						
						
							
							enterprise: initial license ( #5293 )  
						
						... 
						
						
						
						* enterprise: add enterprise license and app
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add license and terms
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't build enterprise into docker for now
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-19 16:13:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						07c4ef986b 
					 
					
						
						
							
							web: bump API Client version ( #5309 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-04-19 10:42:46 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d64ec5066 
					 
					
						
						
							
							website/docs: minor outpost adaptions ( #5308 )  
						
						... 
						
						
						
						* update configuration link
* Update Outposts list
* fix formatting
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-04-19 12:29:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee6edec1d8 
					 
					
						
						
							
							stages/prompt: Add initial_data prompt field and ability to select a default choice for choice fields ( #5095 )  
						
						... 
						
						
						
						* Added initial_value to model
* Added initial_value to admin panel
* Added initial_value support to flows; updated tests
* Updated default blueprints
* update docs
* Fix test
* Fix another test
* Fix yet another test
* Add placeholder migration
* Remove unused import 
						
						
					 
					
						2023-04-19 12:27:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						04cc7817ee 
					 
					
						
						
							
							web/admin: fix blueprint instance list without metadata or labels ( #5296 )  
						
						... 
						
						
						
						* Update BlueprintListPage.ts
`Object.hasOwn()` throws an exception if the first argument is `null` or `undefined`.
This change ensures that the first argument is never `null` or `undefined`.
Signed-off-by: cskwrd <cskwrd@users.noreply.github.com >
* Update web/src/admin/blueprints/BlueprintListPage.ts
Signed-off-by: Jens L. <jens@beryju.org >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: cskwrd <cskwrd@users.noreply.github.com >
Signed-off-by: Jens L. <jens@beryju.org >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens L <jens@beryju.org > 
						
						
					 
					
						2023-04-19 12:15:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ac6511548 
					 
					
						
						
							
							root: add argon2-cffi ( #5294 )  
						
						... 
						
						
						
						deps: add argon2-cffi
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space > 
						
						
					 
					
						2023-04-19 11:22:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2eee53806a 
					 
					
						
						
							
							web: bump @formatjs/intl-listformat from 7.2.0 to 7.2.1 in /web ( #5304 )  
						
						... 
						
						
						
						Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.2.0...@formatjs/intl-listformat@7.2.1 )
---
updated-dependencies:
- dependency-name: "@formatjs/intl-listformat"
  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-04-19 10:25:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5af79f176 
					 
					
						
						
							
							web: bump eslint-plugin-lit from 1.8.2 to 1.8.3 in /web ( #5302 )  
						
						... 
						
						
						
						Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit ) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/43081j/eslint-plugin-lit/releases )
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.8.2...v1.8.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-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-04-19 10:25:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0477862b73 
					 
					
						
						
							
							web: bump pyright from 1.1.303 to 1.1.304 in /web ( #5303 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.303 to 1.1.304.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.304/packages/pyright )
---
updated-dependencies:
- dependency-name: pyright
  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-04-19 10:25:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ef5213fae 
					 
					
						
						
							
							core: bump importlib-metadata from 6.4.1 to 6.5.0 ( #5305 )  
						
						... 
						
						
						
						Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 6.4.1 to 6.5.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.4.1...v6.5.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-04-19 10:24:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6a554ef45a 
					 
					
						
						
							
							web/admin: fix error when prompt previewing fails when loading the page ( #5290 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-18 14:53:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f44175303b 
					 
					
						
						
							
							root: add ruff linter ( #5240 )  
						
						... 
						
						
						
						* root: add ruff linter
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* actually add ruff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-18 13:28:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dfa80543b5 
					 
					
						
						
							
							root: add ruff linter ( #5240 )  
						
						... 
						
						
						
						* root: add ruff linter
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* actually add ruff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-18 13:28:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5f99887b50 
					 
					
						
						
							
							web/admin: fix flow stage binding update failing ( #5287 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-18 13:10:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2502a7cece 
					 
					
						
						
							
							website: update comparison and pricing ( #5284 )  
						
						... 
						
						
						
						* website: update comparison and pricing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add radius to comparison
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-18 11:10:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						77025cdb79 
					 
					
						
						
							
							web: bump API Client version ( #5285 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-04-18 09:00:35 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ce5f6d5d43 
					 
					
						
						
							
							release: Version 2023.4 ( #5283 )  
						
						... 
						
						
						
						* release: 2023.4.0
* release: 2023.4.1 
						
						
					 
					
						2023-04-18 10:45:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1893626e04 
					 
					
						
						
							
							website/docs: clear up radius provider ( #5263 )  
						
						... 
						
						
						
						* website/docs: clear up radius provider
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/docs/providers/radius/index.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 Langhammer <jens@goauthentik.io >
Signed-off-by: Jens L. <jens@beryju.org >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-04-18 10:42:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edb2aa2db5 
					 
					
						
						
							
							website/docs: 2023.4.1 release notes ( #5281 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-18 10:11:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e539d0a0e 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.58.0 to 5.59.0 in /web ( #5276 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.58.0 to 5.59.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.59.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/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-04-18 09:52:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3088b7f79 
					 
					
						
						
							
							core: bump github.com/go-openapi/runtime from 0.25.0 to 0.26.0 ( #5278 )  
						
						... 
						
						
						
						Bumps [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime ) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/go-openapi/runtime/releases )
- [Commits](https://github.com/go-openapi/runtime/compare/v0.25.0...v0.26.0 )
---
updated-dependencies:
- dependency-name: github.com/go-openapi/runtime
  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-04-18 09:52:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b186e35b61 
					 
					
						
						
							
							web: bump @formatjs/intl-listformat from 7.1.9 to 7.2.0 in /web ( #5277 )  
						
						... 
						
						
						
						Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs ) from 7.1.9 to 7.2.0.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.9...@formatjs/intl-listformat@7.2.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-04-18 09:51:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a3933f141 
					 
					
						
						
							
							web: bump @codemirror/theme-one-dark from 6.1.1 to 6.1.2 in /web ( #5280 )  
						
						... 
						
						
						
						Bumps [@codemirror/theme-one-dark](https://github.com/codemirror/theme-one-dark ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/codemirror/theme-one-dark/releases )
- [Changelog](https://github.com/codemirror/theme-one-dark/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/theme-one-dark/compare/6.1.1...6.1.2 )
---
updated-dependencies:
- dependency-name: "@codemirror/theme-one-dark"
  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-04-18 09:50:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f2eec0d21 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 in /web ( #5279 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.58.0 to 5.59.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.59.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-04-18 09:49:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9faad8a055 
					 
					
						
						
							
							web: bump @sentry/browser from 7.47.0 to 7.48.0 in /web ( #5268 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.47.0 to 7.48.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.47.0...7.48.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-04-17 10:16:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a94392808f 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023031.17 to 3.2023040.1 ( #5269 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023031.17 to 3.2023040.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023031.17...v3.2023040.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-04-17 10:13:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4998e7dd4 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.47.0 to 7.48.0 in /web ( #5266 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.47.0 to 7.48.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.47.0...7.48.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-04-17 10:12:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ab587d80e 
					 
					
						
						
							
							website: bump react-before-after-slider-component from 1.1.6 to 1.1.8 in /website ( #5267 )  
						
						... 
						
						
						
						website: bump react-before-after-slider-component in /website
Bumps [react-before-after-slider-component](https://github.com/smeleshkin/react-before-after-slider-component ) from 1.1.6 to 1.1.8.
- [Release notes](https://github.com/smeleshkin/react-before-after-slider-component/releases )
- [Commits](https://github.com/smeleshkin/react-before-after-slider-component/compare/v.1.1.6...v.1.1.8 )
---
updated-dependencies:
- dependency-name: react-before-after-slider-component
  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-04-17 10:12:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5715ffd845 
					 
					
						
						
							
							website: bump postcss from 8.4.21 to 8.4.22 in /website ( #5265 )  
						
						... 
						
						
						
						Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.21 to 8.4.22.
- [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.21...8.4.22 )
---
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-04-17 10:11:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c3834e6b2 
					 
					
						
						
							
							core: bump pytest from 7.3.0 to 7.3.1 ( #5270 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.0 to 7.3.1.
- [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.0...7.3.1 )
---
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-04-17 10:11:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f841586153 
					 
					
						
						
							
							core: bump importlib-metadata from 6.3.0 to 6.4.1 ( #5271 )  
						
						... 
						
						
						
						Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 6.3.0 to 6.4.1.
- [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.3.0...v6.4.1 )
---
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-04-17 10:11:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8b681250f 
					 
					
						
						
							
							core: bump drf-spectacular from 0.26.1 to 0.26.2 ( #5272 )  
						
						... 
						
						
						
						Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular ) from 0.26.1 to 0.26.2.
- [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.1...0.26.2 )
---
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-04-17 10:09:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ab9ee5acc 
					 
					
						
						
							
							website/docs: separate docker steps ( #5246 )  
						
						... 
						
						
						
						* separated steps for macs
* fixed formatting
* fixed formatting harder
* two passwords
* tweaks
* separated error logging step
* comments in wrong place
---------
Co-authored-by: Tana Berry <tana@goauthentik.io > 
						
						
					 
					
						2023-04-14 17:04:09 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a4c640835 
					 
					
						
						
							
							lifecycle: fix worker healthcheck ( #5259 )  
						
						... 
						
						
						
						closes  #5258 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-04-14 14:39:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38bf0ee740 
					 
					
						
						
							
							lifecycle: re-add exec to ak wrapper ( #5253 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-14 13:52:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						520fb2fac1 
					 
					
						
						
							
							ci: fix tag lookup for previous stable version ( #5257 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-14 13:51:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95adc38ff4 
					 
					
						
						
							
							web: bump API Client version ( #5256 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-04-14 11:34:14 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						55ad2d7eab 
					 
					
						
						
							
							website/docs: add helm RBAC notice ( #5255 )  
						
						... 
						
						
						
						website/docs: add helm notice
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-14 13:21:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8160663214 
					 
					
						
						
							
							release: 2023.4.0 ( #5254 )  
						
						
						
						
					 
					
						2023-04-14 13:20:22 +02:00