Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware
Commit message (Expand)AuthorAgeFilesLines
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-272-2/+2
* Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMidd...Claude Paroz2013-05-251-9/+15
* Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-251-0/+4
* Rotate CSRF token on loginAndrew Godwin2013-05-241-0/+8
* Fixed #20126 -- XViewMiddleware moved to django.contrib.a...Łukasz Langa2013-05-191-22/+5
* Fixed #11915: generic Accept-Language matches country-spe...Łukasz Langa2013-05-191-1/+2
* Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as d...Łukasz Langa2013-05-181-5/+6
* Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-181-27/+7
* Fixed #20356 -- Prevented crash when HTTP_REFERER contain...Claude Paroz2013-05-181-1/+2
* Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin2013-03-111-1/+12
* Deprecated transaction.is_managed().Aymeric Augustin2013-03-111-1/+1
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-1/+0
* Fixed #5241 -- Kept active transalation in LocaleMiddlewa...Aymeric Augustin2013-02-281-1/+1
* Fixes #17866: Vary: Accept-Language header when language ...Łukasz Langa2013-02-231-9/+17
* Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen2013-02-101-1/+20
* Fixed #15808 -- Added optional HttpOnly flag to the CSRF ...Aymeric Augustin2013-02-071-1/+2
* Fixed typos in docs and commentsTim Graham2013-01-291-2/+2
* Fixed #19099 -- Split broken link emails out of common mi...Aymeric Augustin2013-01-151-32/+46
* Fixed #19488 -- Made i18n_patterns redirect work with non...Claude Paroz2013-01-111-3/+5
* Removed IGNORABLE_404_STARTS/ENDS settings.Aymeric Augustin2012-12-291-14/+0
* Prevented caching of streaming responses.Aymeric Augustin2012-12-241-1/+1
* Fixed #19347 -- Removed unused variable definition in Fet...Claude Paroz2012-12-011-1/+0
* Fixed #15152 -- Avoided crash of CommonMiddleware on brok...Aymeric Augustin2012-11-031-1/+12
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-203-16/+26
* Imported getLogger directly from logging moduleClaude Paroz2012-09-202-4/+6
* fixed rfc comment typo in middleware/csrf.pyCollin Anderson2012-09-101-1/+1
* [py3] Made csrf context processor return UnicodeClaude Paroz2012-08-131-3/+4
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-4/+2
* Fixed #17817 -- Modified LocalMiddleware to use full URLs...Jannis Leidel2012-03-021-2/+5
* Fixed #17734 -- Made sure to only redirect translated URL...Jannis Leidel2012-03-022-22/+14
* Fixed #17720 -- Stopped the LocaleMiddleware from overeag...Jannis Leidel2012-02-181-1/+3
* Documentation (and some small source code) edits from [17...Adrian Holovaty2012-02-171-12/+12
* Fixes #16827. Adds a length check to CSRF tokens before a...Paul McMillan2012-02-111-25/+27
* Fixed #17358 -- Updated logging calls to use official syn...Jannis Leidel2012-02-092-5/+5
* Fixed #16035 -- Appended the Etag response header if the ...Jannis Leidel2012-02-091-0/+3
* Fixed #10762, #17514 -- Prevented the GZip middleware fro...Aymeric Augustin2012-01-091-3/+8
* Fixed #16705 - Made the test client adhere to the WSGI sp...Aymeric Augustin2011-10-061-1/+1
* Fixed #16584 -- Fixed a bunch of typos in code comments. ...Jannis Leidel2011-08-121-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #14506 -- Added an assertion to XViewMiddleware abo...Jannis Leidel2011-07-031-0/+4
* Fixed #11585 -- Added ability to translate and prefix URL...Jannis Leidel2011-06-151-3/+23
* Fixed #14261 - Added clickjacking protection (X-Frame-Opt...Luke Plant2011-05-311-0/+51
* Made some small tweaks/fixes to documentation from IGNORA...Adrian Holovaty2011-05-241-2/+2
* Fixed #15258 - Ajax CSRF protection doesn't apply to PUT ...Luke Plant2011-05-101-4/+9
* Fixed #14134 - ability to set cookie 'path' and 'secure' ...Luke Plant2011-05-101-2/+6
* Fixed #15954 - New IGNORABLE_404_URLS setting that allows...Luke Plant2011-05-051-7/+17
* Removed deprecated CsrfResponseMiddleware, and correspond...Luke Plant2011-03-301-91/+0
* Removed Django 1.1 fallback for CSRF checks.Luke Plant2011-03-301-52/+23
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-282-6/+5
* Fixed #15635 -- Converted two legacy old-style raise stat...Adrian Holovaty2011-03-261-2/+2