summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/ildapwrapper.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-13/+15
|
* Revert "Updating license headers"Morris Jobke2015-02-261-15/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+15
|
* make scrutinizer happy, very minor changesArthur Schiwon2014-10-011-1/+1
|
* support for AD primary groupsArthur Schiwon2014-07-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for primary groups actually the problem is only known on AD, it is only needed to take care of their attributes adjust to ADs special behaviour this change was not intended cache the SID value so it is not requested over and over again theres only one, use singular we are access add tests for new Access methods add tests for new Group methods address scrutinizer findings, mostly doc call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap PHP Doc yo dawg, i heard you like backslashes … php doc fix PHPDoc updated and typos fixed while reviewing
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-21/+21
| | | | * test case added to avoid adding them later
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-1/+1
|
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-6/+6
|
* Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-58/+58
| | | | My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this.
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+3
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * LDAP: extend LDAP wrapper search method for sizelimit, improves performance ↵Arthur Schiwon2014-02-101-1/+3
| | | | | | | | in wizard
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-9/+9
|/
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵Arthur Schiwon2013-10-171-0/+16
| | | | purposes
* LDAP Wizard: autodetect base DNArthur Schiwon2013-10-171-0/+8
|
* LDAP: coding styleArthur Schiwon2013-09-271-1/+1
|
* LDAP: add phpdocArthur Schiwon2013-09-271-0/+1
|
* LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-271-0/+179