This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from 44106de97 also detect 'fetch()' requests as ajax
new 9a017ce70 create return_to redirect helper
new 8e16eb311 incomplete multifactor auth redirs back to form, instead of
messing with session (problematic if you have any background requests like
images, ajax etc)
new 3fd079342 if you end up on /auth/ or /auth/multifactor already fully
logged in, skip that form
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/auth.py | 15 +++++-
Allura/allura/lib/custom_middleware.py | 9 +---
Allura/allura/lib/helpers.py | 15 ++++++
Allura/allura/lib/plugin.py | 14 ++----
Allura/allura/templates/login_multifactor.html | 3 +-
Allura/allura/tests/functional/test_auth.py | 57 ++++++++++++++++------
Allura/allura/tests/functional/test_site_admin.py | 22 ++++-----
AlluraTest/alluratest/validation.py | 4 +-
.../forgegit/tests/functional/test_controllers.py | 2 +-
9 files changed, 92 insertions(+), 49 deletions(-)