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/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
7 years ago
..
controllers Fix error when following locked accounts (#4896) 7 years ago
fabricators
features
fixtures
helpers Fix language filter codes (#4841) 7 years ago
javascript
lib Fix ActivityPub handling of replies with WEB_DOMAIN (#4895) (#4904) 7 years ago
mailers
models
policies
presenters
requests
routing
services Default follows for new users (#4871) 7 years ago
support
validators
views Clean up and improve generated OpenGraph tags (#4901) 7 years ago
workers
rails_helper.rb
spec_helper.rb