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
unarist a1c54220e8 Optimize Status#permitted_for 500x (account timeline) (#5373)
The main change of this PR is removing `order by visibility` hack.

This was introduced to force using of `index_statuses_on_account_id` instead of PK index, but it seems no longer needed probably due to `index_statuses_on_account_id_id`. Removing this avoids reading all rows, so really improves first fetching of the user who has lot of statuses.

I have also changed JOIN to IN + subquery, which slightly faster in most cases.
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 NameError: uninitialized constant OStatus::AtomSerializer::TagManager (#5371) 8 years ago
mailers Supply @instance variable in password reset instructions / password change mailer (#5215) 8 years ago
models Optimize Status#permitted_for 500x (account timeline) (#5373) 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