mastodon/app/models
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.
2018-03-26 14:02:10 +02:00
..
admin
concerns Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
form
web
account.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
account_domain_block.rb
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
backup.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
custom_emoji_filter.rb
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb
follow_request.rb
home_feed.rb
identity.rb
import.rb
instance.rb
instance_filter.rb
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
mention.rb
mute.rb
notification.rb Change columns in notifications nonnullable (#6764) 2018-03-24 12:51:28 +01:00
preview_card.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb Remove text requirement when media attached from statuses (#6672) 2018-03-07 08:28:52 +01:00
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb Fix #6715: Make catalan words with the L geminate letter work in hashtags (#6741) 2018-03-11 14:55:49 +01:00
user.rb bugfixes and gem update (#6831) 2018-03-19 20:08:56 +01:00
web.rb