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/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.
7 years ago
..
admin
concerns Validate HTTP response length while receiving (#6891) 7 years ago
form
web
account_domain_block_spec.rb
account_filter_spec.rb
account_moderation_note_spec.rb
account_spec.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
backup_spec.rb Account archive download (#6460) 7 years ago
block_spec.rb
conversation_mute_spec.rb
conversation_spec.rb
custom_emoji_spec.rb
domain_block_spec.rb
email_domain_block_spec.rb
export_spec.rb
favourite_spec.rb
follow_request_spec.rb Revert #5772 (#6221) 7 years ago
follow_spec.rb
home_feed_spec.rb
identity_spec.rb CAS + SAML authentication feature (#6425) 7 years ago
import_spec.rb
invite_spec.rb Add consumable invites (#5814) 7 years ago
list_account_spec.rb
list_spec.rb
media_attachment_spec.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
mention_spec.rb
mute_spec.rb
notification_spec.rb Change columns in notifications nonnullable (#6764) 7 years ago
preview_card_spec.rb
remote_follow_spec.rb
remote_profile_spec.rb
report_filter_spec.rb
report_spec.rb
session_activation_spec.rb
setting_spec.rb Isolate each specs for cache store (#6450) 7 years ago
site_upload_spec.rb
status_pin_spec.rb
status_spec.rb
stream_entry_spec.rb
subscription_spec.rb
tag_spec.rb
user_spec.rb Fix email confirmation link not updating email (#6187) 7 years ago