BookStack/app/Uploads
Dan Brown b2d48d9a7f
Images: Rolled out image memory handling to image actions
- Moved thumnbail loading out of repo into ImageResizer.
- Updated gallery and editor image handling to show errors where
  possible to indicate memory issues for resizing/thumbs.
- Updated gallery to load image data in a per-image basis via edit form
  for more resiliant thumb/data fetching. Data was previously provided
  via gallery listing, which could be affected by failing generation
  of other images.
- Updated image manager double click handling to be more pleasant and
  not flash away the edit form.
- Updated editor handlers to use main URL when thumbs fail to load.
2023-10-01 13:05:18 +01:00
..
Controllers Images: Rolled out image memory handling to image actions 2023-10-01 13:05:18 +01:00
Attachment.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
AttachmentService.php Fixed static analysis issues 2023-02-06 20:00:44 +00:00
FaviconHandler.php Added control-upon-access of the default favicon.ico file 2023-02-09 21:16:27 +00:00
Image.php Images: Rolled out image memory handling to image actions 2023-10-01 13:05:18 +01:00
ImageRepo.php Images: Rolled out image memory handling to image actions 2023-10-01 13:05:18 +01:00
ImageResizer.php Images: Rolled out image memory handling to image actions 2023-10-01 13:05:18 +01:00
ImageService.php Images: Extracted out image resizing to its own class 2023-09-30 20:00:48 +01:00
ImageStorage.php Images: Added thin wrapper around image filesystem instances 2023-09-30 19:12:22 +01:00
ImageStorageDisk.php Images: Extracted out image resizing to its own class 2023-09-30 20:00:48 +01:00
UserAvatars.php Avatar Commend: Simplified and updated during review 2023-09-19 15:53:01 +01:00