nextcloud/lib/private/Files
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
..
AppData Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Cache code style and dispatchTyped 2020-12-02 16:15:02 +01:00
Config Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
Mount set the mount id before calling storage wrapper 2020-08-31 16:38:47 +02:00
Node Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
Notify Update license headers 2019-12-05 15:38:45 +01:00
ObjectStore use in objectstore copy 2020-11-24 15:16:58 +01:00
Search Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
SimpleFS Update license headers for 19 2020-04-29 11:57:22 +02:00
Storage files: Local#writeStream should use it's own file_put_contents 2020-12-07 18:11:40 +01:00
Stream Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Type Don't leave cursors open when tests fail 2020-11-09 12:28:17 +01:00
Utils Add visibility to all constants 2020-04-10 16:54:27 +02:00
FileInfo.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Filesystem.php Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8 2020-09-09 21:52:36 +02:00
View.php Unlock when promoting to exclusive lock fails 2020-11-07 10:31:26 -05:00