summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-17Merge pull request #3563 from mmerickel/move-acl-security-to-authorizationMichael Merickel
2020-01-16merge masterÉric Araujo
2020-01-16Merge branch 'master' into move-acl-security-to-authorizationMichael Merickel
2020-01-14fix commentMichael Merickel
2020-01-14apply more review fixes, minimize some diffsÉric Araujo
2020-01-12fix lintMichael Merickel
2020-01-12move doc references from pyramid.security to pyramid.authorizationMichael Merickel
2020-01-12move acl helper apis from pyramid.security to pyramid.authorizationMichael Merickel
2020-01-11remove obsolete bitÉric Araujo
2020-01-11replace "third-party" with "custom"Éric Araujo
2020-01-11merge masterÉric Araujo
2020-01-09Merge branch 'master' into security-docsMichael Merickel
2020-01-09clarify the docsMichael Merickel
2020-01-09fix paradigm to avoid incorrect usagesMichael Merickel
2020-01-08grammar fixesMichael Merickel
2020-01-08fix lintMichael Merickel
2020-01-08add changed directivesMichael Merickel
2020-01-08add a RequestLocalCache classMichael Merickel
2020-01-08invoke finished callbacks in prepare/bootstrap closersMichael Merickel
2020-01-07rewrite docs for custom predicatesÉric Araujo
2020-01-05handle settable property same as reifyMichael Merickel
2020-01-05support using descriptors other than propertyMichael Merickel
2020-01-05allow overriding synthesized propertiesMichael Merickel
2020-01-03Merge branch 'master' into security-docsMichael Merickel
2019-12-31change hashalg on AuthTktCookieHelper to sha512.Michael Merickel
2019-12-30rename identify(request) to authenticated_identity(request)Michael Merickel
2019-12-27isortMichael Merickel
2019-12-26fix imp deprecationMichael Merickel
2019-12-24add "of the documentation" pointer to deprecation warningsMichael Merickel
2019-12-24security policy docs and legacy policy improvementsMichael Merickel
2019-12-23Merge branch 'master' into luhn-authenticated-useridMichael Merickel
2019-12-23modify deprecation warningMichael Merickel
2019-12-17Improve docs for remember/forget.Theron Luhn
2019-12-17Remove `identity` from authenticated_userid interface.Theron Luhn
2019-12-16Fix EffectivePrincipalsPredicate deprecation warning.Theron Luhn
2019-12-15Remove requirement that identity is validated.Theron Luhn
2019-12-15Revert "Bring back identity into permits."Theron Luhn
2019-12-15handle a missing content negotiation case where the unencoded option is not a...Michael Merickel
2019-12-15Merge pull request #3537 from mmerickel/negotiate-static-encodingMichael Merickel
2019-12-15Four spaces of indentation.Theron Luhn
2019-12-14Bring back identity into permits.Theron Luhn
2019-12-14Update docs.Theron Luhn
2019-12-14Fix tests for `DummySecurityPolicy`.Theron Luhn
2019-12-14Raise error on kwargs in `LegacySecurityPolicy.forget`.Theron Luhn
2019-12-14Bring back `identify` to `LegacySecurityPolicy`.Theron Luhn
2019-12-14Correct implementation of Request.unauthenticated_userid.Theron Luhn
2019-12-14Update docs from Configurator.testing_securitypolicy.Theron Luhn
2019-12-14merge upstreamÉric Araujo
2019-12-14start reworking security policyÉric Araujo
2019-12-04negotiate the best static asset using supported encodingsMichael Merickel