aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Stream
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-244-89/+12
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-12/+12
* fix SeekableHttpStream::stream_stat errors on failed openRobin Appelman2023-07-131-1/+3
* Fix psalm errors related to filesizesCôme Chilliet2023-02-071-3/+3
* composer run cs:fixCôme Chilliet2023-01-201-3/+1
* Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-071-0/+1
* Update the unencrypted file size when closing streamsJulius Härtl2022-12-071-1/+1
* compare cached filesize on downloadMaxence Lange2022-12-011-1/+10
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-151-21/+60
* handle errors from hash_finalRobin Appelman2022-09-021-2/+7
* handle cases where the hash context gets cleaned up before the hash wrapperRobin Appelman2022-08-311-1/+5
* handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-081-0/+13
* Save encrypted files in binary formatplumbeo2022-05-041-1/+1
* Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-111-1/+10
* Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
* [3rdparty] streams-0.7.4Robin Appelman2021-06-101-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-6/+2
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-292-9/+28
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
* Cast float to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-3/+8
* Run cs:fix and fix HashWrapper codeMorris Jobke2020-04-151-1/+3
* Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+72
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-16/+7
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13
* update autoloaderRobin Appelman2020-04-031-9/+7
* add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-011-8/+18
* make seekable s3 stream genericRobin Appelman2020-04-011-0/+174
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-10/+10
* Update license headersChristoph Wurst2019-12-052-2/+5
* Update Encryption.phpmartink-p2019-06-171-7/+9
* Update Encryption.phpmartink-p2019-06-171-1/+7
* Apply suggestions from code reviewmartink-p2019-06-171-5/+5
* Update Encryption.phpmartink-p2019-06-171-2/+19
* Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-151-65/+0
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-0/+65
* make file cache updates more robustBjoern Schiessle2018-07-311-2/+17
* Use better way to determine stream type in encryption stream wrapperRobin Appelman2018-05-011-3/+3
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* only collect detailed access list if it is really neededBjoern Schiessle2017-07-061-1/+4
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-119/+0
* Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma2017-01-061-74/+20
|\
| * remove the need to register the quota streamwrapper globallyRobin Appelman2017-01-041-74/+20