summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-05-12Rename request.identity to request.authenticated_identity.Theron Luhn
2019-04-27Add simple integration tests for security.Theron Luhn
2019-04-15Move ACLHelper to pyramid.authorizations.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-04Use depth argument for view_config info.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-30Fix formatting.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-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-01-28test unsortable discriminatorsMichael Merickel
2019-01-10Merge pull request #3442 from Estartu/masterMichael Merickel
2019-01-05drop mimetypes bugfix for 2.6.x that is no longer neededMichael Merickel
2018-12-26added unittest for the not permissive partGerhard Schmidt
2018-11-23always use compare_digestMichael Merickel
2018-11-18stop using u-prefix stringsMichael Merickel
2018-11-14move WIN and PYPY tests into pyramid.utilMichael Merickel
2018-11-14move text_, bytes_ and ascii_ to pyramid.util and remove native_Michael Merickel
2018-11-14remove several places supporting bytes for py2Michael Merickel
2018-11-14rely on webob for request.path_info and request.schemeMichael Merickel
2018-11-14remove urllib.parse shimsMichael Merickel
2018-11-14remove SimpleCookie and escape shimsMichael Merickel
2018-11-14move is_unbound_method to pyramid.utilMichael Merickel
2018-11-12get rid of NativeIO alias and a few othersMichael Merickel
2018-11-12get rid of pickle aliasMichael Merickel
2018-11-12get rid of type aliasesMichael Merickel
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-11-12Merge pull request #3420 from mmerickel/bare-route-prefix-2Michael Merickel
2018-11-11use inherit_slash=True on add_route to opt-in to no trailing slashMichael Merickel
2018-11-06call fix_registry so that queryAdapterOrSelf is availableMichael Merickel
2018-11-04Merge branch 'pr/1639' into bare-route-prefixMichael Merickel
2018-11-03change to use JSONSerializer for SignedCookieSessionFactoryMichael Merickel
2018-11-03remove UnencryptedCookieSessionFactoryConfig and signed_(de)serializeMichael Merickel
2018-11-02remove deprecated media range support from add_view and add_routeMichael Merickel
2018-11-01remove deprecated security functionsMichael Merickel