mastodon/spec
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 Fix error when following locked accounts (#4896) 2017-09-11 23:50:37 +02:00
fabricators Switch to static URIs, new URI format in both protocols for new statuses (#4815) 2017-09-06 19:01:28 +02:00
features
fixtures
helpers Fix language filter codes (#4841) 2017-09-08 12:32:22 +02:00
javascript
lib Fix ActivityPub handling of replies with WEB_DOMAIN (#4895) (#4904) 2017-09-13 14:22:16 +02:00
mailers
models Feat add validation for report comment: characters under 1000 valid (#4833) 2017-09-07 09:55:42 +02:00
policies
presenters
requests
routing
services Default follows for new users (#4871) 2017-09-10 09:58:38 +02:00
support
validators
views Clean up and improve generated OpenGraph tags (#4901) 2017-09-12 05:39:38 +02:00
workers Add configuration to disable private status federation over PuSH (#4582) 2017-08-24 17:51:32 +02:00
rails_helper.rb
spec_helper.rb Minor performance improvement for test suite (#4678) 2017-08-24 13:31:55 +02:00