Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add keepUnicode value in the cache key of normalizedPathCache | Vincent Petry | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Check whether remote DAV server accepted the mtime on touch | Vincent Petry | 2016-05-30 | 1 | -1/+10 |
| | | | | | | | | | | ownCloud as remote DAV always accepts the mtime on touch, but other servers like Apache's DAV server doesn't. The latter doesn't give any visible hint in its response to detect this case, so this fix does a subsequent PROPFIND to check whether the mtime was actually set. Since a touch() operation seldom happens (only on uploads), the minor performance loss should hopefully be acceptable. | ||||
* | Fix webdav destination header when overwriting folders | Vincent Petry | 2016-05-30 | 1 | -6/+23 |
| | | | | The trailing slash is needed when talking to Apache's mod_dav server | ||||
* | trigger size calculation after scanning (#24875) | Robin Appelman | 2016-05-30 | 1 | -0/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 28 | -30/+50 |
| | |||||
* | Merge pull request #24760 from owncloud/objectstore_multibucket | Vincent Petry | 2016-05-24 | 2 | -2/+115 |
|\ | | | | | Objectstore multibucket | ||||
| * | Store user bucket in preferences | Roeland Jago Douma | 2016-05-23 | 1 | -8/+16 |
| | | |||||
| * | Fix Name | Roeland Jago Douma | 2016-05-23 | 1 | -4/+4 |
| | | |||||
| * | Allow multibucket in objectstore | Roeland Jago Douma | 2016-05-23 | 2 | -2/+107 |
| | | |||||
* | | Merge pull request #24750 from ↵ | Vincent Petry | 2016-05-23 | 1 | -0/+34 |
|\ \ | |/ |/| | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads | ||||
| * | Code style and doc fix | Piotr Filiciak | 2016-05-23 | 1 | -4/+4 |
| | | |||||
| * | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -0/+34 |
| | | | | | | | | Http range requests support is required for video preview | ||||
* | | Merge pull request #24777 from owncloud/scanner-dont-propagate | Vincent Petry | 2016-05-23 | 1 | -2/+4 |
|\ \ | | | | | | | dont needlessly triger the propgator in the scanner | ||||
| * | | dont needlessly triger the propgator in the scanner | Robin Appelman | 2016-05-23 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #24699 from owncloud/background-scan-recursion | Vincent Petry | 2016-05-23 | 1 | -3/+6 |
|\ \ \ | | | | | | | | | Only recurse into incomplete folders during background scans | ||||
| * | | | Only recurse into incomplete folders during background scans | Robin Appelman | 2016-05-23 | 1 | -3/+6 |
| | | | | |||||
* | | | | Merge pull request #24695 from owncloud/background-scan-propagate | Vincent Petry | 2016-05-23 | 1 | -1/+13 |
|\ \ \ \ | |/ / / |/| | | | Trigger propagation from the background scanner | ||||
| * | | | Trigger propagation from the background scanner | Robin Appelman | 2016-05-18 | 1 | -1/+13 |
| | | | | |||||
* | | | | Merge pull request #24349 from owncloud/nfd-storagewrapper | Vincent Petry | 2016-05-23 | 2 | -1/+534 |
|\ \ \ \ | |_|/ / |/| | | | Add wrapper for NFD encoding workaround | ||||
| * | | | Remove unneeded unsets in encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -16/+3 |
| | | | | |||||
| * | | | Fixes for encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -41/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo | ||||
| * | | | Scanner must normalize new children names for cache diff | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since new children from the storage might contain NFD entries, these must be normalized to NFC to be properly diff'ed with the cache contents which is always NFC. This fixes an issue where NFD entries would disappear from the cache after rescannng for children. | ||||
| * | | | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -0/+568 |
| | |/ | |/| | |||||
* | | | Merge pull request #24356 from owncloud/scanner-recursion-memory | Vincent Petry | 2016-05-23 | 1 | -22/+25 |
|\ \ \ | |/ / |/| | | Free up folder content from memory before recursing in the file scanner | ||||
| * | | Free up folder content from memory before recursing in the file scanner | Robin Appelman | 2016-04-29 | 1 | -22/+25 |
| | | | |||||
* | | | use mount providers to setup home storages (#24567) | Robin Appelman | 2016-05-17 | 4 | -33/+163 |
| |/ |/| | |||||
* | | Merge pull request #24341 from owncloud/scan-nfd-showwarning | Morris Jobke | 2016-05-02 | 1 | -13/+8 |
|\ \ | | | | | | | Add files:scan warning when NFD or incompatible encoding found | ||||
| * | | Fix SMB storage to not normalize UTF8 | Vincent Petry | 2016-04-29 | 1 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | This makes sure that even if a NFD file name exists, it is found by the storage and will be visible to higher layers. Even though the file will be discarded anyway there, it gives the scanner a chance to display a warning at least. | ||||
* | | | Move lonely file from \OC\Files to PSR-4 | Roeland Jago Douma | 2016-05-01 | 1 | -0/+69 |
| | | | | | | | | | | | | Conflicting PR probabaly caused this | ||||
* | | | Merge pull request #24212 from owncloud/no_need_to_prop_etag_on_shares | Roeland Douma | 2016-04-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | There is no need to do old etag propagation on shares | ||||
| * | | | Properly get the internal path for a cachejail move | Roeland Jago Douma | 2016-04-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #24207 from owncloud/cache-mount-provider | Roeland Douma | 2016-04-30 | 1 | -19/+0 |
|\ \ \ \ | |/ / / |/| | | | mount custom cache folder using mount providers | ||||
| * | | | mount custom cache folder using mount providers | Robin Appelman | 2016-04-29 | 1 | -19/+0 |
| |/ / | |||||
* | | | Merge pull request #24335 from ↵ | Thomas Müller | 2016-04-29 | 1 | -0/+18 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/warning-for-wrongly-done-storage-wrappers Add a warning if a storage wrapper was registered outside of the hook | ||||
| * | | | Add a warning if a storage wrapper was registered outside of the hook | Joas Schilling | 2016-04-29 | 1 | -0/+18 |
| | |/ | |/| | |||||
* | | | Merge pull request #24299 from owncloud/availability-avoid-concurrency | Thomas Müller | 2016-04-29 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | Prevent concurrent storage availability checks | ||||
| * | | Prevent concurrent availability checks | Robin McCorkell | 2016-04-26 | 1 | -0/+4 |
| |/ | |||||
* / | cap the normalized path cache | Robin Appelman | 2016-04-29 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #24246 from owncloud/local-invalid | Lukas Reschke | 2016-04-26 | 1 | -0/+3 |
|\ | | | | | error out if a local storage isn't setup correctly | ||||
| * | error out if a local storage isn't setup correctly | Robin Appelman | 2016-04-25 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #24256 from owncloud/scanner-propagate | Morris Jobke | 2016-04-26 | 1 | -0/+16 |
|\ \ | | | | | | | triger the propagator from the command line scanner | ||||
| * | | triger the propagator from the command line scanner | Robin Appelman | 2016-04-25 | 1 | -0/+16 |
| | | | |||||
* | | | do propagation in a single query | Robin Appelman | 2016-04-25 | 4 | -26/+54 |
|/ / | |||||
* | | Merge pull request #24248 from owncloud/d--j-master | Thomas Müller | 2016-04-25 | 5 | -10/+34 |
|\ \ | | | | | | | D j master | ||||
| * | | Merge branch 'master' of https://github.com/d--j/core into d--j-master | Thomas Müller | 2016-04-25 | 5 | -10/+34 |
| | | | |||||
* | | | Merge branch 'patch-1' of https://github.com/weits/core into weits-patch-1 | Thomas Müller | 2016-04-25 | 1 | -1/+1 |
|/ / | |||||
* / | add locks in the scanner to prevent multiple scanners running on the same files | Robin Appelman | 2016-04-25 | 1 | -0/+2 |
|/ | |||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 65 | -0/+18273 |