aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Stream/HashWrapper.php
Commit message (Collapse)AuthorAgeFilesLines
* handle errors from hash_finalRobin Appelman2022-09-021-2/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* handle cases where the hash context gets cleaned up before the hash wrapperRobin Appelman2022-08-311-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Run cs:fix and fix HashWrapper codeMorris Jobke2020-04-151-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+72
hashes are set in "X-Hash-MD5", "X-Hash-SHA1" and "X-Hash-SHA256" headers. these headers are set for file uploads and the MOVE request at the end of a multipart upload. Signed-off-by: Robin Appelman <robin@icewind.nl>