BookStack/app/Uploads
Dan Brown 8213ea9a71
Fixed issue where URL params in image names would cause loading failure
Updated file name handling to route through str:slug to be cleaned up
a little.
Added testing to cover.

Fixes #2161
2020-07-25 11:18:40 +01:00
..
Attachment.php Started migration of attachment manager from vue 2020-06-30 22:12:45 +01:00
AttachmentService.php Started migration of attachment manager from vue 2020-06-30 22:12:45 +01:00
HttpFetcher.php
Image.php
ImageRepo.php Converted image-manager to be component/HTML based 2020-07-25 00:20:58 +01:00
ImageService.php Fixed issue where URL params in image names would cause loading failure 2020-07-25 11:18:40 +01:00
UploadService.php