index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
middleware
Age
Commit message (
Expand
)
Author
2011-03-15
[1.2.X] Fixed #15617 - CSRF referer checking too strict
Luke Plant
2011-03-01
[1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin...
Luke Plant
2011-02-17
[1.2.X] Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effec...
Carl Meyer
2011-02-09
[1.2.X] Fixed a security issue in the CSRF componenent. Disclosure and new ...
Alex Gaynor
2011-02-01
[1.2.X] Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit...
Carl Meyer
2011-01-30
[1.2.X] Fixed #15187 -- Ensure that missing page emails aren't sent when runn...
Russell Keith-Magee
2011-01-04
[1.2.X] Fixed sending mail on 404s to fail silently.
Luke Plant
2010-11-02
[1.2.X] Fixed #14559 -- corrected some typos and misleading docstrings. Than...
Alex Gaynor
2010-10-28
[1.2.X] Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-09-10
[1.2.X] Fixed #14235 - UnicodeDecodeError in CSRF middleware
Luke Plant
2010-09-09
[1.2.X] Patch CSRF-protection system to deal with reported security issue. An...
James Bennett
2010-09-03
[1.2.X] Added explanatory note on CSRF failure page for the case of a missing...
Luke Plant
2010-06-08
Fixed #13716 - the CSRF get_token function stopped working for views with csr...
Luke Plant
2010-03-07
Fixed #6228: Changed common middleware to respect request-specific urlconf. T...
Karen Tracey
2010-01-10
Removed an 'assert False' I stupidly committed in [12165]
Adrian Holovaty
2010-01-10
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...
Adrian Holovaty
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-09
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...
Adrian Holovaty
2009-10-27
Misc clarifications in csrf middleware comments
Luke Plant
2009-10-27
Slight change to CSRF error messages to make debugging easier.
Luke Plant
2009-10-27
Removed unused import.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-07-29
BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.
Jacob Kaplan-Moss
2009-04-12
Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.
Malcolm Tredinnick
2008-10-07
Fixed #9199 -- We were erroneously only prepending "www" to the domain if we
Malcolm Tredinnick
2008-09-30
Fixed #9221 -- Small optimisation to caching middleware handling.
Malcolm Tredinnick
2008-08-27
Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMidd...
Jacob Kaplan-Moss
2008-08-21
Fixed #8381 -- Fixed a problem with appending slashes in the common middleware
Malcolm Tredinnick
2008-08-15
Fixed a typo and added a bit more ReST markup to cache middleware docstring.
Gary Wilson Jr
2008-08-09
Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c...
Jacob Kaplan-Moss
2008-08-09
Fixed #8121 -- Don't override the Content-Language HTTP header in the locale
Malcolm Tredinnick
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-06-30
Fixed #7046 -- set the response status code correctly in ConditionalGetMiddle...
Malcolm Tredinnick
2008-06-16
Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoti...
Adrian Holovaty
2008-02-04
Fixed #6480 -- Added application/pdf the list of content types we don't compr...
Malcolm Tredinnick
2007-12-02
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...
Malcolm Tredinnick
2007-11-29
Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header
Malcolm Tredinnick
2007-11-19
Made some stylistic changes in `GZipMiddleware` and added some notes about IE...
Gary Wilson Jr
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick
2007-10-31
Removed unused variable.
Gary Wilson Jr
2007-10-31
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...
Gary Wilson Jr
2007-10-20
Fixed #5762 -- Quoted the portions that make up the URL when appending
Malcolm Tredinnick
2007-10-20
Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...
Malcolm Tredinnick
2007-09-20
Fixed #3872, which turns out to not have been a bug in the first place, by re...
Jacob Kaplan-Moss
2007-09-16
Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in SetRemoteA...
Adrian Holovaty
2007-09-15
Added a get_host() method to HttpRequest. There is still an http.get_host() v...
Malcolm Tredinnick
2007-09-14
Added more dict-like methods to HttpResponse as part of the response.headers ...
Jacob Kaplan-Moss
2007-08-12
Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well...
Malcolm Tredinnick
2007-08-12
Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...
Malcolm Tredinnick
2007-07-16
Fixed #4199 -- Changed date formatting in HTTP expires header to be spec
Malcolm Tredinnick
[next]