|  | 2a85e5ae87 | flows: complete migration to FlowExecutorView, fully use context | 2020-05-08 16:10:27 +02:00 |  | 
			
				
					|  | 114bb1b0bd | flows: implement planner, start new executor | 2020-05-08 14:33:14 +02:00 |  | 
			
				
					|  | 5400882d78 | flows/: more migration progress, consolidate views | 2020-05-07 21:30:52 +02:00 |  | 
			
				
					|  | 22838e66fe | providers/saml: fix users being able to authenticate without audit logs being created | 2020-02-24 14:40:12 +01:00 |  | 
			
				
					|  | 70ede8581a | core: sort sources on login view | 2020-02-23 20:19:01 +01:00 |  | 
			
				
					|  | e2f836feae | all: fix left over references to error templates | 2020-02-21 15:05:32 +01:00 |  | 
			
				
					|  | b6326f399c | ui: clean up more generic forms, remove is_login everywhere | 2020-02-21 15:00:45 +01:00 |  | 
			
				
					|  | 8fd86a28ff | ui: fixup minor issues, add static app | 2020-02-21 11:20:55 +01:00 |  | 
			
				
					|  | d88283a7a9 | Merge branch 'master' into pf4 # Conflicts:
#	passbook/core/static/img/logos/discord.svg
#	passbook/core/static/js/passbook.js
#	passbook/core/templates/login/with_sources.html
#	passbook/core/templates/overview/index.html
#	passbook/core/views/authentication.py | 2020-02-21 09:05:40 +01:00 |  | 
			
				
					|  | 3c2b8e5ee1 | all: prefix all UI related methods with ui_, switch to property and return dataclass | 2020-02-20 13:51:41 +01:00 |  | 
			
				
					|  | f1d77d475c | ui: start patternfly v4 migration | 2020-02-19 21:03:39 +01:00 |  | 
			
				
					|  | 38ad8e5fd3 | policies/expression: fix pb_is_sso_flow | 2020-02-19 11:01:20 +01:00 |  | 
			
				
					|  | 4e8238603a | all: cleanup logging to be structured | 2020-02-18 21:35:58 +01:00 |  | 
			
				
					|  | 74ad1b6759 | factors: strip port for domain check | 2020-02-18 17:05:30 +01:00 |  | 
			
				
					|  | cd1af15c56 | core: sort applications by name | 2020-02-18 17:00:56 +01:00 |  | 
			
				
					|  | 3bd1eadd51 | all: implement black as code formatter | 2019-12-31 12:51:16 +01:00 |  | 
			
				
					|  | 8eb3f0f708 | ci: upgrade pylint to latest version core: also upgrade kombu as https://github.com/celery/kombu/issues/1101 is fixed now | 2019-12-31 12:45:29 +01:00 |  | 
			
				
					|  | d4cb1a98c7 | policy(major): simplify PolicyEngine API, add flag to ignore cache for debug purposes | 2019-10-15 15:44:59 +02:00 |  | 
			
				
					|  | 2ff1635696 | core/sources(minor): refactor Source's property | 2019-10-13 16:47:13 +02:00 |  | 
			
				
					|  | d91a852eda | factors/email(minor): start rebuilding email integration as factor | 2019-10-08 14:30:17 +02:00 |  | 
			
				
					|  | f2acc154cd | *(minor): small refactor | 2019-10-07 16:33:48 +02:00 |  | 
			
				
					|  | d21ec6c9a5 | root(minor): get rid of duplicate settings | 2019-10-04 16:09:35 +02:00 |  | 
			
				
					|  | 1453008796 | wsgi(minor): add proper request logging | 2019-10-04 12:44:59 +02:00 |  | 
			
				
					|  | c0df1f38b8 | *(minor): remove __name__ param from get_logger | 2019-10-04 10:08:53 +02:00 |  | 
			
				
					|  | f4499a5459 | *(minor): stdlib logging to structlog | 2019-10-01 10:24:10 +02:00 |  | 
			
				
					|  | b3aede5bba | policy(minor): Move policy-related code to separate package | 2019-10-01 10:17:39 +02:00 |  | 
			
				
					|  | c2c5ff6912 | config(minor): CONFIG.get -> CONFIG.y | 2019-09-30 18:04:04 +02:00 |  | 
			
				
					|  | 98c844f3d6 | improve OIDC compatibility | 2019-06-25 17:57:25 +02:00 |  | 
			
				
					|  | e0d597eeac | show cache on admin overview, add modal to clear cache, re-add logging to policy | 2019-04-29 20:37:44 +02:00 |  | 
			
				
					|  | f576985cc9 | remove django guardian and check application access via PolicyEngine | 2019-04-29 20:07:18 +02:00 |  | 
			
				
					|  | 15aaeda475 | remove unused import | 2019-04-10 18:47:21 +02:00 |  | 
			
				
					|  | 8536ef9e23 | Add guardian for Application permissions | 2019-04-10 18:46:33 +02:00 |  | 
			
				
					|  | 35b6bb6b3f | fix failing CI | 2019-04-09 17:26:53 +02:00 |  | 
			
				
					|  | 4d6bb60134 | add custom template views | 2019-03-22 12:16:30 +01:00 |  | 
			
				
					|  | 25a5d8f5da | Don't use LoginRequired for PermissionDenied View | 2019-03-21 14:53:38 +01:00 |  | 
			
				
					|  | 4a7b0ec8a9 | remove Application.user_is_authorized | 2019-03-12 10:56:01 +01:00 |  | 
			
				
					|  | e1f1f617b6 | fix UserChangePasswordView not requiring Login | 2019-03-11 11:25:59 +01:00 |  | 
			
				
					|  | 54427f7c68 | use HTML5 autocomplete values to better handle password managers | 2019-03-02 23:19:58 +01:00 |  | 
			
				
					|  | 5b771da972 | switch from first_name and last_name to name | 2019-02-27 15:09:05 +01:00 |  | 
			
				
					|  | b726583084 | Keep GET parameters throughout entire login process | 2019-02-27 12:35:48 +01:00 |  | 
			
				
					|  | 421f51770c | implement password policy checking on signup and password change closes #8 | 2019-02-26 15:40:58 +01:00 |  | 
			
				
					|  | ad96f7dbb8 | add E-Mail support via celery task, untested, closes #17 | 2019-02-26 14:10:53 +01:00 |  | 
			
				
					|  | 06b65a7882 | add unittests, woo | 2019-02-26 10:57:05 +01:00 |  | 
			
				
					|  | 39d9fe9bf0 | add passbook.pretend to use passbook in applications which don't support generic OAuth | 2019-02-26 09:10:37 +01:00 |  | 
			
				
					|  | 98b414f3e2 | add SignUp Confirmation (required by default, can be disabled in invitations) closes #6 | 2019-02-25 21:03:24 +01:00 |  | 
			
				
					|  | a0d42092e3 | add Nonce (one-time links), add password reset function (missing e-mail verification), closes #7 | 2019-02-25 20:46:23 +01:00 |  | 
			
				
					|  | f2569b6424 | improve placeholder on login template | 2019-02-25 19:43:33 +01:00 |  | 
			
				
					|  | 8b66b40f0d | move forgot password to PasswordFactor | 2019-02-25 16:41:33 +01:00 |  | 
			
				
					|  | 33431ae013 | improve OAuth Source Setup process, fix login template, closes #3 | 2019-02-25 14:10:10 +01:00 |  | 
			
				
					|  | da5568b571 | cleanup, fix Permission Denied when Cancelling login, fix display of messages on login template | 2019-02-25 13:02:50 +01:00 |  |