aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/openid/views.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-1/+1
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+4
* fixed typo to check allow_registration not if auth is enabledRodney Ewing2013-08-161-2/+2
* need to use .get('messages') to not get a keyerrorRodney Ewing2013-07-101-1/+1
* forgot to pass request.form into LoginForm classRodney Ewing2013-07-031-1/+1
* removed openid/lib, since the get forms functions were not needed for persona...Rodney Ewing2013-07-031-2/+1
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-0/+405