..
__init__.py
Tests for hc.accounts
9 years ago
test_add_project.py
Reduce usage of Profile.current_project cc: #336
5 years ago
test_add_totp.py
Add support for 2FA using TOTP
3 years ago
test_add_webauthn.py
Add support for 2FA using TOTP
3 years ago
test_admin.py
Simplify super() calls in tests
4 years ago
test_change_email.py
Update the "Change Email" function to use confirmation codes
4 years ago
test_check_token.py
Add extra security checks in the login_webauthn view
4 years ago
test_close_account.py
Remove the "welcome" landing page
3 years ago
test_login.py
Fix a crash during login when user's profile does not exist
3 years ago
test_login_totp.py
Add protection against TOTP code reuse
3 years ago
test_login_webauthn.py
Fix redirect-after-login when using TOTP
3 years ago
test_notifications.py
Remove Profile.reports_allowed (obsolete)
3 years ago
test_profile.py
Add support for 2FA using TOTP
3 years ago
test_profile_model.py
Fix the month boundary calculation in monthly reports
4 years ago
test_project.py
Change "Add Users from Other Teams" -> "Add Users from Other Projects"
3 years ago
test_project_model.py
Improved UI to invite users from account's other projects. Fixes #258.
5 years ago
test_pruneusers.py
Use unittest.mock
5 years ago
test_remote_user_header_login.py
Add http header auth (#457)
4 years ago
test_remove_credential.py
Add support for 2FA using TOTP
3 years ago
test_remove_project.py
Simplify super() calls in tests
4 years ago
test_remove_totp.py
Add support for 2FA using TOTP
3 years ago
test_senddeletionnotices.py
Simplify super() calls in tests
4 years ago
test_set_password.py
Update the "Change Email" function to use confirmation codes
4 years ago
test_signup.py
Implement alternative ping URLs, WIP
3 years ago
test_sudo_mode.py
Add checks for RP_ID, add a 2FA section in README
4 years ago
test_team_access_middleware.py
Source formatted with Black
6 years ago
test_transfer_project.py
Optimize queries and fix team member sorting
3 years ago
test_unsubscribe_reports.py
Fix the unsubscribe_reports view to handle already deleted users
3 years ago