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
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
..
Auth chore: resolve psalm issues in admin commands and auth 4 weeks ago
Console/Commands Remove sha256 verification from MediaMoveStorageLocalToCloud 2 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http Normalize cropped story images to the 1080x1920 canvas (#7215) 2 weeks ago
Jobs Merge pull request #7192 from pixelfed/refactor/str-of-to-native 2 weeks ago
Listeners refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Mail refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Models Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
Observers Fix StoryIndexService 2 weeks ago
Passport Fix PAT 3 months ago
Policies refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Providers Split Horizon into priority-based supervisors, add balanceCooldown 2 weeks ago
Rules refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
Services Fix web notifications not loading (#7195) 2 weeks ago
Transformer Fix web notifications not loading (#7195) 2 weeks ago
Util Merge pull request #7192 from pixelfed/refactor/str-of-to-native 2 weeks ago
HasSnowflakePrimary.php
…
helpers.php
…