Switch test_app generation over to use py.test fixtures.
[mediagoblin.git] / mediagoblin / plugins /
2013-03-30 ElrondMerge remote-tracking branch 'JDShu/649_use_form_data_f...
2013-03-29 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-03-29 Christopher Allan... Warning that raven plugin is somewhat experimental!
2013-03-29 ElrondRefactor file field checking.
2013-03-28 Hans LoUse WTForms data field in plugins/oauth/views.py
2013-03-26 Elrondpiwigo: Fix pwg_getversion
2013-03-26 Elrondpiwigo: Start at pwg.images.addSimple.
2013-03-21 Elrondpiwigo start at pwg.images.addChunk.
2013-03-21 Elrondpiwigo: Add session.getStatus, improve categories.getList
2013-03-21 Elrondpiwigo: Sent a fake cookie.
2013-03-19 ElrondAdd warning README.rst and fix pep8.
2013-03-19 Elrondpiwigo: Move tool functions into tools.py
2013-03-19 ElrondStart at pwg.categories.getList and improve xml output.
2013-03-19 Elrondpiwigo: start xml response encoding, more (fake) methods.
2013-03-19 ElrondStarting a piwigo api plugin.
2013-03-08 Christopher Allan... Providing warning to users about instability of OAuth/API
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-03 Joar WandborgUpdated raven plugin
2013-03-02 Joar Wandborgplugin/raven: Fix paster's celery config issue
2013-03-02 Joar WandborgRemoved stray )
2013-03-02 Joar WandborgRemoved PLUGIN_DIR from raven
2013-03-02 Joar WandborgDon't look for the oauth config in raven plugin
2013-03-02 Joar WandborgRefactored raven plugin
2013-03-02 Joar WandborgAdded raven plugin
2013-03-02 Joar WandborgFixed hidden fields in oauth client authorization
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Renaming "extrahead" template hooks to "head".
2013-02-21 Christopher Allan... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-20 Runar Peturssonplugins/api: fix for cross origin requests
2013-02-09 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-02 Elrondissue 615: config geolocation_map_visible gone.
2013-01-30 Christopher Allan... Geolocation stuff, including including templates seems...
2013-01-30 Christopher Allan... Very start of plugin hooks and openstreetmap pluginific...
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-15 Sebastian SpaethDon't pass request into run_process_media
2013-01-15 Sebastian SpaethMake PuSHing the Pubhubsubbub server an async task...
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
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
next