Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 63 | -63/+63 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 70 | -102/+175 |
| | |||||
* | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 4 | -16/+63 |
| | |||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -19/+1 |
| | | | | * the setup check is still there | ||||
* | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test. | ||||
* | remove png references in core | Hendrik Leppelsack | 2016-07-01 | 1 | -6/+6 |
| | |||||
* | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -1/+6 |
| | | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage | ||||
* | handle unavailable fed shares while testing for availability (#25277) | Robin Appelman | 2016-06-27 | 1 | -3/+3 |
| | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability | ||||
* | Fire hooks for mkdir for folder upload | karakayasemi | 2016-06-21 | 1 | -1/+22 |
| | | | | | | fromTmpFile function, usual mkdir call is only working for file's parent directory. Does not care upper parent folders. I added a recursive function that creates parent non-existing folders with usual mkdir. | ||||
* | Merge pull request #25056 from owncloud/fs-usermountcache-capped | Vincent Petry | 2016-06-15 | 1 | -3/+14 |
|\ | | | | | Capped cache for cache info in UserMountCache | ||||
| * | Capped cache for cache info in UserMountCache | Vincent Petry | 2016-06-13 | 1 | -3/+14 |
| | | |||||
* | | Merge pull request #25102 from owncloud/preview-delete-performance | Vincent Petry | 2016-06-15 | 1 | -4/+14 |
|\ \ | | | | | | | Preview delete performance | ||||
| * | | optimized size propagation on deletes | Robin Appelman | 2016-06-14 | 1 | -4/+14 |
| | | | |||||
* | | | handle invalid storages in LazyStorageMountInfo | Robin Appelman | 2016-06-13 | 2 | -8/+16 |
|/ / | |||||
* | | Merge pull request #24863 from owncloud/propagator-batching | Vincent Petry | 2016-06-10 | 2 | -1/+91 |
|\ \ | |/ |/| | Propagator batching for the file scanner | ||||
| * | fix mtime propagation on sqlite | Robin Appelman | 2016-06-02 | 1 | -3/+3 |
| | | |||||
| * | use propagator batching in the scanner | Robin Appelman | 2016-06-02 | 1 | -0/+4 |
| | | |||||
| * | add propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+86 |
| | | |||||
* | | Merge pull request #25028 from owncloud/scanner-user-not-setup | Vincent Petry | 2016-06-09 | 1 | -1/+6 |
|\ \ | | | | | | | skip scanning for a user when the user is not setup yet | ||||
| * | | skip scanning for a user when the user is not setup yet | Robin Appelman | 2016-06-08 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #24899 from owncloud/local-storage-symlinks | Vincent Petry | 2016-06-08 | 2 | -2/+35 |
|\ \ \ | | | | | | | | | dissalow symlinks in local storages that point outside the datadir | ||||
| * | | | Ignore forbidden files while scanning | Robin Appelman | 2016-06-07 | 1 | -1/+6 |
| | | | | |||||
| * | | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 1 | -1/+29 |
| |/ / | |||||
* | | | make sure $data['mtime'] is always a timestamp | Robin Appelman | 2016-06-07 | 1 | -0/+3 |
| | | | |||||
* | | | don't update storage mtime if we can't get the modified date | Robin Appelman | 2016-06-07 | 1 | -1/+4 |
|/ / | |||||
* | | Fix warnings when trying to get mtime of non existing files | Robin Appelman | 2016-06-03 | 1 | -3/+3 |
| | | |||||
* | | return success when deleting ghost files | Robin Appelman | 2016-06-03 | 1 | -1/+3 |
| | | |||||
* | | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-03 | 1 | -15/+28 |
| | | |||||
* | | normalize path in getInternalPath | Georg Ehrke | 2016-06-02 | 1 | -0/+1 |
| | | |||||
* | | 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 |