Commit Graph

58 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman b0e663fa28
fix SeekableHttpStream::stream_stat errors on failed open 3 years ago
Côme Chilliet d9dbed9105
Fix psalm errors related to filesizes 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Julius Härtl 59ae6e9dd6
Also update the unencrypted size of files when creating them with empty content 3 years ago
Julius Härtl 77edd36583
Update the unencrypted file size when closing streams 3 years ago
Maxence Lange cc639a8877 compare cached filesize on download 3 years ago
Robin Appelman d8961ed10f
fix using FSEEK_END with SeekableHttpStream to get file size 3 years ago
Robin Appelman 9f5f970957
handle errors from hash_final 3 years ago
Robin Appelman a9575a7029
handle cases where the hash context gets cleaned up before the hash wrapper 3 years ago
Robin Appelman 499995b37a
handle stream wrappers in SeekableHttpStream 4 years ago
plumbeo 1258caeab7 Save encrypted files in binary format 4 years ago
Pauli Järvinen a335592f14 Support seeking also from the end of file on S3 storage 4 years ago
Vincent Petry 9c6bbfac45
Unregister enc stream wrapper for any exception 4 years ago
Robin Appelman 581cbdc20c
[3rdparty] streams-0.7.4 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst 73c7d0dc81
Bump icewind/streams from 0.7.1 to 0.7.2 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Morris Jobke 560ccf5d83
Cast float to int to avoid invalid scalar argument warning 5 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Morris Jobke 7fe8477830
Run cs:fix and fix HashWrapper code 6 years ago
Robin Appelman c2677682c4
Return hashes of uploaded content for dav uploads 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Robin Appelman 60de74ac40
harden seekable http stream a bit against failures 6 years ago
Robin Appelman e22a28ecc2
update autoloader 6 years ago
Robin Appelman 3ba46f3b50
add basic tests for s3 seeking and add some error handling if reopen return the wrong range 6 years ago
Robin Appelman 7b07e7251c
make seekable s3 stream generic 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
martink-p 9cff71f5b0 Update Encryption.php 7 years ago
martink-p 8b22ede5f3 Update Encryption.php 7 years ago
martink-p 39a4fe40a3 Apply suggestions from code review 7 years ago
martink-p 4b9675df6c Update Encryption.php 7 years ago
Roeland Jago Douma 104616c1da
Use CountWrapper instead of almost identical CountReadStream 7 years ago
Robin Appelman 93de63777e
extend storage api to allow directly writing a stream to storage 7 years ago
Bjoern Schiessle a9e22c5f1c
make file cache updates more robust 8 years ago
Robin Appelman 57ba18f47f
Use better way to determine stream type in encryption stream wrapper 8 years ago
Morris Jobke eb51f06a3b
Use ::class statement instead of string 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Bjoern Schiessle da51ec38f4
only collect detailed access list if it is really needed 9 years ago
Robin Appelman 5774d3e82c
replace close:// streamwrapper with CallBackWrapper 9 years ago
Robin Appelman bca91f2216
remove static:// stream wrapper 9 years ago