summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-17Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...Russell Keith-Magee
2011-03-17Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee
2011-03-15Pulled auth translation updates from Transifex.Jannis Leidel
2011-03-14Fixed #9213 - Added check to prevent inactive users from resetting their pass...Carl Meyer
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks...Russell Keith-Magee
2011-03-02Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...Jannis Leidel
2011-03-01Fixed #12534 -- Loosened the the security check for "next" redirects after lo...Jannis Leidel
2011-03-01Updated auth translations from transifex.net. Refs #15300.Jannis Leidel
2011-02-24Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...Ramiro Morales
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-22Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...Russell Keith-Magee
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-02-05Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...Russell Keith-Magee
2011-01-24Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...Russell Keith-Magee
2011-01-21Added new translation files to auth contrib app.Jannis Leidel
2011-01-14Change the lack of supports_inactive_user on an auth backend to aChris Beaven
2011-01-13Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...Russell Keith-Magee
2011-01-10Fixed #15043 -- Updated the login function to send the user_logged_in signal ...Jannis Leidel
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-19Fixed #14920 -- Fixed some test failures caused by caching contenttypes that ...Russell Keith-Magee
2010-12-12Fixed #14731 -- Respect ordering when creating the default permissions. Thank...Jannis Leidel
2010-12-12Fixed #14446 -- Prevented the password reset confirmation view to be cached. ...Jannis Leidel
2010-12-04Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i...Russell Keith-Magee
2010-12-04Fixed #13190 -- Improved error handling for the case where no authentication ...Russell Keith-Magee
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel
2010-12-02Fixed #5298 -- Added extra_context to contrib auth views.Jannis Leidel
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-11-27Fixes #11025 -- ability to specify LOGIN_URL as full qualified absolute URL.Chris Beaven
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-11-19Corrected change in behavior regarding the page shown after the 'Save' button...Ramiro Morales
2010-11-17Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...Jannis Leidel
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-04Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...Luke Plant
2010-11-04Sped up the create_permissions signal handler (and thus the test suite) by re...Alex Gaynor
2010-11-01Restructure the create_permission signal handler to perform fewer SQL queries...Alex Gaynor
2010-10-31Reflow django/contrib/auth/management/__init__.py for readability.Alex Gaynor
2010-10-31Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS setting is...Alex Gaynor
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-12Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptio...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-10Converted contrib/auth/tokens doctests to unittests. We've always said "no m...Luke Plant