| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-30 | Merge branch 'master' into security-policy | Theron Luhn | |
| 2019-03-30 | Add SessionAuthenticationHelper. | Theron Luhn | |
| 2019-03-30 | Implement pyramid.security.ACLHelper | Theron Luhn | |
| Mostly a lift-and-shift of the code in ACLAuthorizationPolicy. | |||
| 2019-03-26 | Merge pull request #3478 from stevepiercy/master | Steve Piercy | |
| Fixing typo in the description | |||
| 2019-03-25 | Fixing typo in the description | Ben | |
| 2019-03-21 | Merge pull request #3474 from stevepiercy/master | Steve Piercy | |
| Add changelog entry for #3469 and #3470 | |||
| 2019-03-21 | Add changelog entry | Steve Piercy | |
| 2019-03-21 | Group settings together. | Steve Piercy | |
| 2019-03-20 | Merge pull request #3470 from stevepiercy/master | Steve Piercy | |
| Test RTD latex_engine setting take 2 | |||
| 2019-03-20 | Merge branch 'master' of https://github.com/Pylons/pyramid | Steve Piercy | |
| 2019-03-20 | Test RTD latex_engine setting take 2 | Steve Piercy | |
| 2019-03-19 | Merge pull request #3469 from stevepiercy/master | Steve Piercy | |
| Test RTD latex_engine setting | |||
| 2019-03-19 | Test RTD latex_engine setting | Steve Piercy | |
| 2019-03-17 | Clean up configurator methods. | Theron Luhn | |
| 2019-03-09 | Get integration tests working again. | Theron Luhn | |
| 2019-03-09 | Implement new dummy security policy. | Theron Luhn | |
| 2019-03-09 | Reimplement remember and forget. | Theron Luhn | |
| This breaks some more tests. | |||
| 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. | |||
