mastodon/config/initializers
Eugen Rochko ccb8ac8573 Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead
of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
2017-02-04 00:34:31 +01:00
..
application_controller_renderer.rb
assets.rb
backtrace_silencers.rb
blacklists.rb
cookies_serializer.rb
devise.rb Do not automatically login after password reset, as it would circumvent two-factor auth (if enabled) 2017-01-27 20:35:16 +01:00
doorkeeper.rb
filter_parameter_logging.rb Added optional two-factor authentication 2017-01-27 20:35:16 +01:00
httplog.rb
inflections.rb
instrumentation.rb Improve StatsD instrumentation 2017-01-26 19:08:05 +01:00
mime_types.rb
new_framework_defaults.rb
ostatus.rb Make the streaming API also handle websockets (because trying to get the browser EventSource interface to 2017-02-04 00:34:31 +01:00
paperclip.rb
rabl_init.rb
rack-attack.rb
redis.rb
session_store.rb
sidekiq.rb
simple_form.rb Update settings to re-use admin layout, one big navigation tree, improve settings forms 2017-01-28 03:56:10 +01:00
single_user_mode.rb
statsd.rb Fix key names in statsd 2017-01-26 19:46:52 +01:00
timeout.rb
trusted_proxies.rb
wrap_parameters.rb