aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins
Commit message (Expand)AuthorAgeFilesLines
* piwigo: Fix validator usage.Elrond2013-05-121-1/+1
* piwigo: Better logging for login.Elrond2013-05-091-1/+4
* piwigo: Let getStatus return the current user.Elrond2013-05-091-1/+5
* Create new session system for piwigo plugin.Elrond2013-05-093-7/+55
* piwigo: Add .images.add including form handling.Elrond2013-05-093-3/+41
* piwigo: Remove possibly_add_cookie.Elrond2013-05-091-15/+0
* Fixing API setup with new plugin "config spec" worldChristopher Allan Webber2013-05-081-2/+2
* Removed unused imports in httpapiauthJoar Wandborg2013-05-051-2/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* piwigo: Send NotImplemented for unknown methods.Elrond2013-04-181-3/+2
* Use check_file_field in pwg_images_addSimple.Elrond2013-04-181-0/+4
* Start to use six for basestring.Elrond2013-04-181-2/+3
* 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