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 Update Copyrights 2020-03-03 16:44:49 -06:00
basic_auth_decoder_plug_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00
cache_control_test.exs Revert "Set better Cache-Control header for static content" 2020-03-15 16:59:39 +03:00
cache_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
ensure_authenticated_plug_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00
ensure_public_or_authenticated_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
ensure_user_key_plug_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00
http_security_plug_test.exs
http_signature_plug_test.exs
idempotency_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
instance_static_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
legacy_authentication_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
mapped_identity_to_signature_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
oauth_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
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 Older copyright updates 2020-03-03 16:46:45 -06:00
set_format_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
set_locale_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
set_user_session_id_plug_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00
uploaded_media_plug_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
user_enabled_plug_test.exs
user_fetcher_plug_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00
user_is_admin_plug_test.exs