mirror of
https://github.com/error311/FileRise.git
synced 2026-05-17 09:49:27 -05:00
a60bb5c546
- Docker: ship ffmpeg so video thumbnails work out-of-the-box in container installs - add /api/file/thumbnail.php endpoint to generate + cache JPEG thumbnails for video files - UI: use ffmpeg-backed thumbnails for hover previews + gallery cards (fallback to movie icon) - harden query param parsing for file endpoints (avoid array/querystring edge cases) - docs: add FFmpeg + archive tools to THIRD_PARTY notices Closes #79