mastodon/config/initializers
ThibG a9529d3b4b Allow running mastodon on a different domain as the one used for identifying users (#1267)
* Allow running mastodon on a different domain as the one used for identifying users

* Alter documentation of WEB_DOMAIN to make clear it shouldn't be used unless the admin knows what they are doing

* Compare to web_domain instead of local_domain when dealing with feeds/API

* Correctly identify mentions to local accounts

Mentions URLs point to the person's web profile, i.e., the user page served on WEB_DOMAIN.
2017-04-15 02:15:46 +02:00
..
application_controller_renderer.rb
assets.rb
backtrace_silencers.rb
blacklists.rb Quick best practice cleanup of views/helpers (#1546) 2017-04-12 18:24:18 +02:00
cookies_serializer.rb
devise.rb Avoid user enumeration with devise paranoid mode (#1527) 2017-04-11 14:21:15 +02:00
doorkeeper.rb
filter_parameter_logging.rb
httplog.rb Version bumps for ruby and misc gems (#1159) 2017-04-10 22:47:41 +02:00
inflections.rb
instrumentation.rb
kaminari_config.rb Pagination improvements (#1445) 2017-04-11 01:11:41 +02:00
mime_types.rb
new_framework_defaults.rb
open_uri_redirection.rb
ostatus.rb Allow running mastodon on a different domain as the one used for identifying users (#1267) 2017-04-15 02:15:46 +02:00
pagination.rb Pagination improvements (#1445) 2017-04-11 01:11:41 +02:00
paperclip.rb Custom Paperclip path. (#778) 2017-04-15 02:07:21 +02:00
rabl_init.rb
rack-attack.rb
redis.rb
session_store.rb
sidekiq.rb
simple_form.rb
single_user_mode.rb
statsd.rb
timeout.rb
trusted_proxies.rb
wrap_parameters.rb