Michael Merickel
2017-06-18 4983421128e2e0fc92c771510f7b3af57de6d855
2017-06-18 Michael Merickel
configure resource_url to use the same logic
blob@ 498342 commitdiff | diff to current
2016-12-05 Jure Cerjak
Fix tests and documentation in various places, and feedback following revie...
blob@ 313c25 commitdiff | diff to current
2016-12-05 Matthew Wilkes
Create a new ICSRF implementation for getting CSRF tokens, split out from t...
blob@ a2c7c7 commitdiff | diff to current
2016-11-28 Michael Merickel
fix nocover statements, should be "no cover"
blob@ af01a5 commitdiff | diff to current
2016-09-20 Michael Merickel
derive exception views separately from normal views
blob@ e8c66a commitdiff | diff to current
2016-06-03 Amos Latteier
Add add_exception_view
blob@ d6c90d commitdiff | diff to current
2016-06-02 Amos Latteier
add exception_only argument to add_view to only register exception views.
blob@ b0d20b commitdiff | diff to current
2016-04-19 Christoph Zwerschke
Make tests pass under Windows
blob@ 4e6f98 commitdiff | diff to current
2016-04-16 Donald Stufft
In addition to CSRF token, verify the origin too
blob@ 65dee6 commitdiff | diff to current
2016-04-15 Donald Stufft
Only Accept CSRF Tokens in headers or POST bodies
blob@ f12005 commitdiff | diff to current
2016-04-11 Michael Merickel
deprecate the check_csrf predicate
blob@ 15b97d commitdiff | diff to current
2016-04-11 Michael Merickel
rewrite csrf checks to support a global setting to turn it on
blob@ 6b35eb commitdiff | diff to current
2016-03-22 Michael Merickel
add a csrf_view to the view pipeline supporting a require_csrf option
blob@ 9e9fa9 commitdiff | diff to current
2016-01-03 Bert JW Regeer
Merge branch 'master' into feature/configurable-view-deriver
blob@ 30ae71 commitdiff | diff to current
2015-12-14 Michael Merickel
new default behavior matches virtual specs, old behavior hidden behind expl...
blob@ 4d19b8 commitdiff | diff to current
2015-12-10 Michael Merickel
fix broken tests
blob@ 5e3439 commitdiff | diff to current
2015-12-01 Michael Merickel
initial work on config.add_cache_buster
blob@ 6e29b4 commitdiff | diff to current
2015-10-20 Michael Merickel
update cache buster prose and add ManifestCacheBuster
blob@ 3a4119 commitdiff | diff to current
2015-11-13 Michael Merickel
Revert "fix/remove-default-cachebusters"
blob@ 6f4e97 commitdiff | diff to current
2015-10-20 Michael Merickel
first cut at removing default cache busters
blob@ 02011f commitdiff | diff to current
2015-10-16 Bert JW Regeer
Remove the DummySecurityPolicy too
blob@ b3373e commitdiff | diff to current
2015-10-16 Bert JW Regeer
We don't need no DummyLogger
blob@ e7edb2 commitdiff | diff to current
2015-04-15 Casey Duncan
wip factor out deriver tests
blob@ 464973 commitdiff | diff to current
2015-04-06 Chris McDonough
Merge branch 'fix.view-lookup'
blob@ 0ce5dc commitdiff | diff to current
2015-04-06 Chris McDonough
convert render_view_to_response to use _call_view
blob@ 849196 commitdiff | diff to current
2015-03-15 Donald Stufft
Allow passing a custom redirect class for appending slashes
blob@ 12b6f5 commitdiff | diff to current
2015-03-11 Chris McDonough
fix merge conflicts after merging master to fix.view-lookup branch; do the ...
blob@ b58909 commitdiff | diff to current
2015-03-05 Michael Merickel
Merge branch 'master' into fix.shared-view-renderer
blob@ 6279cc commitdiff | diff to current
2015-02-17 Michael Merickel
remove the token from the ICacheBuster api
blob@ 780889 commitdiff | diff to current
2015-02-11 Michael Merickel
clone a new RendererHelper per request
blob@ b6e148 commitdiff | diff to current
2015-02-06 John Anderson
Add tests to verify view lookup with multiple inheritance
blob@ 0b03c3 commitdiff | diff to current
2014-12-27 John Anderson
Raise errors if unbound methods are passed in
blob@ 4a7029 commitdiff | diff to current
2014-12-26 John Anderson
Add support for passing unbound class methods to `add_view`
blob@ bc26de commitdiff | diff to current
2014-07-11 Randall Leeds
Fix static views with package root spec patterns
blob@ e7745a commitdiff | diff to current
2014-07-11 Randall Leeds
add failing test for package root spec static view
blob@ 940a7a commitdiff | diff to current
2014-11-11 Domen Kožar
if view argument is not passed to config.add_forbidden_view, use default_ex...
blob@ dfa449 commitdiff | diff to current
2013-12-12 Domen Kožar
if view argument is not passed to config.add_notfound_view, use default_exc...
blob@ f10d1e commitdiff | diff to current
2014-07-24 Chris Rossi
cachebuster -> cachebust
blob@ 15b979 commitdiff | diff to current
2014-07-21 Chris Rossi
Add 'prevent_cachebuster' setting.
blob@ 659630 commitdiff | diff to current
2014-07-18 Chris Rossi
Take mcdonc's advice. This should be easier for users to understand.
blob@ aa96dd commitdiff | diff to current
2014-07-16 Chris Rossi
Test coverage for pyramid.config.views
blob@ 535015 commitdiff | diff to current
2014-07-15 Chris Rossi
Fix broken tests.
blob@ cac23b commitdiff | diff to current
2013-11-12 Michael Merickel
modify quoting to be bare-bones
blob@ 22f0eb commitdiff | diff to current
2013-11-12 Michael Merickel
centralize and properly escape query string and anchor arguments
blob@ af3134 commitdiff | diff to current
2013-11-07 Michael Merickel
handle static urls generated with a query string
blob@ 8f3bf6 commitdiff | diff to current
2013-11-07 Michael Merickel
fix mishandled anchors that need to be quoted
blob@ fc30e8 commitdiff | diff to current
2013-10-21 Michael Merickel
notfound and forbidden decorators were ignoring view_defaults
blob@ 7c9624 commitdiff | diff to current
2013-10-20 Chris McDonough
fix merge conflict and prevent warning from showing up during testing (dont...
blob@ d7550c commitdiff | diff to current
2013-09-22 Chris McDonough
make sure that missing template renderer factories dont cause a startup tim...
blob@ 3d42aa commitdiff | diff to current
2013-09-09 Chris McDonough
issue warnings when custom_predicates argument is used to add_route or add_...
blob@ b01f1d commitdiff | diff to current
first | « prev | next »