Pleroma/test/plugs
Ariadne Conill 88d064d80e http signature plug: remove redundant checks handled by HTTPSignatures library
the redundant checks assumed a POST request, which will not work for signed GETs.
this check was originally needed because the HTTPSignatures adapter assumed that
the requests were also POST requests.  but now, the adapter has been corrected.
2019-07-18 15:11:21 +00:00
..
admin_secret_authentication_plug_test.exs
authentication_plug_test.exs
basic_auth_decoder_plug_test.exs
cache_control_test.exs Move the Cache Control header test to its own file 2019-05-24 20:33:55 +00:00
ensure_authenticated_plug_test.exs
ensure_public_or_authenticated_plug_test.exs
ensure_user_key_plug_test.exs
http_security_plug_test.exs
http_signature_plug_test.exs http signature plug: remove redundant checks handled by HTTPSignatures library 2019-07-18 15:11:21 +00:00
idempotency_plug_test.exs Polish IdempotencyPlug 2019-06-27 01:53:58 +07:00
instance_static_test.exs
legacy_authentication_plug_test.exs Fix/902 random compile failing 2019-05-17 07:25:20 +00:00
oauth_plug_test.exs
oauth_scopes_plug_test.exs
rate_limiter_test.exs [#1041] Rate-limited status actions (per user and per user+status). 2019-07-13 14:49:39 +03:00
session_authentication_plug_test.exs
set_locale_plug_test.exs Fix credo warning 2019-07-10 18:10:09 +07:00
set_user_session_id_plug_test.exs
uploaded_media_plug_test.exs
user_enabled_plug_test.exs
user_fetcher_plug_test.exs
user_is_admin_plug_test.exs