index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
plugins
/
ldap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-1
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
2
-4
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
2
-6
/
+6
*
Make ldap plugin python3 compatible
Olivier Mehani
2020-05-06
2
-2
/
+2
*
Spell-check the entire documentation.
Ben Sturmfels
2016-09-18
1
-9
/
+9
*
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
1
-1
/
+1
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-3
/
+4
*
wtforms.fields.TextField was deprecated
Jakob Kramer
2015-03-12
1
-2
/
+2
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-4
/
+4
|
\
|
*
Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...
Loïc Le Ninan
2014-06-13
1
-4
/
+4
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-1
/
+4
*
|
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
1
-1
/
+3
|
/
*
LDAP readme link
Christopher Allan Webber
2013-11-30
1
-0
/
+15
*
catch a keyerror
Rodney Ewing
2013-08-15
1
-5
/
+5
*
typo in docs
Rodney Ewing
2013-08-15
1
-3
/
+3
*
added docs for ldap plugin
Rodney Ewing
2013-08-15
1
-0
/
+49
*
use pluginapi.get_config
Rodney Ewing
2013-08-15
1
-2
/
+2
*
removed unused import
Rodney Ewing
2013-08-15
1
-1
/
+0
*
added a create_account hook
Rodney Ewing
2013-08-15
2
-0
/
+33
*
only create a user if the register_form is from the ldap plugin
Rodney Ewing
2013-08-15
1
-1
/
+2
*
- fixed typo with unbinding code
Rodney Ewing
2013-08-15
2
-6
/
+21
*
- changed host and port to just a server uri
Rodney Ewing
2013-08-15
1
-4
/
+11
*
ldap uses it own views
Rodney Ewing
2013-08-15
4
-47
/
+119
*
starting ldap plugin
Rodney Ewing
2013-08-15
3
-0
/
+166