aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/oauth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-4/+4
|\
| * Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-131-4/+4
* | Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-1/+1
* | Remove sqlalchemy-migrate imports from the codebase. Do not touch tests yet.Berker Peksag2014-06-271-4/+0
* | Use six.text_type instead of unicode().Berker Peksag2014-06-022-6/+10
* | Use six.moves.urllib.parse instead of the urlparse module.Berker Peksag2014-05-261-1/+1
|/
* Fixes testsxray72242013-07-143-9/+8
* Moves json_response into tools/json.pyxray72242013-07-112-2/+2
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* OAuth: Support refresh tokens, etcJoar Wandborg2013-04-065-94/+252
* Use WTForms data field in plugins/oauth/views.pyHans Lo2013-03-281-4/+4
* Providing warning to users about instability of OAuth/APIChristopher Allan Webber2013-03-081-0/+4
* Fixed hidden fields in oauth client authorizationJoar Wandborg2013-03-022-5/+4
* 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