From a127041c8b3e31c9fa487dd5ca4faa29a0a59e6e Mon Sep 17 00:00:00 2001 From: dcc Date: Mon, 4 Sep 2023 02:54:35 -0700 Subject: move to 2.5.5 --- test/pleroma/web/mastodon_api/controllers/account_controller_test.exs | 0 .../web/mastodon_api/controllers/announcement_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/app_controller_test.exs | 0 .../web/mastodon_api/controllers/conversation_controller_test.exs | 0 .../web/mastodon_api/controllers/custom_emoji_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/directory_controller_test.exs | 0 .../web/mastodon_api/controllers/domain_block_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs | 0 .../web/mastodon_api/controllers/follow_request_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/list_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/marker_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/media_controller_test.exs | 0 .../web/mastodon_api/controllers/notification_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/poll_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/report_controller_test.exs | 0 .../web/mastodon_api/controllers/scheduled_activity_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/search_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/status_controller_test.exs | 0 .../web/mastodon_api/controllers/subscription_controller_test.exs | 0 .../pleroma/web/mastodon_api/controllers/suggestion_controller_test.exs | 0 test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs | 0 test/pleroma/web/mastodon_api/mastodon_api_controller_test.exs | 0 test/pleroma/web/mastodon_api/mastodon_api_test.exs | 0 test/pleroma/web/mastodon_api/update_credentials_test.exs | 0 test/pleroma/web/mastodon_api/views/account_view_test.exs | 0 test/pleroma/web/mastodon_api/views/conversation_view_test.exs | 0 test/pleroma/web/mastodon_api/views/list_view_test.exs | 0 test/pleroma/web/mastodon_api/views/marker_view_test.exs | 0 test/pleroma/web/mastodon_api/views/notification_view_test.exs | 0 test/pleroma/web/mastodon_api/views/poll_view_test.exs | 0 test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs | 2 +- test/pleroma/web/mastodon_api/views/status_view_test.exs | 0 test/pleroma/web/mastodon_api/views/subscription_view_test.exs | 0 test/pleroma/web/mastodon_api/views/suggestion_view_test.exs | 0 35 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/account_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/announcement_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/app_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/conversation_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/custom_emoji_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/directory_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/domain_block_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/follow_request_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/list_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/marker_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/media_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/notification_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/poll_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/report_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/scheduled_activity_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/search_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/status_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/suggestion_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/mastodon_api_controller_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/mastodon_api_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/update_credentials_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/account_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/conversation_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/list_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/marker_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/notification_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/poll_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/status_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/subscription_view_test.exs mode change 100644 => 100755 test/pleroma/web/mastodon_api/views/suggestion_view_test.exs (limited to 'test/pleroma/web/mastodon_api') diff --git a/test/pleroma/web/mastodon_api/controllers/account_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/account_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/announcement_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/announcement_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/app_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/app_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/conversation_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/conversation_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/custom_emoji_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/custom_emoji_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/directory_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/directory_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/domain_block_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/domain_block_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/follow_request_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/follow_request_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/list_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/list_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/marker_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/marker_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/media_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/media_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/notification_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/notification_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/poll_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/poll_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/report_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/report_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/scheduled_activity_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/scheduled_activity_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/search_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/search_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/suggestion_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/suggestion_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/mastodon_api_controller_test.exs b/test/pleroma/web/mastodon_api/mastodon_api_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/mastodon_api_test.exs b/test/pleroma/web/mastodon_api/mastodon_api_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/update_credentials_test.exs b/test/pleroma/web/mastodon_api/update_credentials_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/account_view_test.exs b/test/pleroma/web/mastodon_api/views/account_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/conversation_view_test.exs b/test/pleroma/web/mastodon_api/views/conversation_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/list_view_test.exs b/test/pleroma/web/mastodon_api/views/list_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/marker_view_test.exs b/test/pleroma/web/mastodon_api/views/marker_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/notification_view_test.exs b/test/pleroma/web/mastodon_api/views/notification_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/poll_view_test.exs b/test/pleroma/web/mastodon_api/views/poll_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs b/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs old mode 100644 new mode 100755 index e5e510d..07a65a3 --- a/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs +++ b/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs @@ -48,7 +48,7 @@ defmodule Pleroma.Web.MastodonAPI.ScheduledActivityViewTest do id: to_string(scheduled_activity.id), media_attachments: %{media_ids: [upload.id]} - |> Utils.attachments_from_ids() + |> Utils.attachments_from_ids(user) |> Enum.map(&StatusView.render("attachment.json", %{attachment: &1})), params: %{ in_reply_to_id: to_string(activity.id), diff --git a/test/pleroma/web/mastodon_api/views/status_view_test.exs b/test/pleroma/web/mastodon_api/views/status_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/subscription_view_test.exs b/test/pleroma/web/mastodon_api/views/subscription_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/mastodon_api/views/suggestion_view_test.exs b/test/pleroma/web/mastodon_api/views/suggestion_view_test.exs old mode 100644 new mode 100755 -- cgit v1.2.3