summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests
AgeCommit message (Expand)Author
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2013-07-30[1.6.x] Fixed a test that could fail depending on PASSWORD_HASHERS.Aymeric Augustin
2013-07-23[1.6.x] Fixed #20760 -- Reduced timing variation in ModelBackend.Aymeric Augustin
2013-07-23[1.6.x] Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-07-03[1.6.x] Fixed #20675 -- `check_password` should work when no password is spec...Simon Charette
2013-06-27Fixed #20244: PermissionsMixin now defines a related_query_name for M2MsAndrew Godwin
2013-06-27Fixed #20541 -- don't raise db signals twice when creating superuserAnton Baklanov
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-18Fixed #20079 -- Improve security of password reset tokensErik Romijn
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-15Worked around Python 3.3 modified exception reprClaude Paroz
2013-06-15Fixed #20599 -- Changed wording of ValueError raised by _load_libraryJaap Roes
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-07Fixed #19925 - Added validation for REQUIRED_FIELDS being a listChris Streeter
2013-06-03Fixed #20532 -- Reverse auth views by name, not by path.Gavin Wahl
2013-05-29Don't hard-code class names when calling static methodsGavin Wahl
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-24Rotate CSRF token on loginAndrew Godwin
2013-05-19Fix test failure introduced by 980ae2ab29.Baptiste Mispelon
2013-05-19Fix #20447: URL names given to contrib.auth.views are now resolved.Baptiste Mispelon
2013-05-18Fixed #18998 - Prevented session crash when auth backend removedJorge Bastida
2013-05-18Fixed #20432 -- Test failure in admin_views.Jacob Burch
2013-05-16Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.Mark Huang
2013-05-13Recommend using the bcrypt library instead of py-bcryptDonald Stufft
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-04-05Fixed #20114 -- support custom project login_url in testsPreston Holmes
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2013-03-27Fixed #20078: don't allow filtering on password in the user admin.Jacob Kaplan-Moss
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2013-03-01Fixed #19945 -- Fixed default User model Meta inheritance.matiasb
2013-02-25Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-24Fixed the usage of the deprecated assertEquals.Florian Apolloner
2013-02-23Fixed #15198 -- pass request to AuthenticationFormPreston Holmes
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-18Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERSClaude Paroz
2013-02-15Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-14Fixed a misnamed variable introduced in commit 142ec8b283Claude Paroz
2013-02-13Fixed #8404 -- Isolated auth password-related tests from custom templatesClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-06Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-04Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-02Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwordsClaude Paroz
2013-01-25Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashFieldClaude Paroz
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner