nextcloud/lib/private/Files
Robin Appelman 3ab160dd5a
fopen s3 objects directly to work around unexplainable guzzle bug
For some reason when a text file started with a valid hex character ([0-9a-f]) it would eat the text untill the first newline
The new code does basically the same thing as guzzle/s3-sdk did only without wrapping everything in a guzzle stream

Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-16 15:30:37 +01:00
..
AppData Add Tests 2016-10-05 11:00:16 +02:00
Cache explicitly cast mtime to int 2016-11-03 14:36:46 +01:00
Config optimize Folder::getById to use less queries 2016-10-12 16:12:28 +02:00
Mount Improve isMounted to handle primary storage object store 2016-11-16 15:30:36 +01:00
Node Introduce an event for first time login based on the last login time stamp 2016-11-14 14:50:10 +01:00
ObjectStore fopen s3 objects directly to work around unexplainable guzzle bug 2016-11-16 15:30:37 +01:00
SimpleFS avatar to appdata 2016-10-05 11:00:16 +02:00
Storage Merge pull request #1890 from nextcloud/downstream-25428 2016-10-25 14:44:27 +02:00
Stream Get rid of very old oc:// stream wrapper (#26381) 2016-10-20 20:46:30 +02:00
Type Fix mimetype detection inside hidden folders (#26138) 2016-09-26 11:31:03 +02:00
Utils Store the shared propagator instance 2016-08-10 10:57:49 +02:00
FileInfo.php Improve isMounted to handle primary storage object store 2016-11-16 15:30:36 +01:00
Filesystem.php Fix initMountPoints to set usersSetup earlier 2016-11-03 20:45:40 +01:00
View.php only query substorages to calculate the final mtime/size/etag lazily 2016-11-10 13:59:22 +01:00