| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: $uid type in Encryption streamartonge/fix/uid_type | Louis | 2024-10-23 | 1 | -1/+1 |
* | refactor(Stream\Encryption): Migrate to strong types | provokateurin | 2024-10-07 | 1 | -74/+42 |
* | fix(Storage): Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -2/+2 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 4 | -89/+12 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -3/+3 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -12/+12 |
* | fix SeekableHttpStream::stream_stat errors on failed open | Robin Appelman | 2023-07-13 | 1 | -1/+3 |
* | Fix psalm errors related to filesizes | Côme Chilliet | 2023-02-07 | 1 | -3/+3 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -3/+1 |
* | Also update the unencrypted size of files when creating them with empty content | Julius Härtl | 2022-12-07 | 1 | -0/+1 |
* | Update the unencrypted file size when closing streams | Julius Härtl | 2022-12-07 | 1 | -1/+1 |
* | compare cached filesize on download | Maxence Lange | 2022-12-01 | 1 | -1/+10 |
* | fix using FSEEK_END with SeekableHttpStream to get file size | Robin Appelman | 2022-09-15 | 1 | -21/+60 |
* | handle errors from hash_final | Robin Appelman | 2022-09-02 | 1 | -2/+7 |
* | handle cases where the hash context gets cleaned up before the hash wrapper | Robin Appelman | 2022-08-31 | 1 | -1/+5 |
* | handle stream wrappers in SeekableHttpStream | Robin Appelman | 2022-06-08 | 1 | -0/+13 |
* | Save encrypted files in binary format | plumbeo | 2022-05-04 | 1 | -1/+1 |
* | Support seeking also from the end of file on S3 storage | Pauli Järvinen | 2021-09-11 | 1 | -1/+10 |
* | Unregister enc stream wrapper for any exception | Vincent Petry | 2021-08-26 | 1 | -1/+1 |
* | [3rdparty] streams-0.7.4 | Robin Appelman | 2021-06-10 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -6/+2 |
* | Bump icewind/streams from 0.7.1 to 0.7.2 | Christoph Wurst | 2020-12-29 | 2 | -9/+28 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+2 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -5/+5 |
* | Cast float to int to avoid invalid scalar argument warning | Morris Jobke | 2020-08-18 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -3/+8 |
* | Run cs:fix and fix HashWrapper code | Morris Jobke | 2020-04-15 | 1 | -1/+3 |
* | Return hashes of uploaded content for dav uploads | Robin Appelman | 2020-04-13 | 1 | -0/+72 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -16/+7 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | harden seekable http stream a bit against failures | Robin Appelman | 2020-04-09 | 1 | -3/+13 |
* | update autoloader | Robin Appelman | 2020-04-03 | 1 | -9/+7 |
* | add basic tests for s3 seeking and add some error handling if reopen return t... | Robin Appelman | 2020-04-01 | 1 | -8/+18 |
* | make seekable s3 stream generic | Robin Appelman | 2020-04-01 | 1 | -0/+174 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -10/+10 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+5 |
* | Update Encryption.php | martink-p | 2019-06-17 | 1 | -7/+9 |
* | Update Encryption.php | martink-p | 2019-06-17 | 1 | -1/+7 |
* | Apply suggestions from code review | martink-p | 2019-06-17 | 1 | -5/+5 |
* | Update Encryption.php | martink-p | 2019-06-17 | 1 | -2/+19 |
* | Use CountWrapper instead of almost identical CountReadStream | Roeland Jago Douma | 2019-02-15 | 1 | -65/+0 |
* | extend storage api to allow directly writing a stream to storage | Robin Appelman | 2018-10-31 | 1 | -0/+65 |
* | make file cache updates more robust | Bjoern Schiessle | 2018-07-31 | 1 | -2/+17 |
* | Use better way to determine stream type in encryption stream wrapper | Robin Appelman | 2018-05-01 | 1 | -3/+3 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+1 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |