index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
LdapAuthorization
Age
Commit message (
Collapse
)
Author
2010-01-09
Add version information to a bunch of plugins
Craig Andrews
2010-01-06
Remove erroneous call to parent::onInitializePlugin()
Craig Andrews
2010-01-05
Move Authorization and Authentication plugin structures into core, instead ↵
Craig Andrews
of as plugins. This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
2009-11-18
You cannot use static that way - using another approach to save reuse the ↵
Craig Andrews
default ldap connection
2009-11-18
Reuse ldap connections for the default config
Craig Andrews
2009-11-18
do not required that roles_to_groups be specified
Craig Andrews
2009-11-18
rename isMemberOfGroup to be more consistent with other LDAP functions
Craig Andrews
2009-11-18
attributes['username'] is required
Craig Andrews
2009-11-18
Add some functions that were previously undefined
Craig Andrews
2009-11-18
Add login_group configuration option so only members of a certain group can ↵
Craig Andrews
login
2009-11-18
Added Authorization plugin
Craig Andrews
Added LDAPAuthorization plugin