aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_oauth1.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
| | | | This removes some 'u' prefixes and converts simple format() calls to f-strings.
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+1
|
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
|
* 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