summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* handle unallowed auth exception on port detectionArthur Schiwon2015-05-182-6/+20
* throw exception on LDAP error 1, which we usually do not see and is pretty ge...Arthur Schiwon2015-05-181-0/+2
* catch unallowed anonymous auth attempt and show specific errorArthur Schiwon2015-05-181-0/+2
* Merge pull request #15811 from owncloud/exception-on-lost-ldap-connectionThomas Müller2015-05-151-0/+4
|\
| * throw exception when LDAP Connection was lostArthur Schiwon2015-04-221-0/+4
* | drop global file cache support, fixes #15621Arthur Schiwon2015-05-071-6/+9
* | cleanupArthur Schiwon2015-05-051-1/+0
|/
* fix cherrypickingJörn Friedrich Dreyer2015-04-101-1/+1
* fix typo and commentMorris Jobke2015-04-102-3/+3
* throw exception if setup is incompleteMorris Jobke2015-04-101-1/+3
* fix_testsJörn Friedrich Dreyer2015-04-101-2/+7
* do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer2015-04-102-7/+4
* change default value of ldap_tls to 0. It will be detected anyway, but starti...Arthur Schiwon2015-04-092-1/+4
* cleanupArthur Schiwon2015-04-091-2/+0
* LDAP Wizard OverhaulArthur Schiwon2015-04-093-56/+119
* Update license headersJenkins for ownCloud2015-03-2623-266/+365
* support paged results against 389ds.Arthur Schiwon2015-03-121-3/+6
* set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
* Revert "Updating license headers"Morris Jobke2015-02-2623-352/+289
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-243-3/+14
|\
| * and escape the search termArthur Schiwon2015-01-292-1/+2
| * inlcude AD primary group in user filter, if a group is selected. fixes #12190Arthur Schiwon2015-01-281-2/+12
* | Updating license headersJenkins for ownCloud2015-02-2323-289/+352
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-102-17/+17
|\ \
| * | Cleanup of PHPDoc return typesRobin McCorkell2015-01-162-17/+17
* | | Reduce log level of bind failed to WARN - fixes #11624Morris Jobke2015-02-031-1/+1
| |/ |/|
* | this must be larger then (>), since buggy behaviour occurs when the parameter...Arthur Schiwon2015-01-201-1/+1
|/
* fix retrieval of user groupsArthur Schiwon2015-01-122-2/+8
* Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke2015-01-0913-62/+742
|\
| * fix order of initalizing instance properties, and paremeter order in a method...Arthur Schiwon2015-01-081-10/+12
| * fix table name for getListArthur Schiwon2015-01-081-2/+2
| * doc fixes and removal of unnecessary use statementsArthur Schiwon2015-01-072-2/+2
| * inject DB Connection to user managerArthur Schiwon2015-01-073-37/+35
| * inject oc config to User_LDAPArthur Schiwon2015-01-063-4/+4
| * smaller fixes: coding style, PHPdoc, typos and few for DIArthur Schiwon2015-01-064-23/+26
| * planned refactorings for OC 8Arthur Schiwon2014-12-203-25/+54
| * move from \OC\Preferences to \OCP\IConfigArthur Schiwon2014-12-203-47/+22
| * basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-206-19/+42
| * LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-1911-22/+672
* | Be less verbose when using a paged searchLyonel Vincent2014-12-241-1/+1
* | Be less verbose when disabling SSL cert validationLyonel Vincent2014-12-241-1/+1
|/
* Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-197-247/+324
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-1/+1
* add docArthur Schiwon2014-12-081-0/+1
* preserve an asterisk at the start when escaping a search termArthur Schiwon2014-12-081-2/+7
* Forward port of #12493Arthur Schiwon2014-12-041-1/+51
* fix counting when ldapPagingSize is 0Arthur Schiwon2014-11-211-6/+5
* phpdoc and mixed up lettersArthur Schiwon2014-11-202-1/+3
* a corrected email attribute needs to be saved, not only returnedArthur Schiwon2014-11-201-1/+1
* to reassure that selected attributes still work, do not count all matching en...Arthur Schiwon2014-11-202-11/+16