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
Eugen Rochko 6d59dfa15d
Optimize the process of following someone (#9220)
* Eliminate extra accounts select query from FollowService

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

Fix #6205

* 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
7 years ago
..
chewy Get rid of Chewy order/limit warning (#8355) 7 years ago
controllers Optimize the process of following someone (#9220) 7 years ago
helpers Fix missing protocol in dns-prefetch, improve code style (#8963) 7 years ago
javascript Optimize the process of following someone (#9220) 7 years ago
lib Accept the same payload in multiple inboxes and deliver (#9150) 7 years ago
mailers Fix low-hanging rubocop gripes (#8458) 7 years ago
models Allow joining several hashtags in a single column (#8904) 7 years ago
policies Improve support for aspects/circles (#8950) 7 years ago
presenters Replace SVG asset with Custom mascot (#8766) 7 years ago
serializers Include preview cards in status entity in REST API (#9120) 7 years ago
services Optimize the process of following someone (#9220) 7 years ago
validators Limit the number of people that can be followed from one account (#8807) 7 years ago
views Fix td instead of th in sessions table header (#9162) 7 years ago
workers Optimize the process of following someone (#9220) 7 years ago