aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins
Commit message (Expand)AuthorAgeFilesLines
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-081-1/+1
* Move all the migration tools into new migration_tools.pyElrond2013-01-081-1/+1
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-072-2/+2
* Move db.sql.util to db.utilSebastian Spaeth2013-01-071-1/+1
* Made api_test use @require_active_loginJoar Wandborg2013-01-021-3/+1
* prepare_queue_task: Take app not request.Elrond2012-12-261-2/+2
* upload refactor: Use prepare_entry in api.Elrond2012-12-261-18/+2
* Use run_process_media in the api.Elrond2012-12-261-20/+2
* Remove mongo style .id = ObjectId()Elrond2012-12-241-2/+0
* Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-241-1/+1
* Fix some unicode related issues in oauth and the api.Elrond2012-12-231-1/+1
* Added API testsJoar Wandborg2012-12-231-1/+1
* Convert return HttpException to raise HttpExceptionSebastian Spaeth2012-12-232-5/+5
* 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
* replace webob.Response with werkzeug ResponseSebastian Spaeth2012-12-211-2/+4
* Transition webob BadRequest|HTTPFound to webob/redirectSebastian Spaeth2012-12-211-5/+4
* Transition webob.HttpForbidden to webob's exceptions ForbiddenSebastian Spaeth2012-12-212-7/+9
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-2/+2
* Fiy python2.7'ism (#566)Sebastian Spaeth2012-12-141-3/+7
* trim_whitespace meddleware pluginSebastian Spaeth2012-12-012-0/+98
* SQL Migrations: Rewrite table creation completely.Elrond2012-11-241-7/+85
* Added HTTP API auth pluginJoar Wandborg2012-10-201-0/+58
* Removed Routes dependency, added admin routesJoar Wandborg2012-10-203-6/+1
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-152-7/+13
* Switched most stuff over from RoutesJoar Wandborg2012-10-142-18/+18
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-293-30/+61
* Added support for http callbacks on processingJoar Wandborg2012-09-261-0/+6
* Correcting a couple of spelling errors. Thanks elesa, for finding them!Christopher Allan Webber2012-09-241-1/+1
* Fixed typos visisble, appplicationJoar Wandborg2012-09-221-2/+2
* Added name kwarg to Column(Enum(...)) in OAuth modelsJoar Wandborg2012-09-211-2/+4
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-2112-37/+589
* Fixed typo in OAuth READMEJoar Wandborg2012-09-191-1/+1
* Added security warning to OAuth READMEJoar Wandborg2012-09-191-0/+5
* Fixed a horrible security issue in the OAuth plugin.Joar Wandborg2012-09-191-3/+6
* Added some more helpful links to the OAuth docsJoar Wandborg2012-09-181-1/+7
* Fixed typo in OAuth docs, recieve => receiveJoar Wandborg2012-09-181-1/+1
* Added documentation for the OAuth pluginJoar Wandborg2012-09-181-0/+130
* Fixed validation in API post_entry.Joar Wandborg2012-09-172-1/+11
* API: Fixed media file URLs, limitsJoar Wandborg2012-09-152-4/+15
* Added CORS headers to API json_responseJoar Wandborg2012-09-151-0/+5
* Fixed ?next=<url> argument for require_active_loginJoar Wandborg2012-09-152-2/+5
* Fixed typo in API post_entryJoar Wandborg2012-09-151-1/+1
* Added post_entry at /api/submitJoar Wandborg2012-09-152-1/+94
* Added fields to /api/entries, wrote docstrings for api.toolsJoar Wandborg2012-09-152-6/+40
* Added /api/entries viewJoar Wandborg2012-09-154-23/+80
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-135-14/+126
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-133-0/+253
* Updated flatpages example in plugins.rst to reflect reality & point to flatpa...Christopher Allan Webber2012-08-201-0/+2