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/services
Eugen Rochko 2af4f3c4e2 Improve shared status verification (#2525)
* Instead of parsing shared status contents verbatim, make roundtrip
to purported original URL. Confirm that the "original" URL is from the
same domain as the author it claims to be from.

* Fix obvious typo, add comment

* Use URI look-up first

* Add test, update Goldfinger dependency to make less useless HTTP requests per Webfinger lookup
8 years ago
..
account_search_service_spec.rb Optimize account search (#2421) 8 years ago
authorize_follow_service_spec.rb
block_domain_service_spec.rb Domain block service cleanup (#2490) 8 years ago
block_service_spec.rb
fan_out_on_write_service_spec.rb
favourite_service_spec.rb
fetch_atom_service_spec.rb
fetch_link_card_service_spec.rb OEmbed support for PreviewCard (#2337) 8 years ago
fetch_remote_account_service_spec.rb
fetch_remote_status_service_spec.rb
follow_remote_account_service_spec.rb Improve shared status verification (#2525) 8 years ago
follow_service_spec.rb
mute_service_spec.rb
post_status_service_spec.rb Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 8 years ago
precompute_feed_service_spec.rb
process_feed_service_spec.rb Improve shared status verification (#2525) 8 years ago
process_interaction_service_spec.rb
process_mentions_service_spec.rb
reblog_service_spec.rb
reject_follow_service_spec.rb
send_interaction_service_spec.rb
unblock_service_spec.rb
unfollow_service_spec.rb
unmute_service_spec.rb
update_remote_profile_service_spec.rb