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/app/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
..
concerns Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
pubsubhubbub Punycode URI normalization (#2370) 8 years ago
account_search_service.rb Optimize account search (#2421) 8 years ago
after_block_service.rb Silence more scope order warnings (#1604) 8 years ago
authorize_follow_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
base_service.rb Remove unused AtomBuilderHelper (#1364) 8 years ago
block_domain_service.rb Domain block service cleanup (#2490) 8 years ago
block_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
fan_out_on_write_service.rb Silence more scope order warnings (#1604) 8 years ago
favourite_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
fetch_atom_service.rb OEmbed support for PreviewCard (#2337) 8 years ago
fetch_link_card_service.rb OEmbed support for PreviewCard (#2337) 8 years ago
fetch_remote_account_service.rb Punycode URI normalization (#2370) 8 years ago
fetch_remote_resource_service.rb
fetch_remote_status_service.rb Improve shared status verification (#2525) 8 years ago
follow_remote_account_service.rb OEmbed support for PreviewCard (#2337) 8 years ago
follow_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
mute_service.rb Silence more scope order warnings (#1604) 8 years ago
notify_service.rb Check @recipient.user at the first (#1939) 8 years ago
post_status_service.rb OEmbed support for PreviewCard (#2337) 8 years ago
precompute_feed_service.rb Spawn FeedInsertWorker to deliver status into personal feed 8 years ago
process_feed_service.rb Improve shared status verification (#2525) 8 years ago
process_hashtags_service.rb
process_interaction_service.rb Punycode URI normalization (#2370) 8 years ago
process_mentions_service.rb
reblog_service.rb
reject_follow_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
remove_status_service.rb Fix wrong pubsub channel on public timelines 8 years ago
search_service.rb Fix reworked search 8 years ago
send_interaction_service.rb
subscribe_service.rb
suspend_account_service.rb Make file attachment on MediaAttachment optional (#1865) 8 years ago
unblock_domain_service.rb Make file attachment on MediaAttachment optional (#1865) 8 years ago
unblock_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
unfavourite_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
unfollow_service.rb Fixed NoMethodError in UnfollowService (#1918) 8 years ago
unmute_service.rb
unsubscribe_service.rb
update_remote_profile_service.rb Improve bio compatibility (#2278) 8 years ago
warm_cache_service.rb