| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-27 | remove pkg_resources callsmain | Daniel Schadt | |
| This is mostly based on work by luhn. From a quick test with my pyramid project, it seems to work fine, but I haven't tested more complex setups. At least my template renderings and static files didn't break, and I checked a single asset override which also worked. | |||
| 2025-08-24 | Update tests. | Theron Luhn | |
| 2025-08-24 | Add `get_spec` to `PackageOverrides` | Theron Luhn | |
| 2025-08-24 | Add `get_spec` to asset sources. | Theron Luhn | |
| 2024-01-28 | upgrade phash implementation from md5 to sha256 | Michael Merickel | |
| 2022-03-13 | pyupgrade --py37-plus | Michael Merickel | |
| 2022-03-12 | set target versions for black | Michael Merickel | |
| 2022-01-07 | make latest black happy | Marcin Lulek | |
| 2021-02-17 | Write tests. | Theron Luhn | |
| 2020-10-13 | Rename `ISecurityPolicy.authenticated_identity` to `identity` | Theron Luhn | |
| 2020-07-12 | Run isort 5.x across code base | Bert JW Regeer | |
| 2020-07-02 | add tests and docs | Éric Araujo | |
| 2020-06-22 | first shot for #1602 | Éric Araujo | |
| 2020-05-07 | merge master | Éric Araujo | |
| 2020-05-06 | set() -> {} | Bert JW Regeer | |
| 2020-05-06 | add test to validate doc assertion | Éric Araujo | |
| 2020-05-04 | support multiple values for header predicate | Éric Araujo | |
| 2020-05-04 | expand testing for predicate texts | Éric Araujo | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2019-12-27 | isort | Michael Merickel | |
| 2019-12-24 | security policy docs and legacy policy improvements | Michael Merickel | |
| - Added `set_security_policy`` to more places in the docs. - Ensure that the authn/authz policies are not used at all if the legacy policy is not in effect to avoid edge cases where the code would skip the security policy and use the authn/authz policy on accident. - Change deprecation warnings in code to reference the docs by name instead of by URL. | |||
| 2019-12-23 | Merge branch 'master' into luhn-authenticated-userid | Michael Merickel | |
| 2019-12-23 | add coverage tests for deprecation warnings | Michael Merickel | |
| 2019-12-15 | Fix coverage. | Theron Luhn | |
| 2019-12-15 | Revert "Bring back identity into permits." | Theron Luhn | |
| This reverts commit 2e06fa414412688dc3b7e0b422b0fc0b96ec882f. | |||
| 2019-12-14 | Bring back identity into permits. | Theron Luhn | |
| 2019-12-14 | Fix couple final view tests. | Theron Luhn | |
| 2019-12-14 | Fix tests for `DummySecurityPolicy`. | Theron Luhn | |
| 2019-12-04 | negotiate the best static asset using supported encodings | Michael Merickel | |
| 2019-10-17 | support Origin: null in csrf_trusted_origins and check_origin=False | Michael Merickel | |
| 2019-10-17 | remove check_csrf view predicate | Michael Merickel | |
| 2019-10-02 | define an IPredicateInfo instead of passing the full configurator to predicates | Michael Merickel | |
| 2019-10-02 | Merge pull request #3510 from mmerickel/scan-categories | Michael Merickel | |
| modify the default scan categories to be limited to only 'pyramid' | |||
| 2019-09-30 | Merge pull request #3465 from luhn/security-policy | Michael Merickel | |
| Security policy implementation | |||
| 2019-09-19 | Add allow_no_origin option to CSRF. | Theron Luhn | |
| 2019-09-18 | modify the default scan categories to be limited to only 'pyramid' | Michael Merickel | |
| 2019-03-09 | Implement new dummy security policy. | Theron Luhn | |
| 2019-03-03 | Implement new request.has_permission. | Theron Luhn | |
| Deleted AuthorizationAPIMixin | |||
| 2019-02-19 | Set legacy policy when using authn/authz policies. | Theron Luhn | |
| 2019-02-17 | Implement setting ISecurityPolicy in the configurator. | Theron Luhn | |
| 2018-11-14 | move text_, bytes_ and ascii_ to pyramid.util and remove native_ | Michael Merickel | |
| 2018-11-14 | rely on webob for request.path_info and request.scheme | Michael Merickel | |
| 2018-11-14 | move is_unbound_method to pyramid.util | Michael Merickel | |
| 2018-11-12 | get rid of type aliases | Michael Merickel | |
| 2018-11-12 | initial work to remove py2 from the codebase | Michael Merickel | |
| 2018-11-11 | use inherit_slash=True on add_route to opt-in to no trailing slash | Michael Merickel | |
| 2018-11-04 | Merge branch 'pr/1639' into bare-route-prefix | Michael Merickel | |
| 2018-11-02 | remove deprecated media range support from add_view and add_route | Michael Merickel | |
| 2018-10-18 | fix coverage | Michael Merickel | |
| 2018-10-18 | move predicate-related code into pyramid.config.predicates | Michael Merickel | |
