aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap/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-1/+1
* Fix some unit tests and bugsJessica Tallon2015-08-241-1/+1
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+4
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+4
* - fixed typo with unbinding codeRodney Ewing2013-08-151-3/+4
* ldap uses it own viewsRodney Ewing2013-08-151-9/+68
* starting ldap pluginRodney Ewing2013-08-151-0/+44