aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/openid
Commit message (Expand)AuthorAgeFilesLines
* Remove additional mentions of persona in templates and docs.Ben Sturmfels2021-04-231-2/+1
* Run LDAP, OpenID and PDF tests under Docker.Ben Sturmfels2021-03-091-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-052-4/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-053-5/+5
* Decode request.query_string before use.Ben Sturmfels2020-04-092-2/+2
* Revert "Decode request.query_string before use."Ben Sturmfels2020-04-092-3/+4
* Decode request.query_string before use.Ben Sturmfels2020-04-092-4/+3
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-6/+6
* OpenID plugin initial migration.Christopher Allan Webber2016-03-261-0/+54
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+3
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-3/+3
* 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
* | Use six.text_type instead of unicode().Berker Peksag2014-06-022-3/+8
|/
* Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'Christopher Allan Webber2013-09-192-4/+4
|\
| * fixed typo to check allow_registration not if auth is enabledRodney Ewing2013-08-161-2/+2
| * used template hooks instead of hardcoding basic_auth functionality into templ...Rodney Ewing2013-08-161-2/+2
* | move links to the bottom of the page until we have a tabbed UIRodney Ewing2013-08-201-5/+4
|/
* Merge branch 'auth_docs'Rodney Ewing2013-08-161-0/+34
|\
| * added basic_auth and openid docs to index and link them togetherRodney Ewing2013-07-091-5/+7
| * added openid docsRodney Ewing2013-07-091-0/+32
* | Merge branch 'persona_resquash'Christopher Allan Webber2013-08-153-0/+5
|\ \
| * | moved persona template stuff to use template_hooksRodney Ewing2013-07-033-7/+5
| * | merge --squash persona branch to take care of a false merge commit inRodney Ewing2013-07-031-0/+7
| |/
* / need to use .get('messages') to not get a keyerrorRodney Ewing2013-07-101-1/+1
|/
* changed hook name to reuse with personaRodney Ewing2013-07-031-3/+3
* use template hooks instead of hardcoding in templatesRodney Ewing2013-07-034-4/+82
* forgot to pass request.form into LoginForm classRodney Ewing2013-07-031-1/+1
* typoRodney Ewing2013-07-031-1/+1
* fixed openid store cleanupAssociationsRodney Ewing2013-07-031-7/+6
* removed openid/lib, since the get forms functions were not needed for persona...Rodney Ewing2013-07-032-30/+1
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-0310-0/+965