| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-07 | better wording | Éric Araujo | |
| 2020-05-07 | merge master | Éric Araujo | |
| 2020-05-06 | Cleanup string formatting | Bert JW Regeer | |
| 2020-05-06 | Remove unnecessary coding lines | Bert JW Regeer | |
| 2020-05-06 | Remove object from class | Bert JW Regeer | |
| 2020-05-06 | set() -> {} | Bert JW Regeer | |
| 2020-05-06 | more rewording | Éric Araujo | |
| 2020-05-05 | reword doc | Éric Araujo | |
| 2020-05-04 | support multiple values for header predicate | Éric Araujo | |
| 2020-04-19 | remove __unicode__ method | Sergey Maranchuk | |
| 2020-04-19 | predicate order must be integer | Sergey Maranchuk | |
| 2020-04-19 | invoke super() without arguments | Sergey Maranchuk | |
| 2020-04-19 | rename __nonzero__() to __bool__() | Sergey Maranchuk | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-01-18 | remove unnecessary usage of text_ | Michael Merickel | |
| 2020-01-18 | simplify SettableProperty to be a non-data-descriptor to avoid caching itself | Michael Merickel | |
| 2020-01-18 | use standard detection for data descriptors | Michael Merickel | |
| 2020-01-17 | Merge pull request #3563 from mmerickel/move-acl-security-to-authorization | Michael Merickel | |
| Move acl security to authorization | |||
| 2020-01-16 | merge master | Éric Araujo | |
| 2020-01-16 | Merge branch 'master' into move-acl-security-to-authorization | Michael Merickel | |
| 2020-01-14 | fix comment | Michael Merickel | |
| 2020-01-14 | apply more review fixes, minimize some diffs | Éric Araujo | |
| 2020-01-12 | fix lint | Michael Merickel | |
| 2020-01-12 | move doc references from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-12 | move acl helper apis from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-11 | remove obsolete bit | Éric Araujo | |
| 2020-01-11 | replace "third-party" with "custom" | Éric Araujo | |
| 2020-01-11 | merge master | Éric Araujo | |
| 2020-01-09 | Merge branch 'master' into security-docs | Michael Merickel | |
| 2020-01-09 | clarify the docs | Michael Merickel | |
| 2020-01-09 | fix paradigm to avoid incorrect usages | Michael Merickel | |
| It's almost impossible to create a decorator that works on both methods and functions, but more importantly the original approach was sharing a cache across instances of the policy. It needed to be local to the policy instance, but shared across requests. The new example demonstrates that. The cache is also much more flexible in its usage patterns now. | |||
| 2020-01-08 | grammar fixes | Michael Merickel | |
| 2020-01-08 | fix lint | Michael Merickel | |
| 2020-01-08 | add changed directives | Michael Merickel | |
| 2020-01-08 | add a RequestLocalCache class | Michael Merickel | |
| 2020-01-08 | invoke finished callbacks in prepare/bootstrap closers | Michael Merickel | |
| 2020-01-07 | rewrite docs for custom predicates | Éric Araujo | |
| 2020-01-05 | handle settable property same as reify | Michael Merickel | |
| 2020-01-05 | support using descriptors other than property | Michael Merickel | |
| 2020-01-05 | allow overriding synthesized properties | Michael Merickel | |
| 2020-01-03 | Merge branch 'master' into security-docs | Michael Merickel | |
| 2019-12-31 | change hashalg on AuthTktCookieHelper to sha512. | Michael Merickel | |
| 2019-12-30 | rename identify(request) to authenticated_identity(request) | Michael Merickel | |
| 2019-12-27 | isort | Michael Merickel | |
| 2019-12-26 | fix imp deprecation | Michael Merickel | |
| 2019-12-24 | add "of the documentation" pointer to deprecation warnings | 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 | modify deprecation warning | Michael Merickel | |
| 2019-12-17 | Improve docs for remember/forget. | Theron Luhn | |
