aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-173-64/+44
* Overhaul flatpagesWill Kahn-Greene2012-07-163-93/+108
* Fix templateWill Kahn-Greene2012-07-161-1/+1
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-165-61/+177
* Flatpages first passWill Kahn-Greene2012-07-164-0/+129
* 401. Plugin infrastructureWill Kahn-Greene2012-05-135-0/+90