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 Correct OStatus inflection (Ostatus -> OStatus) (#4255) 7 years ago
settings Refactor Setting (#3302) 8 years ago
application_extension.rb Conditional validations no longer accept strings for if/unless (#3124) 8 years ago
emoji.rb Change RuboCop rules to loose (#4464) 7 years ago
exceptions.rb Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) 7 years ago
extractor.rb Skip formatting for cashtag in status text (#3275) 8 years ago
feed_manager.rb Fix subsequent replies to unresolved status not being filtered from home (#4190) 7 years ago
formatter.rb Don't normalize invalid domain names (#4499) 7 years ago
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
language_detector.rb Fix length validator counting things that look like URIs like URLs (#4462) 7 years ago
provider_discovery.rb HTTP signatures (#4146) 7 years ago
request.rb Add Digest header to requests with body, handle acct and URI keyId (#4565) 7 years ago
sanitize_config.rb Whitelist allowed classes for federated statuses (#3810) 7 years ago
status_filter.rb Fix regression from #3490 - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous (#3752) 7 years ago
stream_entry_finder.rb Improve api oembed controller (#3450) 8 years ago
tag_manager.rb Optimize uri normalization (#4212) 7 years ago
user_settings_decorator.rb Add unfollow modal (optional) (#4246) 7 years ago
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN (#2351) 8 years ago