chinwagsocial/app/controllers
Eugen Rochko 330401bec0 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
2018-11-23 22:12:26 +01:00
..
activitypub Allow inbox owner to view implicitly targeted ActivityPub payload (#9093) 2018-10-25 18:12:22 +02:00
admin Set @body_classes to admin layout (#9081) 2018-10-25 00:10:01 +02:00
api Optimize the process of following someone (#9220) 2018-11-23 22:12:26 +01:00
auth Revert "feat(auth/session_controller): Send Clear-Site-Data when logging out (8627)" (#9161) 2018-10-30 16:25:54 +01:00
concerns Improve signature verification safeguards (#8959) 2018-10-12 00:15:55 +02:00
oauth
settings Set @body_classes to admin layout (#9081) 2018-10-25 00:10:01 +02:00
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb Include preview cards in status entity in REST API (#9120) 2018-10-28 06:35:03 +01:00
authorize_interactions_controller.rb
custom_css_controller.rb
emojis_controller.rb
filters_controller.rb Set @body_classes to admin layout (#9081) 2018-10-25 00:10:01 +02:00
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
intents_controller.rb
invites_controller.rb Set @body_classes to admin layout (#9081) 2018-10-25 00:10:01 +02:00
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
remote_interaction_controller.rb
remote_unfollows_controller.rb
shares_controller.rb
statuses_controller.rb Set Content-Security-Policy rules through RoR's config (#8957) 2018-10-11 20:35:46 +02:00
stream_entries_controller.rb
tags_controller.rb