Commit Graph

36 Commits

Author SHA1 Message Date
6dcdf7bcce add custom DynamicArrayField to better handle arrays 2019-03-08 15:11:01 +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
6c300b7b31 autofocus password field 2019-02-27 12:35:57 +01:00
556740d7bc add PasswordPolicyForm back in 2019-02-26 15:41:11 +01:00
98b414f3e2 add SignUp Confirmation (required by default, can be disabled in invitations) closes #6 2019-02-25 21:03:24 +01:00
f2569b6424 improve placeholder on login template 2019-02-25 19:43:33 +01:00
408e205c5f add signal for password change, add field for password policies 2019-02-25 15:41:36 +01:00
9c2cfd7db4 use Inheritance for Factors instead of JSONField 2019-02-24 22:39:09 +01:00
292fbecca0 add password change view 2019-02-23 20:56:41 +01:00
66c0fc9d9a Move factor base template to form_with_user 2019-02-23 20:41:43 +01:00
dd9cd7aa0c automatically fill slug field while typing 2019-02-21 17:01:12 +01:00
c941107d42 Rules -> Policies, more things 2019-02-21 16:06:57 +01:00
744a320731 fix inconsistent naming 2019-02-16 10:59:23 +01:00
d6f4832e90 Rule -> Policies 2019-02-16 10:24:31 +01:00
59a15c988f Move Factor instances to database 2019-02-16 09:52:37 +01:00
2eae37107d core: add slug to application 2018-12-26 17:17:39 +01:00
764282ea9e saml_idp: Rewrite to CBV 2018-12-16 17:09:26 +01:00
e81f525cea core,oauth_provider: cleanup templates, add MFA error view 2018-12-14 15:18:02 +01:00
83ed1d857b core: implement new mfa authentication 2018-12-13 18:02:08 +01:00
71f41e655f core: add user settings and user delete 2018-12-10 16:58:35 +01:00
85a2280eaf core; fix variable being shadowed 2018-12-10 15:42:13 +01:00
564483cab8 core: prevent duplicate fixed_username/email 2018-12-10 15:27:55 +01:00
111b0ec4fb core: make SignUpForm’s fields readonly if there is an initial value 2018-12-10 15:26:53 +01:00
d0099edac4 all: fully switch to Invitation 2018-12-10 14:49:15 +01:00
57f285ae54 admin: set invitation’s created_by properly, remove edit of invite 2018-12-10 14:38:44 +01:00
545795ebc6 all: invites -> invitations 2018-12-10 14:21:42 +01:00
89c2b8d49c admin: add invite administration 2018-12-10 14:13:18 +01:00
2a500b3e4a core: add placeholders for forms, add sign-up view 2018-12-10 13:51:38 +01:00
633660c602 core: make FieldMatcherRule’s user_field into dropdown 2018-12-10 11:15:53 +01:00
dae5fc6265 core: cleanup provider select 2018-12-09 23:05:55 +01:00
60b1c1b493 core: add DebugRule which takes random amount of time to process 2018-12-09 21:06:21 +01:00
4b047802c0 core: Add Webhook Rule 2018-11-27 16:23:04 +01:00
b656cd1139 admin: add source admin 2018-11-26 22:09:04 +01:00
caf6580ccb Admin: add rule admin 2018-11-26 22:08:48 +01:00
5aa245cac0 add working oauth and ldap client 2018-11-11 13:41:48 +01:00