aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/meddleware/csrf.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-261-1/+1
|
* Add base class for MeddlewareElrond2011-11-251-4/+2
| | | | | | | | | | Created a BaseMeddleware which all Meddleware should derive from. This is not strictly needed, but will greatly help. The base class has the common __init__ of all the other Meddlwares and fall backs for all hooks. That way a new Meddlware only needs to override what it actually wants to implement.
* Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi ↵Christopher Allan Webber2011-11-251-0/+132
middleware hehehehehe, "meddleware"