summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-02Merge pull request #3510 from mmerickel/scan-categoriesMichael Merickel
2019-09-30Merge pull request #3465 from luhn/security-policyMichael Merickel
2019-09-23Doc fixes from @DeimosTheron Luhn
2019-09-19Document CSRF allow_no_origin option.Theron Luhn
2019-09-19Add allow_no_origin option to CSRF.Theron Luhn
2019-09-18modify the default scan categories to be limited to only 'pyramid'Michael Merickel
2019-08-24fix docstringMichael Merickel
2019-08-24indent stringMichael Merickel
2019-08-24fix some strings concatenated with blackMichael Merickel
2019-08-17Fix indentation for running doctestsSteve Piercy
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2019-07-27Fix typosMin ho Kim
2019-07-21Un-deprecate authenticated_userid.Theron Luhn
2019-07-13Improve authn/authz API docs.Theron Luhn
2019-06-23Add deprecation warnings.Theron Luhn
2019-06-23Deprecation notices.Theron Luhn
2019-06-08Fix bw-compat for `unauthenticated_userid`.Theron Luhn
2019-06-06do not reinvoke exception views if an exception hits the execution policyMichael Merickel
2019-05-26API docs.Theron Luhn
2019-05-12Narrative docs WIPTheron Luhn
2019-05-12Rename request.identity to request.authenticated_identity.Theron Luhn
2019-04-15Move ACLHelper to pyramid.authorizations.Theron Luhn
2019-04-15Use SessionAuthenticationHelper in SessionAuthenticationPolicy.Theron Luhn
2019-04-15Move SessionAuthenticationHelper to pyramid.authentication.Theron Luhn
2019-04-15Revert "Migrate AuthTktCookieHelper to pyramid.security."Theron Luhn
2019-04-15Stringify identity in legacy authenticated_userid.Theron Luhn
2019-04-15Register security policy in phase 2.Theron Luhn
2019-04-15Revert "Use inspect.stack() instead of sys._getframe()"Theron Luhn
2019-04-04Use depth argument for view_config info.Theron Luhn
2019-04-01Use inspect.stack() instead of sys._getframe()Theron Luhn
2019-04-01Improve debugging info from view_config decorator.Theron Luhn
2019-03-30Merge branch 'master' into security-policyTheron Luhn
2019-03-30Migrate AuthTktCookieHelper to pyramid.security.Theron Luhn
2019-03-30Add SessionAuthenticationHelper.Theron Luhn
2019-03-30Implement pyramid.security.ACLHelperTheron Luhn
2019-03-21Add ignore_files to pserve configuration sectionEric Atkin
2019-03-17Clean up configurator methods.Theron Luhn
2019-03-09Get integration tests working again.Theron Luhn
2019-03-09Implement new dummy security policy.Theron Luhn
2019-03-09Reimplement remember and forget.Theron Luhn
2019-03-09Revamp tests for EffectivePrincipalsPredicate.Theron Luhn
2019-03-09Implement secured view deriver.Theron Luhn
2019-03-03Implement new request.has_permission.Theron Luhn
2019-03-03Implement bw-compat authenticated_userid and unauthenticated_useridTheron Luhn
2019-02-26Add `request.identity`.Theron Luhn
2019-02-19Set legacy policy when using authn/authz policies.Theron Luhn
2019-02-17Implement legacy security policy.Theron Luhn
2019-02-17Implement setting ISecurityPolicy in the configurator.Theron Luhn
2019-02-17Add ISecurityPolicy interface.Theron Luhn
2019-01-29Merge pull request #3459 from mmerickel/fix-logging-setupMichael Merickel