aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/oauth/views.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-1/+1
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-4/+6
* Fixes testsxray72242013-07-141-2/+1
* Moves json_response into tools/json.pyxray72242013-07-111-1/+1
* OAuth: Support refresh tokens, etcJoar Wandborg2013-04-061-67/+83
* Use WTForms data field in plugins/oauth/views.pyHans Lo2013-03-281-4/+4
* Transition webob BadRequest|HTTPFound to webob/redirectSebastian Spaeth2012-12-211-5/+4
* Fiy python2.7'ism (#566)Sebastian Spaeth2012-12-141-3/+7
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-13/+45
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-211-22/+132
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-131-12/+0
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-0/+105