summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7837 from owncloud/fix_7530blizzz2014-04-091-7/+27
|\
| * add comment to clearify when a skip in the foreach happensArthur Schiwon2014-04-091-0/+1
| * define varArthur Schiwon2014-03-211-0/+1
| * fix potential infinite loop when the DN of the first entry was already read.Arthur Schiwon2014-03-201-1/+1
| * Use the LDAP wrapper for checking resources, needs for proper testingArthur Schiwon2014-03-201-1/+1
| * Fix wildcard handling and check even less DNs per filter, enough will be look...Arthur Schiwon2014-03-201-4/+7
| * LDAP Wizard: when determining objectclasses, we realy do not need to look at ...Arthur Schiwon2014-03-201-4/+19
* | Merge pull request #6221 from leo-b/ldap_get_all_groupsblizzz2014-04-071-1/+4
|\ \
| * | change default ldap paging size to 500Alexander Bergolth2014-03-281-1/+1
| * | revert updateGroups job to use getGroups() instead of getAllGroups()root2014-03-041-1/+1
| * | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groupsroot2014-03-041-1/+4
| |\ \
| | * | add ldap_paging_size config optionroot2014-03-041-1/+4
| * | | use getAllGroup() in the updateGroups background jobroot2014-03-041-1/+1
| |/ /
* | | Use array_key_exists instead of isset, because the latter returns false if th...Arthur Schiwon2014-03-211-2/+2
* | | On clone create a new instance of the ConfigurationArthur Schiwon2014-03-211-0/+2
* | | Fix duplicate ipauniqueidRobin McCorkell2014-03-201-1/+1
* | | Add FreeIPA UUID compatibility, fixes #7796Robin McCorkell2014-03-191-2/+2
| |/ |/|
* | Fixed configkey casing for PostgreSQLVincent Petry2014-03-031-1/+1
|/
* Merge pull request #6299 from leo-b/ldap_nested_groupsVicDeo2014-02-251-0/+3
|\
| * Merge remote branch 'upstream/master' into ldap_nested_groupsroot2013-12-101-1/+1
| |\
| * | add support for nested groupsroot2013-12-061-0/+3
* | | Merge pull request #7205 from owncloud/fix_7153blizzz2014-02-201-0/+6
|\ \ \
| * | | LDAP: prevent other configuration from being deleted when deleting the first ...Arthur Schiwon2014-02-141-0/+6
* | | | LDAP: improve compilation of filtersArthur Schiwon2014-02-191-0/+11
* | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-194-6/+25
* | | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-144-5/+12
|\| | |
| * | | Rephrase and clarify log messageArthur Schiwon2014-02-101-1/+1
| * | | Wizard: disable LDAP referrals, fixes #6670Arthur Schiwon2014-02-101-0/+1
| * | | throw an info message, when base dn test failedArthur Schiwon2014-02-101-0/+4
| * | | LDAP: extend LDAP wrapper search method for sizelimit, improves performance i...Arthur Schiwon2014-02-102-4/+6
* | | | Fix more documentation failesJoas Schilling2014-02-081-1/+1
* | | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-067-29/+76
|/ / /
* | | Merge branch 'master' into memcache-publicRobin Appelman2014-01-221-4/+11
|\ \ \
| * | | user workarount to compare CLOB column with CHAR valueJörn Friedrich Dreyer2014-01-211-4/+11
* | | | Merge branch 'master' into memcache-publicRobin Appelman2014-01-152-5/+9
|\| | |
| * | | typo, grammarArthur Schiwon2014-01-141-1/+1
| * | | LDAP: only read config from database, if configID is given. Not what we want ...Arthur Schiwon2014-01-141-1/+2
| * | | remove unused variablesArthur Schiwon2014-01-141-2/+2
| * | | LDAP: fix TLS detectionArthur Schiwon2014-01-141-2/+5
* | | | Merge branch 'master' into memcache-publicRobin Appelman2014-01-091-27/+118
|\| | |
| * | | LDAP: implement userCount action. This required to (finally) clean up and ref...Arthur Schiwon2014-01-081-27/+118
* | | | Use $server->getMemCacheFactory() in ldap connectionRobin Appelman2014-01-091-1/+1
|/ / /
* | / LDAP: fix method behind save button on advancend and expert tabs, fixes at le...Arthur Schiwon2013-12-131-5/+6
| |/ |/|
* | Merge pull request #6218 from leo-b/fix_ldap_setOption_returncodeblizzz2013-12-061-1/+1
|\ \ | |/ |/|
| * correctly propagate the return value of ldap_set_optionroot2013-12-061-1/+1
* | LDAP Wizard: return correct varArthur Schiwon2013-12-041-1/+1
* | LDAP: set default value for login filter to empty, otherwise the wizard signa...Arthur Schiwon2013-12-041-1/+1
* | LDAP Wizard: don't send ldap_tls change back to the interface as the element ...Arthur Schiwon2013-12-041-1/+0
|/
* Merge pull request #5955 from owncloud/fix5863blizzz2013-11-272-0/+48
|\
| * LDAP Wizard: proper behaviour for raw filter input. remember the editing mode...Arthur Schiwon2013-11-192-0/+48