pleroma/test/plugs
rinpatch 4d416343fa rate limiter: Fix a race condition
When multiple requests are processed by rate limiter plug at the same
time and the bucket is not yet initialized, both would try to initialize
the bucket resulting in an internal server error.
2020-03-01 01:13:07 +03:00
..
admin_secret_authentication_plug_test.exs Tweaks to `clear_config` calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
authentication_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
basic_auth_decoder_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
cache_control_test.exs Set better Cache-Control header for static content 2019-11-06 16:41:19 +03:00
cache_test.exs Add Pleroma.Plugs.Cache 2019-09-09 18:53:08 +00:00
ensure_authenticated_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
ensure_public_or_authenticated_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
ensure_user_key_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
http_security_plug_test.exs Tweaks to `clear_config` calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
http_signature_plug_test.exs Verify HTTP signatures only when request accepts "activity+json" type 2019-12-19 20:17:18 +07:00
idempotency_plug_test.exs Polish IdempotencyPlug 2019-06-27 01:53:58 +07:00
instance_static_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
legacy_authentication_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
mapped_identity_to_signature_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
oauth_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
oauth_scopes_plug_test.exs OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: controller tests modification: OAuth scopes usage. 2019-12-15 22:32:42 +03:00
rate_limiter_test.exs rate limiter: Fix a race condition 2020-03-01 01:13:07 +03:00
remote_ip_test.exs Tweaks to `clear_config` calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
session_authentication_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
set_format_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
set_locale_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
set_user_session_id_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
uploaded_media_plug_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
user_enabled_plug_test.exs Tweaks to `clear_config` calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
user_fetcher_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
user_is_admin_plug_test.exs [#1427] Extra check that admin OAuth scope is used by admin. Adjusted tests. 2019-12-07 17:49:53 +03:00