summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* detectors (email, displayname..) are now started in one place, triggered from...Arthur Schiwon2014-11-201-1/+0
* consolidate user count filter in wizard and user back endArthur Schiwon2014-11-202-4/+13
* detect user display name attribute and return user count depending on its pre...Arthur Schiwon2014-11-201-2/+47
* Fix infinite loop if count and limit is 0Morris Jobke2014-11-111-1/+1
* Merge pull request #11362 from mark0n/rm_ldap_conf_cliblizzz2014-11-041-3/+0
|\
| * Add a CLI command that deletes an LDAP configMartin Konrad2014-09-301-3/+0
* | Merge pull request #11172 from owncloud/user-ldap-no-bcmathblizzz2014-11-031-21/+27
|\ \
| * | user_ldap: Reimplement convertSID2Str() without BCMath dependency.Andreas Fischer2014-11-031-21/+27
* | | Use function outside of loopLukas Reschke2014-10-241-1/+2
* | | make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-1/+1
|/ /
* | Merge pull request #11478 from owncloud/fix-11448blizzz2014-10-161-88/+91
|\ \
| * | more beautiful white spacesArthur Schiwon2014-10-081-88/+88
| * | add checkbox for experienced users to server tabArthur Schiwon2014-10-071-0/+3
| |/
* | make scrutinizer happy, very minor changesArthur Schiwon2014-10-012-2/+2
* | init a new paged search on read operations to satisfy OpenLDAPArthur Schiwon2014-09-301-0/+3
* | abandond paged search only if PHP supports themArthur Schiwon2014-09-301-1/+1
* | abandon ongoing paged search before starting a new oneArthur Schiwon2014-09-301-4/+3
* | properly cancel a Paginated Results operation in order to avoid protocol erro...Arthur Schiwon2014-09-301-4/+25
|/
* dn needs to be fetched to be able to detect memberOf supportArthur Schiwon2014-09-261-2/+4