|
f00b2df592
|
remove cv2 because QRCodeDetector is broken and replace with decode from
pyzbar.pyzbar
|
2021-08-30 21:57:02 -07:00 |
|
|
9a15dc8bb6
|
add migrations for otp key length
|
2021-08-30 21:56:20 -07:00 |
|
|
ffca5b3c27
|
pyotp.random_base32() has increased their default output length
|
2021-08-30 21:54:40 -07:00 |
|
|
88790e4080
|
accounts/tests/test_email_white_list_model.py update function name
|
2021-04-21 16:40:11 -07:00 |
|
|
b6ab46dd69
|
update accounts/tests/test_log_out_view.py add function test_log_out_view_get
|
2021-04-21 13:27:55 -07:00 |
|
|
fd5a5cdddd
|
update accounts/tests/test_register_view.py add function
test_register_view_get
|
2021-04-21 13:19:04 -07:00 |
|
|
b1ace1c6ba
|
update accounts/tests/test_password_change_view.py add function
test_password_change_view_get
|
2021-04-21 13:08:21 -07:00 |
|
|
68f08b2773
|
update accounts/tests/test_email_white_list_model.py add test for
__str__ method
|
2021-04-20 20:42:47 -07:00 |
|
|
058687d710
|
update accounts/tests/test_user_model.py add test for __str__ method
|
2021-04-20 20:41:45 -07:00 |
|
|
d30af17e60
|
update accounts/tests/test_totp_enabled_login_view.py add function
test_TOTP_enabled_log_in_view_already_logged_in
|
2021-04-20 20:28:20 -07:00 |
|
|
9d48b5b0ed
|
update accounts/tests/test_edit_profile_view.py add function
test_edit_profile_view_email_already_exists
|
2021-04-20 20:21:44 -07:00 |
|
|
a9679cff69
|
update accounts/tests/test_register_view.py add functions
test_register_user_already_exists and test_register_email_already_exists
|
2021-04-20 19:30:08 -07:00 |
|
|
f1109519db
|
add GET request test to accounts/tests/test_disable_totp_view.py
|
2021-04-20 19:02:38 -07:00 |
|
|
72daaa5a47
|
add accounts/tests/test_totp_enabled_login_view.py
|
2021-04-20 18:31:06 -07:00 |
|
|
f199e8f173
|
add accounts/tests/test_disable_totp_view.py
|
2021-04-19 23:16:40 -07:00 |
|
|
20ce2c493b
|
add accounts/tests/test_enable_totp_view.py
|
2021-04-19 21:13:37 -07:00 |
|
|
6a21866e8f
|
add id to totp_form.html in order to identify the div which contains the
svg
|
2021-04-19 21:08:49 -07:00 |
|
|
e65a1026f8
|
update enable_totp(request) redirect if totp is already enabled
|
2021-04-19 21:07:15 -07:00 |
|
|
5b99609dc7
|
add accounts/tests/test_log_in_view.py
|
2021-04-18 16:51:24 -07:00 |
|
|
58a1e87db8
|
update accounts/tests/test_log_out_view.py
|
2021-04-18 16:27:45 -07:00 |
|
|
3d110192e8
|
add PATH_INFO test to accounts/tests/test_password_change_view.py
|
2021-04-18 14:39:10 -07:00 |
|
|
4b2bcae2ed
|
add PATH_INFO test to accounts/tests/test_log_out_view.py
|
2021-04-18 14:29:31 -07:00 |
|
|
12507888a8
|
add accounts/tests/test_edit_profile_view.py
|
2021-04-18 03:04:59 -07:00 |
|
|
82ac0350f3
|
add twitter_handle_validator to accounts/models.py
|
2021-04-18 03:03:54 -07:00 |
|
|
f82131855f
|
update accounts/forms.py
|
2021-04-18 03:01:22 -07:00 |
|
|
31d5d6646a
|
add accounts/tests/test_register_view.py
|
2021-04-17 01:55:25 -07:00 |
|
|
825bdc3e14
|
update accounts/tests/test_email_white_list_model.py
|
2021-04-17 01:51:47 -07:00 |
|
|
7bc56f507c
|
add accounts/tests/test_password_change_view.py
|
2021-04-16 18:59:19 -07:00 |
|
|
a81ec6612f
|
update accounts/tests/test_user_model.py
|
2021-04-16 18:58:38 -07:00 |
|
|
77f0bc06de
|
add audio/tests/test_log_out_view.py
|
2021-04-16 17:47:52 -07:00 |
|
|
3562a8058e
|
test length of urlpatterns list from accounts.url
|
2021-04-09 02:29:08 -07:00 |
|
|
c906e6599c
|
add accounts/test/test_urls.py
|
2021-04-07 15:41:22 -07:00 |
|
|
72fe8b16d3
|
extend test_user_model.py
|
2021-04-07 04:31:29 -07:00 |
|
|
1ddc459ed3
|
add some more tests
|
2021-04-06 23:16:54 -07:00 |
|
|
206886f5d6
|
add twitter_handle to account model
|
2021-03-28 15:51:55 -07:00 |
|
|
03afc74c1e
|
add totp form autofocus attr
|
2021-03-28 14:08:01 -07:00 |
|
|
ffa103e26c
|
add registration
|
2021-03-13 13:40:41 -08:00 |
|
|
5d6ae12550
|
add password reset
|
2021-03-06 01:43:07 -08:00 |
|
|
356b825830
|
add emailwhitelist model
|
2021-03-05 17:19:28 -08:00 |
|
|
dfeca6a325
|
initial commit
|
2021-02-24 20:13:54 -08:00 |
|