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/helpers
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
..
admin Fix nil error in log_target_from_history helper (#6173) 7 years ago
application_helper.rb Add direction tags to HTML e-mails for RTL languages (#6373) 7 years ago
flashes_helper.rb Clean up flash display in views (#2336) 8 years ago
home_helper.rb Improve initialState loading 8 years ago
instance_helper.rb Do not default site_title with site_hostname in InstanceHelper (#6624) 7 years ago
jsonld_helper.rb Validate HTTP response length while receiving (#6891) 7 years ago
mailer_helper.rb HTML e-mails for UserMailer (#6256) 7 years ago
routing_helper.rb Fallback default thumbnail in instance status API (#6177) 7 years ago
settings_helper.rb armenian translations initial commit (#6320) 7 years ago
stream_entries_helper.rb Revert #6479, hide sensitive text/images from OpenGraph previews (#6818) 7 years ago