aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/views.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-6/+6
* fix auth error and simplify url and email checksBoris Bobrov2018-07-111-1/+2
* Fix #5460 - Log IP address for failed loginAndrew Browning2017-09-201-0/+6
* Fix issue 5422 Resend verification failsAndrew Browning2016-02-221-1/+1
* Pass validated username to check_login_simpleayleph2014-10-301-2/+3
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+3
* Removing duplicate views from views.pyChristopher Allan Webber2013-11-011-158/+0
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-10/+13
|\
| * Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-121-1/+1
| |\
| * | 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 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-49/+90
| |\ \ \
| * | | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-1/+4
* | | | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'Christopher Allan Webber2013-09-191-3/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | moved forgot pass to basic_auth pluginRodney Ewing2013-08-161-161/+0
| | |_|/ | |/| |
* / | | Fixing tyop. Thanks for catching, tryggvib :)Christopher Allan Webber2013-09-041-1/+1
|/ / /
* | | 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