1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
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
2017-09-13 14:22:16 +02:00
..
controllers Add instance search feature (#4925) 2017-09-13 12:30:07 +02:00
helpers
javascript Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
lib Fix ActivityPub handling of replies with WEB_DOMAIN (#4895) (#4904) 2017-09-13 14:22:16 +02:00
mailers
models Add instance search feature (#4925) 2017-09-13 12:30:07 +02:00
policies
presenters
serializers
services Fix #4917 - Add missing suspend checks (#4921) 2017-09-13 11:05:02 +02:00
validators Fix #4918 - Limit pinned toots to 5 (#4923) 2017-09-13 11:04:32 +02:00
views Add instance search feature (#4925) 2017-09-13 12:30:07 +02:00
workers