nextcloud/lib/private/Files/Storage
Tigran Mkrtchyan f3513f3fe4 files: Local#writeStream should use it's own file_put_contents
The OC\Files\Storage\Local#writeStream use system provided file_put_contents.
However, it overrides file_put_contents, thus expects that the default behaviour
can be different.

Use Local#file_put_contents in writeStream to benefit from class specific functionality.

Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
2020-12-07 18:11:40 +01:00
..
PolyFill Update license headers 2019-12-05 15:38:45 +01:00
Wrapper Make sure root storage is valid before checking its size 2020-11-09 08:49:30 +01:00
Common.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
CommonTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
DAV.php Improve CertificateManager to not be user context dependent 2020-11-03 00:13:01 +01:00
FailedStorage.php Update license headers 2019-12-05 15:38:45 +01:00
Flysystem.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Home.php Update license headers 2019-12-05 15:38:45 +01:00
Local.php files: Local#writeStream should use it's own file_put_contents 2020-12-07 18:11:40 +01:00
LocalRootStorage.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
LocalTempFileTrait.php Update license headers 2019-12-05 15:38:45 +01:00
Storage.php Update license headers for 19 2020-04-29 11:57:22 +02:00
StorageFactory.php Update license headers 2019-12-05 15:38:45 +01:00
Temporary.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00