Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-6/+29
* Fixed #25334 -- Provided a way to allow cross-origin unsa...Joshua Kehn2015-09-051-4/+9
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from...Maxime Lorant2015-08-251-3/+10
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-152-36/+21
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Fixed #24720 -- Avoided resolving URLs that don't end in ...Jay Cox2015-07-311-32/+53
* Fixed #25017 -- Allowed customizing the DISALLOWED_USER_A...sujayskumar2015-06-271-7/+2
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-3/+3
* Fixed #24696 -- Made CSRF_COOKIE computation lazy.Jay Cox2015-05-031-11/+4
* Fixed #24681 -- Removed Unicode bug in BrokenLinkEmailMid...Oliver A Bristow2015-04-211-1/+1
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SL...Bas Peschier2015-03-262-23/+12
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-182-11/+7
* Fixed #21495 -- Added settings.CSRF_HEADER_NAMEGrzegorz Slusarek2015-03-051-1/+1
* Fixed #24360 -- Delayed internal LocaleMiddleware variabl...Claude Paroz2015-03-021-12/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-13/+14
* Removed UpdateCacheMiddleware._session_accessed()Tim Graham2015-02-021-6/+0
* Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APP...Samuel Colvin2015-01-291-5/+5
* Fixed #23815 -- Prevented UnicodeDecodeError in CSRF midd...Claude Paroz2015-01-061-1/+5
* Fixed #23531 -- Added CommonMiddleware.response_redirect_...Berker Peksag2014-11-041-1/+6
* Fixed #17101 -- Integrated django-secure and added check ...Tim Graham2014-09-121-0/+43
* Fixed #21579 -- Made LocaleMiddleware respect script prefix.Tim Graham2014-08-141-4/+13
* Fixed #20128 -- Made CsrfViewMiddleware ignore IOError wh...Tim Graham2014-06-251-1/+9
* Fixed #22440 -- Updated ConditionalGetMiddleware to compl...Mark Lavin2014-06-141-2/+7
* Fixed #17552 -- Removed a hack for IE6 and earlier.Aymeric Augustin2014-06-101-7/+1
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Prevented leaking the CSRF token through caching.Aymeric Augustin2014-04-221-1/+9
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Removed django.middleware.doc. Refs #20126.Aymeric Augustin2014-03-211-9/+0
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-58/+0
* Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per depr...Tim Graham2014-03-211-25/+2
* Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation ...Tim Graham2014-03-211-8/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-084-4/+10
* Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu2014-03-061-1/+1
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-261-6/+1
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-10/+0
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-28/+20
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-1/+1
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* More attacking E302 violatorsAlex Gaynor2013-11-026-0/+7
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21324 -- Translate CSRF failure viewBouke Haarsma2013-11-021-3/+2
* Fixed #5789 -- Changed LocaleMiddleware session variable ...Bouke Haarsma2013-10-221-2/+8
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed bug causing CSRF token not to rotate on login.Tim Graham2013-10-181-1/+4
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-152-3/+3
* Used "is" for comparisons with None.Tim Graham2013-10-101-1/+1
* Fixed #19277 -- Added LocaleMiddleware.response_redirect_...Emil Stenstròˆm2013-10-031-1/+2
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-2/+3
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-294-4/+4