Commit Graph

83 Commits

Author SHA1 Message Date
josh 3eab9cbd46 Update mfa/templates/select_mfa_method.html 2024-02-02 12:56:43 +00:00
josh fc301a5a06 Update mfa/templates/TOTP/Add.html 2024-02-02 12:49:16 +00:00
josh c71c6d7cab Update mfa/templates/TOTP/Add.html 2024-02-02 12:40:03 +00:00
josh 79e9e906dd Update mfa/templates/TOTP/Add.html 2024-02-02 12:20:08 +00:00
josh fe1e2abd6f Update mfa/templates/TOTP/Add.html 2024-02-02 12:16:44 +00:00
josh 5db1bdca81 Update mfa/templates/TOTP/Add.html 2024-02-02 12:15:32 +00:00
josh 1c15c74444 Update mfa/templates/TOTP/Add.html 2024-02-02 12:01:06 +00:00
josh bc59406713 Update mfa/templates/TOTP/recheck.html 2024-02-02 11:29:45 +00:00
josh 3ea974f750 Update mfa/templates/TOTP/recheck.html 2024-02-02 11:26:19 +00:00
josh 37184edfb9 Update mfa/templates/TOTP/recheck.html 2024-02-02 11:22:09 +00:00
josh 62a240ac28 Update mfa/templates/TOTP/recheck.html 2024-02-02 11:19:53 +00:00
josh aa1d417c08 Update mfa/templates/TOTP/Auth.html 2024-02-02 11:11:08 +00:00
Moreira 1fe11273e3 Creating .map versions for bootstrap and qrious 2023-12-26 12:04:05 -03:00
Mohamed ElKalioby 98b9fce1d2 Support for Django4.0+ JSONField 2022-12-19 14:55:37 +03:00
Mohamed ElKalioby 17ef0f4b1e #70 closed 2022-12-19 14:23:32 +03:00
Mohamed ElKalioby 2d7b80bf5a Fixing CVE-2022-42731 2022-10-10 17:35:26 +03:00
Mohamed ElKalioby 8dba66b7b2 Merge branch 'CVE-2022-42731' 2022-10-10 17:21:31 +03:00
Mohamed ElKalioby 54db5a513b Fixing CVE-2022-42731 2022-10-10 17:20:47 +03:00
Mohamed El-Kalioby cb2149acf3 Merged v2.6.0 2022-10-01 12:41:15 +03:00
Mohamed ElKalioby 843a4e676c Merged v2.5 2022-06-22 08:57:28 +03:00
Mohamed El-Kalioby 5475a3bf87 Upgrade FIDO2 and fix Authorize button on iOS 2021-10-14 19:37:40 +03:00
Mohamed ElKalioby 85b4a25956 v2.3.0 #done 2021-09-21 20:23:39 +03:00
Mike Nelson 3d8d970701 use block.super for more friendly overriding of parent blocks 2021-09-16 14:38:38 -07:00
Andreas Dickow 41b7bd2929 Fix missing import of get_redirect_url in totp and U2F 2021-08-11 11:18:12 +02:00
Mohamed ElKalioby 7a154cfa34 Releasing v2.2.0 2021-05-30 09:24:25 +03:00
Mohamed El-Kalioby 958775418d Allowing setting the redirect url and text 2021-05-28 16:38:27 +03:00
Mohamed El-Kalioby ef8287666c Closes #37 2021-03-02 19:44:05 +03:00
Mohamed ElKalioby 19563fe2b8 Fixes #37 2021-02-26 13:55:49 +03:00
Mohamed ElKalioby a94ad50b93 Adding Latest mfa 2021-01-20 16:05:08 +03:00
Mohamed El-Kalioby a577c80cc3 Final touches 2021-01-18 19:31:23 +03:00
Mohamed El-Kalioby 66cf103bca Fixes 2021-01-18 19:12:12 +03:00
Mohamed El-Kalioby 53f936a2c6 Testing Touch ID 2021-01-18 18:53:11 +03:00
Mohamed El-Kalioby 6f4c3e0486 closes #31 2020-12-09 07:45:20 +03:00
Mohamed El-Kalioby b66ae97a0d Bumped version to 2.0.5 2020-12-08 17:38:19 +03:00
Mohamed El-Kalioby 2ced125e9f closes #30 2020-12-08 17:29:14 +03:00
Mohamed ElKalioby becfc9e238 Upgraded to 2.0.3 2020-11-10 09:04:08 +03:00
nswain f3483868ed Use the ORM to perform migration query. 2020-09-09 17:32:09 -06:00
nswain f5218bdbdb Simplify migration script. 2020-09-09 13:16:28 -06:00
nswain d9bc0dd5fd Fix migration script. 2020-09-09 13:09:42 -06:00
nswain c34efd6ba9 Use decode method to decode the byte string instead of casting it to string and replacing the byte string syntax in the string. 2020-09-09 09:15:53 -06:00
nswain d48e464c16 Use DEFAULT_FROM_EMAIL instead of EMAIL_HOST_USER for the from email address if EMAIL_HOST_USER does not have an "@" sign in it.
Some email relay services require a username that is not an email address for the EMAIL_HOST_USER (e.g.: https://sendgrid.com/docs/API_Reference/SMTP_API/integrating_with_the_smtp_api.html)
2020-09-09 09:15:53 -06:00
nswain b5b308a757 Removes embedded bytestring syntax from email message body.
e.g.: "b'Hello user, here's your code: 81244'" -> "Hello user, here's your code: 81244"
2020-09-09 09:15:53 -06:00
Mohamed ElKalioby 56eb8821af Fixed Migration with SQLite 2020-08-28 19:10:34 +03:00
Mohamed ElKalioby e79411d04c Updted to fido2==0.8.1 2020-08-28 19:10:10 +03:00
Mohamed El-Kalioby d9590c0ea1 Merge pull request #18 from Aquaveo/html-and-style-fixes
Addresses several structure and style issues with TOTP and Email dialogs
2020-08-28 18:46:15 +03:00
nswain 55375f7002 Adds never_cache decorator to TOTP and Email start and auth views to prevent browser from caching previous codes. 2020-08-26 11:06:31 -06:00
nswain b6992d3ced Addresses several structure and style issues with TOTP and Email dialogs.
Added missing div tags that were causing style problems.
Reformatted HTML to make it easier to read.
Added whitespace above buttons on TOTP Add dialog.
Changed "6-digit" to "code" on email dialogs because number of digits varies.
2020-08-26 10:19:38 -06:00
Mohamed ElKalioby 3d37d0a51f closes #6 2020-06-18 18:54:20 +03:00
Mohamed ElKalioby a820206a24 Fix is_authenticated #13 2020-06-18 18:24:42 +03:00
Mohamed ElKalioby bc407ca39b Closes #14 2020-06-18 18:16:39 +03:00