chinwagsocial/app/javascript/mastodon/actions
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
..
importer Show user what options they have voted (#11195) 2019-09-22 14:15:18 +02:00
push_notifications
accounts.js
alerts.js Add special alert for throttled requests (#11677) 2019-08-27 16:50:39 +02:00
app.js
blocks.js Add explanation to mute dialog, refactor and clean up mute/block UI (#11992) 2019-09-29 21:46:05 +02:00
bundles.js
columns.js
compose.js Add exclude_unreviewed param to GET /api/v2/search REST API (#11977) 2019-09-28 01:02:21 +02:00
conversations.js Change conversations UI (#11896) 2019-09-21 20:01:16 +02:00
custom_emojis.js
directory.js Add profile directory to web UI (#11688) 2019-08-30 00:14:36 +02:00
domain_blocks.js
dropdown_menu.js
emojis.js
favourites.js
filters.js
height_cache.js
identity_proofs.js
interactions.js
lists.js
markers.js Add timeline read markers API (#11762) 2019-09-06 13:55:51 +02:00
modal.js
mutes.js
notifications.js Fix updates being hidden behind pending items on unmounted components (#11898) 2019-09-21 09:12:13 +02:00
onboarding.js
pin_statuses.js
polls.js
reports.js
search.js
settings.js
statuses.js
store.js
streaming.js
suggestions.js
timelines.js Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
trends.js