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/lib/activitypub/activity
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
..
accept.rb Fix handling of ActivityPub activities lacking some attributes (#8864) 6 years ago
add.rb Resolve unknown status from Add activity, skip Remove if unknown (#7526) 7 years ago
announce.rb Add logging for rejected ActivityPub payloads and add tests (#10062) 6 years ago
block.rb Ensure blocked user unfollows blocker if Block/Undo Block are processed out of order (#9687) 6 years ago
create.rb Improved remote thread fetching (#10106) 6 years ago
delete.rb Add tombstones for remote statuses (#9830) 6 years ago
flag.rb Do not ignore federated reports targetting already-reported accounts (#9534) 6 years ago
follow.rb Reduce usage of LD signatures (#9659) 6 years ago
like.rb
move.rb Add handler for Move activity (#9629) 6 years ago
reject.rb Fix handling of ActivityPub activities lacking some attributes (#8864) 6 years ago
remove.rb Resolve unknown status from Add activity, skip Remove if unknown (#7526) 7 years ago
undo.rb Fix handling of ActivityPub activities lacking some attributes (#8864) 6 years ago
update.rb Redesign forms, verify link ownership with rel="me" (#8703) 6 years ago