Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-04 | 1 | -1/+25 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-03 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-01 | 3 | -0/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-30 | 1 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-26 | 2 | -0/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-25 | 4 | -2/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-24 | 1 | -0/+1 |
| | |||||
* | 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) | ||||
* | | Merge pull request #8164 from owncloud/fix-6651 | blizzz | 2014-04-23 | 3 | -79/+122 |
|\ \ | | | | | | | LDAP: fix random resets of filter | ||||
| * | | fixing some JSHint warnings | Thomas Müller | 2014-04-23 | 2 | -17/+18 |
| | | | |||||
| * | | Give hint when composing filter failed | Arthur Schiwon | 2014-04-11 | 1 | -1/+2 |
| | | | |||||
| * | | fix comparison in determineMode, fixes problems with restoring the filter ↵ | Arthur Schiwon | 2014-04-11 | 1 | -1/+4 |
| | | | | | | | | | | | | mode (assisted or manually) on page refresh | ||||
| * | | Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651 | Arthur Schiwon | 2014-04-11 | 3 | -74/+112 |
| |\ \ | |||||
| | * | | Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation. | ben-denham | 2014-03-14 | 1 | -3/+3 |
| | | | | |||||
| | * | | Moved LdapFilter into a separate js file in user_ldap. | ben-denham | 2014-03-07 | 3 | -102/+96 |
| | | | | |||||
| | * | | Added improved version of patch by @blizzz in ↵ | ben-denham | 2014-03-07 | 1 | -74/+118 |
| | | | | | | | | | | | | | | | | https://github.com/owncloud/core/issues/6651#issuecomment-32261257 to stop filter settings from being reset under a race condition. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-23 | 4 | -0/+18 |
| | | | | |||||
* | | | | 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 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-21 | 1 | -3/+33 |
| | | | | |||||
* | | | | Merge pull request #8220 from owncloud/type-hinting-ldap | blizzz | 2014-04-17 | 6 | -4/+25 |
|\ \ \ \ | | | | | | | | | | | 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 | 6 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | | using scrutinizer patch | ||||
* | | | | | Merge pull request #8189 from Xenopathic/misc_fixes | Robin McCorkell | 2014-04-17 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Various fixes | ||||
| * | | | | | Fix user_ldap default setting value | Robin McCorkell | 2014-04-13 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | 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 | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-16 | 1 | -0/+3 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #8059 from owncloud/countUsersInGroup | Lukas Reschke | 2014-04-14 | 3 | -1/+208 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add optional countUsersInGroup method to group backends | ||||
| * | | | | | | add tests for LDAP | Arthur Schiwon | 2014-04-08 | 1 | -0/+115 |
| | | | | | | | |||||
| * | | | | | | fix return value when a search string was passed to return integer instead ↵ | Arthur Schiwon | 2014-04-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of array | ||||
| * | | | | | | implement countUsersInGroup in LDAP group backend | Arthur Schiwon | 2014-04-08 | 2 | -1/+92 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-14 | 1 | -0/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-13 | 10 | -0/+10 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-12 | 45 | -63/+18 |
| | | | | | | |||||
* | | | | | | Typo fix. | Volkan Gezer | 2014-04-11 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-11 | 4 | -0/+7 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-10 | 2 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #7837 from owncloud/fix_7530 | blizzz | 2014-04-09 | 2 | -7/+237 |
|\ \ \ \ \ | |_|/ / / |/| | | | | 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 |
| | | | | |