jonnybarnes.uk/app
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 4569abc351
Add command to reprocess existing media with correct aspect-ratio scaling
ProcessMedia was using resize(), which distorts images that aren't the
target aspect ratio; scale() preserves it. Existing medium/small
variants generated before this fix need regenerating, so add an
artisan command (with --dry-run) to do that, plus feature tests.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-02 20:00:30 +01:00
..
CommonMark Upgrade to Laravel 13 2026-04-07 09:01:19 +01:00
Console Add command to reprocess existing media with correct aspect-ratio scaling 2026-07-02 20:00:30 +01:00
Exceptions Implement micropub update support with clean exception-based error handling 2026-02-22 10:15:35 +00:00
Http Upgrade to Laravel 13 2026-04-07 09:01:19 +01:00
Jobs Add command to reprocess existing media with correct aspect-ratio scaling 2026-07-02 20:00:30 +01:00
Models Upgrade to Laravel 13 2026-04-07 09:01:19 +01:00
Observers Remove psalm annotations 2025-04-10 20:09:36 +01:00
Providers Upgrade to Laravel 13 2026-04-07 09:01:19 +01:00
Services Upgrade to Laravel 13 2026-04-07 09:01:19 +01:00
Traits Switch to Symfony’s HTML Sanitizer package 2022-06-02 09:40:34 +01:00