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
ThibG 9d3c6f1849 Improved remote thread fetching (#10106)
* Fetch up to 5 replies when discovering a new remote status

This is used for resolving threads downwards. The originating
server must add a “replies” attributes with such replies for it to
be useful.

* Add some tests for ActivityPub::FetchRepliesWorker

* Add specs for ActivityPub::FetchRepliesService

* Serialize up to 5 public self-replies for ActivityPub notes

* Add specs for ActivityPub::NoteSerializer

* Move exponential backoff logic to a worker concern

* Fetch first page of paginated collections when fetching thread replies

* Add specs for paginated collections in replies

* Move Note replies serialization to a first CollectionPage

The collection isn't actually paginable yet as it has no id nor
a `next` field. This may come in another PR.

* Use pluck(:uri) instead of map(&:uri) to improve performances

* Fix fetching replies when they are in a CollectionPage
6 years ago
..
controllers Redesign public hashtag page to use a masonry layout (#9822) 6 years ago
fabricators Add featured hashtags to profiles (#9755) 6 years ago
features rubocop issues - Cleaning up (#8912) 7 years ago
fixtures Fix undefined method error in sidekiq (#9807) 6 years ago
helpers Add pending specs for jsonld helper (#9750) 6 years ago
lib Fix Announce activities of unknown statuses not fetching those statuses (#10065) 6 years ago
mailers Improve e-mail digest (#9689) 6 years ago
models Add featured hashtags to profiles (#9755) 6 years ago
policies Redesign admin instances area (#9645) 6 years ago
presenters Add specs for InstancePresenter (#9596) 6 years ago
requests Use raw status code on have_http_status (#7214) 7 years ago
routing
serializers/activitypub Improved remote thread fetching (#10106) 6 years ago
services Improved remote thread fetching (#10106) 6 years ago
support Remove empty strings (#5732) 8 years ago
validators Add support for IPv6 only MXes in Email validation (#10009) 6 years ago
views Replace SVG asset with Custom mascot (#8766) 7 years ago
workers Improved remote thread fetching (#10106) 6 years ago
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819) 6 years ago
spec_helper.rb Disable simplecov on CircleCI (#7416) 7 years ago