Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moving forgot_password views back to gmg/auth and cleanup | Rodney Ewing | 2013-05-24 | 1 | -1/+6 |
| | |||||
* | moved forgot pw views to basic_auth plugin | Rodney Ewing | 2013-05-24 | 1 | -6/+1 |
| | |||||
* | Fixed OAuth access_token duplicate route | Joar Wandborg | 2012-10-15 | 1 | -2/+0 |
| | | | | Changed route name to "[...]list_connections" | ||||
* | Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routes | Christopher Allan Webber | 2012-10-14 | 1 | -32/+18 |
| | | | | | | auth routes fixes: - mounted the auth routes at /auth/ - removed crufty old verification email route | ||||
* | Fixed 404 page under werkzeug.routing | Joar Wandborg | 2012-10-14 | 1 | -2/+2 |
| | | | | | - Removed ?lang=<langcode> feature due to incompatibility with werkzeug routes in the current state of the architecture. | ||||
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -22/+33 |
| | | | | | | | | | | Removed the Routes routing functionality and replaced it with werkzeug.routes. Most views are functional. Known issues: - Translation integration with the request object is not yet figured out. This breaks 404 pages. | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Remove fp_changed_success.html, use log in page + notification message instead | Jef van Schendel | 2012-01-01 | 1 | -5/+1 |
| | |||||
* | Remove fp_email_sent.html and refs to it | Jef van Schendel | 2012-01-01 | 1 | -4/+0 |
| | |||||
* | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -1/+2 |
| | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* | Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality' | Christopher Allan Webber | 2011-09-08 | 1 | -1/+17 |
|\ | | | | | | | | | Conflicts: mediagoblin/auth/routing.py | ||||
| * | Changing the forgot password urls so they all start under /auth/forgot_password/ | Christopher Allan Webber | 2011-09-07 | 1 | -4/+4 |
| | | |||||
| * | Adding fotgot password functionality | Alejandro Villanueva | 2011-08-28 | 1 | -0/+12 |
| | | |||||
* | | Resent verification email template and view aren't used anymore. Removing! | Christopher Allan Webber | 2011-09-07 | 1 | -5/+1 |
| | | |||||
* | | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
|/ | |||||
* | Redirect to the user's profile after registration | Christopher Allan Webber | 2011-07-29 | 1 | -3/+0 |
| | | | | | | | - Updated the view - Updated the tests - Fixed a weirdness in the registration view where the 'user' variable used to be called 'entry' | ||||
* | Remove the verification needed page | Christopher Allan Webber | 2011-07-29 | 1 | -3/+0 |
| | |||||
* | Made a simple template rendering view and switched a bunch of code over to ↵ | Christopher Allan Webber | 2011-06-05 | 1 | -3/+6 |
| | | | | using it | ||||
* | Give a "proper" view for resending verification email | Christopher Allan Webber | 2011-05-31 | 1 | -1/+4 |
| | |||||
* | Added the ability to regenerate a verification key. | Aleksandar Micovic | 2011-05-31 | 1 | -1/+3 |
| | |||||
* | Added a temporary verification page informing the user they need | Aleksandar Micovic | 2011-05-30 | 1 | -1/+3 |
| | | | | to authenticate. | ||||
* | Added functionality to support user email verification, email = TBD, ↵ | Joar Wandborg | 2011-05-03 | 1 | -1/+3 |
| | | | | | | verification = done. Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Herp derp GPL notice blocks should even be on routing. | Christopher Allan Webber | 2011-04-03 | 1 | -0/+16 |
| | |||||
* | Registering almost works right :) | Christopher Allan Webber | 2011-04-03 | 1 | -0/+11 |