e1bae1240f 
					 
					
						
						
							
							release: 2023.4.2  
						
						
						
						
					 
					
						2023-06-22 22:21:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37bd62d291 
					 
					
						
						
							
							ci: replace github bot account with github app ( #5819 )  
						
						... 
						
						
						
						Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-22 22:21:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac63db0136 
					 
					
						
						
							
							bump web api client  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-22 21:27:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5cdf3a09a9 
					 
					
						
						
							
							ATH-01-012: escape quotation marks  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-19 13:45:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e17adf33f 
					 
					
						
						
							
							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 > 
						
						
					 
					
						2023-06-19 13:45:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8392916c84 
					 
					
						
						
							
							ATH-01-010: rework  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-19 13:45:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7e75a48fd0 
					 
					
						
						
							
							ATH-01-009: migrate impersonation to use API  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
# Conflicts:
#	authentik/core/urls.py
#	web/src/admin/AdminInterface.ts
#	web/src/admin/users/RelatedUserList.ts
#	web/src/admin/users/UserListPage.ts
#	web/src/admin/users/UserViewPage.ts
#	web/src/user/UserInterface.ts 
						
						
					 
					
						2023-06-19 13:45:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d69d84e48c 
					 
					
						
						
							
							ATH-01-005: use hmac.compare_digest for secret_key authentication  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-19 13:43:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78cc8fa498 
					 
					
						
						
							
							ATH-01-003 / ATH-01-012: disable htmlLabels in mermaid  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-06-19 13:43:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0fcdf5e968 
					 
					
						
						
							
							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 > 
						
						
					 
					
						2023-06-19 13:43:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f05997740f 
					 
					
						
						
							
							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.
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
# Conflicts:
#	web/src/admin/applications/ApplicationCheckAccessForm.ts
#	web/src/admin/crypto/CertificateGenerateForm.ts
#	web/src/admin/flows/FlowImportForm.ts
#	web/src/admin/groups/RelatedGroupList.ts
#	web/src/admin/policies/PolicyTestForm.ts
#	web/src/admin/property-mappings/PropertyMappingTestForm.ts
#	web/src/admin/providers/saml/SAMLProviderImportForm.ts
#	web/src/admin/users/RelatedUserList.ts
#	web/src/admin/users/ServiceAccountForm.ts
#	web/src/admin/users/UserPasswordForm.ts
#	web/src/admin/users/UserResetEmailForm.ts 
						
						
					 
					
						2023-06-19 13:42:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1aff300171 
					 
					
						
						
							
							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. 
						
						
					 
					
						2023-06-19 13:38:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ffb98eaa75 
					 
					
						
						
							
							ATH-01-001: resolve path and check start before loading blueprints  
						
						... 
						
						
						
						This is even less of an issue since 411ef239f6jens@goauthentik.io > 
						
						
					 
					
						2023-06-19 13:38:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c1db432f0 
					 
					
						
						
							
							release: 2023.4.1  
						
						
						
						
					 
					
						2023-04-18 10:50:44 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						07fd4daa3e 
					 
					
						
						
							
							Merge branch 'main' into version-2023.4  
						
						
						
						
					 
					
						2023-04-17 22:46:09 +03: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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa80babfff 
					 
					
						
						
							
							release: 2023.4.0  
						
						
						
						
					 
					
						2023-04-14 13:28:57 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6a700cb376 
					 
					
						
						
							
							core: fix user metrics for users which can't access events ( #5252 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-14 11:20:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e123afd9ee 
					 
					
						
						
							
							web/admin: fix impersonate button layout ( #5251 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-14 11:20:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						96e732e45b 
					 
					
						
						
							
							web: bump @codemirror/lang-javascript from 6.1.5 to 6.1.6 in /web ( #5247 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript ) from 6.1.5 to 6.1.6.
- [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.5...6.1.6 )
---
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-14 10:35:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6349ab60e7 
					 
					
						
						
							
							web: bump core-js from 3.30.0 to 3.30.1 in /web ( #5248 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.30.0 to 3.30.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.30.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-04-14 10:35:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b0749af6b 
					 
					
						
						
							
							core: bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 ( #5249 )  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.14.0 to 1.15.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.14.0...v1.15.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-04-14 10:34:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5098364eb 
					 
					
						
						
							
							events: unpack wrapped query from FlowExecutor ( #5244 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-14 00:07:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71820191a3 
					 
					
						
						
							
							root: fix contributing List points ( #5245 )  
						
						
						
						
					 
					
						2023-04-13 22:48:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c08c849fec 
					 
					
						
						
							
							website: fix doc build ( #5242 )  
						
						... 
						
						
						
						* ci: run both builds
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix build
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-13 17:20:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6a74fa11c6 
					 
					
						
						
							
							providers/oauth2: inconsistent client secret generation ( #5241 )  
						
						... 
						
						
						
						* use simpler char set for client secret
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* also adjust radius
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use similar logic in web to generate ids and secrets
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* dont use math.random
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-13 15:06:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7841720acf 
					 
					
						
						
							
							core: bump gitpython from 3.1.29 to 3.1.30 ( #5239 )  
						
						... 
						
						
						
						Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.29...3.1.30 )
---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-04-13 14:15:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						67644ace87 
					 
					
						
						
							
							website/docs: prepare 2023.4 release notes ( #5223 )  
						
						... 
						
						
						
						* website/docs: prepare 2023.4 release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add prompt preview
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 website/docs/releases/2023/v2023.4.md
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens L. <jens@beryju.org >
* add new release to sidebar
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-13 14:11:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f84a10b59b 
					 
					
						
						
							
							core: revert django update ( #5236 )  
						
						... 
						
						
						
						* Revert "core: bump django from 4.1.7 to 4.2 (#5151 )"
This reverts commit 18a4eac527jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-13 14:10:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						200d6d6adf 
					 
					
						
						
							
							website: bump docusaurus ( #5235 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-13 13:45:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0f1ebfad3 
					 
					
						
						
							
							core: bump packaging from 23.0 to 23.1 ( #5234 )  
						
						... 
						
						
						
						Bumps [packaging](https://github.com/pypa/packaging ) from 23.0 to 23.1.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/23.0...23.1 )
---
updated-dependencies:
- dependency-name: packaging
  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-13 11:31:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d849d7bd7 
					 
					
						
						
							
							core: bump maxmindinc/geoipupdate from v4.11 to v5.0 ( #5233 )  
						
						... 
						
						
						
						Bumps maxmindinc/geoipupdate from v4.11 to v5.0.
---
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-04-13 11:30:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1dfe04786 
					 
					
						
						
							
							website/integrations: Addition of phpIPAM SAML integration documentation ( #5221 )  
						
						... 
						
						
						
						* website/integrations: Addition of phpIPAM SAML integration documentation
* website/integrations: Addition of phpIPAM SAML integration documentation
* website/integrations: Fix formatting to pass npm prettier checks of new phpIPAM documentation
* website/integrations: Fix typo in certificate for codespell linting.
* website/integrations: Change => to ->. Fix indentation on python expressions. Fix copy/paste error on modules SAML attribute.
---------
Co-authored-by: Aaron Naden <aaron@DESKTOP-H5LSEU8> 
						
						
					 
					
						2023-04-12 17:28:58 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4d7d2b8d3a 
					 
					
						
						
							
							web: bump pyright from 1.1.302 to 1.1.303 in /web ( #5229 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.302 to 1.1.303.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.303/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-12 11:21:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6cc0f189c 
					 
					
						
						
							
							web: bump @rollup/plugin-commonjs from 24.0.1 to 24.1.0 in /web ( #5230 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 24.0.1 to 24.1.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v24.1.0/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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-12 11:20:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18a4eac527 
					 
					
						
						
							
							core: bump django from 4.1.7 to 4.2 ( #5151 )  
						
						... 
						
						
						
						* core: bump django from 4.1.7 to 4.2
Bumps [django](https://github.com/django/django ) from 4.1.7 to 4.2.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/4.1.7...4.2 )
---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* upgrade to psycopg3, use custom engine for prometheus metrics
See https://github.com/korfuri/django-prometheus/issues/350 
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make scripts use pscopg3
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-11 15:00:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6dd2e2b85f 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 in /web ( #5225 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.57.1 to 5.58.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.58.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-11 14:30:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7bfea87864 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.57.1 to 5.58.0 in /web ( #5226 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.57.1 to 5.58.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.58.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-11 14:02:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ca8feb5fc 
					 
					
						
						
							
							sources/ldap: make schema optional ( #5213 )  
						
						... 
						
						
						
						* sources/ldap: make schema optional
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* create one connection and re-use it
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use magicmock
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-10 21:55:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c1615d044b 
					 
					
						
						
							
							web/flows: update flow background ( #5222 )  
						
						
						
						
					 
					
						2023-04-10 19:33:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edc9d60e22 
					 
					
						
						
							
							web: bump eslint-plugin-custom-elements from 0.0.7 to 0.0.8 in /web ( #5215 )  
						
						... 
						
						
						
						Bumps [eslint-plugin-custom-elements](https://github.com/github/eslint-plugin-custom-elements ) from 0.0.7 to 0.0.8.
- [Release notes](https://github.com/github/eslint-plugin-custom-elements/releases )
- [Commits](https://github.com/github/eslint-plugin-custom-elements/compare/v0.0.7...v0.0.8 )
---
updated-dependencies:
- dependency-name: eslint-plugin-custom-elements
  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-10 18:57:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e6b135d535 
					 
					
						
						
							
							core: bump pytest from 7.2.2 to 7.3.0 ( #5218 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.2.2 to 7.3.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.2.2...7.3.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-04-10 18:56:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8cfad9a854 
					 
					
						
						
							
							core: bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 ( #5219 )  
						
						... 
						
						
						
						Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/oauth2/releases )
- [Commits](https://github.com/golang/oauth2/compare/v0.6.0...v0.7.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-04-10 18:55:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2237358633 
					 
					
						
						
							
							web: bump eslint from 8.37.0 to 8.38.0 in /web ( #5217 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.37.0 to 8.38.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.37.0...v8.38.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-10 18:55:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d15cd9ce5f 
					 
					
						
						
							
							core: bump importlib-metadata from 6.1.0 to 6.3.0 ( #5220 )  
						
						... 
						
						
						
						Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 6.1.0 to 6.3.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.1.0...v6.3.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-10 18:54:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						62abe22673 
					 
					
						
						
							
							website/blog: blog re supply chain attacks ( #5204 )  
						
						... 
						
						
						
						* blog re supply chain attacks
* fixed title and slug
* tweaks
* fix formatting
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix weird links from notion
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add truncate
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix email
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-09 22:14:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b78570597 
					 
					
						
						
							
							outposts: run containers as non root ( #5212 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-09 21:39:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						549e4dcb94 
					 
					
						
						
							
							core: bump twilio from 7.17.0 to 8.0.0 ( #5194 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 7.17.0 to 8.0.0.
- [Release notes](https://github.com/twilio/twilio-python/releases )
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md )
- [Upgrade guide](https://github.com/twilio/twilio-python/blob/main/UPGRADE.md )
- [Commits](https://github.com/twilio/twilio-python/compare/7.17.0...8.0.0 )
---
updated-dependencies:
- dependency-name: twilio
  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-08 22:14:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1480ff6732 
					 
					
						
						
							
							core: bump structlog from 22.3.0 to 23.1.0 ( #5202 )  
						
						... 
						
						
						
						Bumps [structlog](https://github.com/hynek/structlog ) from 22.3.0 to 23.1.0.
- [Release notes](https://github.com/hynek/structlog/releases )
- [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hynek/structlog/compare/22.3.0...23.1.0 )
---
updated-dependencies:
- dependency-name: structlog
  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-08 21:53:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0e1000764d 
					 
					
						
						
							
							core: bump coverage from 7.2.2 to 7.2.3 ( #5203 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.2 to 7.2.3.
- [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.2...7.2.3 )
---
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-04-08 21:53:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8dc9b43bb5 
					 
					
						
						
							
							core: bump sentry-sdk from 1.19.0 to 1.19.1 ( #5195 )  
						
						
						
						
					 
					
						2023-04-06 21:56:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ce0aa54c7 
					 
					
						
						
							
							web: bump @sentry/browser from 7.46.0 to 7.47.0 in /web ( #5190 )  
						
						
						
						
					 
					
						2023-04-06 18:04:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5888e79f5 
					 
					
						
						
							
							web: bump lit from 2.7.1 to 2.7.2 in /web ( #5192 )  
						
						
						
						
					 
					
						2023-04-06 18:04:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25d779e879 
					 
					
						
						
							
							core: bump python from 3.11.2-slim-bullseye to 3.11.3-slim-bullseye ( #5191 )  
						
						
						
						
					 
					
						2023-04-06 18:03:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1fbb85821 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.46.0 to 7.47.0 in /web ( #5193 )  
						
						
						
						
					 
					
						2023-04-06 18:03:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea307689d4 
					 
					
						
						
							
							Update README.md ( #5188 )  
						
						... 
						
						
						
						* Update README.md
Revise authentik feature statement for grammar and clarity
Signed-off-by: Yash Gupta <97800656+yash-gupta167@users.noreply.github.com >
* Update README.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
---------
Signed-off-by: Yash Gupta <97800656+yash-gupta167@users.noreply.github.com >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-04-06 08:07:48 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a06c1685b 
					 
					
						
						
							
							core: bump duo-client from 4.7.0 to 4.7.1 ( #5196 )  
						
						
						
						
					 
					
						2023-04-06 10:30:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						977757f561 
					 
					
						
						
							
							policies: provider raw result for better policy reusability ( #5189 )  
						
						... 
						
						
						
						* policies: include raw_result in PolicyResult
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* move ak_call_policy to base evaluator
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-06 09:42:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c117d98e27 
					 
					
						
						
							
							README: added link to Contributor file, small edits ( #5172 )  
						
						... 
						
						
						
						added link to Contributor file, small edits
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local > 
						
						
					 
					
						2023-04-05 12:41:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						711e98d049 
					 
					
						
						
							
							stages/identification: revert is_active check ( #5183 )  
						
						
						
						
					 
					
						2023-04-05 15:49:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f84c176bd0 
					 
					
						
						
							
							web/admin: fix sidebar avatar not loaded ( #5184 )  
						
						
						
						
					 
					
						2023-04-05 15:49:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4b11ca861 
					 
					
						
						
							
							CONTRIBUTING: added a section about contributing to docs ( #5173 )  
						
						... 
						
						
						
						added a section about contributing to docs
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local > 
						
						
					 
					
						2023-04-05 07:29:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						132a353b92 
					 
					
						
						
							
							outposts: set k8s deployment security context ( #5163 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-05 13:36:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb464aad50 
					 
					
						
						
							
							web: bump @codemirror/lang-javascript from 6.1.4 to 6.1.5 in /web ( #5176 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript ) from 6.1.4 to 6.1.5.
- [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.4...6.1.5 )
---
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-05 11:32:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab27cd0a9a 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023031.14 to 3.2023031.17 ( #5181 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023031.14 to 3.2023031.17.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023031.14...v3.2023031.17 )
---
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-05 11:32:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						241280f2b5 
					 
					
						
						
							
							core: bump golang from 1.20.2-bullseye to 1.20.3-bullseye ( #5175 )  
						
						... 
						
						
						
						Bumps golang from 1.20.2-bullseye to 1.20.3-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-04-05 11:31:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d110b5b661 
					 
					
						
						
							
							ci: bump peter-evans/create-pull-request from 4 to 5 ( #5179 )  
						
						... 
						
						
						
						Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  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-05 11:31:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8871a4acb2 
					 
					
						
						
							
							web: bump @rollup/plugin-node-resolve from 15.0.1 to 15.0.2 in /web ( #5178 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.0.2/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  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-05 11:31:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1ad357abd 
					 
					
						
						
							
							web: bump pyright from 1.1.301 to 1.1.302 in /web ( #5177 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.301 to 1.1.302.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.302/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-05 11:30:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81f9842797 
					 
					
						
						
							
							web: bump mermaid from 10.0.2 to 10.1.0 in /web ( #5182 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 10.0.2 to 10.1.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.0.2...v10.1.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-04-05 11:30:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						712256cdfe 
					 
					
						
						
							
							web: bump @rollup/plugin-typescript from 11.0.0 to 11.1.0 in /web ( #5180 )  
						
						... 
						
						
						
						Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v11.1.0/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  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-05 11:29:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb4808418c 
					 
					
						
						
							
							core: bump sentry-sdk from 1.18.0 to 1.19.0 ( #5169 )  
						
						... 
						
						
						
						* core: bump sentry-sdk from 1.18.0 to 1.19.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.18.0 to 1.19.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.18.0...1.19.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 >
* use new features
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-04 15:29:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c7bb9dc2e 
					 
					
						
						
							
							web/admin: fix ldap form when editing scim provider from view page ( #5164 )  
						
						
						
						
					 
					
						2023-04-04 12:42:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a3809135e 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 in /web ( #5156 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.57.0 to 5.57.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.57.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-04 10:30:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de13265997 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.57.0 to 5.57.1 in /web ( #5158 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.57.0 to 5.57.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.57.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-04 10:28:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0228ea9a4c 
					 
					
						
						
							
							web: bump core-js from 3.29.1 to 3.30.0 in /web ( #5157 )  
						
						... 
						
						
						
						Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.29.1 to 3.30.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.30.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-04-04 10:28:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						faf986c231 
					 
					
						
						
							
							web: bump lit from 2.7.0 to 2.7.1 in /web ( #5159 )  
						
						... 
						
						
						
						Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit ) from 2.7.0 to 2.7.1.
- [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.1/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-04 10:27:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						315eae009f 
					 
					
						
						
							
							core: bump pylint from 2.17.1 to 2.17.2 ( #5160 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.17.1 to 2.17.2.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.1...v2.17.2 )
---
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-04 10:27:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02f75a92ce 
					 
					
						
						
							
							lifecycle: don't use celery ping for worker healthcheck ( #5153 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-03 18:15:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a92786e153 
					 
					
						
						
							
							core: bump psycopg2-binary from 2.9.5 to 2.9.6 ( #5150 )  
						
						... 
						
						
						
						Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2 ) from 2.9.5 to 2.9.6.
- [Release notes](https://github.com/psycopg/psycopg2/releases )
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS )
- [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6 )
---
updated-dependencies:
- dependency-name: psycopg2-binary
  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-03 17:28:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						157c23946e 
					 
					
						
						
							
							web: bump @babel/preset-env from 7.20.2 to 7.21.4 in /web ( #5145 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.20.2 to 7.21.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.21.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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-03 14:09:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6b33d65af 
					 
					
						
						
							
							web: bump @babel/preset-typescript from 7.21.0 to 7.21.4 in /web ( #5143 )  
						
						
						
						
					 
					
						2023-04-03 13:39:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ce461631b5 
					 
					
						
						
							
							web: bump @babel/core from 7.21.3 to 7.21.4 in /web ( #5142 )  
						
						
						
						
					 
					
						2023-04-03 13:38:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f106a9049 
					 
					
						
						
							
							core: bump github.com/getsentry/sentry-go from 0.19.0 to 0.20.0 ( #5146 )  
						
						
						
						
					 
					
						2023-04-03 13:38:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7038431e19 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.21.0 to 7.21.4 in /web ( #5144 )  
						
						
						
						
					 
					
						2023-04-03 13:37:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3fd9b53fe6 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023031.11 to 3.2023031.14 ( #5147 )  
						
						
						
						
					 
					
						2023-04-03 13:36:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e542783fec 
					 
					
						
						
							
							web: bump API Client version ( #5141 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-04-02 17:39:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						adcd11b1f8 
					 
					
						
						
							
							core: extend postgres configuration ( #5138 )  
						
						... 
						
						
						
						Add postgres configuration options to control
TLS verification and client certificates. 
						
						
					 
					
						2023-04-02 17:39:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6192d01b7e 
					 
					
						
						
							
							stages: Add ability to set user friendly names for MFA stages ( #5005 )  
						
						... 
						
						
						
						* Added ability to name MFA stage
* Schema
* Changed Charfield to Textfield
* Regenerated schema
* Add explicit required
* set null instead of blank so title check works
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add help text and adjust wording
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-02 16:52:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd2677af1f 
					 
					
						
						
							
							root: bump api generator ( #5139 )  
						
						... 
						
						
						
						* root: bump api generator
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* bump api diff too
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* bump go api client
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* simplify go api generation
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-04-01 18:10:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5947c7b97e 
					 
					
						
						
							
							stages/user_write: improve error handling ( #5136 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-31 23:59:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						986d7bf714 
					 
					
						
						
							
							root: set codecov after_n_builds and threshold ( #5137 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-31 23:59:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6282e923d6 
					 
					
						
						
							
							core: bump redis from 4.5.3 to 4.5.4 ( #5135 )  
						
						... 
						
						
						
						Bumps [redis](https://github.com/redis/redis-py ) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.5.3...v4.5.4 )
---
updated-dependencies:
- dependency-name: redis
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-03-31 16:48:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						88b4125a6a 
					 
					
						
						
							
							web: bump @sentry/browser from 7.45.0 to 7.46.0 in /web ( #5130 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.45.0 to 7.46.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.45.0...7.46.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-31 10:58:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						208c2d1913 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.45.0 to 7.46.0 in /web ( #5132 )  
						
						
						
						
					 
					
						2023-03-31 10:53:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54dc0a46b4 
					 
					
						
						
							
							web: bump @webcomponents/webcomponentsjs from 2.7.0 to 2.8.0 in /web ( #5131 )  
						
						
						
						
					 
					
						2023-03-31 10:53:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fc807744bf 
					 
					
						
						
							
							website/blog: JWT blog final draft for review ( #5128 )  
						
						... 
						
						
						
						* final draft for review
* fix some formatting stuff
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add image and table
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update tags
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* image for table because markdown
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/blog/2023-03-30-JWTs-a-token-that-changed-how-we-see-identity/item.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/blog/2023-03-30-JWTs-a-token-that-changed-how-we-see-identity/item.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* fix formatting
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/blog/2023-03-30-JWTs-a-token-that-changed-how-we-see-identity/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 <tanaberry@Tanas-MacBook-Pro-authentik.local >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-30 14:27:14 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9666d407b4 
					 
					
						
						
							
							lifecycle: also migrate before starting worker, trap exit to cleanup mode ( #5123 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-30 14:04:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75510ead84 
					 
					
						
						
							
							core: fix app launch URL flow selection ( #5113 )  
						
						
						
						
					 
					
						2023-03-30 02:10:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						73bf6fd530 
					 
					
						
						
							
							core: bump channels-redis from 4.0.0 to 4.1.0 ( #5115 )  
						
						... 
						
						
						
						* core: bump channels-redis from 4.0.0 to 4.1.0
Bumps [channels-redis](https://github.com/django/channels_redis ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/django/channels_redis/releases )
- [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/channels_redis/compare/4.0.0...4.1.0 )
---
updated-dependencies:
- dependency-name: channels-redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* remove channels <4.1 workaround
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-30 00:08:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2e5a33f0c2 
					 
					
						
						
							
							web: bump pyright from 1.1.300 to 1.1.301 in /web ( #5117 )  
						
						
						
						
					 
					
						2023-03-29 14:51:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c33d13dff 
					 
					
						
						
							
							web: bump eslint from 8.36.0 to 8.37.0 in /web ( #5116 )  
						
						
						
						
					 
					
						2023-03-29 12:29:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a70de69228 
					 
					
						
						
							
							core: bump sentry-sdk from 1.17.0 to 1.18.0 ( #5118 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.17.0 to 1.18.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.17.0...1.18.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-03-29 11:33:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab2d39dd2a 
					 
					
						
						
							
							core: bump black from 23.1.0 to 23.3.0 ( #5114 )  
						
						... 
						
						
						
						Bumps [black](https://github.com/psf/black ) from 23.1.0 to 23.3.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.1.0...23.3.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-03-29 11:32:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2084156f1d 
					 
					
						
						
							
							web: only show debug locale if debug mode is enabled ( #5111 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-28 20:49:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d2725825c 
					 
					
						
						
							
							providers/scim: add missing default fields ( #5108 )  
						
						... 
						
						
						
						* providers/scim: add missing default fields
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
#4554 
* update tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-28 14:42:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b9754f9c13 
					 
					
						
						
							
							web/user: rework search ( #5107 )  
						
						... 
						
						
						
						closes  #5106 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-28 14:09:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb2e5b4861 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.56.0 to 5.57.0 in /web ( #5102 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.56.0 to 5.57.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.57.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-03-28 12:06:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89abc99dc0 
					 
					
						
						
							
							website/docs: prepare 2023.4 release notes ( #5083 )  
						
						... 
						
						
						
						* website/docs: prepare 2023.4 release notes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* Update website/docs/releases/_template.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-03-28 12:05:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f92c661d09 
					 
					
						
						
							
							core: bump github.com/go-openapi/strfmt from 0.21.5 to 0.21.7 ( #5103 )  
						
						... 
						
						
						
						Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt ) from 0.21.5 to 0.21.7.
- [Release notes](https://github.com/go-openapi/strfmt/releases )
- [Commits](https://github.com/go-openapi/strfmt/compare/v0.21.5...v0.21.7 )
---
updated-dependencies:
- dependency-name: github.com/go-openapi/strfmt
  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-28 12:01:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3468afc399 
					 
					
						
						
							
							web: bump @codemirror/lang-html from 6.4.2 to 6.4.3 in /web ( #5101 )  
						
						... 
						
						
						
						Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html ) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/codemirror/lang-html/releases )
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/lang-html/compare/6.4.2...6.4.3 )
---
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-03-28 12:01:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a286ae276b 
					 
					
						
						
							
							web: bump @fortawesome/fontawesome-free from 6.3.0 to 6.4.0 in /web ( #5099 )  
						
						... 
						
						
						
						Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.3.0...6.4.0 )
---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  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-28 12:00:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4fdd978b57 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023031.5 to 3.2023031.10 ( #5104 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023031.5 to 3.2023031.10.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023031.5...v3.2023031.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-28 12:00:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c52bd8c4b9 
					 
					
						
						
							
							core: bump redis from 4.3.4 to 4.5.3 ( #5098 )  
						
						... 
						
						
						
						Bumps [redis](https://github.com/redis/redis-py ) from 4.3.4 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.3.4...v4.5.3 )
---
updated-dependencies:
- dependency-name: redis
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-03-28 11:59:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca5ae5f914 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0 in /web ( #5100 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.56.0 to 5.57.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.57.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-03-28 11:57:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4604c92046 
					 
					
						
						
							
							core: bump duo-client from 4.6.1 to 4.7.0 ( #5105 )  
						
						
						
						
					 
					
						2023-03-28 11:56:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4218ece2a5 
					 
					
						
						
							
							stages/authenticator_validate: fix stage not working without pending user ( #5096 )  
						
						... 
						
						
						
						closes  #5094 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-27 23:08:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d6481c4d5 
					 
					
						
						
							
							website/developer-docs: add note to create version subdomain and conf… ( #5093 )  
						
						... 
						
						
						
						website/developer-docs: add note to create version subdomain and configure
closes  #5092 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-27 18:01:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a7fc579202 
					 
					
						
						
							
							web/admin: show warning when adding user to superuser group ( #5091 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-27 16:27:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5600261852 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023031.3 to 3.2023031.5 ( #5089 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023031.3 to 3.2023031.5.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023031.3...v3.2023031.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-03-27 10:44:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						824737965d 
					 
					
						
						
							
							web: bump @sentry/browser from 7.44.2 to 7.45.0 in /web ( #5085 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.44.2 to 7.45.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.44.2...7.45.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-27 09:21:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5476f517da 
					 
					
						
						
							
							website: bump prettier from 2.8.6 to 2.8.7 in /website ( #5084 )  
						
						
						
						
					 
					
						2023-03-27 09:17:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d38043fe72 
					 
					
						
						
							
							web: bump prettier from 2.8.6 to 2.8.7 in /web ( #5086 )  
						
						
						
						
					 
					
						2023-03-27 09:17:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						102570c61a 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.44.2 to 7.45.0 in /web ( #5087 )  
						
						
						
						
					 
					
						2023-03-27 09:16:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						238e6e3f24 
					 
					
						
						
							
							core: bump django-filter from 22.1 to 23.1 ( #5088 )  
						
						
						
						
					 
					
						2023-03-27 09:16:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89c7e61769 
					 
					
						
						
							
							core: bump selenium from 4.8.2 to 4.8.3 ( #5090 )  
						
						
						
						
					 
					
						2023-03-27 09:15:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b097cf4d7e 
					 
					
						
						
							
							providers/scim: fix error when user-group m2m is updated forward ( #5082 )  
						
						... 
						
						
						
						* providers/scim: fix error when user-group m2m is updated forward
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-03-26 22:34:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c0d7f9a58 
					 
					
						
						
							
							web/admin: fix error when creating bindings due to hidden inputs ( #5081 )  
						
						... 
						
						
						
						* web/admin: fix error when creating bindings due to hidden inputs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix flaky test
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-26 18:58:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95b99e3e55 
					 
					
						
						
							
							web: bump API Client version ( #5079 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-25 22:39:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6437fbc814 
					 
					
						
						
							
							web/admin: prompt preview ( #5078 )  
						
						... 
						
						
						
						* add initial prompt preview
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* improve error handling
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't flood api with requests when fields are changeed
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-03-25 22:31:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d6fa19a97f 
					 
					
						
						
							
							web: bump API Client version ( #5072 )  
						
						
						
						
					 
					
						2023-03-24 13:34:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1957717160 
					 
					
						
						
							
							providers: Add ability to choose a default authentication flow ( #5070 )  
						
						... 
						
						
						
						* core: add ability to choose a default authentication flow for a provider
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space >
* update web to use correct ak-search-select
I don't think this element existed when the PR was initially created, lol
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only use provider authentication flow for authentication designation
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
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-03-24 13:26:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94a93adb4b 
					 
					
						
						
							
							ci: bump peter-evans/enable-pull-request-automerge from 2 to 3 ( #5067 )  
						
						... 
						
						
						
						Bumps [peter-evans/enable-pull-request-automerge](https://github.com/peter-evans/enable-pull-request-automerge ) from 2 to 3.
- [Release notes](https://github.com/peter-evans/enable-pull-request-automerge/releases )
- [Commits](https://github.com/peter-evans/enable-pull-request-automerge/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: peter-evans/enable-pull-request-automerge
  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-03-24 11:01:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5d84f2a079 
					 
					
						
						
							
							website: codespell with custom dictionary and CI ( #5062 )  
						
						
						
						
					 
					
						2023-03-24 00:24:55 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b9f35a4a1 
					 
					
						
						
							
							website/blog: removed strikethrough text and formatted feature list ( #5061 )  
						
						... 
						
						
						
						removed srtikethrough text and formatted feature list
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local > 
						
						
					 
					
						2023-03-23 17:44:30 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b3dd87bbab 
					 
					
						
						
							
							web: remove more until ( #5057 )  
						
						... 
						
						
						
						* more cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't dynamically import duo form
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* migrate more
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix import
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* properly send evens when tab isn't switched
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix loop on tabs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* migrate more
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't bubble tab events
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove most other uses of until()
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup user settings
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only use stale for issues
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-23 23:16:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af7189953c 
					 
					
						
						
							
							website: fix build ( #5060 )  
						
						... 
						
						
						
						* ci: build website
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix build
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-23 21:40:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						35d2e9cd5f 
					 
					
						
						
							
							website: add pricing waitlist and blog post ( #5058 )  
						
						... 
						
						
						
						* pricing
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* website: add pricing waitlist and blog post
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 >
* fix lint
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-03-23 21:34:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a52d8db83 
					 
					
						
						
							
							website/stages/prompt: Update new prompt fields docs ( #5055 )  
						
						... 
						
						
						
						* Update docs
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com >
* Update index.md
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com >
---------
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com > 
						
						
					 
					
						2023-03-23 16:59:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						14f0034a0a 
					 
					
						
						
							
							web/elements: only render form once instance is loaded ( #5049 )  
						
						... 
						
						
						
						* web/elements: only render form once instance is loaded
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use radio for transport
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only wait for instance to be loaded if set
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add hook to load additional data in form
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make send an abstract function instead of attribute
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* ensure form is updated after data is loaded
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove until for select and multi-selects in forms
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't use until for file uploads
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove last until from form
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove deprecated import
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* prevent form double load, add error handling for PreventFormSubmit
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix double creation of inner element in proxy form
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* make PreventFormSubmit work correctly
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-23 14:05:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						20522558fe 
					 
					
						
						
							
							web: bump country-flag-icons from 1.5.6 to 1.5.7 in /web ( #5051 )  
						
						... 
						
						
						
						Bumps [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons ) from 1.5.6 to 1.5.7.
- [Release notes](https://gitlab.com/catamphetamine/country-flag-icons/tags )
- [Changelog](https://gitlab.com/catamphetamine/country-flag-icons/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/catamphetamine/country-flag-icons/compare/v1.5.6...v1.5.7 )
---
updated-dependencies:
- dependency-name: country-flag-icons
  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-23 11:09:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f00ee5c174 
					 
					
						
						
							
							core: bump pylint from 2.17.0 to 2.17.1 ( #5053 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.0...v2.17.1 )
---
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-23 11:09:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95e24c9ec2 
					 
					
						
						
							
							core: bump twilio from 7.16.5 to 7.17.0 ( #5052 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 7.16.5 to 7.17.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/7.16.5...7.17.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-03-23 11:05:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6b42e404bf 
					 
					
						
						
							
							stages/prompt: Fix dropdown invalid choice ( #5046 )  
						
						
						
						
					 
					
						2023-03-22 21:25:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9abd4b3e14 
					 
					
						
						
							
							web/admin: fix error listing blueprints with missing metadata ( #5041 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-22 10:21:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						865138e7e7 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.44.1 to 7.44.2 in /web ( #5037 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.44.1 to 7.44.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.44.1...7.44.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-03-22 10:17:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7524413b22 
					 
					
						
						
							
							web: bump prettier from 2.8.5 to 2.8.6 in /web ( #5039 )  
						
						... 
						
						
						
						Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.5 to 2.8.6.
- [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.5...2.8.6 )
---
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-03-22 10:16:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						70bdbfd5ef 
					 
					
						
						
							
							web: bump pyright from 1.1.299 to 1.1.300 in /web ( #5038 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.299 to 1.1.300.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.300/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-22 10:11:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						73a7c0c559 
					 
					
						
						
							
							web: bump lit from 2.6.1 to 2.7.0 in /web ( #5040 )  
						
						... 
						
						
						
						Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit ) from 2.6.1 to 2.7.0.
- [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.0/packages/lit )
---
updated-dependencies:
- dependency-name: lit
  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-22 10:08:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cafff808ab 
					 
					
						
						
							
							website/docs: "productive" to "production" term change and version info ( #5010 )  
						
						... 
						
						
						
						* production site change and version info
* changed future tense to present tense
* fixed section about .env file
* removed code block with port info
---------
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local > 
						
						
					 
					
						2023-03-21 09:04:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bbbbc2a718 
					 
					
						
						
							
							website/integrations: add detail to MinIO docs ( #5000 )  
						
						... 
						
						
						
						* website/integrations: add detail to MinIO docs
Add more information and reference links for the Scope Mapping, to clarify how it's used.
Also update to reflect that MinIO seems to require a Confidential client type now.
Signed-off-by: Braxton Schafer <braxton@cmdcentral.xyz >
* fix lint and move
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Braxton Schafer <braxton@cmdcentral.xyz >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-21 13:26:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1452f2680a 
					 
					
						
						
							
							Translate 'locale/en/LC_MESSAGES/django.po' in 'zh_CN' [manual sync] ( #5031 )  
						
						... 
						
						
						
						Translate locale/en/LC_MESSAGES/django.po in zh_CN [Manual Sync]
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-03-21 13:04:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd39aab1fb 
					 
					
						
						
							
							Translate 'locale/en/LC_MESSAGES/django.po' in 'zh-Hans' [manual sync] ( #5032 )  
						
						... 
						
						
						
						Apply translations in zh-Hans [Manual Sync]
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-03-21 13:04:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						524fbd5838 
					 
					
						
						
							
							Translate 'web/src/locales/en.po' in 'zh-Hans' [manual sync] ( #5033 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh-Hans [Manual Sync]
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-03-21 13:04:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb7c3456fa 
					 
					
						
						
							
							Translate 'web/src/locales/en.po' in 'zh_CN' [manual sync] ( #5034 )  
						
						... 
						
						
						
						Translate web/src/locales/en.po in zh_CN [Manual Sync]
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-03-21 13:03:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b611fd10a2 
					 
					
						
						
							
							web: bump @codemirror/legacy-modes from 6.3.1 to 6.3.2 in /web ( #5023 )  
						
						... 
						
						
						
						Bumps [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes ) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/codemirror/legacy-modes/releases )
- [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/legacy-modes/compare/6.3.1...6.3.2 )
---
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-03-21 12:12:55 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						65b1cbc010 
					 
					
						
						
							
							web: bump @sentry/browser from 7.43.0 to 7.44.2 in /web ( #5030 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.43.0 to 7.44.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.44.2/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.43.0...7.44.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-03-21 12:10:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						119f64159b 
					 
					
						
						
							
							website: bump prettier from 2.8.4 to 2.8.6 in /website ( #5029 )  
						
						... 
						
						
						
						Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.4 to 2.8.6.
- [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.4...2.8.6 )
---
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-03-21 12:09:55 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1352ed7e44 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.43.0 to 7.44.1 in /web ( #5022 )  
						
						
						
						
					 
					
						2023-03-21 12:00:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34ce85fcd1 
					 
					
						
						
							
							web: bump prettier from 2.8.4 to 2.8.5 in /web ( #5024 )  
						
						
						
						
					 
					
						2023-03-21 12:00:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						977ae4f225 
					 
					
						
						
							
							core: bump watchdog from 2.3.1 to 3.0.0 ( #5028 )  
						
						
						
						
					 
					
						2023-03-21 11:59:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a464ffe846 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0 in /web ( #5025 )  
						
						
						
						
					 
					
						2023-03-21 11:58:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6757d43d33 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.55.0 to 5.56.0 in /web ( #5026 )  
						
						
						
						
					 
					
						2023-03-21 11:53:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da3222df07 
					 
					
						
						
							
							core: fix websocket url path ( #5019 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-21 00:20:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54cacd784c 
					 
					
						
						
							
							*: load websocket paths similarly to URLs ( #5018 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-20 23:39:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						32840d3909 
					 
					
						
						
							
							web/admin: fix error adding users to groups ( #5016 )  
						
						... 
						
						
						
						* web/admin: fix error adding users to groups
and vice versa
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove seed
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-20 18:15:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eb78632853 
					 
					
						
						
							
							root: bump go api client ( #5014 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-20 17:09:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4868d4a14d 
					 
					
						
						
							
							web: bump API Client version ( #5013 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-20 16:57:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f5effb1bc 
					 
					
						
						
							
							providers/radius: simple radius outpost ( #1796 )  
						
						... 
						
						
						
						* initial implementation
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add migrations
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix web
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* minor fixes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use search-select
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update locale
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fixup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix ip with port being sent to delegated ip
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add radius tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-20 16:54:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84c2da8a6e 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023031.1 to 3.2023031.2 ( #5008 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023031.1 to 3.2023031.2.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023031.1...v3.2023031.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-03-20 11:03:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56744659e4 
					 
					
						
						
							
							core: bump importlib-metadata from 6.0.0 to 6.1.0 ( #5009 )  
						
						... 
						
						
						
						Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 6.0.0 to 6.1.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.0.0...v6.1.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-03-20 11:03:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bad7deb52a 
					 
					
						
						
							
							web: bump country-flag-icons from 1.5.5 to 1.5.6 in /web ( #5006 )  
						
						... 
						
						
						
						Bumps [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons ) from 1.5.5 to 1.5.6.
- [Release notes](https://gitlab.com/catamphetamine/country-flag-icons/tags )
- [Changelog](https://gitlab.com/catamphetamine/country-flag-icons/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/catamphetamine/country-flag-icons/compare/v1.5.5...v1.5.6 )
---
updated-dependencies:
- dependency-name: country-flag-icons
  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-20 11:02:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5748e19845 
					 
					
						
						
							
							core: bump drf-spectacular from 0.26.0 to 0.26.1 ( #5007 )  
						
						... 
						
						
						
						Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular ) from 0.26.0 to 0.26.1.
- [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.0...0.26.1 )
---
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-03-20 11:02:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						16a03160d0 
					 
					
						
						
							
							core: Add unique constraint to user UUID ( #5004 )  
						
						
						
						
					 
					
						2023-03-20 00:33:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a566856b65 
					 
					
						
						
							
							web: bump API Client version ( #5003 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-19 19:05:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b52d711e8 
					 
					
						
						
							
							stages/prompt: Add Radio Button Group, Dropdown and Text Area prompt fields ( #4822 )  
						
						... 
						
						
						
						* Added radio-button prompt type in model
* Add radio-button prompt
* Refactored radio-button prompt; Added dropdown prompt
* Added tests
* Fixed unrelated to choice fields bug causing validation errors; Added more tests
* Added description for new prompts
* Added docs
* Fix lint
* Add forgotten file changes
* Fix lint
* Small fix
* Add text-area prompts
* Update authentik/stages/prompt/models.py
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com >
* Update authentik/stages/prompt/models.py
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com >
* Fix inline css
* remove AKGlobal, update schema
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens L. <jens@beryju.org >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-19 18:56:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4da18b5f0c 
					 
					
						
						
							
							website/docs: improve docs for configuring event retention ( #5002 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
#2723  
						
						
					 
					
						2023-03-19 18:56:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						63e3f6545b 
					 
					
						
						
							
							website/integrations: Writefreely instructions ( #4787 )  
						
						... 
						
						
						
						* Add writefreely
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Tealk <tealk@rollenspiel.monster >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-18 19:32:07 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e35c3d19bc 
					 
					
						
						
							
							website/integrations: Automatic sign-in to HedgeDoc ( #4843 )  
						
						... 
						
						
						
						* Automatic sign-in to HedgeDoc
Following the HedgeDoc guides, if you clicks on a HedgeDoc application,
you then still have to click “Sign-in” and “Sign in via authentik” to
actually get signed in.
This patch suggests adding a launch URL to the application which will
cause users to automatically get signed in.
* fix lint
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-03-18 19:29:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ef028af7d1 
					 
					
						
						
							
							providers/proxy: rework endpoints logic ( #4993 )  
						
						... 
						
						
						
						* providers/proxy: rework endpoints logic
again...this time with tests and better logic
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-03-18 18:51:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b69c26d485 
					 
					
						
						
							
							website: use slider on docs, add flow images ( #4997 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-18 16:21:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e13cfec84f 
					 
					
						
						
							
							website/docs: added content to Welcome page ( #4996 )  
						
						... 
						
						
						
						* added content to Welcome page
* minor tweak
* typos
* Update website/docs/index.md
Co-authored-by: Jens L. <jens@goauthentik.io >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/index.md
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local >
Co-authored-by: Jens L. <jens@goauthentik.io > 
						
						
					 
					
						2023-03-18 16:12:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97df7848a5 
					 
					
						
						
							
							blueprints: allow setting of token key in blueprint context ( #4995 )  
						
						... 
						
						
						
						closes  #4717 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-18 00:10:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e2d3a95c80 
					 
					
						
						
							
							web: full web components part 1 ( #4964 )  
						
						... 
						
						
						
						* migrate loading
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* migrate api browser
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* migrate base css
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* move tenant fetching to base interface
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* import pre-loaded stages in flow interface and not executor to strip down executor size
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix redirect and such
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-17 23:10:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bebf18f257 
					 
					
						
						
							
							web/admin: fix prompt field display ( #4990 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-17 16:05:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53e68b8540 
					 
					
						
						
							
							website/docs: Capitalized company name in copyright ( #4991 )  
						
						... 
						
						
						
						Capitalized company name in copyright
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-03-17 10:00:28 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9dbd54690c 
					 
					
						
						
							
							web/elements: fix search select inconsistency ( #4989 )  
						
						... 
						
						
						
						* web/elements: fix search-select inconsistency
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web/common: fix config having to be json converted everywhere
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web/elements: refactor form without iron-form
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* web/admin: fix misc
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-17 13:48:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e41b7d208 
					 
					
						
						
							
							core: bump coverage from 7.2.1 to 7.2.2 ( #4984 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.2.1 to 7.2.2.
- [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.1...7.2.2 )
---
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-03-17 11:18:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c66d420c4 
					 
					
						
						
							
							core: bump sentry-sdk from 1.16.0 to 1.17.0 ( #4983 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.16.0 to 1.17.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.16.0...1.17.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-03-17 11:17:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ca913f8d4 
					 
					
						
						
							
							core: bump uvicorn from 0.21.0 to 0.21.1 ( #4985 )  
						
						... 
						
						
						
						Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.21.0 to 0.21.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.21.0...0.21.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-03-17 11:17:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b97274058c 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023030.7 to 3.2023031.1 ( #4986 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023030.7 to 3.2023031.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023030.7...v3.2023031.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-03-17 11:17:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aef0333695 
					 
					
						
						
							
							core: bump github.com/go-openapi/strfmt from 0.21.3 to 0.21.5 ( #4987 )  
						
						... 
						
						
						
						Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt ) from 0.21.3 to 0.21.5.
- [Release notes](https://github.com/go-openapi/strfmt/releases )
- [Commits](https://github.com/go-openapi/strfmt/compare/v0.21.3...v0.21.5 )
---
updated-dependencies:
- dependency-name: github.com/go-openapi/strfmt
  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-17 11:17:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c847b16b3e 
					 
					
						
						
							
							website/intergrations: update sentry to reflect name change ( #4988 )  
						
						... 
						
						
						
						Docs: update sentry to reflect name change
Sentry/onpremise is now sentry/self-hosted!
Signed-off-by: Zakaria aourzag <github@zakariao.nl > 
						
						
					 
					
						2023-03-17 11:17:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e2e83f5631 
					 
					
						
						
							
							web: bump API Client version ( #4981 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-16 22:46:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8363016982 
					 
					
						
						
							
							version: 2023.3 ( #4980 )  
						
						... 
						
						
						
						* release: 2023.3.0
* providers/ldap: fix duplicate attributes (#4972 )
closes  #4971 
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* providers/oauth2: fix response for response_type code and response_mode fragment (#4975 )
* web/flows: fix authenticator selector in dark mode (#4974 )
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* release: 2023.3.1
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-16 22:43:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						397b9845ec 
					 
					
						
						
							
							web/admin: fix inconsistent display of flows in selections ( #4977 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-16 22:39:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b9da24c952 
					 
					
						
						
							
							website/blog: fix wrong language ( #4979 )  
						
						... 
						
						
						
						fix wrong language
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-16 20:50:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1053962bec 
					 
					
						
						
							
							website/blog: authentik on Django: 500% slower to run but 200% faster to build ( #4978 )  
						
						... 
						
						
						
						authentik on Django: 500% slower to run but 200% faster to build
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-16 19:51:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						19ff8129e5 
					 
					
						
						
							
							website/docs: prepare 2023.3.1 release notes ( #4976 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-16 18:09:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						40cdf6877d 
					 
					
						
						
							
							web/flows: fix authenticator selector in dark mode ( #4974 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-16 15:59:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a399cf8e8 
					 
					
						
						
							
							providers/oauth2: fix response for response_type code and response_mode fragment ( #4975 )  
						
						
						
						
					 
					
						2023-03-16 15:58:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						345fa1bed6 
					 
					
						
						
							
							providers/ldap: fix duplicate attributes ( #4972 )  
						
						... 
						
						
						
						closes  #4971 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-16 12:14:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						70ffb6d49e 
					 
					
						
						
							
							core: bump maxmindinc/geoipupdate from v4.10 to v4.11 ( #4965 )  
						
						... 
						
						
						
						Bumps maxmindinc/geoipupdate from v4.10 to v4.11.
---
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-03-16 10:45:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ecdcebd35 
					 
					
						
						
							
							ci: bump actions/setup-go from 3 to 4 ( #4966 )  
						
						... 
						
						
						
						Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
  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-03-16 10:44:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f02c8ab98 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023030.4 to 3.2023030.7 ( #4968 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023030.4 to 3.2023030.7.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023030.4...v3.2023030.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-03-16 10:44:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41974c3f82 
					 
					
						
						
							
							core: bump webauthn from 1.7.2 to 1.8.0 ( #4969 )  
						
						... 
						
						
						
						Bumps [webauthn](https://github.com/duo-labs/py_webauthn ) from 1.7.2 to 1.8.0.
- [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.7.2...v1.8.0 )
---
updated-dependencies:
- dependency-name: webauthn
  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-16 10:43:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						808f697423 
					 
					
						
						
							
							web: bump pyright from 1.1.298 to 1.1.299 in /web ( #4967 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.298 to 1.1.299.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.299/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-16 10:43:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9dc3ff0d8 
					 
					
						
						
							
							core: bump github.com/pires/go-proxyproto from 0.6.2 to 0.7.0 ( #4962 )  
						
						... 
						
						
						
						Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto ) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/pires/go-proxyproto/releases )
- [Commits](https://github.com/pires/go-proxyproto/compare/v0.6.2...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/pires/go-proxyproto
  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-15 20:25:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						acde584cbd 
					 
					
						
						
							
							web: bump API Client version ( #4961 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-15 20:25:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df52116135 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023030.3 to 3.2023030.4 ( #4963 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023030.3 to 3.2023030.4.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023030.3...v3.2023030.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-03-15 20:25:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eaf56f4f3f 
					 
					
						
						
							
							stages/user_login: stay logged in ( #4958 )  
						
						... 
						
						
						
						* add initial remember me offset
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add to go executor
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add ui for user login stage
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add tests
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-03-15 20:21:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fd9293e3e8 
					 
					
						
						
							
							web/user: fix custom user interface background with dark theme ( #4960 )  
						
						... 
						
						
						
						closes  #4947 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-15 18:43:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						520de8d5b0 
					 
					
						
						
							
							web/common: fix tab label color on dark theme ( #4959 )  
						
						... 
						
						
						
						closes  #4936 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-03-15 18:42:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bbdb0df42e 
					 
					
						
						
							
							website/docs: capitalization and clarifications ( #4948 )  
						
						... 
						
						
						
						* capitalization and clarifications
* minor edits
* Update website/docs/installation/docker-compose.md
Co-authored-by: Jens L. <jens.langhammer@beryju.org >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* Update website/docs/installation/docker-compose.md
Co-authored-by: Jens L. <jens.langhammer@beryju.org >
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local >
Co-authored-by: Jens L. <jens.langhammer@beryju.org >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-15 11:19:03 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9310d4cdc0 
					 
					
						
						
							
							*: fix mismatched task names for discovery, make output service connection task monitored ( #4956 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-15 12:12:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86f9056d3f 
					 
					
						
						
							
							core: fix url validator ( #4957 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-15 12:00:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5375637eda 
					 
					
						
						
							
							website/docs: Fix detail and improve latest changelog regarding SCIM ( #4955 )  
						
						... 
						
						
						
						* Fix detail and improve latest changelog regarding SCIM
I found the wording confusing ("sync from" vs. "sync into" as being used in the docs)
Signed-off-by: Thomas McWork <thomas.mc.work@posteo.de >
* fix lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Thomas McWork <thomas.mc.work@posteo.de >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-15 11:35:07 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						109f06c3ae 
					 
					
						
						
							
							web: bump @babel/core from 7.21.0 to 7.21.3 in /web ( #4953 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.21.0 to 7.21.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.21.3/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-03-15 11:20:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3744da3a5 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023030.2 to 3.2023030.3 ( #4954 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023030.2 to 3.2023030.3.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023030.2...v3.2023030.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-03-15 11:19:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ff1feb653b 
					 
					
						
						
							
							website: bump webpack from 5.73.0 to 5.76.1 in /website ( #4950 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.1 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-03-15 00:21:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a11d89a08 
					 
					
						
						
							
							core: bump google.golang.org/protobuf from 1.29.0 to 1.29.1 ( #4949 )  
						
						... 
						
						
						
						Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.0...v1.29.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-03-15 00:11:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						73d7b5f110 
					 
					
						
						
							
							root: add common fixture loader ( #4946 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-14 17:13:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b7a92068b 
					 
					
						
						
							
							website/docs: forward-auth page, add list of links ( #4937 )  
						
						... 
						
						
						
						* add list of links
* added commas
* fix build
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-14 07:45:49 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ff1532da13 
					 
					
						
						
							
							website/integrations: Changes to reverse proxy information for grafana ( #4938 )  
						
						... 
						
						
						
						Changes to reverse proxy information for grafana
Changed to remove the port at the end of the domain for root_url, if grafana is behind a reverse proxy and is reachable at its ip or at https://grafana.company  it would not than be accessible by that port. 
Until the root_url was changed in grafana.ini to https://grafana.company/  gives the following error  The request fails due to a missing, invalid, or mismatching redirection URI (redirect_uri).
This was tested using:
authentik 2023.3.0
grafana 9.3.6
nginx proxy manager 2.9.19
Signed-off-by: SiskoUrso <91812199+SiskoUrso@users.noreply.github.com > 
						
						
					 
					
						2023-03-14 13:44:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6eafa2346d 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.15 to 3.2023030.2 ( #4942 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.15 to 3.2023030.2.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.15...v3.2023030.2 )
---
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-03-14 11:31:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						681644b854 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.42.0 to 7.43.0 in /web ( #4939 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.42.0 to 7.43.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.42.0...7.43.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-14 11:31:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de4d388e0a 
					 
					
						
						
							
							web: bump @sentry/browser from 7.42.0 to 7.43.0 in /web ( #4940 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.42.0 to 7.43.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.42.0...7.43.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-14 11:30:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cbe2cb51e7 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0 in /web ( #4941 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.54.1 to 5.55.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.55.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-03-14 11:29:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9176c71075 
					 
					
						
						
							
							web: bump core-js from 3.29.0 to 3.29.1 in /web ( #4944 )  
						
						
						
						
					 
					
						2023-03-14 10:29:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c05e4ca09 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.54.1 to 5.55.0 in /web ( #4943 )  
						
						
						
						
					 
					
						2023-03-14 10:29:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2d55d3c743 
					 
					
						
						
							
							web/admin: fix wizards with radio selects not working correctly after use ( #4933 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 23:42:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a9482b28a 
					 
					
						
						
							
							web: bump API Client version ( #4934 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-13 23:38:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4b1440944e 
					 
					
						
						
							
							providers: fix authorization_flow not required in API ( #4932 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 23:36:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75794defc6 
					 
					
						
						
							
							website/docs: capitalization of product names ( #4922 )  
						
						... 
						
						
						
						Docker and Traefik: for product names we need to follow their brand. Exception is with command lines, etc that are often not capitalized.
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-03-13 17:10:21 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						59a92dbacd 
					 
					
						
						
							
							stages/authenticator_webauthn: remove credential_id size limit ( #4931 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 21:24:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b81ddf2b80 
					 
					
						
						
							
							web/flows: update background ( #4927 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 19:14:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ccd1ce08b 
					 
					
						
						
							
							web: bump API Client version ( #4928 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-13 19:13:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f6d22da13 
					 
					
						
						
							
							release: 2023.3.0 ( #4925 )  
						
						
						
						
					 
					
						2023-03-13 19:10:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						095850f038 
					 
					
						
						
							
							website/docs: add new release to sidebar, cleanup ( #4926 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 19:04:25 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b46048e74f 
					 
					
						
						
							
							website/docs: final 2023.3 release notes ( #4923 )  
						
						... 
						
						
						
						* website/docs: final 2023.3 release notes
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 >
---------
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-03-13 18:30:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf7dc5df78 
					 
					
						
						
							
							website/docs: separate pages for each webserver ( #4911 )  
						
						... 
						
						
						
						* website/docs: separate pages for each webserver
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 >
---------
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-03-13 17:29:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f0d0abb66e 
					 
					
						
						
							
							website/integrations: Update Skyhigh provider instructions ( #4921 )  
						
						... 
						
						
						
						Update Skyhigh Provider instructions
Co-authored-by: Nate Brady <nate@skyhighsecurity.com > 
						
						
					 
					
						2023-03-13 15:44:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fab6a8f8c9 
					 
					
						
						
							
							stages/user_login: expiry before login ( #4920 )  
						
						... 
						
						
						
						* stages/user_write: run set_expiry before login, so that session used in Signal has correct expiry
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-03-13 15:31:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						61bf73d2f9 
					 
					
						
						
							
							web/elements: fix copy on insecure origins ( #4917 )  
						
						... 
						
						
						
						* web/elements: fix copy on insecure origins
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fallback to messages for other clipboard uses
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 14:18:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9219abf84b 
					 
					
						
						
							
							web/admin: fix scim provider layout ( #4919 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 14:18:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						178bfe1d44 
					 
					
						
						
							
							providers/scim: handle ServiceProviderConfig 404 ( #4915 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-13 13:44:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						afb7f8be3e 
					 
					
						
						
							
							core: bump paramiko from 3.0.0 to 3.1.0 ( #4913 )  
						
						... 
						
						
						
						Bumps [paramiko](https://github.com/paramiko/paramiko ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/paramiko/paramiko/releases )
- [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS )
- [Commits](https://github.com/paramiko/paramiko/compare/3.0.0...3.1.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-03-13 10:47:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba08060337 
					 
					
						
						
							
							web: bump eslint from 8.35.0 to 8.36.0 in /web ( #4912 )  
						
						... 
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint ) from 8.35.0 to 8.36.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.35.0...v8.36.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-03-13 10:46:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26243c05ed 
					 
					
						
						
							
							core: bump urllib3 from 1.26.14 to 1.26.15 ( #4914 )  
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.14 to 1.26.15.
- [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.14...1.26.15 )
---
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-03-13 10:36:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56375d7245 
					 
					
						
						
							
							web/flows: fix compatibility mode ( #4910 )  
						
						... 
						
						
						
						* fix compatibility mode
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* attach stylesheets to document instead of nothing, fix dark theme
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-12 22:19:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94f22cffba 
					 
					
						
						
							
							root: fix session middleware for websocket connections ( #4909 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-12 16:47:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						10b7d78825 
					 
					
						
						
							
							events: set task start time before start not on init ( #4908 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-12 15:13:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7618c2e45f 
					 
					
						
						
							
							website/docs: improve traefik standalone docs ( #4493 )  
						
						... 
						
						
						
						* Create _traefik_standalone_single_application.md 
Example for Authentik Single Application Proxy with Service example because this was unclear for many users and if you dont create a middleware for every application you get the error "no app for hostname". 
Signed-off-by: support-tt <61587422+support-tt@users.noreply.github.com >
* Update _traefik_standalone_single_application.md
Signed-off-by: support-tt <61587422+support-tt@users.noreply.github.com >
* rename to old file
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: support-tt <61587422+support-tt@users.noreply.github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-10 13:45:41 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e13615c1ae 
					 
					
						
						
							
							web/elements: fix flipped theme in codemirror ( #4901 )  
						
						
						
						
					 
					
						2023-03-10 20:11:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06fb81410b 
					 
					
						
						
							
							website/docs: fix layout for preview annotation ( #4899 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-10 17:38:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5732fc0c2e 
					 
					
						
						
							
							website/docs: prepare 2023.3 release notes ( #4889 )  
						
						... 
						
						
						
						* website/docs: prepare 2023.3 release notes
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 >
* add better docs for custom css
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-03-10 17:33:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						59e54901fb 
					 
					
						
						
							
							web: fix theming issues when using automatic ( #4898 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-10 17:33:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ef333f8ea 
					 
					
						
						
							
							core: bump bandit from 1.7.4 to 1.7.5 ( #4896 )  
						
						... 
						
						
						
						* core: bump bandit from 1.7.4 to 1.7.5
Bumps [bandit](https://github.com/PyCQA/bandit ) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/PyCQA/bandit/releases )
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5 )
---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  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-03-10 12:06:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						12ef7e2fae 
					 
					
						
						
							
							web: bump turnstile-types from 1.1.1 to 1.1.2 in /web ( #4892 )  
						
						... 
						
						
						
						Bumps [turnstile-types](https://github.com/le0developer/turnstile-types ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/le0developer/turnstile-types/releases )
- [Changelog](https://github.com/Le0Developer/turnstile-types/blob/master/HISTORY.md )
- [Commits](https://github.com/le0developer/turnstile-types/compare/v1.1.1...v1.1.2 )
---
updated-dependencies:
- dependency-name: turnstile-types
  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-10 11:56:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						397d6ff059 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.41.0 to 7.42.0 in /web ( #4894 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.41.0 to 7.42.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.41.0...7.42.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-10 11:56:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6469698261 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.14 to 3.2023022.15 ( #4893 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.14 to 3.2023022.15.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.14...v3.2023022.15 )
---
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-10 11:56:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b733e98fa 
					 
					
						
						
							
							web: bump @sentry/browser from 7.41.0 to 7.42.0 in /web ( #4891 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.41.0 to 7.42.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.41.0...7.42.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-10 11:49:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e855d1f0e 
					 
					
						
						
							
							core: bump twilio from 7.16.4 to 7.16.5 ( #4895 )  
						
						... 
						
						
						
						Bumps [twilio](https://github.com/twilio/twilio-python ) from 7.16.4 to 7.16.5.
- [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/7.16.4...7.16.5 )
---
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-03-10 11:48:49 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2ee76b328 
					 
					
						
						
							
							core: bump uvicorn from 0.20.0 to 0.21.0 ( #4897 )  
						
						... 
						
						
						
						Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.20.0 to 0.21.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.20.0...0.21.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-03-10 11:39:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86bb2afd02 
					 
					
						
						
							
							core: add validator which allows for URLs with formatting ( #4890 )  
						
						
						
						
					 
					
						2023-03-10 00:16:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b8c0e3924 
					 
					
						
						
							
							web: fix locale inconsistencies ( #4888 )  
						
						... 
						
						
						
						start fixing locale inconsistencies
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-09 23:57:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d11ee46589 
					 
					
						
						
							
							web: bump API Client version ( #4887 )  
						
						
						
						
					 
					
						2023-03-09 23:22:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b6b820f6f1 
					 
					
						
						
							
							web: toggle dark/light theme manually ( #4876 )  
						
						
						
						
					 
					
						2023-03-09 23:17:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e28f897cb1 
					 
					
						
						
							
							core: bump pylint from 2.16.4 to 2.17.0 ( #4884 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.16.4 to 2.17.0.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.4...v2.17.0 )
---
updated-dependencies:
- dependency-name: pylint
  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-03-09 12:21:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						964f095630 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.12 to 3.2023022.14 ( #4883 )  
						
						... 
						
						
						
						Bumps goauthentik.io/api/v3 from 3.2023022.12 to 3.2023022.14.
---
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-09 12:21:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						610012fcc3 
					 
					
						
						
							
							core: bump codespell from 2.2.2 to 2.2.4 ( #4881 )  
						
						... 
						
						
						
						Bumps [codespell](https://github.com/codespell-project/codespell ) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4 )
---
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-03-09 12:20:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3c970a135c 
					 
					
						
						
							
							web: bump pyright from 1.1.297 to 1.1.298 in /web ( #4882 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.297 to 1.1.298.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.298/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-09 12:19:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24d7cebbe7 
					 
					
						
						
							
							core: bump golang from 1.20.1-bullseye to 1.20.2-bullseye ( #4871 )  
						
						... 
						
						
						
						Bumps golang from 1.20.1-bullseye to 1.20.2-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-03-08 10:52:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						618527b51c 
					 
					
						
						
							
							web: bump pyright from 1.1.296 to 1.1.297 in /web ( #4872 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.296 to 1.1.297.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.297/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-08 10:51:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4afcc240a3 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.11 to 3.2023022.12 ( #4874 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.11 to 3.2023022.12.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.11...v3.2023022.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-03-08 10:51:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26308ef62b 
					 
					
						
						
							
							core: bump django-otp from 1.1.5 to 1.1.6 ( #4873 )  
						
						... 
						
						
						
						Bumps [django-otp](https://github.com/django-otp/django-otp ) from 1.1.5 to 1.1.6.
- [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.5...v1.1.6 )
---
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-08 10:51:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36ed62142d 
					 
					
						
						
							
							core: add a list of recommended vs code extensions ( #4869 )  
						
						... 
						
						
						
						add a list of recommended vs code extensions
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-08 00:25:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ae2fc9668 
					 
					
						
						
							
							providers/SCIM: customizable externalId, document behavior  ( #4868 )  
						
						... 
						
						
						
						* only set externalId if mapping hasn't set it
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* better document use of SCIM in conjunction with OAuth/SAML
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-08 00:15:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34f01d3731 
					 
					
						
						
							
							website/docs: fix typo ( #4867 )  
						
						... 
						
						
						
						Update index.mdx
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com > 
						
						
					 
					
						2023-03-07 23:53:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						67f3db1e03 
					 
					
						
						
							
							core: enforce unique on names where it makes sense ( #4866 )  
						
						... 
						
						
						
						enforce unique on names where it makes sense
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-07 23:52:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36f92f01de 
					 
					
						
						
							
							website/blog: Becoming OpenID certified - Why standards matter ( #4865 )  
						
						... 
						
						
						
						* website/blog: Becoming OpenID certified - Why standards matter
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 website/blog/2023-03-07-becoming-openid-certified-why-standards-matter/index.md
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-03-07 18:22:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f19c143e95 
					 
					
						
						
							
							web: bump API Client version ( #4864 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-03-07 15:44:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9559bc2e1e 
					 
					
						
						
							
							providers/scim: add option to filter out service accounts, parent group ( #4862 )  
						
						... 
						
						
						
						* add option to filter out service accounts, parent group
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* update docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* rename to filter group
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* rework sync card to show scim sync status
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-07 15:39:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41d17dc543 
					 
					
						
						
							
							internal: fix crash when port 9000 is in use ( #4863 )  
						
						... 
						
						
						
						fix crash when port 9000 is in use
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-03-07 13:27:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						885aeddbdc 
					 
					
						
						
							
							web: bump @sentry/browser from 7.40.0 to 7.41.0 in /web ( #4855 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.40.0 to 7.41.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.40.0...7.41.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-07 10:50:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						033e315035 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.54.1 in /web ( #4857 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.54.0 to 5.54.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.54.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-03-07 10:50:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4539954173 
					 
					
						
						
							
							core: bump github.com/getsentry/sentry-go from 0.18.0 to 0.19.0 ( #4858 )  
						
						... 
						
						
						
						Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) from 0.18.0 to 0.19.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.18.0...v0.19.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-03-07 10:46:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f54351fd57 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.10 to 3.2023022.11 ( #4859 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.10 to 3.2023022.11.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.10...v3.2023022.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-03-07 10:46:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b61655fe4f 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.40.0 to 7.41.0 in /web ( #4856 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.40.0 to 7.41.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.40.0...7.41.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-07 10:45:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a74f5e91f 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.54.0 to 5.54.1 in /web ( #4854 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.54.0 to 5.54.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.54.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-03-07 10:45:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7ea3fd6482 
					 
					
						
						
							
							core: bump pylint from 2.16.3 to 2.16.4 ( #4860 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.16.3 to 2.16.4.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.3...v2.16.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-03-07 10:45:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						612d1c76d4 
					 
					
						
						
							
							web/admin: fix chart display with no sources ( #4782 )  
						
						
						
						
					 
					
						2023-02-24 22:54:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						886749dcb2 
					 
					
						
						
							
							web: bump @braintree/sanitize-url from 6.0.0 to 6.0.2 in /web ( #4781 )  
						
						... 
						
						
						
						Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url ) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/braintree/sanitize-url/releases )
- [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md )
- [Commits](https://github.com/braintree/sanitize-url/compare/v6.0.0...v6.0.2 )
---
updated-dependencies:
- dependency-name: "@braintree/sanitize-url"
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-02-24 21:16:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26f3275361 
					 
					
						
						
							
							sources/ldap: improve error handling for password complexity ( #4780 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-24 10:39:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6441401d94 
					 
					
						
						
							
							web: bump API Client version ( #4779 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-02-24 11:24:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b7e4ad7234 
					 
					
						
						
							
							web/user: fix source connections not being filtered ( #4778 )  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-24 10:22:02 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c82024fd5 
					 
					
						
						
							
							core: bump golang.org/x/sync from 0.0.0-20220601150217-0de741cfad7f to 0.1.0 ( #4774 )  
						
						... 
						
						
						
						core: bump golang.org/x/sync
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.0.0-20220601150217-0de741cfad7f to 0.1.0.
- [Release notes](https://github.com/golang/sync/releases )
- [Commits](https://github.com/golang/sync/commits/v0.1.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-02-24 10:47:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						685709decb 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.4 to 3.2023022.5 ( #4773 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.4 to 3.2023022.5.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.4...v3.2023022.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-02-24 10:46:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ab2afc8d4 
					 
					
						
						
							
							web: bump @trivago/prettier-plugin-sort-imports from 4.0.0 to 4.1.0 in /web ( #4771 )  
						
						... 
						
						
						
						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.0.0 to 4.1.0.
- [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.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  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-24 10:45:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						23ad132f74 
					 
					
						
						
							
							core: bump watchdog from 2.2.1 to 2.3.0 ( #4772 )  
						
						
						
						
					 
					
						2023-02-24 10:31:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87164f5cdb 
					 
					
						
						
							
							core: bump golang.org/x/oauth2 from 0.0.0-20220223155221-ee480838109b to 0.5.0 ( #4775 )  
						
						
						
						
					 
					
						2023-02-24 10:31:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d6056755b3 
					 
					
						
						
							
							web: give node more memory to build ( #4768 )  
						
						... 
						
						
						
						it seems to sometimes fail with an OOM message 
						
						
					 
					
						2023-02-23 20:45:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36229f4224 
					 
					
						
						
							
							blueprints: improve error handling in example flow  
						
						... 
						
						
						
						closes  #4714 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-02-23 16:57:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80f4fccd35 
					 
					
						
						
							
							providers/oauth2: OpenID conformance ( #4758 )  
						
						... 
						
						
						
						* don't open inspector by default when debug is enabled
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* encode error in fragment when using hybrid grant_type
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* require nonce for all response_types that get an id_token from the authorization endpoint
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* don't set empty family_name
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* only set at_hash when response has token
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* cleaner way to get login time
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove authentication requirement from authentication flow
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use wrapper
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix auth_time not being handled correctly
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* minor cleanup
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add test files
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* remove USER_LOGIN_AUTHENTICATED
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* rework prompt=login handling
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* also set last login uid for max_age check to prevent double login when max_age and prompt=login is set
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-23 15:26:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c6a14fa4f1 
					 
					
						
						
							
							web: bump @goauthentik/api from 2023.2.2-1677071401 to 2023.2.2-1677073316 in /web ( #4761 )  
						
						
						
						
					 
					
						2023-02-23 10:36:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c6235e0f1e 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.2 to 3.2023022.4 ( #4762 )  
						
						
						
						
					 
					
						2023-02-23 10:35:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7c946c1cbe 
					 
					
						
						
							
							web: bump pyright from 1.1.294 to 1.1.295 in /web ( #4760 )  
						
						
						
						
					 
					
						2023-02-23 10:35:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						664d8646bb 
					 
					
						
						
							
							core: bump twilio from 7.16.3 to 7.16.4 ( #4763 )  
						
						
						
						
					 
					
						2023-02-23 10:34:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1aba27c84f 
					 
					
						
						
							
							core: bump coverage from 7.1.0 to 7.2.0 ( #4764 )  
						
						
						
						
					 
					
						2023-02-23 10:34:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						008729700d 
					 
					
						
						
							
							core: bump golang.org/x/text from 0.3.7 to 0.3.8 ( #4765 )  
						
						
						
						
					 
					
						2023-02-23 10:33:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e1cedbece 
					 
					
						
						
							
							providers/ldap: fix tests ( #4759 )  
						
						
						
						
					 
					
						2023-02-23 00:55:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7503b32c74 
					 
					
						
						
							
							website/integrations: Zammad instructions ( #4644 )  
						
						... 
						
						
						
						* add zammad
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* some improvements
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* add navi-item
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* fix mappings
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* typo
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* personalized link removed
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* replace inventory placeholder & fix SAML
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* Replace placeholder
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* text improvement
Signed-off-by: Tealk <tealk@rollenspiel.monster >
---------
Signed-off-by: Tealk <tealk@rollenspiel.monster > 
						
						
					 
					
						2023-02-22 16:55:32 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						383b6a38ba 
					 
					
						
						
							
							website/integrations: Mastodon integration ( #4733 )  
						
						... 
						
						
						
						* init mastodon integration
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* replace inventory placeholder
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* Replace placeholder
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* replace username with sub
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* text improvement
Signed-off-by: Tealk <tealk@rollenspiel.monster >
---------
Signed-off-by: Tealk <tealk@rollenspiel.monster > 
						
						
					 
					
						2023-02-22 17:23:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d9eef37ed 
					 
					
						
						
							
							website/integrations: Mobilizon instructions ( #4747 )  
						
						... 
						
						
						
						* add mobilizonintegration
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* replace inventory placeholder
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* Replace placeholder
Signed-off-by: Tealk <tealk@rollenspiel.monster >
* text improvement
Signed-off-by: Tealk <tealk@rollenspiel.monster >
---------
Signed-off-by: Tealk <tealk@rollenspiel.monster > 
						
						
					 
					
						2023-02-22 16:20:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						60d3da20f3 
					 
					
						
						
							
							website/integrations: fix Vikunja setup instructions ( #4730 )  
						
						... 
						
						
						
						* fix: Vikunja setup instructions
Signed-off-by: kolaente <k@knt.li >
* fix: clarify what needs restarting after config change
---------
Signed-off-by: kolaente <k@knt.li > 
						
						
					 
					
						2023-02-22 15:31:18 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd99b6e48f 
					 
					
						
						
							
							providers/ldap: making ldap compatible with synology ( #4694 )  
						
						... 
						
						
						
						* internal/outpost/ldap: making ldap compatible with synology
* fix duplicate attributes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add docs about homedirectory
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* fix duplicate attributes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add substitution to values
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-02-22 15:26:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						51c6a14786 
					 
					
						
						
							
							providers/ldap: Improve compatibility with LDAP clients ( #4750 )  
						
						... 
						
						
						
						* Fixed invalid LDAP attributes by replacing '.'s and '/'s with '-'
* Leave old fields for now for backward compatibility
* Add forgotten depreceated field
* Fix tests
* Fix tests
* use shorter attribute names
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* sanitize attributes
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* keep both sanitized and unsanitized user fields
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add sanitized fields to 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-02-22 14:18:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75866406dc 
					 
					
						
						
							
							web: bump API Client version ( #4757 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-02-22 14:13:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						122055b38b 
					 
					
						
						
							
							stages/user_login: terminate others ( #4754 )  
						
						... 
						
						
						
						* rework session list
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* use sender filtering for signals when possible
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
* add terminate_other_sessions
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-22 14:09:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e68e6cb666 
					 
					
						
						
							
							web: bump API Client version ( #4756 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-02-22 13:24:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b61d181ec7 
					 
					
						
						
							
							website/docs: add better explanation for goauthentik.io/user/token-ex… ( #4755 )  
						
						... 
						
						
						
						website/docs: add better explanation for goauthentik.io/user/token-expires
closes  #4727  
						
						
					 
					
						2023-02-22 13:24:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4e24c04f6 
					 
					
						
						
							
							core: Improve service account creation ( #4751 )  
						
						... 
						
						
						
						* Added ability to select service account token expiration on creation
* Added call to user.set_unusable_password on service account creation
* Added forgotten call to save()
* Added and improved existsing tests
* Added accidentally deleted help text
* Fix lint 
						
						
					 
					
						2023-02-22 13:19:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47e663f48c 
					 
					
						
						
							
							web: bump mermaid from 9.4.0 to 10.0.0 in /web ( #4752 )  
						
						... 
						
						
						
						* web: bump mermaid from 9.4.0 to 10.0.0 in /web
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 9.4.0 to 10.0.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/v9.4.0...v10.0.0 )
---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* update diagram element for mermaid v10
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-02-22 11:33:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1f7178c3a8 
					 
					
						
						
							
							providers/oauth2: remove unused import  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-22 11:11:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cfa2edebcf 
					 
					
						
						
							
							providers/oauth2: revert PKCE requirement for public clients  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-21 23:51:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						175502b053 
					 
					
						
						
							
							core: Fix bug causing whitespace only names to raise exception when generating avatars ( #4746 )  
						
						... 
						
						
						
						Fix bug causing whitespace only names to raise exception when generating avatars
Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com > 
						
						
					 
					
						2023-02-21 16:19:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c78053631 
					 
					
						
						
							
							website/docs: add release note titles  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-21 12:27:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53c03f3635 
					 
					
						
						
							
							web/admin: fix mismatched values in charts  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-21 11:59:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c72c97513 
					 
					
						
						
							
							web: bump @babel/plugin-proposal-decorators from 7.20.13 to 7.21.0 in /web ( #4742 )  
						
						... 
						
						
						
						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.20.13 to 7.21.0.
- [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.0/packages/babel-plugin-proposal-decorators )
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  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-21 11:03:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5748b29c03 
					 
					
						
						
							
							web: bump @typescript-eslint/parser from 5.52.0 to 5.53.0 in /web ( #4739 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.52.0 to 5.53.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.53.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-21 11:01:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87ee4635b2 
					 
					
						
						
							
							web: bump @babel/core from 7.20.12 to 7.21.0 in /web ( #4740 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.20.12 to 7.21.0.
- [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.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  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-21 11:01:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e82de33e6 
					 
					
						
						
							
							lib: remove unused imports  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-21 11:00:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8829f76183 
					 
					
						
						
							
							web: bump @formatjs/intl-listformat from 7.1.8 to 7.1.9 in /web ( #4741 )  
						
						... 
						
						
						
						Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs ) from 7.1.8 to 7.1.9.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.8...@formatjs/intl-listformat@7.1.9 )
---
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-02-21 11:00:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6165bac8f 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023022.1 to 3.2023022.2 ( #4738 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023022.1 to 3.2023022.2.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023022.1...v3.2023022.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-02-21 11:00:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84bd6131a1 
					 
					
						
						
							
							web: bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0 in /web ( #4737 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.19.6 to 7.21.0.
- [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.0/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-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-02-21 11:00:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6d1de4bbd9 
					 
					
						
						
							
							web: bump @babel/preset-typescript from 7.18.6 to 7.21.0 in /web ( #4736 )  
						
						... 
						
						
						
						Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.18.6 to 7.21.0.
- [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.0/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  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-21 10:59:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5a8fbc2f95 
					 
					
						
						
							
							web: bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 in /web ( #4743 )  
						
						... 
						
						
						
						Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.52.0 to 5.53.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.53.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-21 10:58:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d2cfb76a7c 
					 
					
						
						
							
							root: don't trace websockets to sentry  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-20 21:32:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f70be86ddc 
					 
					
						
						
							
							providers/proxy: strip scheme when comparing redirect URL  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-20 21:22:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5eb414d14 
					 
					
						
						
							
							web: bump API Client version ( #4728 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-02-20 12:51:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						327d87355d 
					 
					
						
						
							
							lib: improve caching of gravatar status  
						
						... 
						
						
						
						closes  #4711 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-02-20 12:41:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b415e9b773 
					 
					
						
						
							
							core: remove avatar from group user member list  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
#4711  
						
						
					 
					
						2023-02-20 12:40:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b203de7a26 
					 
					
						
						
							
							web: bump @sentry/tracing from 7.37.2 to 7.38.0 in /web ( #4721 )  
						
						... 
						
						
						
						Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.37.2 to 7.38.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.37.2...7.38.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-20 11:24:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee65877956 
					 
					
						
						
							
							web: bump @formatjs/intl-listformat from 7.1.7 to 7.1.8 in /web ( #4720 )  
						
						... 
						
						
						
						Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs ) from 7.1.7 to 7.1.8.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.7...@formatjs/intl-listformat@7.1.8 )
---
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-02-20 11:24:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5097bfc5a 
					 
					
						
						
							
							web: bump @codemirror/theme-one-dark from 6.1.0 to 6.1.1 in /web ( #4722 )  
						
						... 
						
						
						
						Bumps [@codemirror/theme-one-dark](https://github.com/codemirror/theme-one-dark ) from 6.1.0 to 6.1.1.
- [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.0...6.1.1 )
---
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-02-20 11:11:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						febb6f57bd 
					 
					
						
						
							
							web: bump @sentry/browser from 7.37.2 to 7.38.0 in /web ( #4724 )  
						
						... 
						
						
						
						Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.37.2 to 7.38.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.37.2...7.38.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-20 11:11:07 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						843cbd4674 
					 
					
						
						
							
							core: bump webauthn from 1.7.0 to 1.7.2 ( #4723 )  
						
						... 
						
						
						
						Bumps [webauthn](https://github.com/duo-labs/py_webauthn ) from 1.7.0 to 1.7.2.
- [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.7.0...v1.7.2 )
---
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-02-20 11:10:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4a82bd041 
					 
					
						
						
							
							core: bump selenium from 4.8.0 to 4.8.2 ( #4725 )  
						
						... 
						
						
						
						Bumps [selenium](https://github.com/SeleniumHQ/Selenium ) from 4.8.0 to 4.8.2.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases )
- [Commits](https://github.com/SeleniumHQ/Selenium/commits )
---
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-02-20 11:10:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca2a59281a 
					 
					
						
						
							
							core: bump duo-client from 4.5.0 to 4.6.1 ( #4726 )  
						
						... 
						
						
						
						Bumps [duo-client](https://github.com/duosecurity/duo_client_python ) from 4.5.0 to 4.6.1.
- [Release notes](https://github.com/duosecurity/duo_client_python/releases )
- [Commits](https://github.com/duosecurity/duo_client_python/compare/4.5.0...4.6.1 )
---
updated-dependencies:
- dependency-name: duo-client
  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-20 11:08:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f1721a728 
					 
					
						
						
							
							web: refactor rendering of source icons  
						
						... 
						
						
						
						closes  #4718 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-02-19 20:17:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						99baf1a29e 
					 
					
						
						
							
							web/elements: add loading spinner for charts, render middle text with css  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-19 20:10:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a68fa06ff9 
					 
					
						
						
							
							web/flows: fix fa:// icons in sources not shown correctly  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-19 19:45:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f431396c0 
					 
					
						
						
							
							providers/proxy: ensure issuer is correct when browser url override is set  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
#4715  
						
						
					 
					
						2023-02-19 17:35:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ac2e924a2 
					 
					
						
						
							
							core: fix error when creating token without request in context  
						
						... 
						
						
						
						closes  #4716 
Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
					
						2023-02-19 17:31:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0874574e5c 
					 
					
						
						
							
							*: add additional prometheus metrics, remove unusable high entropy metrics  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-19 17:08:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						069e9c015b 
					 
					
						
						
							
							events: fix m2m_change events not being logged  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-19 16:28:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8de4471322 
					 
					
						
						
							
							website: update blog  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-17 19:35:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c6ead3dc49 
					 
					
						
						
							
							providers/oauth2: make PKCE required for public clients  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-17 18:08:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f749027143 
					 
					
						
						
							
							root: don't log django request warnings  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-17 18:08:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						153bd3aaf1 
					 
					
						
						
							
							sources/oauth: fix not all token errors being logged with response  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-17 13:22:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e19c4886fe 
					 
					
						
						
							
							ci: bump snok/container-retention-policy from 1 to 2 ( #4710 )  
						
						... 
						
						
						
						Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy ) from 1 to 2.
- [Release notes](https://github.com/snok/container-retention-policy/releases )
- [Commits](https://github.com/snok/container-retention-policy/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: snok/container-retention-policy
  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-02-17 09:44:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a57d453ba 
					 
					
						
						
							
							providers/oauth2: fix missing information for Revoked token access events  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-16 14:47:07 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5dfe7dafe 
					 
					
						
						
							
							website: always show build version in version dropdown  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io >
#3940  
						
						
					 
					
						2023-02-16 14:38:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb190852a5 
					 
					
						
						
							
							web: bump pyright from 1.1.293 to 1.1.294 in /web ( #4703 )  
						
						... 
						
						
						
						Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright ) from 1.1.293 to 1.1.294.
- [Release notes](https://github.com/Microsoft/pyright/releases )
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.294/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-02-16 11:22:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34a2d105d3 
					 
					
						
						
							
							web: bump mermaid from 9.3.0 to 9.4.0 in /web ( #4704 )  
						
						... 
						
						
						
						Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 9.3.0 to 9.4.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/v9.3.0...v9.4.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-02-16 11:22:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80601e16f9 
					 
					
						
						
							
							core: bump goauthentik.io/api/v3 from 3.2023021.1 to 3.2023022.1 ( #4705 )  
						
						... 
						
						
						
						Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go ) from 3.2023021.1 to 3.2023022.1.
- [Release notes](https://github.com/goauthentik/client-go/releases )
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023021.1...v3.2023022.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-02-16 11:21:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ff6f9cc44f 
					 
					
						
						
							
							core: bump kubernetes from 25.3.0 to 26.1.0 ( #4706 )  
						
						... 
						
						
						
						Bumps [kubernetes](https://github.com/kubernetes-client/python ) from 25.3.0 to 26.1.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/v25.3.0...v26.1.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-02-16 11:21:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0f60e09cf 
					 
					
						
						
							
							web: bump API Client version ( #4700 )  
						
						... 
						
						
						
						Signed-off-by: GitHub <noreply@github.com > 
						
						
					 
					
						2023-02-15 22:26:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						176aa606ca 
					 
					
						
						
							
							Merge branch 'version-2023.2'  
						
						
						
						
					 
					
						2023-02-15 21:28:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17364c3bd8 
					 
					
						
						
							
							website/docs: add 2023.2.2 release notes  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens@goauthentik.io > 
						
						
					 
					
						2023-02-15 20:34:25 +01:00