summary refs log tree commit diff
path: root/changelog.d/8236.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not error when thumbnailing invalid files (#8236)Patrick Cloke2020-09-091-0/+1
If a file cannot be thumbnailed for some reason (e.g. the file is empty), then catch the exception and convert it to a reasonable error message for the client.