nextcloud/lib/private/Files/Storage
Robin Appelman 35f317df7b
handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage
the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that

Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-25 19:17:06 +02:00
..
PolyFill Update with robin 2016-07-21 18:13:58 +02:00
Wrapper handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage 2019-09-25 19:17:06 +02:00
Common.php handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage 2019-09-25 19:17:06 +02:00
CommonTest.php Update with robin 2016-07-21 18:13:58 +02:00
DAV.php Undefined variable response when server is no nextcloud anymore 2019-08-20 12:54:58 +02:00
FailedStorage.php Update license headers 2017-11-06 16:56:19 +01:00
Flysystem.php Remove \OCP\Files::tmpFile 2018-03-19 10:52:35 +01:00
Home.php Use fallback path if data dir is not available for Storage/Local.php 2018-01-18 16:38:01 +01:00
Local.php Supress warnings touch can generate 2019-07-26 17:26:59 +02:00
LocalTempFileTrait.php Fix others 2016-07-21 18:13:57 +02:00
Storage.php Add missing PHPDoc and properly throw exception 2017-02-13 18:03:35 -06:00
StorageFactory.php Update with robin 2016-07-21 18:13:58 +02:00
Temporary.php Update with robin 2016-07-21 18:13:58 +02:00