Create render_to_reponse and use it everywhere.
[mediagoblin.git] / mediagoblin / auth / views.py
2011-06-05 ElrondCreate render_to_reponse and use it everywhere.
2011-06-04 Christopher Allan... Moving all views over to using util.render_template()!
2011-06-03 Christopher Allan... Merge branch 'media_edit'
2011-06-03 Aleksandar MicovicRefactored the sending of verification emails.
2011-06-02 Christopher Allan... No reason for 'verification_successful = bool' here.
2011-06-02 Christopher Allan... No need for a method for generating the verification...
2011-06-02 Christopher Allan... Elrond put that ObjectId thing in the db.util module...
2011-06-02 ElrondMerge remote branch 'upstream/master'
2011-06-01 Christopher Allan... If a user doesn't provide a userid and a token to the...
2011-06-01 Christopher Allan... Moving import to outside of this function
2011-06-01 Christopher Allan... Give a "proper" view for resending verification email
2011-06-01 Christopher Allan... Merge remote branch 'remotes/aleks/aleks'
2011-05-31 Aleksandar MicovicAdded the ability to regenerate a verification key.
2011-05-31 Aleksandar MicovicAdded a temporary verification page informing the user...
2011-05-29 Jakob Kramerremove all 'username_repr' stuff
2011-05-29 Jakob Kramerdon't import 're'
2011-05-29 Jakob Kramerthis should fix #354
2011-05-08 Christopher Allan... [to_email] rather than list(to_email) which makes a...
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/jwandborg/master'
2011-05-07 Joar WandborgRemoved unused variable
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgAdded functionality to send out verification email...
2011-05-06 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-03 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-03 Joar WandborgAdded functionality to support user email verification...
2011-04-23 Christopher Allan... Probably better to request.POST.get?
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-03 Christopher Allan... We should use one instead of find_one to really make...
2011-04-03 Christopher Allan... Also handle when there is no such user
2011-04-03 Christopher Allan... Working logout function
2011-04-03 Christopher Allan... Logins seem to work.
2011-04-03 Christopher Allan... starting to write login code
2011-04-03 Christopher Allan... Return an HTTPFound, not HTTPTemporaryRedirect
2011-04-03 Christopher Allan... Registering almost works right :)