summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-2163-63/+63
|
* Fix othersJoas Schilling2016-07-2170-102/+175
|
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-134-16/+63
|
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-19/+1
| | | | * the setup check is still there
* fix swift primary object store test (#25281)Thomas Müller2016-07-051-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 coreHendrik Leppelsack2016-07-011-6/+6
|
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-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 Appelman2016-06-271-3/+3
| | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability
* Fire hooks for mkdir for folder uploadkarakayasemi2016-06-211-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-cappedVincent Petry2016-06-151-3/+14
|\ | | | | Capped cache for cache info in UserMountCache
| * Capped cache for cache info in UserMountCacheVincent Petry2016-06-131-3/+14
| |
* | Merge pull request #25102 from owncloud/preview-delete-performanceVincent Petry2016-06-151-4/+14
|\ \ | | | | | | Preview delete performance
| * | optimized size propagation on deletesRobin Appelman2016-06-141-4/+14
| | |
* | | handle invalid storages in LazyStorageMountInfoRobin Appelman2016-06-132-8/+16
|/ /
* | Merge pull request #24863 from owncloud/propagator-batchingVincent Petry2016-06-102-1/+91
|\ \ | |/ |/| Propagator batching for the file scanner
| * fix mtime propagation on sqliteRobin Appelman2016-06-021-3/+3
| |
| * use propagator batching in the scannerRobin Appelman2016-06-021-0/+4
| |
| * add propagator batchingRobin Appelman2016-06-021-0/+86
| |
* | Merge pull request #25028 from owncloud/scanner-user-not-setupVincent Petry2016-06-091-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 yetRobin Appelman2016-06-081-1/+6
| | |
* | | Merge pull request #24899 from owncloud/local-storage-symlinksVincent Petry2016-06-082-2/+35
|\ \ \ | | | | | | | | dissalow symlinks in local storages that point outside the datadir
| * | | Ignore forbidden files while scanningRobin Appelman2016-06-071-1/+6
| | | |
| * | | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-1/+29
| |/ /
* | | make sure $data['mtime'] is always a timestampRobin Appelman2016-06-071-0/+3
| | |
* | | don't update storage mtime if we can't get the modified dateRobin Appelman2016-06-071-1/+4
|/ /
* | Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
| |
* | return success when deleting ghost filesRobin Appelman2016-06-031-1/+3
| |
* | allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-031-15/+28
| |
* | normalize path in getInternalPathGeorg Ehrke2016-06-021-0/+1
| |
* | Add keepUnicode value in the cache key of normalizedPathCacheVincent Petry2016-06-011-1/+1
|/
* Check whether remote DAV server accepted the mtime on touchVincent Petry2016-05-301-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 foldersVincent Petry2016-05-301-6/+23
| | | | The trailing slash is needed when talking to Apache's mod_dav server
* trigger size calculation after scanning (#24875)Robin Appelman2016-05-301-0/+6
|
* Update license headersLukas Reschke2016-05-2628-30/+50
|
* Merge pull request #24760 from owncloud/objectstore_multibucketVincent Petry2016-05-242-2/+115
|\ | | | | Objectstore multibucket
| * Store user bucket in preferencesRoeland Jago Douma2016-05-231-8/+16
| |
| * Fix NameRoeland Jago Douma2016-05-231-4/+4
| |
| * Allow multibucket in objectstoreRoeland Jago Douma2016-05-232-2/+107
| |
* | Merge pull request #24750 from ↵Vincent Petry2016-05-231-0/+34
|\ \ | |/ |/| | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * Code style and doc fixPiotr Filiciak2016-05-231-4/+4
| |
| * Http Range requests support in downloadsPiotr Filiciak2016-05-201-0/+34
| | | | | | | | Http range requests support is required for video preview
* | Merge pull request #24777 from owncloud/scanner-dont-propagateVincent Petry2016-05-231-2/+4
|\ \ | | | | | | dont needlessly triger the propgator in the scanner
| * | dont needlessly triger the propgator in the scannerRobin Appelman2016-05-231-2/+4
| | |
* | | Merge pull request #24699 from owncloud/background-scan-recursionVincent Petry2016-05-231-3/+6
|\ \ \ | | | | | | | | Only recurse into incomplete folders during background scans
| * | | Only recurse into incomplete folders during background scansRobin Appelman2016-05-231-3/+6
| | | |
* | | | Merge pull request #24695 from owncloud/background-scan-propagateVincent Petry2016-05-231-1/+13
|\ \ \ \ | |/ / / |/| | | Trigger propagation from the background scanner
| * | | Trigger propagation from the background scannerRobin Appelman2016-05-181-1/+13
| | | |
* | | | Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-232-1/+534
|\ \ \ \ | |_|/ / |/| | | Add wrapper for NFD encoding workaround
| * | | Remove unneeded unsets in encoding wrapperVincent Petry2016-05-201-16/+3
| | | |
| * | | Fixes for encoding wrapperVincent Petry2016-05-201-41/+19
| | | | | | | | | | | | | | | | | | | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo