summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
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
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-09Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee
2010-10-08#14374 -- Added some missing template files to ensure that contrib.auth tests...Russell Keith-Magee
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-12Permit custom from-email address in auth forms email.Malcolm Tredinnick
2010-09-10Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel
2010-09-09Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...Luke Plant
2010-09-09Converted tests for contrib.auth.forms to unit tests.Luke Plant
2010-09-03Fixed #14090 - Many sql queries needed to display change user formLuke Plant