catstodon/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 Get rid of all batch order warnings () 2018-08-21 12:25:50 +02:00
after_block_service.rb Add conversations API () 2018-10-07 23:44:58 +02:00
authorize_follow_service.rb Use correct activity id in Accept when receiving duplicate Follow (fixes ) () 2018-08-17 14:08:17 +02:00
backup_service.rb Add favourites to archive takeout () 2018-08-22 19:33:10 +02:00
base_service.rb
batched_remove_status_service.rb Improve support for aspects/circles () 2018-10-17 17:13:04 +02:00
block_domain_service.rb Get rid of all batch order warnings () 2018-08-21 12:25:50 +02:00
block_service.rb
bootstrap_timeline_service.rb Add autofollow option to invites () 2018-06-15 18:00:23 +02:00
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 Fix activity:interactions counter to count all interactions () 2018-07-16 18:35:43 +02:00
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 Handle relative URLs when fetching OEmbed/OpenGraph cards () 2018-09-10 18:26:28 +02:00
fetch_remote_account_service.rb Improve federated ID validation () 2018-08-22 20:55:14 +02:00
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 Add conversations API () 2018-10-07 23:44:58 +02:00
notify_service.rb Always let through notifications from staff () 2018-10-30 15:02:55 +01:00
post_status_service.rb Fix activity:interactions counter to count all interactions () 2018-07-16 18:35:43 +02:00
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 Fix activity:interactions counter to count all interactions () 2018-07-16 18:35:43 +02:00
reject_follow_service.rb
remove_status_service.rb Improve support for aspects/circles () 2018-10-17 17:13:04 +02:00
report_service.rb Add preference for report notification e-mails, skip for duplicates () 2018-09-02 00:11:58 +02:00
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 Allow accessing local private/DM messages by URL () 2018-08-15 19:33:36 +02:00
send_interaction_service.rb
subscribe_service.rb
suspend_account_service.rb Increase reach of Delete->Actor activities () 2018-08-20 13:28:05 +02:00
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
unsubscribe_service.rb
update_account_service.rb Fix VerifyAccountLinksWorker not being queued () 2018-09-18 23:57:21 +02:00
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