chinwagsocial/app/services
Eugen Rochko 72bb3e03fd Support more variations of ActivityPub keyId in signature (#4630)
- Tries to avoid performing HTTP request if the keyId is an actor URI
- Likewise if the URI is a fragment URI on top of actor URI
- Resolves public key, returns owner if the owner links back to the key
2017-08-21 22:57:34 +02:00
..
activitypub Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
concerns
pubsubhubbub
account_search_service.rb
after_block_service.rb Optimize MuteService and AfterBlockService (#2836) 2017-05-06 16:31:07 +02:00
authorize_follow_service.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
base_service.rb
batched_remove_status_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
block_domain_from_account_service.rb
block_domain_service.rb Do not try to re-subscribe to unsubscribed accounts (#4653) 2017-08-21 17:32:41 +02:00
block_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
fan_out_on_write_service.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 2017-07-07 04:02:06 +02:00
favourite_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
fetch_atom_service.rb Hook up URL-based resource look-up to ActivityPub (#4589) 2017-08-14 02:29:36 +02:00
fetch_link_card_service.rb
fetch_remote_account_service.rb Add support for searching AP users (#4599) 2017-08-14 14:08:34 +02:00
fetch_remote_resource_service.rb Add support for searching AP users (#4599) 2017-08-14 14:08:34 +02:00
fetch_remote_status_service.rb Add support for searching AP users (#4599) 2017-08-14 14:08:34 +02:00
follow_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
mute_service.rb
notify_service.rb Fix #4172 - Mutes now block notifications (#4300) 2017-07-22 16:36:36 +02:00
post_status_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
precompute_feed_service.rb
process_feed_service.rb
process_hashtags_service.rb
process_interaction_service.rb Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
process_mentions_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
reblog_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
reject_follow_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
remove_status_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
resolve_remote_account_service.rb Require "inbox" to be set on actor to be ActivityPub-ready (#4595) 2017-08-14 11:27:25 +02:00
search_service.rb
send_interaction_service.rb
subscribe_service.rb Do not try to re-subscribe to unsubscribed accounts (#4653) 2017-08-21 17:32:41 +02:00
suspend_account_service.rb
unblock_domain_service.rb
unblock_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
unfavourite_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
unfollow_service.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
unmute_service.rb
unsubscribe_service.rb ActivityPub migration procedure (#4617) 2017-08-21 01:14:40 +02:00
update_remote_profile_service.rb
verify_salmon_service.rb