Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/http.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-8/+14
* Made is_safe_url() reject URLs that start with control ch...Tim Graham2015-03-191-1/+8
* Fixed #24321 -- Improved `utils.http.same_origin` complia...Lukas Klein2015-02-121-2/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Fixed is_safe_url() to handle leading whitespace.Tim Graham2015-01-131-0/+1
* Fixed #23399 -- Optimized django.utils.http.int_to_bas36()Tim Graham2014-09-091-16/+8
* Fixed #23333 -- Made urlsafe_base64_decode() return prope...Ian Foote2014-08-231-2/+2
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-0/+3
* typo: urlaprse -> urlparseCollin Anderson2014-05-141-1/+1
* Added additional checks in is_safe_url to account for fle...Erik Romijn2014-05-141-0/+12
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+17
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-1/+1
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-2/+2
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-13/+10
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-2/+2
* Fixed is_safe_url() to reject URLs that use a scheme othe...Jacob Kaplan-Moss2013-08-131-3/+4
* Use `usegmt` flag in formatdateDavid Evans2013-08-071-2/+1
* Fixed #14881 -- Modified password reset to work with a no...Tim Graham2013-06-261-1/+20
* Fix a typo in a comment.Marc Tamlyn2013-05-191-1/+1
* Fixed #20411 -- Don't let invalid referers blow up CSRF s...Florian Apolloner2013-05-181-1/+4
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+1
* Fixed #18856 -- Ensured that redirects can't be poisoned ...Florian Apolloner2012-12-101-0/+12
* Fixed parse_http_date docstring and moved related testsClaude Paroz2012-09-261-2/+1
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-7/+7
* [py3] Fixed conditional_processing testsClaude Paroz2012-08-141-1/+3
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-5/+5
* [py3] Removed uses of sys.maxint under Python 3.Aymeric Augustin2012-08-031-4/+10
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-8/+14
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-4/+5
* Fixed #12140 -- Fixed http.urlencode result for empty listsClaude Paroz2012-06-141-1/+1
* Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin2012-03-301-17/+6
* Use Python's changed comparisons, which makes this a bit ...Alex Gaynor2012-02-161-1/+1
* Fixed #17693. Input validation and tests for base36 conve...Paul McMillan2012-02-161-0/+2
* Fixed #5964 -- Added unicode-aware versions of urlunquote...Aymeric Augustin2012-01-291-1/+16
* Switch to using explicit new-style division behavior, rat...Alex Gaynor2011-09-091-1/+1
* Fixed a bunch of imports of the email stdlib module now t...Jannis Leidel2011-09-091-1/+1
* Fixed #16155 -- Removed Python 2.4 compatibility construc...Ramiro Morales2011-06-091-2/+2
* Fixed #9089 -- Correctly handle list values in MultiValue...Jannis Leidel2011-04-221-1/+4
* Fixed #15617 - CSRF referer checking too strictLuke Plant2011-03-151-0/+18
* Fixed #15543 -- Tweaked change from r15696 to not use 'if...Ramiro Morales2011-03-031-1/+4
* Fixed #717 - If-Modified-Since handling should compare da...Luke Plant2011-03-011-0/+55
* Fixed #15067 -- Modified the range checks on base36_to_in...Russell Keith-Magee2011-01-241-5/+11
* Fix a security issue in the auth system. Disclosure and n...Alex Gaynor2010-12-231-1/+6
* Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant2010-09-141-2/+2
* Fixed #5791 -- Added early-bailout support for views (ETa...Malcolm Tredinnick2009-03-221-0/+23
* Fixed #7723 - implemented a secure password reset form th...Luke Plant2008-07-311-0/+29
* Fixed #5816 -- Fixed a regression from [6333] that genera...Gary Wilson Jr2007-10-311-0/+28