aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-2/+2
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-3/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-43/+43
* Fix trivial spelling error in test commentAndrew Browning2017-10-231-1/+1
* Tests for short and long usernames.Jonathan Sandoval2016-04-071-9/+11
* Test with short and long usernameJonathan Sandoval2016-04-071-1/+45
* Fix #1096 - allow - in usernamesLoic Dachary2016-01-211-2/+24
* Fix some unit tests and bugsJessica Tallon2015-08-241-4/+4
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-7/+10
* Updates per request of moggers87ayleph2014-10-301-16/+13
* Unit testsayleph2014-10-301-0/+15
* Fix another tests.Berker Peksag2014-08-071-2/+2
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-2/+4
* Use six.moves.urllib.parse instead of the urlparse module.Berker Peksag2014-05-261-1/+3
* Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-071-24/+24
|\
| * This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-6/+0
| * I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-8/+6
| * This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-0/+7
| * This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-201-0/+1
| * This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-201-17/+17
* | Fixing ALL THE BROKEN TESTS. I probably broke most of them.Christopher Allan Webber2013-09-291-2/+3
* | moved change_pass to basic_auth and fixed some typos with the moving of forgo...Rodney Ewing2013-08-161-2/+3
|/
* Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-6/+6
* merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-1/+1
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-34/+10
|\
| * modified verification emails to use itsdangerous tokensRodney Ewing2013-05-291-34/+10
* | changes after cwebb's reviewRodney Ewing2013-06-211-19/+1
* | moved authentication_disabled to config_specRodney Ewing2013-06-151-1/+0
* | changed no_auth to authentication_disabled in configRodney Ewing2013-06-111-11/+11
* | no need for check_login with the new check_login_simple functionRodney Ewing2013-05-271-2/+3
* | moving forgot_password views back to gmg/auth and cleanupRodney Ewing2013-05-241-1/+91
* | added tests for no_auth featureRodney Ewing2013-05-241-2/+54
* | existing test all passing nowRodney Ewing2013-05-241-121/+0
|/
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-4/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+4
* Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-061-27/+13
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-4/+2
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-301-21/+10
* Restructure ForgotPassword viewSebastian Spaeth2013-01-211-9/+5
* Rename get_test_app to get_app.Elrond2013-01-181-5/+5
* tests: More instances where a fresh database is not neededSebastian Spaeth2013-01-081-5/+5
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* tests/auth: Don't rely on case sensitive error stringsSebastian Spaeth2012-12-211-2/+2
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-6/+6
* Fix up testsSebastian Spaeth2012-12-211-2/+3
* Prevent SQLAlchemy non-Unicode warnings from this test.Brett Smith2012-07-081-8/+8
* Reload the user for current values.Elrond2012-03-261-0/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Fix unit tests for new forget password flowElrond2012-01-011-1/+1
* Fixed submission error handling and broken testsJoar Wandborg2011-12-311-2/+2