Fixing import to mediagoblin.db.base in stl models
[mediagoblin.git] / mediagoblin / plugins /
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2013-01-02 Joar WandborgMade api_test use @require_active_login
2012-12-26 Elrondprepare_queue_task: Take app not request.
2012-12-26 Elrondupload refactor: Use prepare_entry in api.
2012-12-26 ElrondUse run_process_media in the api.
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondRemove mongo style .id = ObjectId()
2012-12-23 ElrondMongo removal: Remove the validate=True arg to obj...
2012-12-23 ElrondFix some unicode related issues in oauth and the api.
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 Spaethreplace webob.Response with werkzeug Response
2012-12-21 Sebastian SpaethTransition webob BadRequest|HTTPFound to webob/redirect
2012-12-21 Sebastian SpaethTransition webob.HttpForbidden to webob's exceptions...
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-14 Sebastian SpaethFiy python2.7'ism (#566)
2012-12-01 Sebastian Spaethtrim_whitespace meddleware plugin
2012-11-29 ElrondMerge remote-tracking branch 'spaetz/formerge/507_remov...
2012-11-28 ElrondMerge some small bits by spaetz. Needed later.
2012-11-27 Jef van SchendelMerge remote-tracking branch 'spaetz/focus_on_user_crea...
2012-11-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-11-24 ElrondSQL Migrations: Rewrite table creation completely.
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-10-22 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2012-10-21 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2012-10-20 Joar WandborgAdded HTTP API auth plugin
2012-10-20 Joar WandborgRemoved Routes dependency, added admin routes
2012-10-15 Joar WandborgFixed OAuth access_token duplicate route
2012-10-14 Joar WandborgSwitched most stuff over from Routes
2012-09-29 Joar WandborgReplaced all request.POST with request.form, ...
2012-09-26 Joar WandborgAdded support for http callbacks on processing
2012-09-24 Christopher Allan... Correcting a couple of spelling errors. Thanks elesa...
2012-09-22 Joar WandborgFixed typos visisble, appplication
2012-09-21 Joar WandborgAdded name kwarg to Column(Enum(...)) in OAuth models
2012-09-21 Joar WandborgAdded client registration caps to OAuth plugin
2012-09-19 Joar WandborgFixed typo in OAuth README
2012-09-19 Joar WandborgAdded security warning to OAuth README
2012-09-19 Joar WandborgFixed a horrible security issue in the OAuth plugin.
2012-09-18 Joar WandborgAdded some more helpful links to the OAuth docs
2012-09-18 Joar WandborgFixed typo in OAuth docs, recieve => receive
2012-09-18 Joar WandborgAdded documentation for the 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 WandborgFixed ?next=<url> argument for require_active_login
2012-09-15 Joar WandborgFixed typo in API post_entry
2012-09-15 Joar WandborgAdded post_entry at /api/submit
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
2012-09-13 Joar WandborgAdd OAuth models, plugin DB migrations, api_auth
2012-08-20 Christopher Allan... Updated flatpages example in plugins.rst to reflect...
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/gandaro...
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/willkg/plugi...
2012-07-18 Will Kahn-GreeneRework plugin infrastructure to nix side-effects
2012-07-16 Will Kahn-GreeneOverhaul flatpages
2012-07-16 Will Kahn-GreeneFix template
2012-07-16 Will Kahn-GreeneFinish flatpagesplugin; add plugin docs
2012-07-16 Will Kahn-GreeneFlatpages first pass
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-05-13 Will Kahn-Greene401. Plugin infrastructure