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 Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
account_controller_test.exs rate limiter: disable based on if remote ip was found, not on if the plug was enabled 2020-03-13 21:41:17 +03:00
app_controller_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
auth_controller_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
conversation_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
custom_emoji_controller_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
domain_block_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
filter_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
follow_request_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
instance_controller_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
list_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
marker_controller_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
media_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
notification_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
poll_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
report_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
scheduled_activity_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
search_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
status_controller_test.exs MastodonController: Return 404 errors correctly. 2020-03-04 18:09:06 +01:00
subscription_controller_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
suggestion_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
timeline_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00