summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-1910-103/+103
* Fix whitespace issuesRobin McCorkell2014-05-164-26/+26
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-163-19/+19
* Fix PHPDoc in /appsRobin McCorkell2014-05-169-81/+81
* Merge pull request #8556 from owncloud/kill-legacy-code-masterThomas Müller2014-05-122-2/+2
|\
| * remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-122-2/+2
* | Use array as typeLukas Reschke2014-05-121-1/+1
* | That's bool and not always trueLukas Reschke2014-05-111-1/+1
* | Use WizardResult|false instead of mixedLukas Reschke2014-05-111-2/+2
* | Use @return instead of @returnsLukas Reschke2014-05-113-9/+9
* | Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-1112-378/+683
|/
* Merge pull request #6297 from leo-b/fix_ldap_errorsblizzz2014-04-233-5/+10
|\
| * "reset" ldap pagedSearch control by setting it to a high valueAlexander Bergolth2014-03-061-1/+1
| * "reset" ldap pagedSearch control by setting it to a high valueroot2014-03-061-1/+1
| * only check ldap_errno if an ldap_* function actually failsroot2014-03-063-6/+11
* | add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-221-3/+12
* | LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon2014-04-221-0/+6
* | Merge pull request #8220 from owncloud/type-hinting-ldapblizzz2014-04-175-4/+14
|\ \
| * | Add missing param hintBart Visscher2014-04-161-0/+1
| * | Fix PHPdoc in user_ldapBart Visscher2014-04-155-4/+13
* | | Merge pull request #7815 from owncloud/ldap_fix_usercount_masterblizzz2014-04-161-15/+40
|\ \ \ | |/ / |/| |
| * | replace hardcoded limit of 400 with user controlled ldapPagingSize valueArthur Schiwon2014-04-091-2/+1
| * | Put inner loop into own method, let's see whether it makes scrutinizer happierArthur Schiwon2014-04-091-9/+18
| * | var count is assigned in the inner loop so it must be checked inside there to...Arthur Schiwon2014-04-091-1/+5
| * | initialize variableArthur Schiwon2014-04-091-0/+1
| * | LDAP: fix user report i.e. count for LDAP servers with really many usersArthur Schiwon2014-04-091-13/+25
| * | LDAP: make sure cache key for paged result cookie matches when limit or offse...Arthur Schiwon2014-04-091-2/+2
* | | 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