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.
mastodon/spec
Eugen Rochko 0fb0037ca7
Resize images by area instead of fixed dimensions (#8083)
To improve the way super tall or super ride images are treated, the
numbers remain the same, 1280x1280 and 400x400, but if an image
is less in one dimension than the other, the other can become larger

Thanks to @WAHa_06x36@mastodon.social for the tip
7 years ago
..
controllers Add more granular OAuth scopes (#7929) 7 years ago
fabricators Add federation relay support (#7998) 7 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures Slightly reduce RAM usage (#7301) 7 years ago
helpers Display full acct on public status pages, always (#8011) 7 years ago
lib Disable language detection for texts shorter than 140 characters (#8010) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Resize images by area instead of fixed dimensions (#8083) 7 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Isolate each specs for cache store (#6450) 7 years ago
requests Use raw status code on have_http_status (#7214) 7 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Fix domain hiding logic (#7765) 7 years ago
support Remove empty strings (#5732) 7 years ago
validators Add a spec for UniqueUsernameValidator (#6927) 7 years ago
views Remove .p-name microformat class (#7961) 7 years ago
workers Lists (#5703) 7 years ago
rails_helper.rb Slightly reduce RAM usage (#7301) 7 years ago
spec_helper.rb Disable simplecov on CircleCI (#7416) 7 years ago