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 640a285a9 bumping urllib3 2.6.3 -> 2.7.0 and gitpython 3.1.47 -> 3.1.50
     new 06d41c29a [#8603] don't follow redirects on trac import
     new 56e69cbb3 [#8603] disable trac importers by default
     new 6defa33fb [#8603] use NonPrivateUrl on webhooks (does allow for IP 
addrs now also)
     new bbd1d7150 [#8603] urlopen_allow_internal_hostnames setting should work 
for webhook and importer forms
     new e154040e0 [#8603] test to know forgeblog/main.py setattr loop is ok
     new bc0c96d0d [#8603] add @require_post to a few endpoints
     new 46cb8e64f [#8603] change AlluraUserProperty User reference so that 
ShortUrl doesn't error strangely on shorturl.create_user = c.user._id (tests 
were always passing too, weird)
     new 7013d3506 [#8603] use _verify_return_to in pwd_expired_change
     new 4fe4e2808 [#8603] only permit local access to /auth/repo_permissions
     new b7d28e892 [#8603] escape regexes in tag search
     new 8e96d7009 [#8603] NonPrivateUrl checks all host=>IP resolutions not 
just one
     new bb66149d5 [#8603] use Markup in SxsOutputGenerator
     new 68b8d44c0 [#8603] validate URLs on clone tasks too (e.g. if task 
delayed from form usage, and DNS changes)
     new 6754e9c9f [#8603] check multifactor login mode

The 14 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                  | 11 +++-
 Allura/allura/controllers/discuss.py               |  2 +
 Allura/allura/lib/diff.py                          | 28 ++++-----
 Allura/allura/lib/validators.py                    | 22 +++++--
 Allura/allura/lib/widgets/discuss.py               |  7 +++
 Allura/allura/model/auth.py                        |  2 +-
 Allura/allura/tasks/repo_tasks.py                  |  4 ++
 Allura/allura/tests/functional/test_auth.py        | 26 +++++++-
 Allura/allura/tests/test_diff.py                   | 16 ++++-
 Allura/allura/tests/test_webhooks.py               | 69 ++++++++++++++--------
 Allura/allura/tests/unit/patches.py                | 14 ++++-
 Allura/allura/webhooks.py                          |  9 ++-
 Allura/development.ini                             |  9 +--
 ForgeBlog/forgeblog/tests/functional/test_root.py  | 29 +++++++++
 ForgeImporters/forgeimporters/trac/__init__.py     |  2 +-
 .../trac/tests/functional/test_trac.py             |  7 ++-
 .../forgeimporters/trac/tests/test_tickets.py      |  6 ++
 ForgeSVN/forgesvn/tests/test_tasks.py              | 14 ++++-
 ForgeShortUrl/forgeshorturl/main.py                |  2 +
 ForgeShortUrl/forgeshorturl/model/shorturl.py      | 12 ++--
 ForgeTracker/forgetracker/tracker_main.py          |  2 +-
 21 files changed, 226 insertions(+), 67 deletions(-)

Reply via email to