nextcloud-server/lib/private/Files/Storage
Robin Appelman 54b14946b4 handle long etags from dav external storage
we can only store etags up to 40 characters long in the database, so when we get an etag that's longer we simply hash it to bring down the length

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-03-14 16:19:09 +07:00
..
PolyFill
Wrapper don't close input stream when writing in encrypted file 2019-01-14 15:22:34 +07:00
Common.php fix writeStream for jail wrapper 2018-10-31 21:10:57 +07:00
CommonTest.php
DAV.php handle long etags from dav external storage 2019-03-14 16:19:09 +07:00
FailedStorage.php Update license headers 2017-11-06 16:56:19 +07:00
Flysystem.php Remove \OCP\Files::tmpFile 2018-03-19 10:52:35 +07:00
Home.php Use fallback path if data dir is not available for Storage/Local.php 2018-01-18 16:38:01 +07:00
Local.php extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +07:00
LocalTempFileTrait.php
Storage.php
StorageFactory.php
Temporary.php