This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from 0628922be code updates to AkismetWithoutStartupVerify
new 817891228 [#7272] Add authorization views and improve validations
new 13cfdd535 [#7272] OAuth2 tests, renaming, improvements, config option
new 0aab2bd9a [#8557] update akismet version (optional)
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 | 61 ++++++++
Allura/allura/controllers/rest.py | 167 ++++++++++++++++-----
Allura/allura/lib/custom_middleware.py | 11 +-
Allura/allura/lib/widgets/__init__.py | 6 +-
Allura/allura/lib/widgets/oauth_widgets.py | 11 ++
Allura/allura/model/__init__.py | 4 +-
Allura/allura/model/oauth.py | 58 +++++--
Allura/allura/templates/oauth2_applications.html | 127 ++++++++++++++++
...{oauth_authorize.html => oauth2_authorize.html} | 16 +-
..._authorize_ok.html => oauth2_authorize_ok.html} | 12 +-
Allura/allura/tests/functional/test_auth.py | 156 +++++++++++++++++++
Allura/allura/tests/functional/test_rest.py | 6 +
Allura/development.ini | 3 +
requirements-optional.txt | 2 +-
14 files changed, 563 insertions(+), 77 deletions(-)
create mode 100644 Allura/allura/templates/oauth2_applications.html
copy Allura/allura/templates/{oauth_authorize.html => oauth2_authorize.html}
(77%)
copy Allura/allura/templates/{oauth_authorize_ok.html =>
oauth2_authorize_ok.html} (68%)