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 tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
authentication_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
basic_auth_decoder_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
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 tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
ensure_public_or_authenticated_plug_test.exs Implement Pleroma.Plugs.EnsurePublicOrAuthenticated 2019-05-15 05:09:29 +08:00
ensure_user_key_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
http_security_plug_test.exs add report uri and report to 2019-05-16 12:49:40 +07:00
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 tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
legacy_authentication_plug_test.exs Fix/902 random compile failing 2019-05-17 07:25:20 +00:00
oauth_plug_test.exs Add oauth plug tests for url and body parameters 2019-05-02 22:25:21 +09:00
oauth_scopes_plug_test.exs [#468] More OAuth scopes-specific tests. 2019-02-20 12:27:28 +03:00
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 tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
set_locale_plug_test.exs Fix credo warning 2019-07-10 18:10:09 +07: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 Fix uploaded media plug test 2019-03-14 22:26:54 +03:00
user_enabled_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
user_fetcher_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
user_is_admin_plug_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00