| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #12984 from owncloud/ldap-user-cleanup-master | Lukas Reschke | 2015-01-09 | 1 | -2/+27 |
|\ |
|
| * | basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. | Arthur Schiwon | 2014-12-20 | 1 | -2/+26 |
| * | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -0/+1 |
* | | Be less verbose when using a paged search | 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 | 1 | -218/+62 |
* | 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 | 1 | -0/+1 |
* | to reassure that selected attributes still work, do not count all matching en... | Arthur Schiwon | 2014-11-20 | 1 | -6/+8 |
* | consolidate user count filter in wizard and user back end | Arthur Schiwon | 2014-11-20 | 1 | -0/+12 |
* | Fix infinite loop if count and limit is 0 | Morris Jobke | 2014-11-11 | 1 | -1/+1 |
* | 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 |
* | | make performance less bad. Still far from good, but at least it works | Arthur Schiwon | 2014-10-17 | 1 | -1/+1 |
|/ |
|
* | make scrutinizer happy, very minor changes | Arthur Schiwon | 2014-10-01 | 1 | -1/+1 |
* | 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 |
* | better check whether string resembles a DN, fixes #9887 | Arthur Schiwon | 2014-08-11 | 1 | -0/+12 |
* | make tests deal with missing bcmath | Arthur Schiwon | 2014-07-11 | 1 | -1/+1 |
* | warn and continue gracefully if bcmath is not installed | Arthur Schiwon | 2014-07-10 | 1 | -0/+6 |
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 1 | -5/+89 |
* | adjust access constructor to master | Arthur Schiwon | 2014-06-25 | 1 | -1/+1 |
* | Port of LDAP Wizard: get correct total no of users, groups and complete list... | Arthur Schiwon | 2014-06-25 | 1 | -5/+14 |
* | Backport subset of #4179, re-established Oracle compatibility for LDAP | Arthur Schiwon | 2014-06-20 | 1 | -1/+1 |
* | fix typo in var name | Arthur Schiwon | 2014-06-05 | 1 | -1/+1 |
* | get rid of @read in PHP doc after rebase | Arthur Schiwon | 2014-06-03 | 1 | -3/+3 |
* | LDAP: put out fetching of user meta data into a fully tested class of its own... | Arthur Schiwon | 2014-06-03 | 1 | -9/+24 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -39/+39 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -5/+5 |
* | PHPDoc fixes for user_ldap | Robin McCorkell | 2014-05-16 | 1 | -15/+15 |
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -17/+17 |
* | Use array as type | Lukas Reschke | 2014-05-12 | 1 | -1/+1 |
* | Use @return instead of @returns | Lukas Reschke | 2014-05-11 | 1 | -4/+4 |
* | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -204/+231 |
* | Merge pull request #6297 from leo-b/fix_ldap_errors | blizzz | 2014-04-23 | 1 | -4/+6 |
|\ |
|
| * | "reset" ldap pagedSearch control by setting it to a high value | Alexander Bergolth | 2014-03-06 | 1 | -1/+1 |
| * | only check ldap_errno if an ldap_* function actually fails | root | 2014-03-06 | 1 | -4/+6 |
* | | add additional comments, PHPdoc and check whether it's really applicable | Arthur Schiwon | 2014-04-22 | 1 | -3/+12 |
* | | LDAP: cache display names immediately on retrieval, saves tens of unecessary ... | Arthur Schiwon | 2014-04-22 | 1 | -0/+6 |
* | | Merge pull request #8220 from owncloud/type-hinting-ldap | blizzz | 2014-04-17 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 1 | -2/+2 |
* | | | replace hardcoded limit of 400 with user controlled ldapPagingSize value | Arthur Schiwon | 2014-04-09 | 1 | -2/+1 |
* | | | Put inner loop into own method, let's see whether it makes scrutinizer happier | Arthur Schiwon | 2014-04-09 | 1 | -9/+18 |
* | | | var count is assigned in the inner loop so it must be checked inside there to... | Arthur Schiwon | 2014-04-09 | 1 | -1/+5 |
* | | | initialize variable | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 |