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/activity_pub/transmogrifier/accept_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/add_remove_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/announce_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/answer_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/article_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/block_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/chat_message_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/delete_handling_test.exs | 0 .../pleroma/web/activity_pub/transmogrifier/emoji_react_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/event_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/follow_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/like_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/page_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/question_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/undo_handling_test.exs | 0 .../pleroma/web/activity_pub/transmogrifier/user_update_handling_test.exs | 0 test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs | 0 20 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/accept_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/add_remove_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/announce_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/answer_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/article_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/block_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/chat_message_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/delete_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/emoji_react_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/event_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/follow_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/like_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/page_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/question_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/undo_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/user_update_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs (limited to 'test/pleroma/web/activity_pub/transmogrifier') diff --git a/test/pleroma/web/activity_pub/transmogrifier/accept_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/accept_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/add_remove_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/add_remove_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/announce_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/announce_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/answer_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/answer_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/article_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/article_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/block_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/block_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/chat_message_test.exs b/test/pleroma/web/activity_pub/transmogrifier/chat_message_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/delete_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/delete_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/emoji_react_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/emoji_react_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/event_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/event_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/follow_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/follow_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/like_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/like_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/page_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/page_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/question_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/question_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/undo_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/undo_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/user_update_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/user_update_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs old mode 100644 new mode 100755 -- cgit v1.2.3