pleroma/test/web/mastodon_api
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
..
controllers 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
views Update Copyrights 2020-03-03 16:44:49 -06:00
mastodon_api_controller_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
mastodon_api_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00