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/controllers
Eugen Rochko b8db386e05 Fix UserTrackingConcern firing on every request, optimize some queries (#5368)
- For some reason, :if option on before_action did not work. It got
  executed every time, returned false, and the action run anyway,
  which led to the current_sign_in_at and sign_in_count being
  updated on every request
- Return "do not filter" early in FeedManager#filter_from_home? if
  the status is authored by receiver. Usually this method is not
  called for own statuses at all, but it is called when Feed#get
  uses the database
- Return early if #reload_stale_associations! has nothing to load
  to save a database query with WHERE 1=0
7 years ago
..
activitypub
admin Fix custom emoji copy not copying file (#5298) 7 years ago
api Fix pagination in Api::V1::BlocksController (#5285) 7 years ago
auth Set InstancePresenter to `Auth::RegistrationsController#create` (#5366) 7 years ago
concerns Fix UserTrackingConcern firing on every request, optimize some queries (#5368) 7 years ago
oauth
settings
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
application_controller.rb
authorize_follows_controller.rb
emojis_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
follower_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
following_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
home_controller.rb
intents_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
shares_controller.rb
statuses_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
stream_entries_controller.rb
tags_controller.rb Redesign public hashtag pages (#5237) 7 years ago