aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/views.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'persona_resquash'Christopher Allan Webber2013-08-151-4/+10
|\
| * merge --squash persona branch to take care of a false merge commit inRodney Ewing2013-07-031-4/+10
* | save “stay_logged_in” in the sessionJakob Kramer2013-07-111-1/+1
* | add login option: stay_logged_inJakob Kramer2013-07-111-0/+2
|/
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-18/+4
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-32/+59
|\
| * modified verification emails to use itsdangerous tokensRodney Ewing2013-05-291-32/+59
* | changes after cwebb's reviewRodney Ewing2013-06-211-12/+11
* | cleanupRodney Ewing2013-06-041-5/+0
* | removed extra argument from check_login_simple in login viewRodney Ewing2013-05-281-1/+1
* | Merge remote-tracking branch 'upstream/master' into basic_authRodney Ewing2013-05-281-13/+1
|\|
| * added a register_user functionRodney Ewing2013-05-281-32/+3
| * created a check_login_simple functionRodney Ewing2013-05-281-13/+4
| * moved email_debug_message to gmg/tools/mailRodney Ewing2013-05-271-12/+1
| * moved send_verification_email to auth/toolsRodney Ewing2013-05-271-3/+3
* | Conflicts:Rodney Ewing2013-05-271-0/+16
* | no need for user might be email kwarg in check_login_simpleRodney Ewing2013-05-271-1/+1
* | cleanup after mergeRodney Ewing2013-05-271-2/+1
* | Merge branch 'pre-auth' into basic_authRodney Ewing2013-05-271-8/+8
|\ \
| * | created a check_login_simple functionRodney Ewing2013-05-251-13/+4
| * | added a register_user functionRodney Ewing2013-05-241-32/+3
| * | moved email_debug_message to gmg/tools/mailRodney Ewing2013-05-241-12/+1
| * | moved send_verification_email to auth/toolsRodney Ewing2013-05-241-3/+3
| |/
* | moving forgot_password views back to gmg/auth and cleanupRodney Ewing2013-05-241-4/+11
* | added focus to form inputRodney Ewing2013-05-241-1/+5
* | added a register_user function to be able to use in a plugin's register view,...Rodney Ewing2013-05-241-28/+14
* | moved fake_login_attempt to pluginsRodney Ewing2013-05-241-1/+139
* | moved bcrypt_check_password to basic_auth/tools from auth/libRodney Ewing2013-05-241-1/+1
* | add a check for authentication plugin on startup and respond according to no_...Rodney Ewing2013-05-241-2/+11
* | moved forgot pw views to basic_auth pluginRodney Ewing2013-05-241-143/+2
* | basic_auth v0 plugin workingRodney Ewing2013-05-241-32/+7
|/
* Switching non-forms back to using normal pass_to_ugettextChristopher Allan Webber2013-04-241-1/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* Allows you to use your username or email to loginJessica T2013-04-121-2/+10
* Use WTForms data field in auth/views.pyHans Lo2013-03-281-6/+6
* auth: whitespace cleanup in views.pyHans Lo2013-03-281-3/+3
* Also set login_failed in case of form errorsSebastian Spaeth2013-01-211-11/+12
* Restructure ForgotPassword viewSebastian Spaeth2013-01-211-56/+61
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-241-1/+1
* Remove mongolisms from auth.viewsSebastian Spaeth2012-12-211-22/+13
* webob.HTTPFound --> MG.tools.redirectSebastian Spaeth2012-12-211-3/+1
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-4/+4
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-15/+15
* set username default server-sideJakob Kramer2012-03-251-1/+2
* Change user search from .one to .fine_one.Elrond2012-03-121-1/+1
* 47: Only lowercase host part of emailElrond2012-02-131-1/+3
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Dot-Notation: Some random placesElrond2012-01-111-1/+1
* Remove fp_changed_success.html, use log in page + notification message insteadJef van Schendel2012-01-011-1/+5