aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins
Commit message (Expand)AuthorAgeFilesLines
* OAuth: Support refresh tokens, etcJoar Wandborg2013-04-065-94/+252
* Merge remote-tracking branch 'JDShu/649_use_form_data_field'Elrond2013-03-301-4/+4
|\
| * Use WTForms data field in plugins/oauth/views.pyHans Lo2013-03-281-4/+4
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2013-03-293-6/+47
|\ \
| * | Refactor file field checking.Elrond2013-03-291-5/+3
| |/
| * piwigo: Fix pwg_getversionElrond2013-03-261-1/+1
| * piwigo: Start at pwg.images.addSimple.Elrond2013-03-262-0/+43
* | Warning that raven plugin is somewhat experimental!Christopher Allan Webber2013-03-291-0/+2
|/
* piwigo start at pwg.images.addChunk.Elrond2013-03-211-1/+43
* piwigo: Add session.getStatus, improve categories.getListElrond2013-03-212-5/+10
* piwigo: Sent a fake cookie.Elrond2013-03-211-1/+18
* Add warning README.rst and fix pep8.Elrond2013-03-192-1/+24
* piwigo: Move tool functions into tools.pyElrond2013-03-192-83/+108
* Start at pwg.categories.getList and improve xml output.Elrond2013-03-191-13/+51
* piwigo: start xml response encoding, more (fake) methods.Elrond2013-03-191-2/+55
* Starting a piwigo api plugin.Elrond2013-03-192-0/+116
* Providing warning to users about instability of OAuth/APIChristopher Allan Webber2013-03-081-0/+4
* Updated raven pluginJoar Wandborg2013-03-032-15/+51
* plugin/raven: Fix paster's celery config issueJoar Wandborg2013-03-031-2/+6
* Removed stray )Joar Wandborg2013-03-031-1/+1
* Removed PLUGIN_DIR from ravenJoar Wandborg2013-03-031-2/+0
* Don't look for the oauth config in raven pluginJoar Wandborg2013-03-031-1/+1
* Refactored raven pluginJoar Wandborg2013-03-031-3/+4
* Added raven pluginJoar Wandborg2013-03-032-0/+68
* Fixed hidden fields in oauth client authorizationJoar Wandborg2013-03-022-5/+4
* Renaming "extrahead" template hooks to "head".Christopher Allan Webber2013-02-241-1/+1
* plugins/api: fix for cross origin requestsRunar Petursson2013-02-201-1/+2
* issue 615: config geolocation_map_visible gone.Elrond2013-02-021-2/+1
* Geolocation stuff, including including templates seems to be working-ishChristopher Allan Webber2013-01-302-0/+60
* Very start of plugin hooks and openstreetmap pluginificationChristopher Allan Webber2013-01-301-0/+60
* Don't pass request into run_process_mediaSebastian Spaeth2013-01-151-1/+4
* Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-151-1/+1
* 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