pleroma/test/web/mastodon_api/controllers
rinpatch fc4496d4fa 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-13 21:41:17 +03:00
..
account_controller
account_controller_test.exs
app_controller_test.exs
auth_controller_test.exs
conversation_controller_test.exs
custom_emoji_controller_test.exs
domain_block_controller_test.exs
filter_controller_test.exs
follow_request_controller_test.exs
instance_controller_test.exs
list_controller_test.exs
marker_controller_test.exs
media_controller_test.exs
notification_controller_test.exs
poll_controller_test.exs
report_controller_test.exs
scheduled_activity_controller_test.exs
search_controller_test.exs
status_controller_test.exs
subscription_controller_test.exs
suggestion_controller_test.exs
timeline_controller_test.exs