chinwagsocial/app/controllers/api/v1/timelines
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
..
home_controller.rb Fix performance of home feed regeneration (#12084) 2019-10-06 22:11:17 +02:00
list_controller.rb Support min_id-based pagination in REST API (#8736) 2018-09-28 02:23:45 +02:00
public_controller.rb Change /api/v1/timelines/public to require auth when public preview is off (#11802) 2019-09-13 16:03:46 +02:00
tag_controller.rb Fix tagged param not being normalized before querying tags (#10249) 2019-03-13 13:02:13 +01:00