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 f665901e3c
Fix performance of home feed regeneration (#12084)
Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive

Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing
6 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Fix performance of home feed regeneration (#12084) 6 years ago
helpers Add br, es-AR, et, mk, nn to available locales (#12062) 6 years ago
javascript Fix performance of home feed regeneration (#12084) 6 years ago
lib Fix performance of home feed regeneration (#12084) 6 years ago
mailers Add password challenge to 2FA settings, e-mail notifications (#11878) 6 years ago
models Fix performance of home feed regeneration (#12084) 6 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Fix active user count for different number of weeks using same cache (#12025) 6 years ago
serializers Add `openRegistrations` attribute to nodeinfo endpoint (#12058) 6 years ago
services Add `reason` param to `POST /api/v1/accounts` REST API (#12064) 6 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 6 years ago
views Remove invite comments from UI (#12068) 6 years ago
workers Fix wrong attribute in MoveWorker (#12066) 6 years ago