aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-162-5/+3
|\
| * Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-162-5/+3
* | Merge pull request #17255 from owncloud/fix-17119Thomas Müller2015-07-011-0/+27
|\ \
| * | ensure groups match filter when using memberOf to read users group, refs #17119Arthur Schiwon2015-06-261-0/+27
| |/
* / update license headers and authorsMorris Jobke2015-06-253-2/+1
|/
* Merge pull request #16736 from owncloud/utilize-member-ofThomas Müller2015-06-103-33/+22
|\
| * if possible, getUserGroups should get memberships using memberOf virtual attr...Arthur Schiwon2015-06-032-0/+8
| * Implement a faster way for checking availability of memberOf. Users tab in th...Arthur Schiwon2015-06-031-33/+14
* | port detection needs to take care of now thrown exceptions when LDAP server i...Arthur Schiwon2015-06-041-13/+21
|/
* Merge pull request #16200 from owncloud/kill-globalfilecacheMorris Jobke2015-06-021-2/+17
|\
| * only use memcache, if availableArthur Schiwon2015-05-081-2/+17
* | 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