mastodon/spec/services
Eugen Rochko b7370ac8ba ActivityPub delivery (#4566)
* Deliver ActivityPub Like

* Deliver ActivityPub Undo-Like

* Deliver ActivityPub Create/Announce activities

* Deliver ActivityPub creates from mentions

* Deliver ActivityPub Block/Undo-Block

* Deliver ActivityPub Accept/Reject-Follow

* Deliver ActivityPub Undo-Follow

* Deliver ActivityPub Follow

* Deliver ActivityPub Delete activities

Incidentally fix #889

* Adjust BatchedRemoveStatusService for ActivityPub

* Add tests for ActivityPub workers

* Add tests for FollowService

* Add tests for FavouriteService, UnfollowService and PostStatusService

* Add tests for ReblogService, BlockService, UnblockService, ProcessMentionsService

* Add tests for AuthorizeFollowService, RejectFollowService, RemoveStatusService

* Add tests for BatchedRemoveStatusService

* Deliver updates to a local account to ActivityPub followers

* Minor adjustments
2017-08-13 00:44:41 +02:00
..
activitypub Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
pubsubhubbub
account_search_service_spec.rb Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847) 2017-06-19 01:51:04 +02:00
after_block_service_spec.rb
authorize_follow_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
batched_remove_status_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
block_domain_from_account_service_spec.rb
block_domain_service_spec.rb
block_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
fan_out_on_write_service_spec.rb
favourite_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
fetch_atom_service_spec.rb
fetch_link_card_service_spec.rb Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 2017-07-08 22:44:31 +02:00
fetch_remote_account_service_spec.rb
fetch_remote_resource_service_spec.rb Fix 500 errors on searching invalid URLs (#3613) 2017-06-06 16:44:48 +02:00
fetch_remote_status_service_spec.rb
follow_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
mute_service_spec.rb
notify_service_spec.rb
post_status_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
precompute_feed_service_spec.rb Fix PrecomputeFeedService for filtered statuses (#4148) 2017-07-11 01:00:01 +02:00
process_feed_service_spec.rb Introduce Ostatus name space (#4164) 2017-07-18 16:39:47 +02:00
process_interaction_service_spec.rb
process_mentions_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
reblog_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
reject_follow_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
remove_status_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
resolve_remote_account_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
search_service_spec.rb
send_interaction_service_spec.rb
subscribe_service_spec.rb Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
suspend_account_service_spec.rb
unblock_domain_service_spec.rb
unblock_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
unfollow_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
unmute_service_spec.rb
unsubscribe_service_spec.rb
update_remote_profile_service_spec.rb