aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-052-3/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-15/+15
* 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
* No length check for login formJonathan Sandoval2016-04-071-6/+12
* Fix issue 5422 Resend verification failsAndrew Browning2016-02-221-1/+1
* Fix #1096 - allow - in usernamesLoic Dachary2016-01-211-1/+1
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-4/+4
* Use request.app.auth instead of mg_globalsChristopher Allan Webber2014-12-031-1/+1
* Pass validated username to check_login_simpleayleph2014-10-301-2/+3
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-162-6/+9
|\
| * Fixed some minor whitespace issuestilly-Q2014-04-281-1/+1
| * In this commit I made it so that each deployment can have custom settings fortilly-Q2014-04-282-6/+9
* | Use six.text_type instead of unicode().Berker Peksag2014-06-022-2/+6
|/
* 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-072-11/+24
|\
| * 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
| * | This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-2/+2
| * | This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-1/+1
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-4/+10
| |\ \
| * \ \ Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-295-231/+205
| |\ \ \
| * | | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-032-2/+13
* | | | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'Christopher Allan Webber2013-09-194-79/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | moved forgot pass to basic_auth pluginRodney Ewing2013-08-164-237/+5
| | |_|/ | |/| |
* / | | 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-032-18/+13
* | cleanup after mergeRodney Ewing2013-06-252-7/+10
* | Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-253-47/+78
|\ \
| * | cleanup after mergeRodney Ewing2013-05-291-0/+1
| * | modified verification emails to use itsdangerous tokensRodney Ewing2013-05-294-47/+75
| * | Merge remote-tracking branch 'upstream/master' into change_emailRodney Ewing2013-05-284-100/+124
| |\|
| * | added support for user to change email addressRodney Ewing2013-05-241-10/+15
* | | changes after cwebb's reviewRodney Ewing2013-06-214-44/+14
* | | moved authentication_disabled to config_specRodney Ewing2013-06-151-3/+3
* | | changed no_auth to authentication_disabled in configRodney Ewing2013-06-111-6/+6
* | | cleanupRodney Ewing2013-06-041-5/+0
* | | fixed a bug that was deleting the messagesRodney Ewing2013-06-041-3/+4
* | | removed extra argument from check_login_simple in login viewRodney Ewing2013-05-281-1/+1
* | | cleanupRodney Ewing2013-05-281-1/+1
* | | Merge remote-tracking branch 'upstream/master' into basic_authRodney Ewing2013-05-282-42/+30
|\ \ \ | | |/ | |/|
| * | added a register_user functionRodney Ewing2013-05-282-33/+53
| * | created a check_login_simple functionRodney Ewing2013-05-282-13/+27
| * | 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
| |/