Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #15635 -- Converted two legacy old-style raise stat...Adrian Holovaty2011-03-261-2/+2
* Fixed #15617 - CSRF referer checking too strictLuke Plant2011-03-151-3/+3
* Fixed #4992 -- Respect the GET request query string when ...Jannis Leidel2011-03-021-2/+2
* Fixed #717 - If-Modified-Since handling should compare da...Luke Plant2011-03-011-7/+11
* Corrected logging call in CSRF middlewareLuke Plant2011-02-221-1/+1
* Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_O...Carl Meyer2011-02-171-2/+11
* Fixed a security issue in the CSRF component. Disclosure...Alex Gaynor2011-02-091-25/+5
* Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY...Carl Meyer2011-02-011-9/+12
* Fixed #15187 -- Ensure that missing page emails aren't se...Russell Keith-Magee2011-01-301-1/+1
* Fixed #15012 -- Added post-rendering callbacks to Templat...Russell Keith-Magee2011-01-241-1/+7
* Fixed #15144 -- Corrected some problems with the Cache mi...Russell Keith-Magee2011-01-241-8/+12
* Fixed sending mail on 404s to fail silently.Luke Plant2011-01-041-1/+2
* Beefed up the tests for multi-cache handling of the cache...Russell Keith-Magee2010-12-221-18/+21
* Fixed #11675 -- Added support for the PyLibMC cache libra...Russell Keith-Magee2010-12-211-8/+29
* Fixed #14559 -- corrected some typos and misleading docst...Alex Gaynor2010-11-021-1/+1
* Fixed #14560 -- Enable HEAD requests to be cached properl...Honza Král2010-10-291-9/+12
* Fixed #14565 - No csrf_token on 404 page.Luke Plant2010-10-281-16/+20
* Fixed #14445 - Use HMAC and constant-time comparison func...Luke Plant2010-10-141-2/+3
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-112-20/+1
* Fixed #14406 -- Added a Python 2.4 compatibility to the l...Russell Keith-Magee2010-10-062-4/+4
* Fixed #12012 -- Added support for logging. Thanks to Vina...Russell Keith-Magee2010-10-042-2/+45
* Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant2010-09-111-5/+18
* Patch CSRF-protection system to deal with reported securi...James Bennett2010-09-091-2/+4
* Added explanatory note on CSRF failure page for the case ...Luke Plant2010-09-031-6/+18
* Added proper code comments for the HTTPS CSRF protection.Luke Plant2010-07-011-2/+16
* Fixed #13716 - the CSRF get_token function stopped workin...Luke Plant2010-06-081-3/+5
* Fixed #6228: Changed common middleware to respect request...Karen Tracey2010-03-071-4/+5
* Removed an 'assert False' I stupidly committed in [12165]Adrian Holovaty2010-01-101-2/+0
* Fixed #6094 -- Middleware exceptions are now caught by th...Adrian Holovaty2010-01-101-0/+2
* Fixed #8049 -- Fixed inconsistency in admin site is_activ...Adrian Holovaty2010-01-101-1/+2
* Fixed #6991 -- Removed some redundant user.is_authenticat...Adrian Holovaty2010-01-091-1/+1
* Misc clarifications in csrf middleware commentsLuke Plant2009-10-271-6/+9
* Slight change to CSRF error messages to make debugging ea...Luke Plant2009-10-271-2/+6
* Removed unused import.Luke Plant2009-10-271-4/+0
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-0/+262
* BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromF...Jacob Kaplan-Moss2009-07-291-20/+16
* Fixed #10630 -- Be even more conservative in GZipMiddlewa...Malcolm Tredinnick2009-04-121-3/+2
* Fixed #9199 -- We were erroneously only prepending "www" ...Malcolm Tredinnick2008-10-071-23/+35
* Fixed #9221 -- Small optimisation to caching middleware h...Malcolm Tredinnick2008-09-301-2/+3
* Fixed #7379: fixed a subtle corner case involving URL enc...Jacob Kaplan-Moss2008-08-271-1/+1
* Fixed #8381 -- Fixed a problem with appending slashes in ...Malcolm Tredinnick2008-08-211-2/+2
* Fixed a typo and added a bit more ReST markup to cache mi...Gary Wilson Jr2008-08-151-10/+10
* Split CacheMiddleware up into two parts -- an update-cach...Jacob Kaplan-Moss2008-08-091-57/+115
* Fixed #8121 -- Don't override the Content-Language HTTP h...Malcolm Tredinnick2008-08-091-1/+2
* Fixed #7919 -- md5 and sha modules are deprecated since P...Gary Wilson Jr2008-08-021-3/+3
* Fixed #7046 -- set the response status code correctly in ...Malcolm Tredinnick2008-06-301-2/+2
* Fixed #7228 -- Fixed our ETag header creation to meet the...Adrian Holovaty2008-06-161-1/+1
* Fixed #6480 -- Added application/pdf the list of content ...Malcolm Tredinnick2008-02-041-6/+6
* Fixed #3228 -- Added new APPEND_SLASH handling behaviour ...Malcolm Tredinnick2007-12-031-15/+43
* Fixed #5813 -- Taught the CacheMiddleware to respect any ...Malcolm Tredinnick2007-11-291-5/+18