summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-23Add deprecation warnings.Theron Luhn
2019-06-23Deprecation notices.Theron Luhn
2019-06-08Fix bw-compat for `unauthenticated_userid`.Theron Luhn
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-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
2019-01-29do not configure logging in the master process when using the reloaderMichael Merickel
2019-01-28stop sorting discriminators in exception outputMichael 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
2019-01-05stop overriding request.json_body from webobMichael Merickel
2018-12-26principals_allowed_by_permission is described to always return a sequence. Mo...Gerhard Schmidt
2018-11-23always use compare_digestMichael Merickel
2018-11-19Standardize casing of URL when it is an acronymSteve Piercy
2018-11-18fix moar stringsMichael Merickel
2018-11-18fix up some more docstringsMichael Merickel
2018-11-18stop using u-prefix stringsMichael Merickel
2018-11-18clean up docstrings referencing unicode dataMichael 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-14move is_nonstr_iter to pyramid.utilMichael Merickel
2018-11-14move reraise to pyramid.utilMichael Merickel