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/spec
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
..
controllers Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 7 years ago
fabricators Change columns in notifications nonnullable (#6764) 7 years ago
features
fixtures Added FetchRemoteAccountService spec (#6456) 7 years ago
helpers Do not default site_title with site_hostname in InstanceHelper (#6624) 7 years ago
lib Validate HTTP response length while receiving (#6891) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Validate HTTP response length while receiving (#6891) 7 years ago
policies
presenters Isolate each specs for cache store (#6450) 7 years ago
requests
routing
services Federated reports (#6570) 7 years ago
support Remove empty strings (#5732) 7 years ago
validators
views Redesign landing page (again) (#6486) 7 years ago
workers Lists (#5703) 7 years ago
rails_helper.rb Isolate each specs for cache store (#6450) 7 years ago
spec_helper.rb Full-text search for authorized statuses (#6423) 7 years ago