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 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
8 years ago
..
controllers Fix UserTrackingConcern firing on every request, optimize some queries (#5368) 8 years ago
helpers Add moderation note (#5240) 8 years ago
javascript Do not try to guess why home timeline is empty in web UI (#5370) 8 years ago
lib Fix UserTrackingConcern firing on every request, optimize some queries (#5368) 8 years ago
mailers Supply @instance variable in password reset instructions / password change mailer (#5215) 8 years ago
models Fix UserTrackingConcern firing on every request, optimize some queries (#5368) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Compact status_ids in StatusRelationshipsPresenter (#5073) 8 years ago
serializers Fix #5178 - Use object URI only in Announce, instead of embedding (#5266) 8 years ago
services Fix remote status fetching for “pure” ActivityPub WEB_ACCOUNT users (#5372) 8 years ago
validators Implement EmailBlackList (#5109) 8 years ago
views fix presented og:url is incorrect (#5320) 8 years ago
workers Set snowflake IDs for backdated statuses (#5260) 8 years ago