BookStack/app/Uploads
Dan Brown 85154fff69
Added an env configurable file upload size limit
Replaces the old suggestion of setting JS head 'window.uploadLimit'
variable. This new env option will be used by back-end validation and
front-end libs/logic too.

Limits already likely exist within prod environments at a PHP and
webserver level but this allows an app-level limit and centralises the
option on the BookStack side into the .env

Closes #3033
2021-11-14 22:03:22 +00:00
..
Attachment.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
AttachmentService.php Added an env configurable file upload size limit 2021-11-14 22:03:22 +00: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 Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
ImageService.php Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
UserAvatars.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00