|  | d2a9a294f2 | web: bump pyright from 1.1.290 to 1.1.291 in /web (#4519) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.290 to 1.1.291.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.291/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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-25 11:23:38 +01:00 |  | 
			
				
					|  | 32c7c58518 | web: bump @sentry/tracing from 7.32.1 to 7.33.0 in /web (#4517) Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.32.1 to 7.33.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.32.1...7.33.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-25 11:23:28 +01:00 |  | 
			
				
					|  | 349c6e50c2 | web: bump @lingui/detect-locale from 3.16.0 to 3.16.1 in /web (#4521) Bumps [@lingui/detect-locale](https://github.com/lingui/js-lingui) from 3.16.0 to 3.16.1.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1)
---
updated-dependencies:
- dependency-name: "@lingui/detect-locale"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-25 11:22:50 +01:00 |  | 
			
				
					|  | 2e8027fa04 | core: bump coverage from 7.0.5 to 7.1.0 (#4524) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.5 to 7.1.0.
- [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.0.5...7.1.0)
---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-25 11:22:37 +01:00 |  | 
			
				
					|  | 0bc1b33663 | website/blog: fix mixed up images Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-24 19:46:15 +01:00 |  | 
			
				
					|  | 8564f9ef87 | website: hardcode url for disqus comments Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-24 19:26:04 +01:00 |  | 
			
				
					|  | 7cfd84d8f0 | website/blog: update blog title Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-24 19:03:05 +01:00 |  | 
			
				
					|  | f2e40ec7e3 | website: publish new blog post Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-24 18:59:54 +01:00 |  | 
			
				
					|  | 1f1255a829 | web: bump API Client version (#4508) Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com> | 2023-01-24 13:45:05 +01:00 |  | 
			
				
					|  | 53b65a9d1a | stages/prompt: field name (#4497) * add prompt field name
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* remove numerical prefix
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix missing name
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* use text field
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add description label
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add migrate blueprint to remove old stages
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add task to remove unretrievable blueprints
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix blueprint test paths
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* actually fix tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix tests even more
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix fixtures
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-24 12:23:22 +01:00 |  | 
			
				
					|  | 9437e2d3ab | website: add disqus to blog posts Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-24 12:14:59 +01:00 |  | 
			
				
					|  | 6a7b78abc2 | web: bump @sentry/browser from 7.31.1 to 7.32.1 in /web (#4498) Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.31.1 to 7.32.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.31.1...7.32.1)
---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 11:05:12 +01:00 |  | 
			
				
					|  | 9c24e5195b | core: bump goauthentik.io/api/v3 from 3.2023010.1 to 3.2023012.1 (#4500) Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go) from 3.2023010.1 to 3.2023012.1.
- [Release notes](https://github.com/goauthentik/client-go/releases)
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2023010.1...v3.2023012.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 10:56:29 +01:00 |  | 
			
				
					|  | 306b046b9a | web: bump @sentry/tracing from 7.31.1 to 7.32.1 in /web (#4499) Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.31.1 to 7.32.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.31.1...7.32.1)
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 10:56:18 +01:00 |  | 
			
				
					|  | 10b50c5845 | web: bump @typescript-eslint/parser from 5.48.2 to 5.49.0 in /web (#4501) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.2 to 5.49.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.49.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 10:52:08 +01:00 |  | 
			
				
					|  | 3912a57df2 | core: bump sentry-sdk from 1.13.0 to 1.14.0 (#4502) Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.13.0 to 1.14.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.13.0...1.14.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 10:51:38 +01:00 |  | 
			
				
					|  | 08142d393f | web: bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 in /web (#4503) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.2 to 5.49.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.49.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 10:48:19 +01:00 |  | 
			
				
					|  | 0f7af256d6 | web: bump @types/codemirror from 5.60.6 to 5.60.7 in /web (#4504) Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 5.60.6 to 5.60.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror)
---
updated-dependencies:
- dependency-name: "@types/codemirror"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 10:48:00 +01:00 |  | 
			
				
					|  | 16076cc46f | outposts: fallback to ghcr Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-24 10:47:30 +01:00 |  | 
			
				
					|  | 8aa16e66e4 | core: bump selenium from 4.7.2 to 4.8.0 (#4505) Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.7.2 to 4.8.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.8.0)
---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-24 10:47:10 +01:00 |  | 
			
				
					|  | a9b32e2f97 | providers/ldap: add unbind flow execution (#4484) add unbind flow execution
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-23 20:36:30 +01:00 |  | 
			
				
					|  | b2d272bf6f | api: fix lint Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-23 20:19:03 +01:00 |  | 
			
				
					|  | 31ef6fb6a6 | core: delete session when user is set to inactive Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-23 16:24:30 +01:00 |  | 
			
				
					|  | c9c059a008 | api: ensure user is active when authenticating Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-23 16:24:30 +01:00 |  | 
			
				
					|  | a5e84b5482 | web: bump API Client version (#4492) Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com> | 2023-01-23 15:18:33 +00:00 |  | 
			
				
					|  | 7c697e09f3 | Merge branch 'version-2023.1' | 2023-01-23 14:39:59 +01:00 |  | 
			
				
					|  | b99afd82b2 | stages/user_write: fix migration setting wrong value, fix form Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-23 14:38:26 +01:00 |  | 
			
				
					|  | 9397598376 | release: 2023.1.2
						
						
						
						
						
						
							
 version/2023.1.2 | 2023-01-23 14:25:55 +01:00 |  | 
			
				
					|  | 91ffe4e7f9 | stages/user_write: fix migration setting wrong value, fix form Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-23 14:05:41 +01:00 |  | 
			
				
					|  | 430a207865 | release: 2023.1.1
						
						
						
						
						
						
							
 version/2023.1.1 | 2023-01-23 11:34:58 +01:00 |  | 
			
				
					|  | 894873b373 | core: compile backend translations (#4489) Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com> | 2023-01-23 11:00:35 +01:00 |  | 
			
				
					|  | 1ce2a1b846 | stages/email: update tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-23 10:43:49 +01:00 |  | 
			
				
					|  | 4731ccfafe | stages/email: fix a typo in email template (#4485) fix a typo in main content
Signed-off-by: Loan J <joliveau.loan@gmail.com>
Signed-off-by: Loan J <joliveau.loan@gmail.com> | 2023-01-23 10:22:49 +01:00 |  | 
			
				
					|  | 3e9c28d0a4 | web: bump @babel/plugin-proposal-decorators from 7.20.7 to 7.20.13 in /web (#4486) web: bump @babel/plugin-proposal-decorators in /web
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.20.7 to 7.20.13.
- [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.20.13/packages/babel-plugin-proposal-decorators)
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-23 10:21:46 +01:00 |  | 
			
				
					|  | 12d4394d73 | web: bump @rollup/plugin-commonjs from 24.0.0 to 24.0.1 in /web (#4487) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.0.0 to 24.0.1.
- [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.0.1/packages/commonjs)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-23 10:21:24 +01:00 |  | 
			
				
					|  | b872e7072d | core: bump paramiko from 2.12.0 to 3.0.0 (#4488) Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.12.0 to 3.0.0.
- [Release notes](https://github.com/paramiko/paramiko/releases)
- [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS)
- [Commits](https://github.com/paramiko/paramiko/compare/2.12.0...3.0.0)
---
updated-dependencies:
- dependency-name: paramiko
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-23 10:20:51 +01:00 |  | 
			
				
					|  | b0ea657b18 | ci: fix incorrect action for geoip secrets for release pipeline Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-22 19:19:41 +01:00 |  | 
			
				
					|  | a5f26b2ce0 | ci: use bot token to create release Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-22 19:09:49 +01:00 |  | 
			
				
					|  | c1b9b5c5e2 | stages/authenticator_totp: url quote TOTP issuer instead of slugifying (#4482) * Fix TOTP issuer mangling
* Fix OTP issuer mangling
* sort imports
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-01-22 16:37:47 +00:00 |  | 
			
				
					|  | b288393cd4 | stages/invitation: handle incorrectly formatted token closes #4481
Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-22 00:03:39 +01:00 |  | 
			
				
					|  | 767ffc09d0 | web/admin: fix plex source authorization flow not being shown correctly Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-21 14:55:13 +01:00 |  | 
			
				
					|  | 446dc0a17b | website/docs: prepare 2023.1.1 Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-20 14:25:20 +01:00 |  | 
			
				
					|  | c85474ec37 | root: update supported versions Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-20 14:23:21 +01:00 |  | 
			
				
					|  | 3a59b75f4a | website/docs: update ldap provider docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-20 11:46:57 +01:00 |  | 
			
				
					|  | 8deac81364 | outposts/ldap: fix queries filtering objectClass with non-lowercase values closes #2756
Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-20 11:42:23 +01:00 |  | 
			
				
					|  | 98485c528e | ci: build beta for amd64 and arm64 (#4468) * ci: build for arm64, but independently
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add notice to beta
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-19 21:41:56 +01:00 |  | 
			
				
					|  | 1a5b626f96 | root: match warning exclusions in pytest Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-19 20:34:51 +01:00 |  | 
			
				
					|  | 5736a1542c | stages/authenticator_sms: fix code not being sent when phone_number is in context Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-19 20:19:23 +01:00 |  | 
			
				
					|  | 43854dc828 | outposts/proxy: fix panic due to IsSet misbehaving Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-19 18:22:55 +01:00 |  | 
			
				
					|  | 64af78110a | ci: bump golangcilint timeout Signed-off-by: Jens Langhammer <jens@goauthentik.io> | 2023-01-19 18:17:18 +01:00 |  |