Rafał Pitoń 68391f7137 wrap up consts cleanup in user model 8 years ago
..
api a23ef052d7 renamed ACTIVATION_REQUIRED const to ACTIVATION 8 years ago
avatars 84a1312add #590: replaced django.conf with misago.conf in modules that rely on MISAGO_ settings 8 years ago
forms 68391f7137 wrap up consts cleanup in user model 8 years ago
management 30809e94dd use django's password validator in createsuperuser 8 years ago
migrations c1e231e5f4 Merge branch 'master' of https://github.com/rafalp/Misago 8 years ago
models 68391f7137 wrap up consts cleanup in user model 8 years ago
online cc198368a5 made in-app imports relative, utility for converting abs imports to rel ones 9 years ago
permissions 18a87ce5d6 fix #726: replaced is_authenticated() and is_anonymous() calls with props gets 8 years ago
serializers e888d65b4e #600: users, avatars, follows, blocks 8 years ago
templatetags c3b509768a blank user avatar image 8 years ago
tests 18a87ce5d6 fix #726: replaced is_authenticated() and is_anonymous() calls with props gets 8 years ago
urls 86aaf8b8ef /api/auth/criteria/ edge 8 years ago
viewmodels a0879ce7d4 fix #635: removed page_range from paginated responses 8 years ago
views a23ef052d7 renamed ACTIVATION_REQUIRED const to ACTIVATION 8 years ago
__init__.py 747c409912 Changed apps configs definitions 11 years ago
activepostersranking.py 84a1312add #590: replaced django.conf with misago.conf in modules that rely on MISAGO_ settings 8 years ago
admin.py 38a6847cb0 #596: cut warnings 8 years ago
apps.py 18a87ce5d6 fix #726: replaced is_authenticated() and is_anonymous() calls with props gets 8 years ago
authbackends.py aaf3dc96a9 #646: more work at hiding users, admin edit form 8 years ago
bans.py e0510daf4a more docs moved over to gitbook 8 years ago
captcha.py 8f132fc93a removed dependency on recaptcha-client 9 years ago
context_processors.py 18a87ce5d6 fix #726: replaced is_authenticated() and is_anonymous() calls with props gets 8 years ago
credentialchange.py 2bb15d7075 fix #593 8 years ago
decorators.py 18a87ce5d6 fix #726: replaced is_authenticated() and is_anonymous() calls with props gets 8 years ago
djangoadmin.py 906e9f1707 fix #589: forms cleanup 8 years ago
middleware.py 18a87ce5d6 fix #726: replaced is_authenticated() and is_anonymous() calls with props gets 8 years ago
namechanges.py cc198368a5 made in-app imports relative, utility for converting abs imports to rel ones 9 years ago
pages.py 6fa6ddb619 WIP usercp, new Page class for backend and frontend 9 years ago
search.py 4b9719cb9d #646: exclude disabled users from users lists, unless client is admin 8 years ago
signals.py 38a6847cb0 #596: cut warnings 8 years ago
signatures.py e888d65b4e #600: users, avatars, follows, blocks 8 years ago
testutils.py 0ade8b523b fix #643: move user test cases to client.force_login and client.logout utils 8 years ago
tokens.py ca8f97ff16 Python 3.5 code fixes 8 years ago
utils.py e1e24da011 Encode strings to bytes before hashing for Python 3 support 8 years ago
validators.py c241f059b9 #676: moved all password validation to django facilities 8 years ago