| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-17 | support Origin: null in csrf_trusted_origins and check_origin=False | Michael Merickel | |
| 2019-10-17 | Merge pull request #3521 from mmerickel/remove-check-csrf-predicate | Michael Merickel | |
| remove check_csrf view predicate | |||
| 2019-10-17 | move the interface docs to api/interfaces | Michael Merickel | |
| 2019-10-17 | remove check_csrf view predicate | Michael Merickel | |
| 2019-10-17 | add ISecurityPolicy to the public interface api | Michael Merickel | |
| 2019-10-02 | fix predicate signatures | Michael Merickel | |
| 2019-10-02 | define an IPredicateInfo instead of passing the full configurator to predicates | Michael Merickel | |
| 2019-10-01 | fix a word | Michael Merickel | |
| 2019-09-30 | Merge pull request #3465 from luhn/security-policy | Michael Merickel | |
| Security policy implementation | |||
| 2019-09-30 | Merge pull request #3512 from luhn/csrf-allow-no-origin | Michael Merickel | |
| Add allow_no_origin option to CSRF | |||
| 2019-09-27 | Remove whatsnew-2.0 | Theron Luhn | |
| 2019-09-23 | Doc fixes from @Deimos | Theron Luhn | |
| 2019-09-22 | Fix name and path of views file | viniciusban | |
| 2019-09-19 | Add a whatsnew-2.0 doc. | Theron Luhn | |
| 2019-09-19 | Document CSRF allow_no_origin option. | Theron Luhn | |
| 2019-08-26 | Doc fix via @mmerickel | Theron Luhn | |
| Co-Authored-By: Michael Merickel <github@m.merickel.org> | |||
| 2019-08-26 | Doc fix via @mmerickel | Theron Luhn | |
| Co-Authored-By: Michael Merickel <github@m.merickel.org> | |||
| 2019-08-17 | run linkcheck, fix redirects, change busted links to inline literals | Steve Piercy | |
| 2019-07-27 | Merge pull request #3503 from minho42/Fix-typos | Steve Piercy | |
| Fix typos | |||
| 2019-07-27 | Fix typos | Min ho Kim | |
| 2019-07-23 | Dive into Python -> Dive into Python 3 | Mandar Vaze | |
| Addressed the review comments | |||
| 2019-07-21 | Un-deprecate authenticated_userid. | Theron Luhn | |
| 2019-07-20 | Fixed broken link to "Dive into Python" | Mandar Vaze | |
| 2019-07-13 | Improve security docs. | Theron Luhn | |
| 2019-07-13 | Improve authn/authz API docs. | Theron Luhn | |
| 2019-06-23 | Deprecation notices. | Theron Luhn | |
| 2019-06-23 | Make sure Configator.set_security_policy is in docs. | Theron Luhn | |
| 2019-06-23 | Act on @stevepiercy's suggestions | Theron Luhn | |
| 2019-06-23 | Use a table for policy => helper list. | Theron Luhn | |
| 2019-06-23 | Add a whatsnew-2.0 doc. | Theron Luhn | |
| 2019-06-08 | First draft of upgrade docs. | Theron Luhn | |
| 2019-06-08 | Beginnings of upgrade docs. | Theron Luhn | |
| 2019-05-26 | API docs. | Theron Luhn | |
| 2019-05-26 | First draft of narrative docs. | Theron Luhn | |
| 2019-05-12 | Narrative docs WIP | Theron Luhn | |
| 2019-04-28 | Update firstapp.rst | Bjørnar Myrheim | |
| Changed the URL for the 'hello' route in "Creating Your First Pyramid Application" so that it doesn't give a 404. | |||
| 2019-04-01 | Fix docs build. | Theron Luhn | |
| 2019-03-30 | Merge branch 'master' into security-policy | Theron Luhn | |
| 2019-03-30 | Fix epub build. | Theron Luhn | |
| 2019-03-30 | Fix docs build on Sphinx 2.0.0 | Theron Luhn | |
| Sphinx 2.0.0 was released, which triggered some warnings when building the docs and caused the build to fail. | |||
| 2019-03-30 | Merge branch 'master' into security-policy | Theron Luhn | |
| 2019-03-25 | Fixing typo in the description | Ben | |
| 2019-03-21 | Group settings together. | Steve Piercy | |
| 2019-03-20 | Test RTD latex_engine setting take 2 | Steve Piercy | |
| 2019-03-19 | Test RTD latex_engine setting | Steve Piercy | |
| 2019-02-19 | fix grammar | Steve Piercy | |
| 2019-02-19 | no change in case | Arijit Basu | |
| 2019-02-19 | doc update: firstapp: routes to root | Arijit Basu | |
| https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/firstapp.html#adding-configuration | |||
| 2019-02-17 | Add `security policy` and `identity` to glossary. | Theron Luhn | |
| Also mark authn/authz as deprecatd. | |||
| 2019-01-05 | stop overriding request.json_body from webob | Michael Merickel | |
