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/app/models/concerns
ThibG 50a2854f92 Fix jpeg files sometimes being returned with a .jpe extension (#7881)
While this isn't exactly *wrong*, files uploaded with a “.jpe” extension will
keep that extension, which will often cause them to be served with an
incorrect mimetype.
8 years ago
..
account_avatar.rb Validate HTTP response length while receiving (#6891) 8 years ago
account_finder_concern.rb Fix UniqueUsernameValidator comparison (#6926) 8 years ago
account_header.rb Validate HTTP response length while receiving (#6891) 8 years ago
account_interactions.rb Reduce wasted work in RemoveStatusService due to inactive followers (#7672) 8 years ago
attachmentable.rb Fix jpeg files sometimes being returned with a .jpe extension (#7881) 8 years ago
cacheable.rb Fix cache_associated no longer working (#7320) 8 years ago
omniauthable.rb Add additional first_name and last_name SAML attribute statement options, and modify Omniauthable concern to use full_name or first_name + last_name if not available (#6669) 8 years ago
paginable.rb Fix prev/next links on public profile page (#6497) 8 years ago
relationship_cacheable.rb Cache relationships in API (#6482) 8 years ago
remotable.rb Fix fetch of remote image with multiple Content-Type headers (#7749) 8 years ago
status_threading_concern.rb Fix context performance by partially reverting #7083 (#7734) 8 years ago
streamable.rb