aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_basic_auth.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-6/+6
* Fix some unit tests and bugsJessica Tallon2015-08-241-2/+2
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+3
* Use six.moves.urllib.parse instead of the urlparse module.Berker Peksag2014-05-261-1/+2
* Fixing the test_change_password test. Needed a privilege!Christopher Allan Webber2013-10-081-1/+3
* fixed some typos and missed importsRodney Ewing2013-08-161-1/+1
* moved change_pass to basic_auth and fixed some typos with the moving of forgo...Rodney Ewing2013-08-161-0/+42
* renamed lib to toolsRodney Ewing2013-05-271-10/+10
* moving forgot_password views back to gmg/auth and cleanupRodney Ewing2013-05-241-107/+0
* added tests for no_auth featureRodney Ewing2013-05-241-2/+2
* existing test all passing nowRodney Ewing2013-05-241-0/+166