aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/views.py
Commit message (Expand)AuthorAgeFilesLines
* This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-9/+7
* Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-4/+10
|\
| * 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
* | | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-49/+90
|\| |
| * | 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
| |\|
| * | 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
| |/ /
* | / This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-1/+4
| |/ |/|
* | 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
|/
* 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