aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/meddleware
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-2/+2
* Fix minor grammatical error 'settings' -> 'setting'.Ben Sturmfels2015-11-051-1/+1
* Remove <br/> from safe string indicating that CSRF cooking is missing.Ben Sturmfels2015-11-051-1/+1
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-131-1/+1
* Revert "remove the list from response.vary. not sure why I was getting an err...Christopher Allan Webber2013-07-101-1/+1
* remove the list from response.vary. not sure why I was getting an error using...Rodney Ewing2013-07-101-1/+1
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-1/+1
* Improve error message wording (#564)Sebastian Spaeth2013-01-141-4/+8
* Convert return HttpException to raise HttpExceptionSebastian Spaeth2012-12-231-2/+2
* Transition webob.HttpForbidden to webob's exceptions ForbiddenSebastian Spaeth2012-12-211-5/+7
* Make ENABLED_MEDDLEWARES a list and not a tuple, so we can modify itSebastian Spaeth2012-12-011-2/+2
* Remove the NoOp meddlewareSebastian Spaeth2012-12-012-28/+0
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-1/+1
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-2/+1
* Added logging to meddleware.csrfJoar Wandborg2012-05-131-0/+5
* It's 2012 all up in hereChristopher Allan Webber2012-02-023-3/+3
* Bug #685: only provide CSRF token if it existsElrond2011-12-031-0/+3
* Issue 680 Allow decorating views to prevent CSRF protection.Nathan Yergler2011-11-261-3/+12
* Issue 680: Dispatch meddleware request processing post-routingNathan Yergler2011-11-263-3/+4
* Add base class for MeddlewareElrond2011-11-253-7/+16
* Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle...Christopher Allan Webber2011-11-253-0/+179