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
2019-10-06 22:11:17 +02:00
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 2019-10-02 20:04:46 +02:00
controllers Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
helpers Add br, es-AR, et, mk, nn to available locales (#12062) 2019-10-03 03:59:43 +02:00
javascript Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
lib Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
mailers Add password challenge to 2FA settings, e-mail notifications (#11878) 2019-09-18 16:37:27 +02:00
models Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
presenters Fix active user count for different number of weeks using same cache (#12025) 2019-10-01 01:19:24 +02:00
serializers Add `openRegistrations` attribute to nodeinfo endpoint (#12058) 2019-10-02 21:02:48 +02:00
services Add `reason` param to `POST /api/v1/accounts` REST API (#12064) 2019-10-03 17:50:59 +02:00
validators Fix uncaught domain normalization error in remote follow (#11703) 2019-08-30 02:19:17 +02:00
views Remove invite comments from UI (#12068) 2019-10-03 22:37:13 +02:00
workers Fix wrong attribute in MoveWorker (#12066) 2019-10-03 17:50:48 +02:00