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
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
7 years ago
..
activitypub ActivityPub delivery (#4566) 7 years ago
ostatus
settings
application_extension.rb
emoji.rb Change RuboCop rules to loose (#4464) 7 years ago
exceptions.rb
extractor.rb
feed_manager.rb
formatter.rb Don't normalize invalid domain names (#4499) 7 years ago
hash_object.rb
inline_renderer.rb
language_detector.rb Fix length validator counting things that look like URIs like URLs (#4462) 7 years ago
provider_discovery.rb
request.rb Add Digest header to requests with body, handle acct and URI keyId (#4565) 7 years ago
sanitize_config.rb
status_filter.rb
stream_entry_finder.rb
tag_manager.rb
user_settings_decorator.rb
webfinger_resource.rb