chinwagsocial/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.
2018-03-26 14:02:10 +02:00
..
admin
application_helper.rb Add direction tags to HTML e-mails for RTL languages (#6373) 2018-01-29 00:22:20 +01:00
flashes_helper.rb
home_helper.rb
instance_helper.rb Do not default site_title with site_hostname in InstanceHelper (#6624) 2018-03-04 20:29:49 +01:00
jsonld_helper.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
mailer_helper.rb
routing_helper.rb
settings_helper.rb armenian translations initial commit (#6320) 2018-01-22 05:02:23 +09:00
stream_entries_helper.rb Revert #6479, hide sensitive text/images from OpenGraph previews (#6818) 2018-03-18 20:33:07 +01:00