Tiny pagination style changes
[mediagoblin.git] / mediagoblin / auth /
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
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-05 Christopher Allan... Use render_template utility so we can test whether...
2011-06-05 Christopher Allan... Moved the verification url generation string template...
2011-06-05 Christopher Allan... Made a simple template rendering view and switched...
2011-06-05 Christopher Allan... I have a strong preference for aligning all parameters...
2011-06-05 Christopher Allan... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 Christopher Allan... New password check error message
2011-06-05 ElrondCreate redirect shortcut and use it around
2011-06-05 ElrondReformat render_to_response calls
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 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
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 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
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... Herp derp GPL notice blocks should even be on routing.
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... Clarified documentation on fake_login_attempt and resto...
2011-04-03 Christopher Allan... starting to write login code
2011-04-03 Christopher Allan... Added a fake_login_attempt utility.
2011-04-03 Christopher Allan... Use the passwordfield for password fields, obviously ;o
2011-04-03 Christopher Allan... Return an HTTPFound, not HTTPTemporaryRedirect
2011-04-03 Christopher Allan... Registering almost works right :)
2011-04-03 Christopher Allan... We should return a unicode object in bcrypt_gen_passwor...
2011-04-02 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-02 Christopher Allan... Basic authentication tools using py-bcrypt