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 Clean up and improve generated OpenGraph tags (#4901) 2017-09-12 05:39:38 +02:00
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 Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Add instance search feature (#4925) 2017-09-13 12:30:07 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Fix #4794 - Fake instant follow in API response when account is believed unlocked (#4799) 2017-09-05 17:48:13 +02:00
serializers Clean up and improve generated OpenGraph tags (#4901) 2017-09-12 05:39:38 +02:00
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 [WiP] Whenever a remote keypair changes, unfollow them and re-subscribe to … (#4907) 2017-09-12 23:10:40 +02:00