You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
activitypub
Improved remote thread fetching ( #10106 )
6 years ago
pubsubhubbub
…
account_search_service_spec.rb
Add type, limit, offset, min_id, max_id, account_id to search API ( #10091 )
6 years ago
after_block_domain_from_account_service_spec.rb
…
after_block_service_spec.rb
…
app_sign_up_service_spec.rb
Add REST API for creating an account ( #9572 )
6 years ago
authorize_follow_service_spec.rb
…
batched_remove_status_service_spec.rb
Add scheduled statuses ( #9706 )
6 years ago
block_domain_service_spec.rb
…
block_service_spec.rb
…
bootstrap_timeline_service_spec.rb
…
fan_out_on_write_service_spec.rb
…
favourite_service_spec.rb
…
fetch_atom_service_spec.rb
Ignore JSON-LD profile in mime type comparison ( #9179 )
6 years ago
fetch_link_card_service_spec.rb
Ignore low-confidence CharlockHolmes guesses when parsing link cards ( #9510 )
6 years ago
fetch_oembed_service_spec.rb
Fix undefined method error in sidekiq ( #9807 )
6 years ago
fetch_remote_account_service_spec.rb
rubocop issues - Cleaning up ( #8912 )
6 years ago
fetch_remote_status_service_spec.rb
Improve federated ID validation ( #8372 )
7 years ago
follow_service_spec.rb
…
hashtag_query_service_spec.rb
Allow joining several hashtags in a single column ( #8904 )
6 years ago
mute_service_spec.rb
…
notify_service_spec.rb
Do not hide boost notifications from followed people with hidden boosts ( #9147 )
6 years ago
post_status_service_spec.rb
Prevent posting toots with media attachments from someone else ( #9921 )
6 years ago
precompute_feed_service_spec.rb
…
process_feed_service_spec.rb
rubocop issues - Cleaning up ( #8912 )
6 years ago
process_interaction_service_spec.rb
…
process_mentions_service_spec.rb
…
reblog_service_spec.rb
…
reject_follow_service_spec.rb
…
remove_status_service_spec.rb
Add scheduled statuses ( #9706 )
6 years ago
report_service_spec.rb
Add preference for report notification e-mails, skip for duplicates ( #8559 )
7 years ago
resolve_account_service_spec.rb
Remove `pending` ( #9752 )
6 years ago
resolve_url_service_spec.rb
…
search_service_spec.rb
Add type, limit, offset, min_id, max_id, account_id to search API ( #10091 )
6 years ago
send_interaction_service_spec.rb
…
subscribe_service_spec.rb
…
suspend_account_service_spec.rb
…
unblock_domain_service_spec.rb
…
unblock_service_spec.rb
…
unfollow_service_spec.rb
Reject existing Follow in addition to sending a Block ( #9811 )
6 years ago
unmute_service_spec.rb
…
unsubscribe_service_spec.rb
…
update_remote_profile_service_spec.rb
rubocop issues - Cleaning up ( #8912 )
6 years ago
verify_link_service_spec.rb
Fix link verification for remote accounts ( #8868 )
6 years ago