Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality' | Christopher Allan Webber | 2011-09-08 | 1 | -0/+88 |
|\ | | | | | | | | | Conflicts: mediagoblin/auth/routing.py | ||||
| * | Updating calls to recall password URLs to respect changed routing | Christopher Allan Webber | 2011-09-07 | 1 | -6/+8 |
| | | |||||
| * | for readability, and adds unit test for expired token | Caleb Forbes Davis V | 2011-09-05 | 1 | -0/+10 |
| | | |||||
| * | added unit tests for lost password code | Caleb Forbes Davis V | 2011-09-05 | 1 | -0/+76 |
| | | |||||
* | | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
|/ | |||||
* | Updating tests to reflect we redirect to the user's page after verification now. | Christopher Allan Webber | 2011-08-01 | 1 | -4/+8 |
| | |||||
* | Log in user after regitration | Christopher Allan Webber | 2011-07-29 | 1 | -0/+5 |
| | |||||
* | Redirect to the user's profile after registration | Christopher Allan Webber | 2011-07-29 | 1 | -2/+2 |
| | | | | | | | - Updated the view - Updated the tests - Fixed a weirdness in the registration view where the 'user' variable used to be called 'entry' | ||||
* | allows using messaging instead of verify_email.html to pass tests | Caleb Forbes Davis V | 2011-07-04 | 1 | -2/+2 |
| | | | | | * re-instated verification_successful flag * modified test_auth to verify nav to user_pages/user.html template | ||||
* | added test coverage for redirecting after login with the next param | Chris Moylan | 2011-06-19 | 1 | -2/+12 |
| | |||||
* | Added tests for all sorts of login form abuse. | Chris Moylan | 2011-06-19 | 1 | -6/+76 |
| | | | | Added tests for log out | ||||
* | logins are now somewhat tested | Chris Moylan | 2011-06-17 | 1 | -5/+43 |
| | |||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -5/+5 |
| | |||||
* | A setup_fresh_app decorator which should make writing tests a bit easier. | Christopher Allan Webber | 2011-06-06 | 1 | -5/+3 |
| | | | | Setting test_register_views() to use it also. | ||||
* | Docstring for test_register_views() | Christopher Allan Webber | 2011-06-05 | 1 | -0/+3 |
| | |||||
* | Make sure that two users with the same username can't register. | Christopher Allan Webber | 2011-06-05 | 1 | -1/+14 |
| | |||||
* | Email verification view test works | Christopher Allan Webber | 2011-06-05 | 1 | -1/+25 |
| | |||||
* | Make sure we can register, and then that we get the verification email | Christopher Allan Webber | 2011-06-05 | 1 | -4/+46 |
| | |||||
* | Just a bit of formatting for these unfinished tests ;) | Christopher Allan Webber | 2011-06-05 | 1 | -2/+4 |
| | |||||
* | Test registration form integrity | Christopher Allan Webber | 2011-06-05 | 1 | -0/+64 |
| | |||||
* | The first bit of the registration tests working. Not fully there, but | Christopher Allan Webber | 2011-06-05 | 1 | -0/+26 |
| | | | | | it's clear that the webtest part is working, without having tested the database yet. :) | ||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Also make sure the auth system successfully returns False when login | Christopher Allan Webber | 2011-04-02 | 1 | -2/+12 |
| | | | | failboats. | ||||
* | Unit tests for our bcrypt auth stuff. Our first tests! | Christopher Allan Webber | 2011-04-02 | 1 | -0/+49 |