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/app
MIYAGI Hikaru ddd0bb69e1 Merge `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into `ALLOW_ACCESS_TO_HIDDEN_SERVICE` (#7901)
If Mastodon accesses to the hidden service via transparent proxy, it's needed to avoid checking whether it's a private address, since `.onion` is resolved to a private address.
I was previously using the `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` to provide that function. However, I realized that using `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` is redundant, since this specification is always used with `ALLOW_ACCESS_TO_HIDDEN_SERVICE`. Therefore, I decided to integrate the setting of `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into` ALLOW_ACCESS_TO_HIDDEN_SERVICE`.
7 years ago
..
chewy
controllers Keyword/phrase filtering (#7905) 7 years ago
helpers Fix double-encoding of display name in title and e-mails (#7534) 7 years ago
javascript Keyword/phrase filtering (#7905) 7 years ago
lib Merge `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into `ALLOW_ACCESS_TO_HIDDEN_SERVICE` (#7901) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Keyword/phrase filtering (#7905) 7 years ago
policies Fix n+1 queries in StatusThreadingConcern (#7321) 7 years ago
presenters Better pagination for ActivityPub outbox (#7356) 7 years ago
serializers Keyword/phrase filtering (#7905) 7 years ago
services Allow selecting default posting language instead of auto-detect (#7828) 7 years ago
validators fix: Don't validate MX record in development (#7654) 7 years ago
views Keyword/phrase filtering (#7905) 7 years ago
workers Fix domain hiding logic (#7765) 7 years ago