pleroma/test
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
..
activity/ir Fix hashtags WebSocket streaming 2020-03-15 17:00:18 +03:00
bbs Update Copyrights 2020-03-03 16:44:49 -06:00
config Merge branch 'fix/1610-release-compilation-config-fix' into 'develop' 2020-03-15 16:57:59 +03:00
conversation Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
docs little fixes and typos fix 2020-01-10 15:52:02 +03:00
emails Update Copyrights 2020-03-03 16:44:49 -06:00
emoji Update Copyrights 2020-03-03 16:44:49 -06:00
federation Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
fixtures relay list shows hosts without accepted follow 2020-03-15 16:55:20 +03:00
http Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
instance_static/emoji Allow importing old (emoji.txt / plain) packs from the filesystem 2019-09-19 00:16:33 +03:00
integration Update Copyrights 2020-03-03 16:44:49 -06:00
object Update Copyrights 2020-03-03 16:44:49 -06:00
plugs 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
support relay list shows hosts without accepted follow 2020-03-15 16:55:20 +03:00
tasks relay list shows hosts without accepted follow 2020-03-15 16:55:20 +03:00
upload Update Copyrights 2020-03-03 16:44:49 -06:00
uploaders Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
user Update Copyrights 2020-03-03 16:44:49 -06:00
web 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
workers Merge branch 'fix/no-email-no-fail' into 'develop' 2020-03-04 12:43:06 +00:00
activity_expiration_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
activity_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
bookmark_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
captcha_test.exs Captcha: return invalid when answer_data is nil 2020-02-24 02:49:53 +01:00
config_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
conversation_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
earmark_renderer_test.ex Formatting: Do not use \n and prefer <br> instead 2020-03-15 16:59:52 +03:00
emoji_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
filter_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00
following_relationship_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
formatter_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
healthcheck_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
html_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
http_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00
job_queue_monitor_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
keys_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
list_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
marker_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
moderation_log_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
notification_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
object_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
pagination_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
registration_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
repo_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
reverse_proxy_test.exs Merge branch 'fix/cache-control-headers' into 'develop' 2020-03-15 17:01:04 +03:00
runtime_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
safe_jsonb_set_test.exs Add a test for safe_jsonb_set 2019-10-18 15:22:16 +03:00
scheduled_activity_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
signature_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
stat_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
test_helper.exs Update Copyrights 2020-03-03 16:44:49 -06:00
upload_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
user_invite_token_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
user_relationship_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
user_search_test.exs Bump copyright years of files changed after 2020-01-07 2020-03-02 06:08:45 +01:00
user_test.exs Merge branch 'fix/signup-without-email' into 'develop' 2020-03-15 16:58:51 +03:00
xml_builder_test.exs Older copyright updates 2020-03-03 16:46:45 -06:00