index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2019-05-12
Rename request.identity to request.authenticated_identity.
Theron Luhn
2019-04-27
Add simple integration tests for security.
Theron Luhn
2019-04-15
Move ACLHelper to pyramid.authorizations.
Theron Luhn
2019-04-15
Move SessionAuthenticationHelper to pyramid.authentication.
Theron Luhn
2019-04-15
Revert "Migrate AuthTktCookieHelper to pyramid.security."
Theron Luhn
2019-04-15
Stringify identity in legacy authenticated_userid.
Theron Luhn
2019-04-04
Use depth argument for view_config info.
Theron Luhn
2019-04-01
Improve debugging info from view_config decorator.
Theron Luhn
2019-03-30
Merge branch 'master' into security-policy
Theron Luhn
2019-03-30
Migrate AuthTktCookieHelper to pyramid.security.
Theron Luhn
2019-03-30
Fix formatting.
Theron Luhn
2019-03-30
Add SessionAuthenticationHelper.
Theron Luhn
2019-03-30
Implement pyramid.security.ACLHelper
Theron Luhn
2019-03-21
Add ignore_files to pserve configuration section
Eric Atkin
2019-03-09
Get integration tests working again.
Theron Luhn
2019-03-09
Implement new dummy security policy.
Theron Luhn
2019-03-09
Reimplement remember and forget.
Theron Luhn
2019-03-09
Revamp tests for EffectivePrincipalsPredicate.
Theron Luhn
2019-03-09
Implement secured view deriver.
Theron Luhn
2019-03-03
Implement new request.has_permission.
Theron Luhn
2019-03-03
Implement bw-compat authenticated_userid and unauthenticated_userid
Theron Luhn
2019-02-26
Add `request.identity`.
Theron Luhn
2019-02-19
Set legacy policy when using authn/authz policies.
Theron Luhn
2019-02-17
Implement legacy security policy.
Theron Luhn
2019-02-17
Implement setting ISecurityPolicy in the configurator.
Theron Luhn
2019-01-28
test unsortable discriminators
Michael Merickel
2019-01-10
Merge pull request #3442 from Estartu/master
Michael Merickel
2019-01-05
drop mimetypes bugfix for 2.6.x that is no longer needed
Michael Merickel
2018-12-26
added unittest for the not permissive part
Gerhard Schmidt
2018-11-23
always use compare_digest
Michael Merickel
2018-11-18
stop using u-prefix strings
Michael Merickel
2018-11-14
move WIN and PYPY tests into pyramid.util
Michael Merickel
2018-11-14
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Michael Merickel
2018-11-14
remove several places supporting bytes for py2
Michael Merickel
2018-11-14
rely on webob for request.path_info and request.scheme
Michael Merickel
2018-11-14
remove urllib.parse shims
Michael Merickel
2018-11-14
remove SimpleCookie and escape shims
Michael Merickel
2018-11-14
move is_unbound_method to pyramid.util
Michael Merickel
2018-11-12
get rid of NativeIO alias and a few others
Michael Merickel
2018-11-12
get rid of pickle alias
Michael Merickel
2018-11-12
get rid of type aliases
Michael Merickel
2018-11-12
initial work to remove py2 from the codebase
Michael Merickel
2018-11-12
Merge pull request #3420 from mmerickel/bare-route-prefix-2
Michael Merickel
2018-11-11
use inherit_slash=True on add_route to opt-in to no trailing slash
Michael Merickel
2018-11-06
call fix_registry so that queryAdapterOrSelf is available
Michael Merickel
2018-11-04
Merge branch 'pr/1639' into bare-route-prefix
Michael Merickel
2018-11-03
change to use JSONSerializer for SignedCookieSessionFactory
Michael Merickel
2018-11-03
remove UnencryptedCookieSessionFactoryConfig and signed_(de)serialize
Michael Merickel
2018-11-02
remove deprecated media range support from add_view and add_route
Michael Merickel
2018-11-01
remove deprecated security functions
Michael Merickel
[prev]
[next]