Add an API for managing OAuth applications

Review Request #9002 — Created June 8, 2017 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x

Reviewers

OAuth applications can now be created and managed via the oauth-apps/
API endpoint. Application information is only available to (1) the user
who created the app, (2) site administrators, and (3) Local Site
administrators when the application is associated with a Local Site.

Ran unit tests.

reviewboard/oauth/forms.py
reviewboard/templates/admin/change_form.html
reviewboard/testing/testcase.py
reviewboard/webapi/resources/__init__.py
reviewboard/webapi/resources/oauth_app.py
reviewboard/webapi/resources/root.py
reviewboard/webapi/tests/mimetypes.py
reviewboard/webapi/tests/mixins.py
reviewboard/webapi/tests/test_oauth_app.py
reviewboard/webapi/tests/test_review_request.py
reviewboard/webapi/tests/urls.py
Loading...