aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth
Commit message (Expand)AuthorAgeFilesLines
...
| * | moved email_debug_message to gmg/tools/mailRodney Ewing2013-05-271-12/+1
| * | moved send_verification_email to auth/toolsRodney Ewing2013-05-273-39/+41
| * | removed unused importRodney Ewing2013-05-271-1/+0
| |/
* | no need for check_login with the new check_login_simple functionRodney Ewing2013-05-272-8/+0
* | renamed lib to toolsRodney Ewing2013-05-271-1/+0
* | cleanup after mergeRodney Ewing2013-05-273-10/+6
* | Merge branch 'pre-auth' into basic_authRodney Ewing2013-05-272-59/+68
|\ \
| * | created a check_login_simple functionRodney Ewing2013-05-252-13/+25
| * | added a register_user functionRodney Ewing2013-05-242-33/+55
| * | moved email_debug_message to gmg/tools/mailRodney Ewing2013-05-241-12/+1
| * | moved send_verification_email to auth/toolsRodney Ewing2013-05-243-39/+41
| * | removed unused importRodney Ewing2013-05-241-1/+0
| |/
* | moving forgot_password views back to gmg/auth and cleanupRodney Ewing2013-05-243-6/+47
* | added gen_password_hash and check_password functions to auth/__init__Rodney Ewing2013-05-241-0/+5
* | added focus to form inputRodney Ewing2013-05-241-1/+5
* | changed occurances of form.data['whatever'] to form.whatever.dataRodney Ewing2013-05-241-2/+2
* | added a register_user function to be able to use in a plugin's register view,...Rodney Ewing2013-05-242-28/+47
* | modified auth/__init__ hooks to work better with multiple plugins. Removed au...Rodney Ewing2013-05-243-96/+74
* | moved fake_login_attempt to pluginsRodney Ewing2013-05-243-25/+143
* | log a previously logged in user when switched to no_auth modeRodney Ewing2013-05-241-0/+6
* | changed from sys.exit() to raise AuthError for handling no_auth=false in conf...Rodney Ewing2013-05-241-4/+10
* | renamed hook as to no conflict with existing hook namesRodney Ewing2013-05-241-1/+1
* | modified check_login function to return None instead of False to be able to h...Rodney Ewing2013-05-241-1/+4
* | moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has...Rodney Ewing2013-05-242-16/+4
* | moved bcrypt_check_password to basic_auth/tools from auth/libRodney Ewing2013-05-243-35/+3
* | add a check for authentication plugin on startup and respond according to no_...Rodney Ewing2013-05-242-2/+33
* | moved forgot pw views to basic_auth pluginRodney Ewing2013-05-244-151/+4
* | basic_auth v0 plugin workingRodney Ewing2013-05-243-58/+36
|/
* moved normalize_user_or_email_field to auth/tools.py from auth/forms.pyRodney Ewing2013-05-232-27/+51
* 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-242-2/+2
* Allows you to use your username or email to loginJessica T2013-04-122-4/+12
* Use WTForms data field in auth/views.pyHans Lo2013-03-281-6/+6
* auth: whitespace cleanup in views.pyHans Lo2013-03-281-3/+3
* removed unused import reAndrás Veres-Szentkirályi2013-02-221-1/+0
* Also set login_failed in case of form errorsSebastian Spaeth2013-01-211-11/+12
* Restructure ForgotPassword viewSebastian Spaeth2013-01-212-70/+98
* 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-212-6/+6
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-2/+0
* Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routesChristopher Allan Webber2012-10-141-32/+18
* Fixed 404 page under werkzeug.routingJoar Wandborg2012-10-141-2/+2
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-22/+33
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-15/+15
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-1/+0
* use _ function on some now untranslatable stringsJakob Kramer2012-04-191-2/+2
* set username default server-sideJakob Kramer2012-03-251-1/+2