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
ThibG 550ff677da Fix ActivityPub handling of replies with WEB_DOMAIN (#4895) (#4904)
* Fix ActivityPub handling of replies when LOCAL_DOMAIN ≠ WEB_DOMAIN (#4895)

For all intents and purposes, `local_url?` is used to check if an URL refers
to the Web UI or the various API endpoints of the local instances. Those things
reside on `WEB_DOMAIN` and not `LOCAL_DOMAIN`.

* Change local_url? spec, as all URLs handled by Mastodon are based on WEB_DOMAIN
7 years ago
..
activitypub Fix #4894 - Merge context hash into final JSON hash after key transform (#4898) 7 years ago
ostatus Switch to static URIs, new URI format in both protocols for new statuses (#4815) 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 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
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
language_detector.rb Fix language filter codes (#4841) 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
status_finder.rb Raise an error for remote url in StatusFinder (#4776) 7 years ago
tag_manager.rb Fix ActivityPub handling of replies with WEB_DOMAIN (#4895) (#4904) 7 years ago
user_settings_decorator.rb Add unfollow modal (optional) (#4246) 7 years ago
webfinger_resource.rb