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 Rochko db3ed498b0 When OAuth password verification fails, return 401 instead of redirect (#5111)
Call to warden.authenticate! in resource_owner_from_credentials would
make the request redirect to sign-in path, which is a bad response for
apps. Now bad credentials just return nil, which leads to HTTP 401
from Doorkeeper. Also, accounts with enabled 2FA cannot be logged into
this way.
7 years ago
..
active_model_serializers.rb
application_controller_renderer.rb
assets.rb
backtrace_silencers.rb
blacklists.rb
cookies_serializer.rb
devise.rb
doorkeeper.rb When OAuth password verification fails, return 401 instead of redirect (#5111) 7 years ago
fast_blank.rb
filter_parameter_logging.rb
httplog.rb
inflections.rb
instrumentation.rb
json_ld.rb Use updated ActivityStreams context (added: sharedInbox) (#4764) 7 years ago
kaminari_config.rb
mime_types.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago
oembed.rb
open_uri_redirection.rb
ostatus.rb Follow-up to #4582 and #5027, removing dead code (#5101) 7 years ago
pagination.rb
paperclip.rb Add OpenStack Keystone V3 support (#4889) 7 years ago
rabl_init.rb
rack_attack.rb
redis.rb
session_activations.rb
session_store.rb
sidekiq.rb Revert unique retry job (#4937) 7 years ago
simple_form.rb
single_user_mode.rb
statsd.rb Fix key names in statsd 8 years ago
strong_migrations.rb Add strong_migrations gem to warn when creating unsafe migrations (#5078) 7 years ago
timeout.rb
trusted_proxies.rb
twitter_regex.rb Re-allow underscore on valid_url_path_ending_chars (#4999) 7 years ago
vapid.rb
wrap_parameters.rb