Michael Merickel
2017-06-18 75c30dfe18b26ca04efae2acbe35052fa0d93ed6
2017-06-15 Michael Merickel
fix p.security.ACLPermitsResult to subclass p.security.PermitsResult
blob@ 213001 commitdiff | diff to current
2017-06-12 Michael Merickel
typo
blob@ 2e015c commitdiff | diff to current
2017-04-30 Michael Merickel
restore the ``ICSRFStoragePolicy.check_csrf_token`` api
blob@ 3f14d6 commitdiff | diff to current
2017-04-29 Michael Merickel
final cleanup of csrf decoupling in #2854
blob@ 682a9b commitdiff | diff to current
2017-04-26 Matthew Wilkes
Apply drafting changes to documentation.
blob@ 2ded2f commitdiff | diff to current
2016-12-09 Matthew Wilkes
Rename implementation to ICSRFStoragePolicy
blob@ fe0d22 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
2017-02-26 Michael Merickel
add an IExecutionPolicy that can wrap the router
blob@ 0bee84 commitdiff | diff to current
2016-11-19 Michael Merickel
remove the deprecated IContextURL
blob@ 7ba907 commitdiff | diff to current
2016-11-16 Michael Merickel
Revert "turn on warnings by default for ``pyramid.deprecation.RemoveInVersi...
blob@ c151ad commitdiff | diff to current
2016-11-15 Michael Merickel
turn on warnings by default for ``pyramid.deprecation.RemoveInVersion19Warn...
blob@ 9c8d43 commitdiff | diff to current
2016-10-01 Michael Merickel
add a callback hook to set_default_csrf_options for disabling checks per-re...
blob@ 17fa5e commitdiff | diff to current
2016-09-20 Michael Merickel
derive exception views separately from normal views
blob@ e8c66a commitdiff | diff to current
2016-04-27 Michael Merickel
do not enforce default permissions on exception views
blob@ 2160ce commitdiff | diff to current
2016-04-18 Michael Merickel
replace pyramid.require_default_csrf setting with config.set_default_csrf_o...
blob@ de3d0c commitdiff | diff to current
2016-04-11 Bert JW Regeer
Update doc in interfaces.py for BeforeTraversal
blob@ 4112d6 commitdiff | diff to current
2016-04-11 Bert JW Regeer
Rename RouteFound to BeforeTraversal
blob@ d4f5a8 commitdiff | diff to current
2016-04-11 Bert JW Regeer
Merge branch 'route-found' of dstufft/pyramid
blob@ b271f2 commitdiff | diff to current
2016-03-21 Steve Piercy
polish view derivers docs, minor grammar
blob@ 0b0f7e commitdiff | diff to current
2016-03-09 Michael Merickel
add options support to view derivers
blob@ e4b931 commitdiff | diff to current
2016-03-09 Michael Merickel
rename info.orig_view to info.original_view
blob@ a610d0 commitdiff | diff to current
2016-03-04 Michael Merickel
define deriver api as (view, info) using IViewDeriverInfo
blob@ 007600 commitdiff | diff to current
2016-02-22 Bert JW Regeer
Merge branch 'master' into feature/configurable-view-deriver
blob@ 1c4c2b commitdiff | diff to current
2016-01-13 Michael Merickel
expect py3 and special-case py2 behavior
blob@ bc37a5 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-08 Michael Merickel
update docs on pathspec arg to ICacheBuster
blob@ b2fc4a commitdiff | diff to current
2015-12-01 Michael Merickel
initial work on config.add_cache_buster
blob@ 6e29b4 commitdiff | diff to current
2015-10-21 Bert JW Regeer
Merge branch 'master' of github.com:Pylons/pyramid into feature/configurabl...
blob@ 18e54f commitdiff | diff to current
2015-08-23 Donald Stufft
Add a RouteFound event which will fire after a route is found
blob@ 499b78 commitdiff | diff to current
2015-05-25 Steve Piercy
cache bust token
blob@ ec753b commitdiff | diff to current
2015-04-20 Michael Merickel
Merge branch 'configurable-view-deriver' of caseman/pyramid into feature/co...
blob@ 13a4c7 commitdiff | diff to current
2015-04-15 Amos Latteier
Store derivers in registry, not config, since new configs are created (losi...
blob@ 1d5a99 commitdiff | diff to current
2015-03-06 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 50a8a0 commitdiff | diff to current
2015-03-05 Michael Merickel
add clone to the IRendererInfo interface
blob@ ec4691 commitdiff | diff to current
2015-02-18 Michael Merickel
expose public config phases in pyramid.config
blob@ 568a02 commitdiff | diff to current
2015-02-17 Michael Merickel
remove the token from the ICacheBuster api
blob@ 780889 commitdiff | diff to current
2015-02-17 Michael Merickel
add InstancePropertyHelper and apply_request_extensions
blob@ 04cc91 commitdiff | diff to current
2015-02-08 John Anderson
Add initial pep8 support.
blob@ 25c64c commitdiff | diff to current
2015-02-07 Michael Merickel
move the IResponseFactory into the public api
blob@ da5f5f commitdiff | diff to current
2014-11-19 Matt Russell
Fixes breaking docs build due to unquoted asterisks in doc string.
blob@ c62f7d commitdiff | diff to current
2014-11-10 Michael Merickel
re-add missing Interface parent
blob@ a9fb52 commitdiff | diff to current
2014-08-13 Michael Merickel
some tweaks to the usage of userid in the docs
blob@ fe83c6 commitdiff | diff to current
2014-08-13 Karl O. Pinc
Security: Change "principal" argument in security.remember() to "userid".
blob@ c7afe4 commitdiff | diff to current
2014-07-29 Chris McDonough
add versionadded notes
blob@ 6b88bd commitdiff | diff to current
2014-07-22 Chris Rossi
Forgot to update interface docs earlier.
blob@ 40c6bf commitdiff | diff to current
2014-07-17 Chris Rossi
Write the documentation.
blob@ f729a1 commitdiff | diff to current
2014-07-15 Chris Rossi
I kind of like Raydeo's last idea.
blob@ 2a1ca8 commitdiff | diff to current
2014-07-15 Chris Rossi
Show an example.
blob@ 9af335 commitdiff | diff to current
2014-07-15 Chris Rossi
Try something a little more decoupled and consistent.
blob@ 9d521e commitdiff | diff to current
first | « prev | next »