This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from 160216b15 [#11645] Fix email subject text for authentication link test
new 2c8e26f46 [#8607] harden git operations
new 3e63f3b44 [#8607] add explicit perm check on project rest controller
new 481b2021a [#8607] scoping checks for ForgeChat
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Allura/allura/controllers/repository.py | 10 +++-
Allura/allura/controllers/rest.py | 3 +
Allura/allura/model/__init__.py | 2 +-
Allura/allura/model/repository.py | 17 ++++++
Allura/allura/tests/functional/test_rest.py | 16 +++++
ForgeChat/forgechat/main.py | 4 ++
ForgeChat/forgechat/tests/functional/test_root.py | 39 +++++++++++++
ForgeGit/forgegit/model/git_repo.py | 13 +++--
.../forgegit/tests/functional/test_controllers.py | 22 +++++++
ForgeGit/forgegit/tests/model/test_repository.py | 68 +++++++++++++++++++++-
10 files changed, 186 insertions(+), 8 deletions(-)