Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change codebase to query or create correct User model | Jessica Tallon | 2015-07-31 | 1 | -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. | ||||
* | load js at the end of the page | Rodney Ewing | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | moved persona template stuff to use template_hooks | Rodney Ewing | 2013-07-03 | 1 | -1/+4 |
| | |||||
* | merge --squash persona branch to take care of a false merge commit in | Rodney Ewing | 2013-07-03 | 1 | -0/+113 |
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 |