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 4c76402ba1 Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730)
Requires moving Atom rendering from DistributionWorker (where
`stream_entry.status` is already nil) to inline (where
`stream_entry.status.destroyed?` is true) and distributing that.

Unfortunately, such XML renderings can no longer be easily chained
together into one payload of n items.
7 years ago
..
activitypub Fix Delete activity handling when the status has been reblogged (#4729) 7 years ago
ostatus Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) 7 years ago
settings
application_extension.rb
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
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