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 89dc29affb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN (#2351)
This provides a hotfix for outbound salmon requests to other Mastodon instances
as they currently will try to resovle user@WEB_DOMAIN instead of user@LOCAL_DOMAIN
(see #2012 and #20312).

Furthermore, this should ease transition from users switching from
LOCAL_DOMAIN = WEB_DOMAIN to another LOCAL_DOMAIN when WEB_DOMAIN does not change.
8 years ago
..
settings
application_extension.rb
atom_serializer.rb Improve bio compatibility (#2278) 8 years ago
exceptions.rb
feed_manager.rb Remove order prior to .find_in_batches (#1470) 8 years ago
formatter.rb Fix mangling of ##tag matches (#2194) (#2247) 8 years ago
hash_object.rb
inline_rabl_scope.rb
inline_renderer.rb Replace calls to FeedManager#inline_render and #broadcast 8 years ago
language_detector.rb [WIP] Html lang on statuses (#2297) 8 years ago
tag_manager.rb Allow running mastodon on a different domain as the one used for identifying users (#1267) 8 years ago
user_settings_decorator.rb Clean up settings/preferences controller (#2237) 8 years ago
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN (#2351) 8 years ago