| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 9f267dd842c5e93336f0392f2809da75a716039a.
|
|
|
|
|
|
|
|
|
|
|
|
Mostly a lift-and-shift of the code in ACLAuthorizationPolicy.
|
|
|
|
|
|
|
|
|
|
This breaks some more tests.
|
|
|
|
Some tests still need fixing.
|
|
Deleted AuthorizationAPIMixin
|
|
|
|
|
|
|
|
|
|
|
|
Deprecate IAuthenticationPolicy and IAuthorizationPolicy.
|
|
do not configure logging in the master process when using the reloader
|
|
|
|
|
|
changed principals_allowed_by_permission to act differently if permissive is True or False
|
|
|
|
|
|
Most of the time the result is used with something like Everyone in principals_allowed_by_permission or iterated over. So even if no prinicpal is authorised it should be a sequence regardless.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|