aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/persona/static/js/persona.js
Commit message (Collapse)AuthorAgeFilesLines
* need to send the users email to persona if the user logged in with persona.Rodney Ewing2013-09-041-1/+3
| | | | Thanks callahad for pointing this out.
* Add site name, logo, and background for PersonaDan Callahan2013-09-031-2/+8
|
* use urlgenRodney Ewing2013-08-161-2/+4
|
* made it so that the create account button works with only persona enabledRodney Ewing2013-07-031-0/+5
|
* merge --squash persona branch to take care of a false merge commit inRodney Ewing2013-07-031-0/+44
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