| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 3 | -3/+14 |
|\ |
|
| * | and escape the search term | Arthur Schiwon | 2015-01-29 | 2 | -1/+2 |
| * | inlcude AD primary group in user filter, if a group is selected. fixes #12190 | Arthur Schiwon | 2015-01-28 | 1 | -2/+12 |
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 23 | -289/+352 |
* | | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 2 | -17/+17 |
|\ \ |
|
| * | | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 2 | -17/+17 |
* | | | Reduce log level of bind failed to WARN - fixes #11624 | Morris Jobke | 2015-02-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | this must be larger then (>), since buggy behaviour occurs when the parameter... | Arthur Schiwon | 2015-01-20 | 1 | -1/+1 |
|/ |
|
* | fix retrieval of user groups | Arthur Schiwon | 2015-01-12 | 2 | -2/+8 |
* | Merge pull request #12984 from owncloud/ldap-user-cleanup-master | Lukas Reschke | 2015-01-09 | 13 | -62/+742 |
|\ |
|
| * | fix order of initalizing instance properties, and paremeter order in a method... | Arthur Schiwon | 2015-01-08 | 1 | -10/+12 |
| * | fix table name for getList | Arthur Schiwon | 2015-01-08 | 1 | -2/+2 |
| * | doc fixes and removal of unnecessary use statements | Arthur Schiwon | 2015-01-07 | 2 | -2/+2 |
| * | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 3 | -37/+35 |
| * | inject oc config to User_LDAP | Arthur Schiwon | 2015-01-06 | 3 | -4/+4 |
| * | smaller fixes: coding style, PHPdoc, typos and few for DI | Arthur Schiwon | 2015-01-06 | 4 | -23/+26 |
| * | planned refactorings for OC 8 | Arthur Schiwon | 2014-12-20 | 3 | -25/+54 |
| * | move from \OC\Preferences to \OCP\IConfig | Arthur Schiwon | 2014-12-20 | 3 | -47/+22 |
| * | basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. | Arthur Schiwon | 2014-12-20 | 6 | -19/+42 |
| * | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 11 | -22/+672 |
* | | Be less verbose when using a paged search | Lyonel Vincent | 2014-12-24 | 1 | -1/+1 |
* | | Be less verbose when disabling SSL cert validation | Lyonel Vincent | 2014-12-24 | 1 | -1/+1 |
|/ |
|
* | Split mapping from Access and Helper classes into it's own. Fully test them, ... | Arthur Schiwon | 2014-12-19 | 7 | -247/+324 |
* | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 1 | -1/+1 |
* | add doc | Arthur Schiwon | 2014-12-08 | 1 | -0/+1 |
* | preserve an asterisk at the start when escaping a search term | Arthur Schiwon | 2014-12-08 | 1 | -2/+7 |
* | Forward port of #12493 | Arthur Schiwon | 2014-12-04 | 1 | -1/+51 |
* | fix counting when ldapPagingSize is 0 | Arthur Schiwon | 2014-11-21 | 1 | -6/+5 |
* | phpdoc and mixed up letters | Arthur Schiwon | 2014-11-20 | 2 | -1/+3 |
* | a corrected email attribute needs to be saved, not only returned | Arthur Schiwon | 2014-11-20 | 1 | -1/+1 |
* | to reassure that selected attributes still work, do not count all matching en... | Arthur Schiwon | 2014-11-20 | 2 | -11/+16 |
* | detectors (email, displayname..) are now started in one place, triggered from... | Arthur Schiwon | 2014-11-20 | 1 | -1/+0 |
* | consolidate user count filter in wizard and user back end | Arthur Schiwon | 2014-11-20 | 2 | -4/+13 |
* | detect user display name attribute and return user count depending on its pre... | Arthur Schiwon | 2014-11-20 | 1 | -2/+47 |
* | Fix infinite loop if count and limit is 0 | Morris Jobke | 2014-11-11 | 1 | -1/+1 |
* | Merge pull request #11362 from mark0n/rm_ldap_conf_cli | blizzz | 2014-11-04 | 1 | -3/+0 |
|\ |
|
| * | Add a CLI command that deletes an LDAP config | Martin Konrad | 2014-09-30 | 1 | -3/+0 |
* | | Merge pull request #11172 from owncloud/user-ldap-no-bcmath | blizzz | 2014-11-03 | 1 | -21/+27 |
|\ \ |
|
| * | | user_ldap: Reimplement convertSID2Str() without BCMath dependency. | Andreas Fischer | 2014-11-03 | 1 | -21/+27 |
* | | | Use function outside of loop | Lukas Reschke | 2014-10-24 | 1 | -1/+2 |
* | | | make performance less bad. Still far from good, but at least it works | Arthur Schiwon | 2014-10-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #11478 from owncloud/fix-11448 | blizzz | 2014-10-16 | 1 | -88/+91 |
|\ \ |
|
| * | | more beautiful white spaces | Arthur Schiwon | 2014-10-08 | 1 | -88/+88 |
| * | | add checkbox for experienced users to server tab | Arthur Schiwon | 2014-10-07 | 1 | -0/+3 |
| |/ |
|
* | | make scrutinizer happy, very minor changes | Arthur Schiwon | 2014-10-01 | 2 | -2/+2 |
* | | init a new paged search on read operations to satisfy OpenLDAP | Arthur Schiwon | 2014-09-30 | 1 | -0/+3 |
* | | abandond paged search only if PHP supports them | Arthur Schiwon | 2014-09-30 | 1 | -1/+1 |
* | | abandon ongoing paged search before starting a new one | Arthur Schiwon | 2014-09-30 | 1 | -4/+3 |
* | | properly cancel a Paginated Results operation in order to avoid protocol erro... | Arthur Schiwon | 2014-09-30 | 1 | -4/+25 |
|/ |
|
* | dn needs to be fetched to be able to detect memberOf support | Arthur Schiwon | 2014-09-26 | 1 | -2/+4 |