Merge branch '512_bump_video_js'
[mediagoblin.git] / mediagoblin / plugins / api / tools.py
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 Joar WandborgAdded API tests
2012-12-23 Sebastian SpaethConvert return HttpException to raise HttpException
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian Spaethplugins/api: webob.Response -> werkzeug.Response
2012-12-21 Sebastian Spaethplugins/api: use headers.set(), not headers.update()
2012-12-21 Sebastian SpaethTransition webob.HttpForbidden to webob's exceptions...
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-09-21 Joar WandborgAdded client registration caps to OAuth plugin
2012-09-17 Joar WandborgFixed validation in API post_entry.
2012-09-15 Joar WandborgAPI: Fixed media file URLs, limits
2012-09-15 Joar WandborgAdded CORS headers to API json_response
2012-09-15 Joar WandborgAdded fields to /api/entries, wrote docstrings for...
2012-09-15 Joar WandborgAdded /api/entries view
2012-09-13 Joar WandborgCreated API plugin, moved api_auth to the API plugin