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
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-09-10
fixed rfc comment typo in middleware/csrf.py
Collin Anderson
2012-08-13
[py3] Made csrf context processor return Unicode
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-03-02
Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to...
Jannis Leidel
2012-03-02
Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...
Jannis Leidel
2012-02-18
Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...
Jannis Leidel
2012-02-17
Documentation (and some small source code) edits from [17432] - [17537]
Adrian Holovaty
2012-02-11
Fixes #16827. Adds a length check to CSRF tokens before applying the santizin...
Paul McMillan
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2012-02-09
Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in...
Jannis Leidel
2012-01-09
Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...
Aymeric Augustin
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-03
Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on...
Jannis Leidel
2011-06-15
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
2011-05-30
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Luke Plant
2011-05-24
Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...
Adrian Holovaty
2011-05-09
Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests
Luke Plant
2011-05-09
Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...
Luke Plant
2011-05-05
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...
Luke Plant
2011-03-30
Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs
Luke Plant
2011-03-30
Removed Django 1.1 fallback for CSRF checks.
Luke Plant
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-26
Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNm...
Adrian Holovaty
2011-03-15
Fixed #15617 - CSRF referer checking too strict
Luke Plant
2011-03-02
Fixed #4992 -- Respect the GET request query string when creating cache keys....
Jannis Leidel
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2011-02-21
Corrected logging call in CSRF middleware
Luke Plant
2011-02-17
Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effective wit...
Carl Meyer
2011-02-09
Fixed a security issue in the CSRF component. Disclosure and new release for...
Alex Gaynor
2011-02-01
Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit of sett...
Carl Meyer
2011-01-30
Fixed #15187 -- Ensure that missing page emails aren't sent when running unde...
Russell Keith-Magee
2011-01-24
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...
Russell Keith-Magee
2011-01-24
Fixed #15144 -- Corrected some problems with the Cache middleware when used w...
Russell Keith-Magee
2011-01-04
Fixed sending mail on 404s to fail silently.
Luke Plant
2010-12-22
Beefed up the tests for multi-cache handling of the cache middleware and view...
Russell Keith-Magee
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-11-02
Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Ga...
Alex Gaynor
2010-10-29
Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!
Honza Král
2010-10-28
Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-09-10
Fixed #14235 - UnicodeDecodeError in CSRF middleware
Luke Plant
2010-09-09
Patch CSRF-protection system to deal with reported security issue. Announceme...
James Bennett
2010-09-03
Added explanatory note on CSRF failure page for the case of a missing Referer...
Luke Plant
2010-06-30
Added proper code comments for the HTTPS CSRF protection.
Luke Plant
[prev]
[next]