Rafał Pitoń cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
..
testfiles d3fefacb72 wip #865: field modules loading 8 лет назад
__init__.py 1e8da646a2 Adding new user model to Misago 11 лет назад
test_activation_views.py 055992eed5 first pass of cleansource script 8 лет назад
test_activepostersranking.py 055992eed5 first pass of cleansource script 8 лет назад
test_audittrail.py eb502b1982 Add AuditTrail feature to misago (#1014) 6 лет назад
test_auth_api.py 3f450c1e98 Fix #994: make registration-only bans behaviour better tested 7 лет назад
test_auth_backend.py ebdc383b67 Don't throw exception if misago auth backend is called during social auth 7 лет назад
test_auth_views.py f6699ee6f7 Fix #966: redirect user from guest-only view to homepage if they signed in on it. 7 лет назад
test_avatars.py 8eabe84636 fix build 8 лет назад
test_avatarserver_views.py 1c32143548 #702: did pass on users app 8 лет назад
test_ban_model.py 055992eed5 first pass of cleansource script 8 лет назад
test_banadmin_views.py 1c32143548 #702: did pass on users app 8 лет назад
test_bans.py 63268cc519 Fix pathhandling 7 лет назад
test_bio_profilefield.py 9bf525c843 Remove IP fields from models (#1021) 6 лет назад
test_captcha_api.py 4f67c08bd2 fix #741: cleaned response json handling in tests a little 8 лет назад
test_commands.py 1c32143548 #702: did pass on users app 8 лет назад
test_createsuperuser.py 1c32143548 #702: did pass on users app 8 лет назад
test_credentialchange.py 055992eed5 first pass of cleansource script 8 лет назад
test_datadownloads.py cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
test_datadownloads_dataarchive.py cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
test_datadownloadsadmin_views.py cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
test_decorators.py f6699ee6f7 Fix #966: redirect user from guest-only view to homepage if they signed in on it. 7 лет назад
test_deletemarkedusers.py 7aadad2dff Fix #1004: respect user's wish to have their account deleted, small code style tweaks 7 лет назад
test_deleteprofilefield.py 573e2538ab Deleting own account tweaks: management command, admin support, info in profile 7 лет назад
test_djangoadmin_auth.py 1c32143548 #702: did pass on users app 8 лет назад
test_djangoadmin_user.py 7bfe37bb69 small style cleanup 8 лет назад
test_expireuserdatadownloads.py cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
test_forgottenpassword_views.py 60c8bc8989 Add tests to password reset form 7 лет назад
test_gender_profilefield.py 9bf525c843 Remove IP fields from models (#1021) 6 лет назад
test_invalidatebans.py f3c87d5be0 #702: build fixed again 8 лет назад
test_joinip_profilefield.py 9bf525c843 Remove IP fields from models (#1021) 6 лет назад
test_lists_views.py 1c32143548 #702: did pass on users app 8 лет назад
test_listusedprofilefields.py 771405be9c logging and management commands 8 лет назад
test_loadavatargallery.py 311a5fda69 #707: fix relative imports 8 лет назад
test_mention_api.py c2973c339a Fix build after adding protocol to placekitten avatar url 7 лет назад
test_misagoavatars_tags.py 32980c25d0 fix #727: the grand get_user_model cleanup 8 лет назад
test_namechanges.py 311a5fda69 #707: fix relative imports 8 лет назад
test_online_utils.py 9e39af49b2 cleansource 8 лет назад
test_options_views.py 1c32143548 #702: did pass on users app 8 лет назад
test_populateonlinetracker.py 311a5fda69 #707: fix relative imports 8 лет назад
test_profile_views.py e190f87587 further cleanups of profile implementation 8 лет назад
test_profilefields.py 94368a7066 Rename fullname to real_name, expose it to JS UI, reduce profile fields logging 7 лет назад
test_rankadmin_views.py 1c32143548 #702: did pass on users app 8 лет назад
test_realip_middleware.py 055992eed5 first pass of cleansource script 8 лет назад
test_removeoldips.py 9bf525c843 Remove IP fields from models (#1021) 6 лет назад
test_rest_permissions.py 1c32143548 #702: did pass on users app 8 лет назад
test_search.py 1c32143548 #702: did pass on users app 8 лет назад
test_signatures.py 055992eed5 first pass of cleansource script 8 лет назад
test_social_pipeline.py eb502b1982 Add AuditTrail feature to misago (#1014) 6 лет назад
test_social_utils.py c7bb9c8a61 Social auth error handler 7 лет назад
test_testutils.py 4f67c08bd2 fix #741: cleaned response json handling in tests a little 8 лет назад
test_tokens.py 311a5fda69 #707: fix relative imports 8 лет назад
test_twitter_profilefield.py 9bf525c843 Remove IP fields from models (#1021) 6 лет назад
test_user_avatar_api.py 0d3b72cccf #702: comments cleanup 8 лет назад
test_user_changeemail_api.py 87beca6b7b fix #857: allow whitespace before and after passwords 8 лет назад
test_user_changepassword_api.py 87beca6b7b fix #857: allow whitespace before and after passwords 8 лет назад
test_user_create_api.py eb502b1982 Add AuditTrail feature to misago (#1014) 6 лет назад
test_user_datadownloads_api.py cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
test_user_details_api.py 27e9c64d30 added links to new api endpoints, tested api endpoint that returns user details for display 8 лет назад
test_user_editdetails_api.py e190f87587 further cleanups of profile implementation 8 лет назад
test_user_feeds_api.py 1c32143548 #702: did pass on users app 8 лет назад
test_user_middleware.py 3f450c1e98 Fix #994: make registration-only bans behaviour better tested 7 лет назад
test_user_model.py 94368a7066 Rename fullname to real_name, expose it to JS UI, reduce profile fields logging 7 лет назад
test_user_requestdatadownload_api.py cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
test_user_signature_api.py 0d3b72cccf #702: comments cleanup 8 лет назад
test_user_username_api.py 0d3b72cccf #702: comments cleanup 8 лет назад
test_useradmin_views.py cccebf378b Change wording for data downloads (again), add more tests to feature, expire old data downloads 6 лет назад
test_usernamechanges_api.py 055992eed5 first pass of cleansource script 8 лет назад
test_users_api.py 27c357962f Another pass on wording 7 лет назад
test_utils.py 055992eed5 first pass of cleansource script 8 лет назад
test_validators.py 2a453904d9 Fix broken registration forms 7 лет назад