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
2014-08-11
[1.4.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...
Preston Holmes
2014-05-12
[1.4.x] Added additional checks in is_safe_url to account for flexible parsing.
Tim Graham
2013-10-09
[1.4.x] Fixed #21248 -- Skipped test_bcrypt if no py-bcrypt found
Anssi Kääriäinen
2013-09-24
Revert "[1.4.x] Ensure that passwords are never long enough for a DoS."
Florian Apolloner
2013-09-15
[1.4.x] Removed usage of b"" string syntax for Python 2.5 compatibility.
1.4.8
Russell Keith-Magee
2013-09-15
[1.4.x] Ensure that passwords are never long enough for a DoS.
Russell Keith-Magee
2013-09-13
Fixed #18923 -- Corrected usage of sensitive_post_parameters in contrib.auth
Tim Graham
2013-08-13
Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.
Jacob Kaplan-Moss
2013-02-25
[1.4.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.
Aymeric Augustin
2013-02-19
[1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-02
[1.4.x] Fixed #18144 -- Added backwards compatibility with old unsalted MD5 p...
Claude Paroz
2012-12-10
[1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...
Florian Apolloner
2012-10-29
[1.4.x] Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlers
Claude Paroz
2012-10-17
Fixed a security issue related to password resets
Preston Holmes
2012-09-30
[1.4.x] -- Fixed Python 2.5 compatibility issues
Anssi Kääriäinen
2012-09-27
[1.4.x] Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"
Anssi Kääriäinen
2012-03-29
[1.4.X] Make auth test pass even when LANGUAGE_CODE is not 'en'. Refs #17980....
Claude Paroz
2012-03-23
Pulled auth translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-23
Reverted the introduction of a translation string in r17775 as it happened af...
Jannis Leidel
2012-03-22
Reverted parts of r16963 to fix a regression on the creation of permissions o...
Aymeric Augustin
2012-03-22
Fixed #17944 -- Prevented an error in the user change page of the admin when ...
Aymeric Augustin
2012-03-20
Fixed a typo in my previous commit. Apologies.
Aymeric Augustin
2012-03-20
Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...
Aymeric Augustin
2012-03-14
Fixed #17898: Ensure create_superuser honors the 'db' argument from post_sync...
James Bennett
2012-03-14
Reset template context processors cache after tests. Refs #17848.
Claude Paroz
2012-03-14
Added Tatar translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Swahili translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Nepali translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Kazakh translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Esperanto to the list of languages. Refs #17822.
Jannis Leidel
2012-03-14
Pulled the auth translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-13
Fixed #17236 -- Clarified that anonymous session data are retained after logi...
Claude Paroz
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-12
Fixed #17777. Unsalted MD5 display widget correction.
Paul McMillan
2012-03-10
Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.
Ramiro Morales
2012-03-05
Fixes #17327 -- Add --database option to createsuperuser and change password ...
Chris Beaven
2012-03-05
Updated auth base translation files with new strings. Refs #17822.
Jannis Leidel
2012-03-02
Fixed #17046 -- Added a check if the username passed to User.objects.create_u...
Jannis Leidel
2012-02-29
Fixes #17777 and makes tests run again.
Paul McMillan
2012-02-27
Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...
Aymeric Augustin
2012-02-16
Fix broken test introduced by r17526.
Paul McMillan
2012-02-09
Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...
Jannis Leidel
2012-02-09
Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...
Jannis Leidel
2012-02-09
Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...
Jannis Leidel
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2012-01-02
Slightly improved the help text for the "Password" field in the `auth.User` a...
Julien Phalip
2012-01-02
Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...
Julien Phalip
2011-12-24
Fixed #17457 -- Marked strings used in hash descriptions for translation.
Aymeric Augustin
2011-12-23
Fixed #17450 -- Added missing import to auth models module forgotten in r1725...
Jannis Leidel
2011-12-23
Renovated password hashing, including the forgotten files in r17253.
Paul McMillan
[next]