1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/services
Eugen Rochko 6d59dfa15d
Optimize the process of following someone ()
* Eliminate extra accounts select query from FollowService

* Optimistically update follow state in web UI and hide loading bar

Fix 

* Asynchronize NotifyService in FollowService

And fix failing test

* Skip Webfinger resolve routine when called from FollowService if possible

If an account is ActivityPub, then webfinger re-resolving is not necessary
when called from FollowService. Improve options of ResolveAccountService
2018-11-08 21:05:42 +01:00
..
activitypub Add locality check to ActivityPub::FetchRemoteAccountService () 2018-10-26 23:08:34 +02:00
concerns Optimize the process of following someone () 2018-11-08 21:05:42 +01:00
pubsubhubbub
account_search_service.rb
after_block_domain_from_account_service.rb
after_block_service.rb
authorize_follow_service.rb
backup_service.rb
base_service.rb
batched_remove_status_service.rb
block_domain_service.rb
block_service.rb
bootstrap_timeline_service.rb
fan_out_on_write_service.rb Accept the same payload in multiple inboxes and deliver () 2018-10-30 15:03:55 +01:00
favourite_service.rb
fetch_atom_service.rb Revert "Fix FetchAtomService content type handling ()" () 2018-10-31 00:43:34 +01:00
fetch_link_card_service.rb Fix Pleroma mentions being fetched as preview cards () 2018-10-30 15:02:24 +01:00
fetch_oembed_service.rb
fetch_remote_account_service.rb
fetch_remote_status_service.rb
follow_service.rb Optimize the process of following someone () 2018-11-08 21:05:42 +01:00
hashtag_query_service.rb Allow joining several hashtags in a single column () 2018-11-05 18:53:25 +01:00
mute_service.rb
notify_service.rb Always let through notifications from staff () 2018-10-30 15:02:55 +01:00
post_status_service.rb
precompute_feed_service.rb
process_feed_service.rb
process_hashtags_service.rb
process_interaction_service.rb
process_mentions_service.rb Optimize the process of following someone () 2018-11-08 21:05:42 +01:00
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
report_service.rb
resolve_account_service.rb Optimize the process of following someone () 2018-11-08 21:05:42 +01:00
resolve_url_service.rb Update resolve_url_service.rb () 2018-11-05 18:54:07 +01:00
search_service.rb
send_interaction_service.rb
subscribe_service.rb
suspend_account_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
unsubscribe_service.rb
update_account_service.rb
update_remote_profile_service.rb
verify_link_service.rb Skip link-back check if body is nil () 2018-10-26 03:31:23 +02:00
verify_salmon_service.rb