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