You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http
Your Name 7a420112bf Normalize cropped story images to the 1080x1920 canvas (#7215)
cropPhoto() used coverDown(1080, 1920), which only downscales, so an
undersized crop was stored at its original size (e.g. 110x196). Remote
servers then dropped the image story for not matching expected story
dimensions while videos federated. Use cover() so small crops are scaled
up to fill the canvas.

Note: the complementary remote-side validator relaxation (StoryFetch
validateImageFile) is tracked separately and not included here.
2 weeks ago
..
Controllers Normalize cropped story images to the 1080x1920 canvas (#7215) 2 weeks ago
Middleware Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
Requests Fix ProfileMigrationStorageRequest, use signed requests for gts and other compat 4 weeks ago
Resources Merge pull request #7059 from pixelfed/chore/convert-string-refs-to-class 3 weeks ago