aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/api/tools.py
Commit message (Expand)AuthorAgeFilesLines
* 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