Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/views.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-021-0/+1
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-241-3/+1
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-241-12/+2
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-191-1/+3
* Fixed #24126 -- Deprecated current_app parameter to auth ...lukasz.wojcik2015-07-211-35/+43
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24315 -- Fixed auth.views.password_reset_confirm()...Tim Graham2015-02-131-1/+3
* Removed stray comment in auth.views.Tim Graham2015-02-091-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+15
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-16/+40
* Fixed #23793 -- Clarified password reset messages.Yigit Guler2014-11-151-1/+1
* Fixed #21648 -- Deprecated is_admin_site option to auth.v...Tim Graham2014-08-241-0/+9
* Fixed #21649 -- Added optional invalidation of sessions w...Tim Graham2014-04-051-1/+7
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Fixed an unescisarily gendered pronoun in a docstringAlex Gaynor2013-11-291-1/+1
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-3/+6
* Fixed #16919 -- Passed user to set_password_form in GET r...Tim Graham2013-10-021-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+1
* Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek2013-08-051-1/+3
* Fixed a number of lint warnings, particularly around unus...Alex Gaynor2013-08-041-2/+1
* Fixed #18511 -- Cleaned up admin password reset template ...Serge G. Spaolonzi2013-07-271-3/+13
* Removed django.contrib.auth.views.password_reset_confirm_...Ramiro Morales2013-06-291-9/+0
* Fixed #14881 -- Modified password reset to work with a no...Tim Graham2013-06-261-6/+15
* Fixed #20532 -- Reverse auth views by name, not by path.Gavin Wahl2013-06-031-3/+3
* Fix #20447: URL names given to contrib.auth.views are now...Baptiste Mispelon2013-05-191-0/+9
* Fixed #15198 -- pass request to AuthenticationFormPreston Holmes2013-02-241-1/+1
* Removed superfluous cookie check from auth login.Preston Holmes2013-02-241-5/+0
* Fixed #19596 -- Use `_default_manager` instead of `object...Florian Apolloner2013-01-221-1/+1
* Fixed #18856 -- Ensured that redirects can't be poisoned ...Florian Apolloner2012-12-101-29/+23
* Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz2012-11-291-1/+1
* Fixed a security issue related to password resetsPreston Holmes2012-10-171-1/+1
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-5/+14
* Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take...Carl Meyer2012-09-091-9/+9
* [py3] Avoided passing a lazy string to urlparse.Aymeric Augustin2012-08-181-3/+4
* [py3] Fixed contrib.auth testsClaude Paroz2012-08-141-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-5/+8
* Fixed #15266 -- Applied login_required decorator to passw...Jannis Leidel2011-06-261-0/+1
* Fixed #12202 -- Removed hardcoded password reset subject ...Jannis Leidel2011-06-191-0/+2
* Fixed #14614 - filtering of sensitive information in 500 ...Luke Plant2011-06-091-0/+4
* Fixed #15008 -- Replaced all calls in the admin to render...Jannis Leidel2011-04-221-27/+34
* Fixed #11223 -- Fixed logout view to use the 'next' GET p...Jannis Leidel2011-03-021-33/+42
* Fixed #12534 -- Loosened the the security check for "next...Jannis Leidel2011-03-011-3/+3
* Fixed #14446 -- Prevented the password reset confirmation...Jannis Leidel2010-12-121-0/+1
* Fixed #8342 -- Removed code from the admin that assumed t...Jannis Leidel2010-12-021-17/+18
* Fixed #5298 -- Added extra_context to contrib auth views.Jannis Leidel2010-12-021-46/+91
* Fixed #14809 -- broken login related tests after r14733.Chris Beaven2010-12-011-1/+1
* Fixes #11025 -- ability to specify LOGIN_URL as full qual...Chris Beaven2010-11-271-10/+19
* Fixed #14612 - Password reset page leaks valid user ids p...Luke Plant2010-11-041-4/+4
* Fixed #14386, #8960, #10235, #10909, #10608, #13845, #143...Luke Plant2010-10-041-18/+16