summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-211-3/+33
* Merge pull request #8220 from owncloud/type-hinting-ldapblizzz2014-04-176-4/+25
|\
| * Add missing param hintBart Visscher2014-04-161-0/+1
| * Fix PHPdoc in user_ldapBart Visscher2014-04-156-4/+24
* | Merge pull request #8189 from Xenopathic/misc_fixesRobin McCorkell2014-04-171-1/+1
|\ \
| * | Fix user_ldap default setting valueRobin McCorkell2014-04-131-1/+1
* | | 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
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-161-0/+3
| |_|/ |/| |
* | | Merge pull request #8059 from owncloud/countUsersInGroupLukas Reschke2014-04-143-1/+208
|\ \ \
| * | | add tests for LDAPArthur Schiwon2014-04-081-0/+115
| * | | fix return value when a search string was passed to return integer instead of...Arthur Schiwon2014-04-081-1/+2
| * | | implement countUsersInGroup in LDAP group backendArthur Schiwon2014-04-082-1/+92
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-141-0/+1
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-1310-0/+10
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-1245-63/+18
* | | Typo fix.Volkan Gezer2014-04-111-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-114-0/+7
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-102-0/+2
* | | Merge pull request #7837 from owncloud/fix_7530blizzz2014-04-092-7/+237
|\ \ \ | |_|/ |/| |
| * | add comment to clearify when a skip in the foreach happensArthur Schiwon2014-04-091-0/+1
| * | define varArthur Schiwon2014-03-211-0/+1
| * | make tests work on systems without php5_ldapArthur Schiwon2014-03-211-0/+12
| * | add tests for cumulativeSearchOnAttributeArthur Schiwon2014-03-211-0/+198
| * | 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
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-098-1/+18
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-083-3/+16
* | Merge pull request #6221 from leo-b/ldap_get_all_groupsblizzz2014-04-073-3/+49
|\ \
| * | adapt description of paging size configurationAlexander Bergolth2014-03-281-1/+1
| * | change default ldap paging size to 500Alexander Bergolth2014-03-281-1/+1
| * | make getGroupsChunk() protected instead of privateAlexander Bergolth2014-03-131-1/+1
| * | adapt coding styleAlexander Bergolth2014-03-131-15/+15
| * | fix another oversight... sigh..root2014-03-051-1/+1
| * | getGroups(): fix overall max search limit for paged searchesroot2014-03-041-3/+3
| * | getGroups() $limit was not handled correctlyroot2014-03-041-2/+7
| * | revert updateGroups job to use getGroups() instead of getAllGroups()root2014-03-041-1/+1
| * | merge functionality of getAllGroups into getGroupsroot2014-03-041-15/+18
| * | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groupsroot2014-03-042-1/+5
| |\ \
| | * | add ldap_paging_size config optionroot2014-03-042-1/+5
| * | | use getAllGroup() in the updateGroups background jobroot2014-03-041-1/+1
| * | | add getAllGroups() that uses a paged search if availableroot2014-03-041-0/+34
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-061-0/+5