| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support inherit_slash=True on add_route
|
|
|
|
|
|
permissiv is true or false. It should return a empty list if permissive is False.
|
|
fixes #3416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|