aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Stream/SeekableHttpStream.php
Commit message (Collapse)AuthorAgeFilesLines
* compare cached filesize on downloadMaxence Lange2022-12-011-1/+10
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-151-21/+60
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-081-0/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-111-1/+10
| | | | | | | | The PR https://github.com/nextcloud/server/pull/20033 added support for `fseek` for the S3 storage backend. However, the seek mode SEEK_END was left out that time. This PR fills this gap. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update autoloaderRobin Appelman2020-04-031-9/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add basic tests for s3 seeking and add some error handling if reopen return ↵Robin Appelman2020-04-011-8/+18
| | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl>
* make seekable s3 stream genericRobin Appelman2020-04-011-0/+174
Signed-off-by: Robin Appelman <robin@icewind.nl>