BookStack/app/Uploads
Dan Brown 82e8b1577e
Updated attachment download responses to stream from filesystem
This allows download of attachments that are larger than current memory
limits, since we're not loading the entire file into memory any more.

For inline file responses, we take a 1kb portion of the file to sniff
before to check mime before we proceed.
2022-04-02 18:07:43 +01:00
..
Attachment.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
AttachmentService.php Updated attachment download responses to stream from filesystem 2022-04-02 18:07:43 +01:00
HttpFetcher.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Image.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
ImageRepo.php Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00
ImageService.php Fixed tests, applied StyleCI changes 2022-03-26 20:38:03 +00:00
UserAvatars.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00