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/config/initializers
Eugen ff5baa5349 Add rate limits for logins and sign-ups by IP (5 in 5 minutes) (#2079)
* Add rate limits for logins and sign-ups by IP (5 in 5 minutes)
Should be enough for normal attempts

* Add rate limit for forgotten password form as well
9 years ago
..
application_controller_renderer.rb
assets.rb Check for a custom css file to help customization of instances (#1368) 9 years ago
backtrace_silencers.rb
blacklists.rb Quick best practice cleanup of views/helpers (#1546) 9 years ago
cookies_serializer.rb
devise.rb Add recovery code support for two-factor auth (#1773) 9 years ago
doorkeeper.rb
filter_parameter_logging.rb Added optional two-factor authentication 9 years ago
httplog.rb Version bumps for ruby and misc gems (#1159) 9 years ago
inflections.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 9 years ago
instrumentation.rb Improve StatsD instrumentation 9 years ago
kaminari_config.rb Pagination improvements (#1445) 9 years ago
mime_types.rb Reuse existing controller and route 9 years ago
new_framework_defaults.rb
open_uri_redirection.rb Federate header images, fix open-uri http->https redirection error 9 years ago
ostatus.rb Allow running mastodon on a different domain as the one used for identifying users (#1267) 9 years ago
pagination.rb Pagination improvements (#1445) 9 years ago
paperclip.rb Leave out the "Expires" header from S3 uploads (#1886) 9 years ago
rabl_init.rb Make sure Rabl is using Oj 9 years ago
rack_attack.rb Add rate limits for logins and sign-ups by IP (5 in 5 minutes) (#2079) 9 years ago
redis.rb
session_store.rb
sidekiq.rb Add REDIS_DB env variable to configure Redis database (#1366) 9 years ago
simple_form.rb Update settings to re-use admin layout, one big navigation tree, improve settings forms 9 years ago
single_user_mode.rb
statsd.rb Fix key names in statsd 9 years ago
timeout.rb Add proper error page for request timeouts 9 years ago
trusted_proxies.rb Fix error 9 years ago
wrap_parameters.rb