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