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/controllers/api/v1
Eugen Rochko 7badad7797
Fix home regeneration (#6251)
* 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
8 years ago
..
accounts Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) 8 years ago
apps
instances Represent numbers by strings in instance activity API (#6198) 8 years ago
lists
statuses
timelines Fix home regeneration (#6251) 8 years ago
accounts_controller.rb Using double splat operator (#5859) 8 years ago
apps_controller.rb
blocks_controller.rb
custom_emojis_controller.rb
domain_blocks_controller.rb
favourites_controller.rb
follow_requests_controller.rb
follows_controller.rb
instances_controller.rb
lists_controller.rb Limit users to 50 lists, remove pagination from lists API (#5933) 8 years ago
media_controller.rb
mutes_controller.rb
notifications_controller.rb
reports_controller.rb
search_controller.rb
statuses_controller.rb
streaming_controller.rb