Commit Graph

24 Commits

Author SHA1 Message Date
f2acc154cd *(minor): small refactor 2019-10-07 16:33:48 +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
a798412e17 separate passbook.core into passbook.root and passbook.core
Move Main Django Project into passbook.root while passbook.core holds core functionality.

passbook.root contains main settings, ASGI & WSGI, celery and URLs.
2019-06-25 18:00:54 +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
983462f80d user/ -> _/user/ to prevent duplicate URLs 2019-02-26 09:08:49 +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
bb81bb5a8d totp => otp, integrate with factors, new setup form 2019-02-25 12:29:40 +01:00
292fbecca0 add password change view 2019-02-23 20:56:41 +01:00
89722336e3 fix duplicate Class naming 2019-02-16 10:54:15 +01:00
59a15c988f Move Factor instances to database 2019-02-16 09:52:37 +01:00
1d4f49d269 core: fix invalid mfa-denied URL declaration 2018-12-18 15:33:06 +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
cc12f1d8b3 Fix import order 2018-12-10 13:51:16 +01:00
00cf64ef31 add logout view 2018-11-23 09:44:30 +01:00
095a5c0268 core: add basic model against which rules can be checked 2018-11-22 13:12:59 +01:00
61b79e90e5 passbook: implement dynamic URL loading 2018-11-22 10:28:13 +01:00
c1276e9695 redo models again 2018-11-16 11:41:14 +01:00
fbaab4efaf Many broken things 2018-11-16 09:10:35 +01:00
5aa245cac0 add working oauth and ldap client 2018-11-11 13:41:48 +01:00