Commit Graph
4 Commits
Author SHA1 Message Date
Dominik Schmidt 59721bc76a feat(webdav): use Tika's merged thumbnail preset
Tika merged the thumbnail catalog preset and ThumbnailUnpackSelector
(TIKA-4856): PUT /unpack/preset/thumbnail returns exactly the one raster
image a client would show for the document - a stored thumbnail, the
rendering of a metafile thumbnail, or the rendered first page. The
client-side selection over /unpack/all (embedded-resource-type marks,
metafile renderings, id-path matching) moves to the server; the preset
zip carries one image without metadata sidecars, so the entry's
extension names the type and the bytes break the tie. A 404 now points
at the preset activation the server config needs.
2026-09-16 14:12:21 +00:00
Dominik Schmidt d8e6ade0fa feat(webdav): take the thumbnail tika marks, and the rendering of a metafile 2026-09-16 13:04:18 +00:00
Dominik Schmidt d8cd5805d6 feat(webdav): thumbnails through a Tika server
Every file the built-in converters cannot render goes to /unpack/thumbnail
(Tika 4.1) and comes back with the image Tika marks as its thumbnail.
2026-09-16 13:04:15 +00:00
Jörn Friedrich Dreyer 5f67c791cb refactor(webdav): drive the thumbnail workflow via the push-based generator
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2026-09-08 23:25:17 +02:00