This is an automated email from the ASF dual-hosted git repository.
kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from b3df09680 Fix phone.attempts_limit check, if user had surpassed it
already
new 5e39d9041 [#8461] convert oauth tests to not mock the oauth library,
use requests_oauthlib as a helper to build requests instead
new 107ba37d0 [#8461] update oauth lib in docs & wiki-copy.py examples
new d5d83fdce [#8461] distinguish "api_key" used for consumer tokens vs
request tokens, in tests
new ef6326b7e [#8461] update test values (to be ok with oauthlib
validations)
new 97bba1dd0 [#8461] index (unique) on OAuthConsumerToken.api_key
new 8830d2b64 [#8461] switch from python-oauth2 to oauthlib
new 7a766a53b [#8461] include oauth_callback in our example clients, to
match spec
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/rest.py | 289 ++++++++++------
Allura/allura/model/oauth.py | 44 ++-
.../allura/scripts/create_oauth1_dummy_tokens.py | 24 +-
Allura/allura/tests/decorators.py | 19 +-
Allura/allura/tests/functional/test_auth.py | 362 ++++++++++-----------
Allura/allura/websetup/bootstrap.py | 5 +
Allura/docs/api-rest/docs.md | 52 +--
AlluraTest/alluratest/controller.py | 20 ++
AlluraTest/alluratest/validation.py | 2 +-
requirements.in | 5 +-
requirements.txt | 10 +-
scripts/wiki-copy.py | 74 ++---
12 files changed, 499 insertions(+), 407 deletions(-)
copy scripts/migrations/026-install-activity-tool.py =>
Allura/allura/scripts/create_oauth1_dummy_tokens.py (68%)