]> cat aescling's git repositories - mastodon.git/commit
Allow running mastodon on a different domain as the one used for identifying users...
authorThibG <thib@sitedethib.com>
Sat, 15 Apr 2017 00:15:46 +0000 (02:15 +0200)
committerEugen <eugen@zeonfederated.com>
Sat, 15 Apr 2017 00:15:46 +0000 (02:15 +0200)
commita9529d3b4b057eeb3b47943b271ad6605e22732d
treece574918a357859d321f146b3c7bf0f34acad0cd
parent0d2910478a6b1659f4c40e64cf28cf2e64dfb01e
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.
.env.production.sample
app/controllers/api/push_controller.rb
app/lib/tag_manager.rb
app/services/process_feed_service.rb
config/initializers/ostatus.rb