aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/persona
Commit message (Collapse)AuthorAgeFilesLines
* Remove Mozilla Persona plugin [#5512].jgart2021-04-2313-698/+0
| | | | | | Mozilla persona is RIP since 2016. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* 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
|
* Persona plugin initial migration.Christopher Allan Webber2016-03-261-0/+35
| | | | | * mediagoblin/plugins/persona/migrations/c7d4840a5592_persona_plugin_initial_migration.py: New file.
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+3
| | | | | | | The code base had many references to User.username and other specific to LocalUser attributes as that was the way it use to exist. This updates those to query on the generic User model but filtering by attributes on the LocalUser.
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-3/+3
| | | | | | | WTForms documentation: > The TextField alias for StringField is deprecated. Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Has some issues, will iteratively fix! Conflicts: mediagoblin/gmg_commands/__init__.py mediagoblin/gmg_commands/deletemedia.py mediagoblin/gmg_commands/users.py mediagoblin/oauth/views.py mediagoblin/plugins/api/views.py mediagoblin/tests/test_api.py mediagoblin/tests/test_edit.py mediagoblin/tests/test_oauth1.py mediagoblin/tests/test_util.py mediagoblin/tools/mail.py mediagoblin/webfinger/views.py setup.py
| * Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵Loïc Le Ninan2014-06-131-4/+4
| | | | | | | | Replaced Required with InputRequired.
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+3
|/ | | | I will be switch to use ``from __future__ import unicode_literals`` later.
* reword persona edit linkRodney Ewing2013-09-051-5/+4
|
* need to send the users email to persona if the user logged in with persona.Rodney Ewing2013-09-043-1/+12
| | | | Thanks callahad for pointing this out.
* Add site name, logo, and background for PersonaDan Callahan2013-09-031-2/+8
|
* Fixing typo. Thanks larjona!Christopher Allan Webber2013-08-261-1/+1
|
* load js at the end of the pageRodney Ewing2013-08-162-1/+1
|
* use urlgenRodney Ewing2013-08-162-2/+6
|
* Merge branch 'auth_docs'Rodney Ewing2013-08-161-0/+41
|\ | | | | | | | | Conflicts: docs/source/index.rst
| * typoRodney Ewing2013-07-091-2/+2
| |
| * added docs for the persona pluginRodney Ewing2013-07-091-0/+41
|
* Removing the whitespace betwetween action= and its valueChristopher Allan Webber2013-08-151-3/+3
|
* made it so that the create account button works with only persona enabledRodney Ewing2013-07-031-0/+5
|
* moved persona template stuff to use template_hooksRodney Ewing2013-07-034-1/+79
|
* merge --squash persona branch to take care of a false merge commit inRodney Ewing2013-07-038-0/+519
the basic_auth branch that persona is forked from Conflicts: mediagoblin/templates/mediagoblin/auth/login.html mediagoblin/templates/mediagoblin/auth/register.html mediagoblin/templates/mediagoblin/edit/edit_account.html These are commit messages from the squashed persona stuff: - added tests and fixed minor errors - fixed a redirect loop when only persona is enabled and accessing /auth/login - moved persona.js to plugin's static dir - fixes for add/remove persona emails - add and remove personas - working with multiple plugins - working version - switched to hidden form instead of ajax - beginings