mastodon/app/controllers/api/v1/timelines
Eugen Rochko 7badad7797
Fix home regeneration ()
* Fix regeneration marker not being removed after completion

* Return HTTP 206 from /api/v1/timelines/home if regeneration in progress
Prioritize RegenerationWorker by putting it into default queue

* Display loading indicator and poll home timeline while it regenerates

* Add graphic to regeneration message

* Make "not found" indicator consistent with home regeneration
..
home_controller.rb Fix home regeneration ()
list_controller.rb Lists ()
public_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
tag_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()