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
basic_auth_decoder_plug_test.exs
cache_control_test.exs Set better Cache-Control header for static content 2019-11-06 16:41:19 +03:00
cache_test.exs
ensure_authenticated_plug_test.exs
ensure_public_or_authenticated_plug_test.exs
ensure_user_key_plug_test.exs
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
instance_static_test.exs
legacy_authentication_plug_test.exs
mapped_identity_to_signature_plug_test.exs
oauth_plug_test.exs
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
set_format_plug_test.exs
set_locale_plug_test.exs
set_user_session_id_plug_test.exs
uploaded_media_plug_test.exs
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
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