Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -2/+1 |
| | |||||
* | Added logging to meddleware.csrf | Joar Wandborg | 2012-05-13 | 1 | -0/+5 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Bug #685: only provide CSRF token if it exists | Elrond | 2011-12-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | This was suggested by Nathan Yergler in the bug logs. Just implementing it. - Let render_csrf_form_token return None, if the CSRF_TOKEN is not available in the environ, because the process_request part of the meddleware has not yet run. - In render_template: If the returned value from above is None, then do not add the csrf_token to the templates context. | ||||
* | Issue 680 Allow decorating views to prevent CSRF protection. | Nathan Yergler | 2011-11-26 | 1 | -3/+12 |
| | |||||
* | Issue 680: Dispatch meddleware request processing post-routing | Nathan Yergler | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | Add base class for Meddleware | Elrond | 2011-11-25 | 1 | -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 Webber | 2011-11-25 | 1 | -0/+132 |
middleware hehehehehe, "meddleware" |