| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 10 | -103/+103 |
* | 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 |
|\ |
|
| * | 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 |
|/ |
|
* | Merge pull request #6297 from leo-b/fix_ldap_errors | blizzz | 2014-04-23 | 3 | -5/+10 |
|\ |
|
| * | "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 |
| * | only check ldap_errno if an ldap_* function actually fails | root | 2014-03-06 | 3 | -6/+11 |
* | | 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 | 5 | -4/+14 |
|\ \ |
|
| * | | 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 |
* | | | Merge pull request #7815 from owncloud/ldap_fix_usercount_master | blizzz | 2014-04-16 | 1 | -15/+40 |
|\ \ \
| |/ /
|/| | |
|
| * | | 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 |
| * | | 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 offse... | Arthur Schiwon | 2014-04-09 | 1 | -2/+2 |
* | | | Merge pull request #7837 from owncloud/fix_7530 | blizzz | 2014-04-09 | 1 | -7/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | 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 look... | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 |
| * | | LDAP Wizard: when determining objectclasses, we realy do not need to look at ... | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 |
* | | | Merge pull request #6221 from leo-b/ldap_get_all_groups | blizzz | 2014-04-07 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | change default ldap paging size to 500 | Alexander Bergolth | 2014-03-28 | 1 | -1/+1 |
| * | | | revert updateGroups job to use getGroups() instead of getAllGroups() | root | 2014-03-04 | 1 | -1/+1 |
| * | | | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groups | root | 2014-03-04 | 1 | -1/+4 |
| |\ \ \ |
|
| | * | | | add ldap_paging_size config option | root | 2014-03-04 | 1 | -1/+4 |
| | | |/
| | |/| |
|
| * / | | use getAllGroup() in the updateGroups background job | root | 2014-03-04 | 1 | -1/+1 |
| |/ / |
|
* | | | Use array_key_exists instead of isset, because the latter returns false if th... | Arthur Schiwon | 2014-03-21 | 1 | -2/+2 |
* | | | On clone create a new instance of the Configuration | Arthur Schiwon | 2014-03-21 | 1 | -0/+2 |
* | | | Fix duplicate ipauniqueid | Robin McCorkell | 2014-03-20 | 1 | -1/+1 |
* | | | Add FreeIPA UUID compatibility, fixes #7796 | Robin McCorkell | 2014-03-19 | 1 | -2/+2 |
| |/
|/| |
|
* | | Fixed configkey casing for PostgreSQL | Vincent Petry | 2014-03-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #6299 from leo-b/ldap_nested_groups | VicDeo | 2014-02-25 | 1 | -0/+3 |
|\ |
|
| * | Merge remote branch 'upstream/master' into ldap_nested_groups | root | 2013-12-10 | 1 | -1/+1 |
| |\ |
|
| * | | add support for nested groups | root | 2013-12-06 | 1 | -0/+3 |
* | | | Merge pull request #7205 from owncloud/fix_7153 | blizzz | 2014-02-20 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | LDAP: prevent other configuration from being deleted when deleting the first ... | Arthur Schiwon | 2014-02-14 | 1 | -0/+6 |