aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-052-4/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-6/+6
* Make ldap plugin python3 compatibleOlivier Mehani2020-05-062-2/+2
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-9/+9
* 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
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-2/+2
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-4/+4
|\
| * Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-131-4/+4
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+4
* | Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-1/+3
|/
* LDAP readme linkChristopher Allan Webber2013-11-301-0/+15
* catch a keyerrorRodney Ewing2013-08-151-5/+5
* typo in docsRodney Ewing2013-08-151-3/+3
* added docs for ldap pluginRodney Ewing2013-08-151-0/+49
* use pluginapi.get_configRodney Ewing2013-08-151-2/+2
* removed unused importRodney Ewing2013-08-151-1/+0
* added a create_account hookRodney Ewing2013-08-152-0/+33
* only create a user if the register_form is from the ldap pluginRodney Ewing2013-08-151-1/+2
* - fixed typo with unbinding codeRodney Ewing2013-08-152-6/+21
* - changed host and port to just a server uriRodney Ewing2013-08-151-4/+11
* ldap uses it own viewsRodney Ewing2013-08-154-47/+119
* starting ldap pluginRodney Ewing2013-08-153-0/+166