| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-09 | Revamp tests for EffectivePrincipalsPredicate. | Theron Luhn | |
| 2019-03-09 | Implement secured view deriver. | Theron Luhn | |
| Some tests still need fixing. | |||
| 2019-03-03 | Implement new request.has_permission. | Theron Luhn | |
| Deleted AuthorizationAPIMixin | |||
| 2019-03-03 | Implement bw-compat authenticated_userid and unauthenticated_userid | Theron Luhn | |
| 2019-02-26 | Add `request.identity`. | Theron Luhn | |
| 2019-02-19 | fix grammar | Steve Piercy | |
| 2019-02-19 | Merge pull request #3466 from sayanarijit/routes-to-root | Steve Piercy | |
| doc update: firstapp, project | |||
| 2019-02-19 | Sign CONTRIBUTORS.txt. | Theron Luhn | |
| 2019-02-19 | Set legacy policy when using authn/authz policies. | Theron Luhn | |
| 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 | Implement legacy security policy. | Theron Luhn | |
| 2019-02-17 | Implement setting ISecurityPolicy in the configurator. | Theron Luhn | |
| 2019-02-17 | Add `security policy` and `identity` to glossary. | Theron Luhn | |
| Also mark authn/authz as deprecatd. | |||
| 2019-02-17 | Add ISecurityPolicy interface. | Theron Luhn | |
| Deprecate IAuthenticationPolicy and IAuthorizationPolicy. | |||
| 2019-01-29 | Merge pull request #3459 from mmerickel/fix-logging-setup | Michael Merickel | |
| do not configure logging in the master process when using the reloader | |||
| 2019-01-29 | Merge pull request #3456 from mmerickel/fix-non-sortable-discriminators | Michael Merickel | |
| Fix non sortable discriminators | |||
| 2019-01-29 | do not configure logging in the master process when using the reloader | Michael Merickel | |
| 2019-01-28 | stop sorting discriminators in exception output | Michael Merickel | |
| 2019-01-28 | test unsortable discriminators | Michael Merickel | |
| 2019-01-10 | Merge pull request #3442 from Estartu/master | Michael Merickel | |
| changed principals_allowed_by_permission to act differently if permissive is True or False | |||
| 2019-01-10 | Merge pull request #3448 from mmerickel/drop-mimetypes-shim | Michael Merickel | |
| drop mimetypes bugfix for 2.6.x that is no longer needed | |||
| 2019-01-05 | Merge pull request #3449 from mmerickel/reformat-setup.py | Michael Merickel | |
| use the dict form of entry_points in setup.py | |||
| 2019-01-05 | we tend to not have bug fixes in major versions, they're all backported | Michael Merickel | |
| 2019-01-05 | use the dict form of entry_points in setup.py | Michael Merickel | |
| 2019-01-05 | drop mimetypes bugfix for 2.6.x that is no longer needed | Michael Merickel | |
| 2019-01-05 | Merge pull request #3447 from mmerickel/drop-json-shim | Michael Merickel | |
| stop overriding request.json_body from webob | |||
| 2019-01-05 | stop overriding request.json_body from webob | Michael Merickel | |
| 2018-12-31 | Merge pull request #3446 from stevepiercy/master | Steve Piercy | |
| highlight docutil instead of bcrypt | |||
| 2018-12-31 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2018-12-31 | highlight docutil instead of bcrypt | Alexander McNulty | |
| 2018-12-26 | added unittest for the not permissive part | Gerhard Schmidt | |
| 2018-12-26 | principals_allowed_by_permission is described to always return a sequence. ↵ | Gerhard Schmidt | |
| Most of the time the result is used with something like Everyone in principals_allowed_by_permission or iterated over. So even if no prinicpal is authorised it should be a sequence regardless. | |||
| 2018-11-27 | Merge pull request #3438 from stevepiercy/docs-style-inputs | Steve Piercy | |
| Add a style to show text in input fields. | |||
| 2018-11-27 | Merge pull request #3437 from stevepiercy/docs-linkcheck | Steve Piercy | |
| Docs linkcheck | |||
| 2018-11-27 | Add a style to show text in input fields. | Steve Piercy | |
| Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64 | |||
| 2018-11-27 | Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵ | Steve Piercy | |
| a bad link in WebOb docs | |||
| 2018-11-27 | Use a relative link to rendered HTML, instead of GitHub master, to get ↵ | Steve Piercy | |
| current branch | |||
| 2018-11-27 | Merge pull request #3436 from stevepiercy/docs-remove-obsolete-intersphinx-refs | Steve Piercy | |
| Remove obsolete intersphinx references | |||
| 2018-11-27 | Restore pyramid_zcml intersphinx link, using explicit name | Steve Piercy | |
| 2018-11-27 | Merge pull request #3435 from stevepiercy/docs-pastedeploy-refs | Steve Piercy | |
| Docs pastedeploy refs | |||
| 2018-11-27 | Remove obsolete intersphinx references | Steve Piercy | |
| 2018-11-27 | Update links to pastedeploy | Steve Piercy | |
| - Closes #3433 | |||
| 2018-11-26 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2018-11-26 | Merge pull request #3421 from mmerickel/drop-py2 | Michael Merickel | |
| remove py2 from the codebase | |||
| 2018-11-26 | Merge pull request #8 from stevepiercy/drop-py2 | Michael Merickel | |
| Drop py2 from wiki (traversal and zodb) | |||
| 2018-11-26 | Update distributing with terms, rewrap | Steve Piercy | |
| 2018-11-26 | Fix imports. Change info key from content to page_text. | Steve Piercy | |
| 2018-11-26 | Add note about docutils deprecation warnings. | Steve Piercy | |
| Submitted a PR to fix the warnings in WebTest https://github.com/Pylons/webtest/pull/207, which usually gets reviewed and merged rapidly, so didn't bother to include a warning for it. | |||
| 2018-11-25 | rewrap narrative, adjust grammar | Steve Piercy | |
