summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-06-29[1.10.x] Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...Tim Graham
2016-05-17Updated translation catalogsClaude Paroz
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-05-13Fixed #26614 -- Used constant_time_compare() in checking session auth hash in...Tim Graham
2016-05-07Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2016-05-06Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-30Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-06Fixed #26470 -- Converted auth permission validation to system checks.Simon Charette
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-22Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...Tim Graham
2016-03-21Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...Berker Peksag
2016-03-14Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.Vincenzo Pandolfo
2016-03-12Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...ieatkittens
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-11Updated some comments for BCryptSHA256PasswordHasher.Tim Graham
2016-02-11Fix typo in commentCharlie Denton
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-01-09Fixed a typo in BCryptPasswordHasher docstringMatt Robenolt
2016-01-08Fixed #20846 -- Decreased User.username max_length to 150 characters.Collin Anderson
2016-01-07Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2016-01-02Fixed #26016 -- Restored contrib.auth hashers compatibility with py-bcrypt.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-31Updated translations from TransifexClaude Paroz
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01Pulled contrib translations from TransifexClaude Paroz
2015-10-29Fixed #20846 -- Increased User.username max_length to 254 characters.Tim Graham
2015-10-27Fixed #25596 -- Fixed regression in password change view with custom user model.Tim Graham
2015-10-10Pluralized translatable strings in password_validation.pyClaude Paroz
2015-10-09Updated translation catalogsClaude Paroz
2015-10-02Fixed #25490 -- Made the logout() view send "no-cache" headers.Kaleb Elwert
2015-09-28Refs #16860 -- Fixed password help text when there aren't any validators.Antoine Catton
2015-09-24Fixed #25457 -- Improved formatting of password validation errors in manageme...Tzu-ping Chung
2015-09-23Increased the default PBKDF2 iterations for the 1.10 release cycle.Tim Graham