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 a9529d3b4b Allow running mastodon on a different domain as the one used for identifying users (#1267)
* Allow running mastodon on a different domain as the one used for identifying users

* Alter documentation of WEB_DOMAIN to make clear it shouldn't be used unless the admin knows what they are doing

* Compare to web_domain instead of local_domain when dealing with feeds/API

* Correctly identify mentions to local accounts

Mentions URLs point to the person's web profile, i.e., the user page served on WEB_DOMAIN.
8 years ago
..
settings
application_extension.rb
atom_serializer.rb Quick best practice cleanup of views/helpers (#1546) 8 years ago
exceptions.rb Add check for visibility.nil? even though it can't ever be, to check for race conditions 8 years ago
feed_manager.rb Remove order prior to .find_in_batches (#1470) 8 years ago
formatter.rb Change usage of gsub to delete, as per Code Climate/Rubocop recommendation (#1753) 8 years ago
hash_object.rb
inline_rabl_scope.rb Optimize filter methods in FeedManager a bit, use redis pipelining on merge/unmerge feed methods, 8 years ago
inline_renderer.rb Replace calls to FeedManager#inline_render and #broadcast 8 years ago
tag_manager.rb Allow running mastodon on a different domain as the one used for identifying users (#1267) 8 years ago
webfinger_resource.rb Webfinger resource to extract username from resource string (#1607) 8 years ago