Pleroma/test/plugs
rinpatch c46d035f7b rate limiter: disable based on if remote ip was found, not on if the plug was enabled
The current rate limiter disable logic won't trigger when the remote ip
is not forwarded, only when the remoteip plug is not enabled, which is
not the case on most instances since it's enabled by default. This
changes the behavior to warn and disable  when the remote ip was not forwarded,
even if the RemoteIP plug is enabled.

Also closes #1620
2020-03-16 00:15:21 +03:00
..
admin_secret_authentication_plug_test.exs
authentication_plug_test.exs
basic_auth_decoder_plug_test.exs
cache_control_test.exs
cache_test.exs
ensure_authenticated_plug_test.exs
ensure_public_or_authenticated_plug_test.exs
ensure_user_key_plug_test.exs
http_security_plug_test.exs
http_signature_plug_test.exs
idempotency_plug_test.exs
instance_static_test.exs
legacy_authentication_plug_test.exs
mapped_identity_to_signature_plug_test.exs
oauth_plug_test.exs
oauth_scopes_plug_test.exs
rate_limiter_test.exs rate limiter: disable based on if remote ip was found, not on if the plug was enabled 2020-03-16 00:15:21 +03:00
remote_ip_test.exs
session_authentication_plug_test.exs
set_format_plug_test.exs
set_locale_plug_test.exs
set_user_session_id_plug_test.exs
uploaded_media_plug_test.exs
user_enabled_plug_test.exs
user_fetcher_plug_test.exs
user_is_admin_plug_test.exs