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
/
repoze
/
bfg
/
tests
/
test_security.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2009-12-01
Stop new Pyflakes complaints.
Chris McDonough
2009-11-23
Disuse ZCA threadlocal API.
Chris McDonough
2009-11-23
``repoze.bfg.security.has_permission``
Chris McDonough
2009-10-15
Features
Chris McDonough
2009-09-22
Use dictionary instead of DummySettings.
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-05-30
- Remove "context" argument from ``effective_principals`` and
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-26
Revert all work towards creating a "forbidden" API on the security policy; I'...
Chris McDonough
2009-05-25
IForbiddenAppFactory -> IForbiddenResponseFactory.
Chris McDonough
2009-05-25
Change the semantics of IForbiddenAppFactory.
Chris McDonough
2009-05-24
Features
Chris McDonough
2009-05-06
Thinko.
Chris McDonough
2009-05-06
Features
Chris McDonough
2009-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-01-26
Coverage.
Chris McDonough
2009-01-25
- It is no longer permissible for a security ACE to contain a "nested"
Chris McDonough
2009-01-25
Minor speed tweaks.
Chris McDonough
2009-01-25
- Get rid of ``repoze.bfg.security.ACLAuthorizer``: the
Chris McDonough
2009-01-25
- It is no longer permissible to pass a "nested" list of principals to
Chris McDonough
2009-01-25
Optimize flatten a bit.
Chris McDonough
2009-01-15
Get rid of PlacelessSetup.
Chris McDonough
2009-01-11
- Improve test coverage.
Chris McDonough
2008-11-02
- Fix bug where default deny in authorization check would throw a
Chris McDonough
2008-11-02
Features
Chris McDonough
2008-11-01
- Expose a single ILogger named "repoze.bfg.debug" as a utility;
Chris McDonough
2008-10-03
Docs
Chris McDonough
2008-09-21
- Add ``principals_allowed_by_permission`` API to security module.
Chris McDonough
2008-08-17
Add RepozeWhoIdentityACLSecurityPolicy; add debug logging.
Chris McDonough
2008-07-20
- Add API functions for authenticated_userid and effective_principals.
Chris McDonough
2008-07-20
- Add authenticated_userid and effective_principals API to security
Chris McDonough
2008-07-19
Yup.
Chris McDonough
2008-07-19
Bug.
Chris McDonough
2008-07-16
Add convenience has_permission function.
Chris McDonough
2008-07-16
Add security.
Chris McDonough