aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_oauth1.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in client registration API for logo_uriJessica Tallon2014-10-021-4/+4
|
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Has some issues, will iteratively fix! Conflicts: mediagoblin/gmg_commands/__init__.py mediagoblin/gmg_commands/deletemedia.py mediagoblin/gmg_commands/users.py mediagoblin/oauth/views.py mediagoblin/plugins/api/views.py mediagoblin/tests/test_api.py mediagoblin/tests/test_edit.py mediagoblin/tests/test_oauth1.py mediagoblin/tests/test_util.py mediagoblin/tools/mail.py mediagoblin/webfinger/views.py setup.py
| * Require uploader privileges to upload media to APIJessica Tallon2014-07-221-5/+4
| |
* | Remove an usage of deprecated cgi.parse_qs().Berker Peksag2014-07-281-3/+1
| |
* | Fix tests on Python 3.Berker Peksag2014-07-141-6/+7
|/
* Adds test for request_tokensxray72242013-07-181-7/+51
|
* Adds some tests for the OAuth and some docsxray72242013-07-161-0/+122