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 Add logging of admin actions (#5757) 7 years ago
concerns Validate HTTP response length while receiving (#6891) 7 years ago
form Improve admin page (#4121) 8 years ago
web Web Push Notifications (#3243) 8 years ago
account_domain_block_spec.rb Spec AccountDomainBlock (#3816) 8 years ago
account_filter_spec.rb Add coverage for ReportFilter and AccountFilter (#3236) 8 years ago
account_moderation_note_spec.rb Lists (#5703) 7 years ago
account_spec.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
backup_spec.rb Account archive download (#6460) 7 years ago
block_spec.rb Cover Block more (#3837) 8 years ago
conversation_mute_spec.rb Feature conversations muting (#3017) 8 years ago
conversation_spec.rb Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
custom_emoji_spec.rb Add tests for CustomEmoji#local? and #object_type (#5621) 7 years ago
domain_block_spec.rb Cover DomainBlock more (#3838) 8 years ago
email_domain_block_spec.rb Add uniqueness to block email domains (#5692) 7 years ago
export_spec.rb Cover Export more (#3840) 8 years ago
favourite_spec.rb Cover Favourite more (#3841) 8 years ago
follow_request_spec.rb Revert #5772 (#6221) 7 years ago
follow_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_feed_spec.rb Lists (#5703) 7 years ago
identity_spec.rb CAS + SAML authentication feature (#6425) 7 years ago
import_spec.rb Validate data of Imports (#4782) 7 years ago
invite_spec.rb Add consumable invites (#5814) 7 years ago
list_account_spec.rb Lists (#5703) 7 years ago
list_spec.rb Lists (#5703) 7 years ago
media_attachment_spec.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
mention_spec.rb add more tests to models 8 years ago
mute_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 8 years ago
notification_spec.rb Change columns in notifications nonnullable (#6764) 7 years ago
preview_card_spec.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 8 years ago
remote_follow_spec.rb Remove empty strings (#5732) 7 years ago
remote_profile_spec.rb Add tests for RemoteProfile (#5665) 7 years ago
report_filter_spec.rb Add coverage for ReportFilter and AccountFilter (#3236) 8 years ago
report_spec.rb Feat add validation for report comment: characters under 1000 valid (#4833) 7 years ago
session_activation_spec.rb Add tests for SessionActivation (#5668) 7 years ago
setting_spec.rb Isolate each specs for cache store (#6450) 7 years ago
site_upload_spec.rb Add a test for SiteUpload#cache_key (#5685) 7 years ago
status_pin_spec.rb Pinned statuses (#4675) 7 years ago
status_spec.rb Add tests for Status#title (#5718) 7 years ago
stream_entry_spec.rb Add tests for StreamEntry (#5687) 7 years ago
subscription_spec.rb Misc spec coverage improvements (#2821) 8 years ago
tag_spec.rb Add a test for Tag#to_param (#5705) 7 years ago
user_spec.rb Fix email confirmation link not updating email (#6187) 7 years ago