Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reword persona edit link | Rodney Ewing | 2013-09-05 | 1 | -5/+4 |
| | |||||
* | need to send the users email to persona if the user logged in with persona. | Rodney Ewing | 2013-09-04 | 3 | -1/+12 |
| | | | | Thanks callahad for pointing this out. | ||||
* | Add site name, logo, and background for Persona | Dan Callahan | 2013-09-03 | 1 | -2/+8 |
| | |||||
* | Fixing typo. Thanks larjona! | Christopher Allan Webber | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | load js at the end of the page | Rodney Ewing | 2013-08-16 | 2 | -1/+1 |
| | |||||
* | use urlgen | Rodney Ewing | 2013-08-16 | 2 | -2/+6 |
| | |||||
* | Merge branch 'auth_docs' | Rodney Ewing | 2013-08-16 | 1 | -0/+41 |
|\ | | | | | | | | | Conflicts: docs/source/index.rst | ||||
| * | typo | Rodney Ewing | 2013-07-09 | 1 | -2/+2 |
| | | |||||
| * | added docs for the persona plugin | Rodney Ewing | 2013-07-09 | 1 | -0/+41 |
| | |||||
* | Removing the whitespace betwetween action= and its value | Christopher Allan Webber | 2013-08-15 | 1 | -3/+3 |
| | |||||
* | made it so that the create account button works with only persona enabled | Rodney Ewing | 2013-07-03 | 1 | -0/+5 |
| | |||||
* | moved persona template stuff to use template_hooks | Rodney Ewing | 2013-07-03 | 4 | -1/+79 |
| | |||||
* | merge --squash persona branch to take care of a false merge commit in | Rodney Ewing | 2013-07-03 | 8 | -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 |