akkoma/test/pleroma/web/plugs
@luna@f.l4.pm a90c45b7e9 Add Signed Fetch Statistics (#312)
Close #304.

Notes:
 - This patch was made on top of Pleroma develop, so I created a separate cachex worker for request signature actions, instead of Akkoma's instance cache. If that is a merge blocker, I can attempt to move logic around for that.
 - Regarding the `has_request_signatures: true -> false` state transition: I think that is a higher level thing (resetting instance state on new instance actor key) which is separate from the changes relevant to this one.

Co-authored-by: Luna <git@l4.pm>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/312
Co-authored-by: @luna@f.l4.pm <akkoma@l4.pm>
Co-committed-by: @luna@f.l4.pm <akkoma@l4.pm>
2022-11-26 19:22:56 +00:00
..
admin_secret_authentication_plug_test.exs
authentication_plug_test.exs
basic_auth_decoder_plug_test.exs
cache_control_test.exs
cache_test.exs
digest_plug_test.exs
ensure_authenticated_plug_test.exs
ensure_public_or_authenticated_plug_test.exs
ensure_staff_privileged_plug_test.exs
ensure_user_token_assigns_plug_test.exs
federating_plug_test.exs
frontend_static_plug_test.exs
http_security_plug_test.exs HTTP header improvements (#294) 2022-11-20 21:20:06 +00:00
http_signature_plug_test.exs Add Signed Fetch Statistics (#312) 2022-11-26 19:22:56 +00:00
idempotency_plug_test.exs
instance_static_test.exs Remove precompiled javascript (#55) 2022-07-08 13:03:18 +00:00
mapped_signature_to_identity_plug_test.exs Check that the signature matches the creator 2022-10-14 11:48:32 +01:00
o_auth_plug_test.exs Revert "Fix oauth2 (for real) (#179)" 2022-08-21 17:52:02 +01:00
o_auth_scopes_plug_test.exs
plug_helper_test.exs
rate_limiter_test.exs Fix rate_limiter_test.exs test "it restricts based on config values" (#233) 2022-11-01 14:25:54 +00:00
remote_ip_test.exs
set_format_plug_test.exs
set_locale_plug_test.exs
set_user_session_id_plug_test.exs Revert "Fix oauth2 (for real) (#179)" 2022-08-21 17:52:02 +01:00
uploaded_media_plug_test.exs strip \r and \r from content-disposition filenames 2022-11-10 11:54:12 +00:00
user_enabled_plug_test.exs
user_fetcher_plug_test.exs
user_is_admin_plug_test.exs
user_is_staff_plug_test.exs
user_tracking_plug_test.exs