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/spec
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
7 years ago
..
controllers Fix home regeneration (#6251) 7 years ago
fabricators Remove preview_card fabricator (#5975) 7 years ago
features
fixtures Fix XML oEmbed support discovery (#6104) 7 years ago
helpers Remove empty strings (#5732) 7 years ago
lib Revert #5772 (#6221) 7 years ago
mailers HTML e-mails for NotificationMailer (#6263) 7 years ago
models Revert #5772 (#6221) 7 years ago
policies
presenters Add tests for AccountRelationshipsPresenter (#5805) 7 years ago
requests
routing
services Use be_within instead of eq for a to_f test match (#6275) 7 years ago
support Remove empty strings (#5732) 7 years ago
validators
views Uploads for admin site settings (#4913) 8 years ago
workers Lists (#5703) 7 years ago
rails_helper.rb Fix force_ssl conditional (#6201) 7 years ago
spec_helper.rb