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 c73b0a320 bumping cryptography 46.0.7 -> 49.0.0
new a5ecc798d [#8607] lock down a bit of the incomplete commit_status
endpoint
new d4dfbf575 [#8607] check domain when adding github auth token
new b69663081 [#8607] validate links via rest
new 35130eae8 [#8607] require post for phone verification endpoints
new f5ad949b9 [#8607] perm checks on ticket bulk edit & move
new 0cfffd9da [#8607] use |tojson within JS
new 2eccab53c [#8607] limit prefs able to set via form
The 7 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/auth.py | 3 +-
Allura/allura/controllers/project.py | 2 +
Allura/allura/controllers/repository.py | 3 ++
Allura/allura/nf/allura/css/site_style.css | 3 ++
Allura/allura/templates/repo/log.html | 2 +-
.../allura/tests/functional/test_neighborhood.py | 48 +++++++++++++++++-----
ForgeImporters/forgeimporters/github/__init__.py | 3 +-
.../forgeimporters/tests/github/test_extractor.py | 10 ++++-
ForgeLink/forgelink/link_main.py | 10 ++++-
ForgeLink/forgelink/tests/functional/test_rest.py | 9 ++++
ForgeTracker/forgetracker/model/ticket.py | 17 +++++++-
.../templates/tracker_widgets/mass_edit.html | 2 +-
.../tracker_widgets/ticket_search_results.html | 2 +-
.../forgetracker/tests/functional/test_root.py | 21 ++++++++++
14 files changed, 116 insertions(+), 19 deletions(-)