Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | warn and continue gracefully if bcmath is not installed | Arthur Schiwon | 2014-07-10 | 1 | -0/+6 | |
| | | ||||||
* | | [Issue #9559] identifiers uid=xxx must be considered as user DN and not as ↵ | Philippe Jung | 2014-07-10 | 1 | -1/+2 | |
|/ | | | | owncloud users | |||||
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 4 | -5/+116 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for primary groups actually the problem is only known on AD, it is only needed to take care of their attributes adjust to ADs special behaviour this change was not intended cache the SID value so it is not requested over and over again theres only one, use singular we are access add tests for new Access methods add tests for new Group methods address scrutinizer findings, mostly doc call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap PHP Doc yo dawg, i heard you like backslashes … php doc fix PHPDoc updated and typos fixed while reviewing | |||||
* | fix instantiation of Access class | Arthur Schiwon | 2014-06-27 | 1 | -1/+7 | |
| | ||||||
* | adjust access constructor to master | Arthur Schiwon | 2014-06-25 | 2 | -2/+10 | |
| | ||||||
* | Port of LDAP Wizard: get correct total no of users, groups and complete ↵ | Arthur Schiwon | 2014-06-25 | 3 | -67/+127 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list of groups on big setups #9002 fix PHPdoc Conflicts: apps/user_ldap/lib/connection.php add method to count groups on LDAP Conflicts: apps/user_ldap/lib/access.php LDAP Wizard: count users and groups with the power of paged search Conflicts: apps/user_ldap/lib/wizard.php consolidate requirement check fix PHPdoc Conflicts: apps/user_ldap/lib/access.php Wizard: get really all groups from LDAP by power of Paged Search Conflicts: apps/user_ldap/lib/wizard.php make all this work in an early configuration state in the wizard by marking the config active and ignoring the validation state. Conflicts: apps/user_ldap/lib/connection.php simplify two methods a bit, because they are not used for group search anymore Conflicts: apps/user_ldap/lib/wizard.php remove unused vars; increase scrutinizer happiness | |||||
* | Backport subset of #4179, re-established Oracle compatibility for LDAP | Arthur Schiwon | 2014-06-20 | 2 | -2/+3 | |
| | | | | | Conflicts: apps/user_ldap/lib/access.php | |||||
* | fix typo in var name | Arthur Schiwon | 2014-06-05 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #8842 from owncloud/ldap_cli_methods | Thomas Müller | 2014-06-04 | 1 | -1/+1 | |
|\ | | | | | command line tools to see, modify and test existing LDAP configurations | |||||
| * | command line tools to see, modify and test existing LDAP configurations | Arthur Schiwon | 2014-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | get rid of @read in PHP doc after rebase | Arthur Schiwon | 2014-06-03 | 1 | -3/+3 | |
| | | ||||||
* | | class descriptions | Arthur Schiwon | 2014-06-03 | 3 | -0/+16 | |
| | | ||||||
* | | newlines | Arthur Schiwon | 2014-06-03 | 3 | -3/+3 | |
| | | ||||||
* | | port of PR #8038 | Arthur Schiwon | 2014-06-03 | 1 | -2/+1 | |
| | | ||||||
* | | precaution: lowercase string for comparison | Arthur Schiwon | 2014-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | LDAP: put out fetching of user meta data into a fully tested class of its ↵ | Arthur Schiwon | 2014-06-03 | 7 | -10/+639 | |
|/ | | | | own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 10 | -103/+103 | |
| | | | | * test case added to avoid adding them later | |||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 4 | -26/+26 | |
| | ||||||
* | PHPDoc fixes for user_ldap | Robin McCorkell | 2014-05-16 | 3 | -19/+19 | |
| | ||||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 9 | -81/+81 | |
| | ||||||
* | Merge pull request #8556 from owncloud/kill-legacy-code-master | Thomas Müller | 2014-05-12 | 2 | -2/+2 | |
|\ | | | | | Kill legacy code master | |||||
| * | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 2 | -2/+2 | |
| | | ||||||
* | | Use array as type | Lukas Reschke | 2014-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | That's bool and not always true | Lukas Reschke | 2014-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | Use WizardResult|false instead of mixed | Lukas Reschke | 2014-05-11 | 1 | -2/+2 | |
| | | ||||||
* | | Use @return instead of @returns | Lukas Reschke | 2014-05-11 | 3 | -9/+9 | |
| | | ||||||
* | | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 12 | -378/+683 | |
|/ | | | | My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this. | |||||
* | Merge pull request #6297 from leo-b/fix_ldap_errors | blizzz | 2014-04-23 | 3 | -5/+10 | |
|\ | | | | | only check ldap_errno if an ldap_* function actually fails | |||||
| * | "reset" ldap pagedSearch control by setting it to a high value | Alexander Bergolth | 2014-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | "reset" ldap pagedSearch control by setting it to a high value | root | 2014-03-06 | 1 | -1/+1 | |
| | | | | | | | | call nextEntry via invokeLDAPMethod | |||||
| * | only check ldap_errno if an ldap_* function actually fails | root | 2014-03-06 | 3 | -6/+11 | |
| | | | | | | | | | | | | | | fix wizard errors reset search paging right after the search, not before some of the possible next search operations cookie contains binary characters, don't log it (avoids json_encode(): Invalid UTF-8 sequence in argument errors) | |||||
* | | 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 | |
| | | | | | | | | queries to LDAP server in the share dialog for example | |||||
* | | Merge pull request #8220 from owncloud/type-hinting-ldap | blizzz | 2014-04-17 | 5 | -4/+14 | |
|\ \ | | | | | | | Fix PHPdoc in user_ldap | |||||
| * | | Add missing param hint | Bart Visscher | 2014-04-16 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 5 | -4/+13 | |
| | | | | | | | | | | | | using scrutinizer patch | |||||
* | | | Merge pull request #7815 from owncloud/ldap_fix_usercount_master | blizzz | 2014-04-16 | 1 | -15/+40 | |
|\ \ \ | |/ / |/| | | correct LDAP user count on setup with many users (occ user:report) | |||||
| * | | 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 ↵ | Arthur Schiwon | 2014-04-09 | 1 | -1/+5 | |
| | | | | | | | | | | | | to be properly used as part of the exit condition of the outer loop | |||||
| * | | initialize variable | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | LDAP: fix user report i.e. count for LDAP servers with really many users | Arthur Schiwon | 2014-04-09 | 1 | -13/+25 | |
| | | | ||||||
| * | | LDAP: make sure cache key for paged result cookie matches when limit or ↵ | Arthur Schiwon | 2014-04-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | offset is null or 0 | |||||
* | | | Merge pull request #7837 from owncloud/fix_7530 | blizzz | 2014-04-09 | 1 | -7/+27 | |
|\ \ \ | |/ / |/| | | LDAP: fix determining objectclasses takes long | |||||
| * | | add comment to clearify when a skip in the foreach happens | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | define var | Arthur Schiwon | 2014-03-21 | 1 | -0/+1 | |
| | | | ||||||
| * | | fix potential infinite loop when the DN of the first entry was already read. | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use the LDAP wrapper for checking resources, needs for proper testing | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix wildcard handling and check even less DNs per filter, enough will be ↵ | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 | |
| | | | | | | | | | | | | looked at anyway | |||||
| * | | LDAP Wizard: when determining objectclasses, we realy do not need to look at ↵ | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 | |
| | | | | | | | | | | | | every entry. Fixes #7530 |