summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #10745 from owncloud/fix-10708-doctrineLukas Reschke2014-09-161-9/+4
|\
| * adding unit test to truncate the tableThomas Müller2014-09-161-1/+1
| * Use Doctrine Platform to generate SQL query for table truncation.Andreas Fischer2014-08-291-8/+3
* | if only one attribute is requested, the returned array has 0 as key instead o...Arthur Schiwon2014-09-051-1/+1
* | Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|/
* trigger email detection by Wizard upon any user filter filter change. before ...Arthur Schiwon2014-08-291-3/+2
* write log message, if original value was changedArthur Schiwon2014-08-291-0/+8
* add unit test for mail detectionArthur Schiwon2014-08-291-1/+2
* remove Access as hard dependency, inject it insteadArthur Schiwon2014-08-291-32/+10
* Wizad: email attribute detectionArthur Schiwon2014-08-291-0/+64
* Port of #8623Arthur Schiwon2014-08-281-1/+1
* Merge pull request #10340 from owncloud/fix-9887blizzz2014-08-183-2/+15
|\
| * better check whether string resembles a DN, fixes #9887Arthur Schiwon2014-08-113-2/+15
* | Merge pull request #9848 from dupondje/masterblizzz2014-08-111-12/+18
|\ \ | |/ |/|
| * Fix initializing in #9848Jean-Louis Dupond2014-08-111-0/+1
| * Fix remarks in #9848Jean-Louis Dupond2014-08-111-11/+13
| * Fix memberOf detection. Fixes: #9835Jean-Louis Dupond2014-07-241-7/+10
* | ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a u...Arthur Schiwon2014-08-071-1/+1
* | Merge pull request #9576 from owncloud/bcmath-checkblizzz2014-07-181-0/+6
|\ \ | |/ |/|
| * make tests deal with missing bcmathArthur Schiwon2014-07-111-1/+1
| * warn and continue gracefully if bcmath is not installedArthur Schiwon2014-07-101-0/+6
* | [Issue #9559] identifiers uid=xxx must be considered as user DN and not as ow...Philippe Jung2014-07-101-1/+2
|/
* support for AD primary groupsArthur Schiwon2014-07-084-5/+116
* fix instantiation of Access classArthur Schiwon2014-06-271-1/+7