nextcloud/lib/private/Files/Storage
Vincent Petry 5d7f37d570
Check whether remote DAV server accepted the mtime on touch
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.
2016-05-30 16:10:30 +02:00
..
PolyFill Update license headers 2016-05-26 19:57:24 +02:00
Wrapper Update license headers 2016-05-26 19:57:24 +02:00
Common.php Update license headers 2016-05-26 19:57:24 +02:00
CommonTest.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
DAV.php Check whether remote DAV server accepted the mtime on touch 2016-05-30 16:10:30 +02:00
FailedStorage.php Update license headers 2016-05-26 19:57:24 +02:00
Flysystem.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
Home.php Update license headers 2016-05-26 19:57:24 +02:00
Local.php Update license headers 2016-05-26 19:57:24 +02:00
LocalTempFileTrait.php Update license headers 2016-05-26 19:57:24 +02:00
Storage.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
StorageFactory.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00
Temporary.php Move \OC\Files to PSR-4 2016-04-24 21:37:35 +02:00