c02e2c22ff 
					 
					
						
						
							
							core: bump django-otp from 1.1.4 to 1.1.5 ( #4861 )  
						
						... 
						
						
						
						Bumps [django-otp](https://github.com/django-otp/django-otp ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/django-otp/django-otp/releases )
- [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst )
- [Commits](https://github.com/django-otp/django-otp/compare/v1.1.4...v1.1.5 )
---
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-03-07 10:43:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d834ec4db9 
					 
					
						
						
							
							web/elements: fix center text not scrolling with container ( #4853 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-06 23:21:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6a8b3d568 
					 
					
						
						
							
							website/docs: Corrected typo and added Note about port number if using Istio/Kubern… ( #4851 )  
						
						... 
						
						
						
						* Corrected typo and added Note about port number if using Istio/Kubernetes
@BeryJu I was reading [this article](https://prevue.ch/news/2022-10-11-istio-authentik/ ) about a fellow setting up authentik, using Istio and Kubernetes. I wanted to somehow add a heads up about the port number, but I am not confident that I got it right. Is it only if there are custom decisions being made that the port number has to be for the cluster? 
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/providers/proxy/forward_auth.mdx
Signed-off-by: Jens L. <jens@beryju.org >
* fix lint error
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens L <jens.langhammer@beryju.org >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-06 19:28:40 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4a7648ce3 
					 
					
						
						
							
							website: add website development setup, update contribution guidelines on PR titles ( #4852 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-06 19:27:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c0144c9bc1 
					 
					
						
						
							
							web: bump API Client version ( #4850 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-06 19:45:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						28ddeb124f 
					 
					
						
						
							
							providers: SCIM ( #4835 )  
						
						... 
						
						
						
						* basic user sync
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add group sync and some refactor
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* start API
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* allow null authorization flow
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add UI
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make task monitored
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add missing dependency
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make authorization_flow required for most providers via API
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* more UI
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make task result better readable, exclude anonymous user
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add task UI
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add scheduled task for all sync
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make scim errors more readable
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add mappings, migrate to mappings
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add mapping UI and more
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add scim docs to web
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* start implementing membership
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* migrate signals to tasks
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* migrate fully to tasks
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* strip none keys, fix lint errors
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix things
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* start adding tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix saml
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add scim schemas and validate against it
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* improve error handling
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add group put support, add group tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* send correct application/scim+json headers
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* stop sync if no mappings are confiugred
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add test for task sync
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add membership tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use decorator for tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make tests better
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-06 19:39:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dbc07f55f4 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.8 to 3.2023022.10 ( #4847 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.8 to 3.2023022.10.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.8...v3.2023022.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-03-06 10:53:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d7c2d8269 
					 
					
						
						
							
							core: bump pylint from 2.16.2 to 2.16.3 ( #4845 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.16.2 to 2.16.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.16.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-03-06 10:53:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						879ea8ed62 
					 
					
						
						
							
							core: bump pytest from 7.2.1 to 7.2.2 ( #4846 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.2.1 to 7.2.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.2.1...7.2.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-03-06 10:53:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54c76735e2 
					 
					
						
						
							
							core: bump drf-spectacular from 0.25.1 to 0.26.0 ( #4844 )  
						
						... 
						
						
						
						Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular ) from 0.25.1 to 0.26.0.
- [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.25.1...0.26.0 )
---
updated-dependencies:
- dependency-name: drf-spectacular
  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-03-06 10:53:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b6f5fed121 
					 
					
						
						
							
							core: bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 ( #4848 )  
						
						... 
						
						
						
						Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/oauth2/releases )
- [Commits](https://github.com/golang/oauth2/compare/v0.5.0...v0.6.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-03-06 10:52:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e08536af33 
					 
					
						
						
							
							web: bump mermaid from 10.0.1 to 10.0.2 in /web ( #4837 )  
						
						... 
						
						
						
						* web: bump mermaid from 10.0.1 to 10.0.2 in /web
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.0.1 to 10.0.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.0.1...v10.0.2 )
---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix failing bandit check
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-03-03 10:27:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c32e54746 
					 
					
						
						
							
							website: bump dns-packet from 5.3.1 to 5.4.0 in /website ( #4836 )  
						
						
						
						
					 
					
						2023-03-03 00:05:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9370d155f8 
					 
					
						
						
							
							sources/plex: fix check_token error unusable if token is empty ( #4834 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-02 22:21:54 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e47bbe63b8 
					 
					
						
						
							
							website/docs: update release notes ( #4833 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-02 20:27:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						972dce1462 
					 
					
						
						
							
							security: fix CVE-2023-26481 ( #4832 )  
						
						... 
						
						
						
						fix CVE-2023-26481
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-02 20:15:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b44d8972f 
					 
					
						
						
							
							stages/authenticator_sms: fix twilio sending, add test ( #4829 )  
						
						... 
						
						
						
						closes  #4823 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-02 14:39:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba9cafecc5 
					 
					
						
						
							
							web: bump @sentry/browser from 7.39.0 to 7.40.0 in /web ( #4826 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.39.0 to 7.40.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.40.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.39.0...7.40.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-03-02 11:57:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0f4f2c80a 
					 
					
						
						
							
							web: bump mermaid from 10.0.0 to 10.0.1 in /web ( #4825 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.0.0...v10.0.1 )
---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-03-02 11:56:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e715f1fbbb 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.39.0 to 7.40.0 in /web ( #4827 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.39.0 to 7.40.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.40.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.39.0...7.40.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-03-02 11:55:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dde9d02008 
					 
					
						
						
							
							web: bump @codemirror/lang-python from 6.1.1 to 6.1.2 in /web ( #4828 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-python](https://github.com/codemirror/lang-python ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/codemirror/lang-python/releases )
- [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-python/compare/6.1.1...6.1.2 )
---
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-03-02 11:55:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6eba37d5a 
					 
					
						
						
							
							core: Add resolve_dns and reverse_dns functions to evaluator ( #4769 )  
						
						... 
						
						
						
						* Add resolve_dns
* Add reverse_dns
* Fix lint
* add caching, small optimisation
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Added time-aware LRU cache
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-01 22:15:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2eb7c16a9a 
					 
					
						
						
							
							web/admin: set valid correctly when opened and radio is already selected ( #4821 )  
						
						... 
						
						
						
						closes  #4813 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-01 16:14:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87fa50c492 
					 
					
						
						
							
							web/admin: workaround for tenant certificate selection being cut off ( #4820 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
#4814  
						
						
					 
					
						2023-03-01 15:41:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9042664fcf 
					 
					
						
						
							
							web: bump pyright from 1.1.295 to 1.1.296 in /web ( #4818 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.295 to 1.1.296.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.296/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-03-01 11:02:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8a53041cc 
					 
					
						
						
							
							core: bump watchdog from 2.3.0 to 2.3.1 ( #4819 )  
						
						... 
						
						
						
						Bumps [watchdog](https://github.com/gorakhargosh/watchdog ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases )
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst )
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: watchdog
  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-03-01 10:59:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						20e971f5ce 
					 
					
						
						
							
							flows: planner error handling ( #4812 )  
						
						... 
						
						
						
						* handle FlowNonApplicableException everywhere
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make flow planner check authentication when no pending user is in planning context
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add mailhog to e2e test services, remove local docker requirement
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-28 15:18:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f2f4f4aa3 
					 
					
						
						
							
							web: bump @sentry/browser from 7.38.0 to 7.39.0 in /web ( #4807 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.38.0 to 7.39.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.38.0...7.39.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-02-28 11:11:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						66e8748503 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.38.0 to 7.39.0 in /web ( #4806 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.38.0 to 7.39.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.38.0...7.39.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-02-28 10:55:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5c8fa24a2 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.53.0 to 5.54.0 in /web ( #4810 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.53.0 to 5.54.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.54.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-02-28 10:55:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						335e124c0a 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.6 to 3.2023022.8 ( #4811 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.6 to 3.2023022.8.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.6...v3.2023022.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-02-28 10:54:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1faf3c66c7 
					 
					
						
						
							
							core: bump sentry-sdk from 1.15.0 to 1.16.0 ( #4809 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.15.0 to 1.16.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.15.0...1.16.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-02-28 10:53:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7810063ca0 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 in /web ( #4808 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.53.0 to 5.54.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.54.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-02-28 10:53:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						980320e24b 
					 
					
						
						
							
							tests/e2e: use example blueprints for testing ( #4805 )  
						
						... 
						
						
						
						* tests/e2e: use blueprints for testing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add identification stage assignment
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add recovery flow tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-27 22:42:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						118765ab30 
					 
					
						
						
							
							web: fetch custom.css via fetch and add stylesheet ( #4804 )  
						
						... 
						
						
						
						* web: fetch custom.css via fetch and add stylesheet
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't hardcode path
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-27 19:54:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5e60db8593 
					 
					
						
						
							
							providers/oauth2: fix typo ( #4803 )  
						
						
						
						
					 
					
						2023-02-27 17:17:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e81a065855 
					 
					
						
						
							
							web: bump API Client version ( #4801 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-02-27 15:26:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						39d0893303 
					 
					
						
						
							
							flows: change default flow stage binding settings ( #4784 )  
						
						... 
						
						
						
						* flows: change default flow stage binding settings
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fallback to correct value
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-27 15:21:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						99ddbf553c 
					 
					
						
						
							
							website: add X-Frame-Options ( #4800 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-27 13:40:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						799b509ac6 
					 
					
						
						
							
							web: bump @lingui/cli from 3.17.1 to 3.17.2 in /web ( #4792 )  
						
						... 
						
						
						
						Bumps [@lingui/cli](https://github.com/lingui/js-lingui ) from 3.17.1 to 3.17.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/v3.17.1...v3.17.2 )
---
updated-dependencies:
- dependency-name: "@lingui/cli"
  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-02-27 10:54:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc6b591dfb 
					 
					
						
						
							
							web: bump @lingui/macro from 3.17.1 to 3.17.2 in /web ( #4797 )  
						
						... 
						
						
						
						Bumps [@lingui/macro](https://github.com/lingui/js-lingui ) from 3.17.1 to 3.17.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/v3.17.1...v3.17.2 )
---
updated-dependencies:
- dependency-name: "@lingui/macro"
  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-02-27 10:52:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ef6a799533 
					 
					
						
						
							
							web: bump @lingui/core from 3.17.1 to 3.17.2 in /web ( #4791 )  
						
						... 
						
						
						
						Bumps [@lingui/core](https://github.com/lingui/js-lingui ) from 3.17.1 to 3.17.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/v3.17.1...v3.17.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-02-27 10:52:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26de143bf8 
					 
					
						
						
							
							core: bump github.com/stretchr/testify from 1.8.1 to 1.8.2 ( #4799 )  
						
						... 
						
						
						
						Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2 )
---
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-02-27 10:44:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad46b3f05c 
					 
					
						
						
							
							core: bump coverage from 7.2.0 to 7.2.1 ( #4794 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.0 to 7.2.1.
- [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.0...7.2.1 )
---
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-02-27 10:44:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0462afe964 
					 
					
						
						
							
							web: bump core-js from 3.28.0 to 3.29.0 in /web ( #4796 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.28.0 to 3.29.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.29.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-02-27 10:44:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1100b98596 
					 
					
						
						
							
							web: bump @lingui/detect-locale from 3.17.1 to 3.17.2 in /web ( #4793 )  
						
						... 
						
						
						
						Bumps [@lingui/detect-locale](https://github.com/lingui/js-lingui ) from 3.17.1 to 3.17.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/v3.17.1...v3.17.2 )
---
updated-dependencies:
- dependency-name: "@lingui/detect-locale"
  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-02-27 10:43:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89ccdfcf6e 
					 
					
						
						
							
							web: bump @trivago/prettier-plugin-sort-imports from 4.1.0 to 4.1.1 in /web ( #4790 )  
						
						... 
						
						
						
						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.0 to 4.1.1.
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases )
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/master/CHANGELOG.md )
- [Commits](https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  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-02-27 10:43:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a328d2d68a 
					 
					
						
						
							
							web: bump eslint from 8.34.0 to 8.35.0 in /web ( #4795 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.34.0 to 8.35.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.34.0...v8.35.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-02-27 10:43:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5a94ea687 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.5 to 3.2023022.6 ( #4798 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.5 to 3.2023022.6.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.5...v3.2023022.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-02-27 10:40:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						596ff529c4 
					 
					
						
						
							
							core: bootstrap email ( #4788 )  
						
						
						
						
					 
					
						2023-02-26 17:02:45 +01:00