Add an API for managing OAuth applications
Review Request #9002 — Created June 8, 2017 and submitted — Latest diff uploaded
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.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 10. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
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 |
---|