aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/api/tools.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-4/+3
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* 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-3/+3
* Collection changes and migration for federationJessica Tallon2015-10-071-5/+5
* Use six.moves.urllib.parse instead of the urlparse module.Berker Peksag2014-05-261-1/+3
* Moves json_response into tools/json.pyxray72242013-07-111-24/+0
* plugins/api: fix for cross origin requestsRunar Petursson2013-02-201-1/+2
* Added API testsJoar Wandborg2012-12-231-1/+1
* Convert return HttpException to raise HttpExceptionSebastian Spaeth2012-12-231-2/+2
* plugins/api: webob.Response -> werkzeug.ResponseSebastian Spaeth2012-12-211-6/+4
* plugins/api: use headers.set(), not headers.update()Sebastian Spaeth2012-12-211-1/+1
* Transition webob.HttpForbidden to webob's exceptions ForbiddenSebastian Spaeth2012-12-211-3/+4
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-211-6/+14
* Fixed validation in API post_entry.Joar Wandborg2012-09-171-0/+1
* API: Fixed media file URLs, limitsJoar Wandborg2012-09-151-4/+8
* Added CORS headers to API json_responseJoar Wandborg2012-09-151-0/+5
* Added fields to /api/entries, wrote docstrings for api.toolsJoar Wandborg2012-09-151-5/+39
* Added /api/entries viewJoar Wandborg2012-09-151-1/+60
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-131-0/+53