]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins/LdapAuthorization/LdapAuthorizationPlugin.php
Refactor common parts of LdapAuthorization and LdapAuthentication plugins into a...
[quix0rs-gnu-social.git] / plugins / LdapAuthorization / LdapAuthorizationPlugin.php
2010-03-22 Craig AndrewsRefactor common parts of LdapAuthorization and LdapAuth...
2010-03-22 Craig AndrewsFix stupid typo in ldap authorization debug logging
2010-03-19 Brion VibberMerge branch 'master' of git@gitorious.org:statusnet...
2010-03-18 Brion VibberMerge branch 'master' of git@gitorious.org:statusnet...
2010-03-17 Brion VibberMerge branch 'master' into testing
2010-03-13 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-12 Brion VibberMerge commit 'origin/testing' into 0.9.x
2010-03-11 Sarven CapadisliMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-11 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-10 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-10 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-10 Brion VibberMerge branch 'testing' into 0.9.x
2010-03-10 Brenda WallaceMerge commit 'mainline/0.9.x' into 0.9.x
2010-03-10 Craig AndrewsFix error logging
2010-03-09 Brion VibberMerge branch 'testing' into 0.9.x
2010-03-09 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-09 Brion VibberMerge branch 'testing' into 0.9.x
2010-03-08 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-08 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-08 Jeffery Toldap_get_connection() to return null when passed a...
2010-03-06 Brenda WallaceMerge commit 'origin/0.9.x' into 0.9.x
2010-03-05 Zach CopleyMerge branch '0.9.x' of git@gitorious.org:statusnet...
2010-03-04 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-04 Brion VibberMerge branch 'testing' into 0.9.x
2010-03-04 Brion VibberMerge commit 'origin/testing' into 0.9.x
2010-03-02 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-03-01 Zach CopleyMerge branch 'testing' into 0.9.x
2010-03-01 Brion VibberMerge branch 'testing' of gitorious.org:statusnet/mainl...
2010-02-27 Evan ProdromouMerge branch 'testing' into 0.9.x
2010-02-26 Brion VibberMerge branch 'testing' of gitorious.org:statusnet/mainl...
2010-02-26 Brion VibberMerge branch '0.9.x' of gitorious.org:statusnet/mainlin...
2010-02-25 Craig AndrewsMake LDAP connection error fatal - there really is...
2010-01-14 Evan ProdromouMerge branch 'master' of git@gitorious.org:statusnet...
2010-01-12 Evan ProdromouMerge branch '0.9.x' into inblob
2010-01-11 Evan ProdromouMerge branch 'diskcache' into 0.9.x
2010-01-11 Evan ProdromouMerge branch 'sessionidparam' into 0.9.x
2010-01-11 Evan ProdromouMerge branch 'sessionidparam' into 0.9.x
2010-01-10 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2010-01-10 Evan ProdromouMerge branch 'master' into 0.9.x
2010-01-10 Brenda WallaceMerge commit 'origin/0.9.x' into 0.9.x
2010-01-10 Brenda WallaceMerge commit 'mainline/0.9.x' into 0.9.x
2010-01-10 Siebrand MazelandMerge branch '0.9.x' of git://gitorious.org/statusnet...
2010-01-10 Craig AndrewsAdd version information to a bunch of plugins
2010-01-09 rootMerge branch '0.9.x' of git://gitorious.org/statusnet...
2010-01-09 Evan ProdromouMerge branch 'inblob' of git@gitorious.org:~evan/status...
2010-01-09 Brenda WallaceMerge commit 'origin/0.9.x' into 0.9.x
2010-01-07 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2010-01-07 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2010-01-07 Zach CopleyMerge branch '0.9.x' of git@gitorious.org:statusnet...
2010-01-06 Craig AndrewsRemove erroneous call to parent::onInitializePlugin()
2010-01-05 Craig AndrewsMove Authorization and Authentication plugin structures...
2009-11-20 Zach CopleyMerge branch '0.9-release'
2009-11-19 Evan ProdromouMerge branch '0.9.x' into mapstraction
2009-11-19 Zach CopleyMerge branch 'admin-sections/2' into 0.9.x
2009-11-18 Craig AndrewsMerge branch '0.9.x' of gitorious.org:statusnet/mainlin...
2009-11-18 Craig AndrewsYou cannot use static that way - using another approach...
2009-11-18 Craig AndrewsReuse ldap connections for the default config
2009-11-18 Craig Andrewsdo not required that roles_to_groups be specified
2009-11-18 Craig Andrewsrename isMemberOfGroup to be more consistent with other...
2009-11-18 Craig Andrewsattributes['username'] is required
2009-11-18 Craig AndrewsAdd some functions that were previously undefined
2009-11-18 Craig AndrewsAdd login_group configuration option so only members...
2009-11-18 Craig AndrewsAdded Authorization plugin