Merge branch 'master' into processing
[mediagoblin.git] / mediagoblin / tests / test_auth.py
2011-08-11 Christopher Allan... Merge branch 'master' into processing
2011-08-01 Christopher Allan... Updating tests to reflect we redirect to the user's...
2011-07-30 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f360_taggi...
2011-07-30 Christopher Allan... Merge branch 'remotes/gullydwarf-cfdv/f360_tagging...
2011-07-29 Christopher Allan... Log in user after regitration
2011-07-29 Christopher Allan... Redirect to the user's profile after registration
2011-07-16 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_400...
2011-07-11 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-09 Christopher Allan... Merge remote branch 'remotes/elrond/dev/init'
2011-07-09 Christopher Allan... Merge remote branch 'remotes/jwandborg/f431-prevent_com...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f424_email...
2011-07-05 Caleb Forbes Davis Vallows using messaging instead of verify_email.html...
2011-06-25 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-22 Christopher Allan... Merge remote branch 'remotes/elrond/idea/invalidid'
2011-06-20 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-19 Chris Moylanadded test coverage for redirecting after login with...
2011-06-19 Chris MoylanAdded tests for all sorts of login form abuse.
2011-06-18 Christopher Allan... Merge branch 'master' into configobj
2011-06-17 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-17 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-17 Chris Moylanlogins are now somewhat tested
2011-06-15 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-15 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Christopher Allan... mediagoblin.globals->mediagoblin.mg_globals
2011-06-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-06 Christopher Allan... A setup_fresh_app decorator which should make writing...
2011-06-05 Christopher Allan... Docstring for test_register_views()
2011-06-05 Christopher Allan... Make sure that two users with the same username can...
2011-06-05 Christopher Allan... Email verification view test works
2011-06-05 Christopher Allan... Make sure we can register, and then that we get the...
2011-06-05 Christopher Allan... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 Christopher Allan... Just a bit of formatting for these unfinished tests ;)
2011-06-05 Christopher Allan... Test registration form integrity
2011-06-05 Christopher Allan... The first bit of the registration tests working. Not...
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-02 Christopher Allan... Also make sure the auth system successfully returns...
2011-04-02 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-02 Christopher Allan... Unit tests for our bcrypt auth stuff. Our first tests!