summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* backport of #11494Arthur Schiwon2014-10-181-1/+1
* backport of #11478Arthur Schiwon2014-10-161-88/+91
* Backport of #10527Arthur Schiwon2014-10-092-8/+31
* dn needs to be fetched to be able to detect memberOf supportArthur Schiwon2014-09-291-2/+4
* adding unit test to truncate the tableThomas Müller2014-09-171-1/+1
* Use Doctrine Platform to generate SQL query for table truncation.Andreas Fischer2014-09-171-8/+3
* if only one attribute is requested, the returned array has 0 as key instead o...Arthur Schiwon2014-09-151-1/+1
* Backport of #9214Arthur Schiwon2014-08-291-29/+79
* backport of #8623Arthur Schiwon2014-08-281-1/+1
* backport of #10340Arthur Schiwon2014-08-203-2/+15
* Backport of #9848Jean-Louis Dupond2014-08-111-12/+18
* ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a u...Arthur Schiwon2014-08-071-1/+1
* Backport #9576Arthur Schiwon2014-07-181-0/+6
* Backport of #9570Philippe Jung2014-07-151-1/+2
* support for AD primary groupsArthur Schiwon2014-07-084-5/+116
* fix instantiation of Access classArthur Schiwon2014-06-271-1/+7
* adjust access constructor to masterArthur Schiwon2014-06-252-2/+10
* Port of LDAP Wizard: get correct total no of users, groups and complete list...Arthur Schiwon2014-06-253-67/+127
* Backport subset of #4179, re-established Oracle compatibility for LDAPArthur Schiwon2014-06-202-2/+3
* fix typo in var nameArthur Schiwon2014-06-051-1/+1
* Merge pull request #8842 from owncloud/ldap_cli_methodsThomas Müller2014-06-041-1/+1
|\
| * command line tools to see, modify and test existing LDAP configurationsArthur Schiwon2014-06-031-1/+1
* | get rid of @read in PHP doc after rebaseArthur Schiwon2014-06-031-3/+3
* | class descriptionsArthur Schiwon2014-06-033-0/+16
* | newlinesArthur Schiwon2014-06-033-3/+3
* | port of PR #8038Arthur Schiwon2014-06-031-2/+1
* | precaution: lowercase string for comparisonArthur Schiwon2014-06-031-1/+1
* | LDAP: put out fetching of user meta data into a fully tested class of its own...Arthur Schiwon2014-06-037-10/+639
|/
* 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