aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/oauth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Transition webob BadRequest|HTTPFound to webob/redirectSebastian Spaeth2012-12-211-5/+4
* Fiy python2.7'ism (#566)Sebastian Spaeth2012-12-141-3/+7
* SQL Migrations: Rewrite table creation completely.Elrond2012-11-241-7/+85
* Removed Routes dependency, added admin routesJoar Wandborg2012-10-201-2/+0
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-4/+7
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-12/+12
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-292-15/+49
* 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-2111-31/+575
* 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
* Added /api/entries viewJoar Wandborg2012-09-151-20/+2
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-132-14/+0
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-133-0/+253