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
Akihiko Odaki 40e5d2303b Validate HTTP response length while receiving (#6891)
to_s method of HTTP::Response keeps blocking while it receives the whole
content, no matter how it is big. This means it may waste time to receive
unacceptably large files. It may also consume memory and disk in the
process. This solves the inefficency by checking response length while
receiving.
7 years ago
..
account_avatar.rb Validate HTTP response length while receiving (#6891) 7 years ago
account_finder_concern.rb Fix AccountFinderConcern::AccountFinder#with_usernames (#5722) 7 years ago
account_header.rb Validate HTTP response length while receiving (#6891) 7 years ago
account_interactions.rb Allow hiding of reblogs from followed users (#5762) 7 years ago
attachmentable.rb
cacheable.rb
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) 7 years ago
paginable.rb Fix prev/next links on public profile page (#6497) 7 years ago
relationship_cacheable.rb Cache relationships in API (#6482) 7 years ago
remotable.rb Validate HTTP response length while receiving (#6891) 7 years ago
status_threading_concern.rb Introduce StatusThreadingConcern (#3490) 8 years ago
streamable.rb Define instance method outside #included (#3128) 8 years ago