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/activity_pub_controller_test.exs | 0 test/pleroma/web/activity_pub/activity_pub_test.exs | 0 test/pleroma/web/activity_pub/builder_test.exs | 0 test/pleroma/web/activity_pub/mrf/activity_expiration_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/anti_followbot_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/anti_link_spam_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs | 0 test/pleroma/web/activity_pub/mrf/follow_bot_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/force_bot_unlisted_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/force_mentions_in_content_test.exs | 0 test/pleroma/web/activity_pub/mrf/hashtag_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/hellthread_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/keyword_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/media_proxy_warming_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/mention_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/no_placeholder_text_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/normalize_markup_test.exs | 0 test/pleroma/web/activity_pub/mrf/object_age_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/reject_non_public_test.exs | 0 test/pleroma/web/activity_pub/mrf/simple_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/steal_emoji_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/subchain_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/tag_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/user_allow_list_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf/vocabulary_policy_test.exs | 0 test/pleroma/web/activity_pub/mrf_test.exs | 0 .../pleroma/web/activity_pub/object_validators/accept_validation_test.exs | 0 .../web/activity_pub/object_validators/announce_validation_test.exs | 0 .../activity_pub/object_validators/article_note_page_validator_test.exs | 0 .../web/activity_pub/object_validators/attachment_validator_test.exs | 0 test/pleroma/web/activity_pub/object_validators/block_validation_test.exs | 0 test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs | 0 .../web/activity_pub/object_validators/create_generic_validator_test.exs | 0 .../pleroma/web/activity_pub/object_validators/delete_validation_test.exs | 0 .../web/activity_pub/object_validators/emoji_react_handling_test.exs | 0 .../pleroma/web/activity_pub/object_validators/follow_validation_test.exs | 0 test/pleroma/web/activity_pub/object_validators/like_validation_test.exs | 0 .../pleroma/web/activity_pub/object_validators/reject_validation_test.exs | 0 test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs | 0 test/pleroma/web/activity_pub/object_validators/update_handling_test.exs | 0 test/pleroma/web/activity_pub/pipeline_test.exs | 0 test/pleroma/web/activity_pub/publisher_test.exs | 0 test/pleroma/web/activity_pub/relay_test.exs | 0 test/pleroma/web/activity_pub/side_effects/delete_test.exs | 0 test/pleroma/web/activity_pub/side_effects_test.exs | 0 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 test/pleroma/web/activity_pub/transmogrifier_test.exs | 0 test/pleroma/web/activity_pub/utils_test.exs | 0 test/pleroma/web/activity_pub/views/object_view_test.exs | 0 test/pleroma/web/activity_pub/views/user_view_test.exs | 0 test/pleroma/web/activity_pub/visibility_test.exs | 0 71 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 test/pleroma/web/activity_pub/activity_pub_controller_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/activity_pub_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/builder_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/activity_expiration_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/anti_followbot_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/anti_link_spam_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/follow_bot_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/force_bot_unlisted_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/force_mentions_in_content_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/hashtag_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/hellthread_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/keyword_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/media_proxy_warming_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/mention_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/no_placeholder_text_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/normalize_markup_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/object_age_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/reject_non_public_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/simple_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/steal_emoji_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/subchain_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/tag_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/user_allow_list_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf/vocabulary_policy_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/mrf_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/accept_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/block_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/create_generic_validator_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/like_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/reject_validation_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/object_validators/update_handling_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/pipeline_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/publisher_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/relay_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/side_effects/delete_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/side_effects_test.exs 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 mode change 100644 => 100755 test/pleroma/web/activity_pub/transmogrifier_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/utils_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/views/object_view_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/views/user_view_test.exs mode change 100644 => 100755 test/pleroma/web/activity_pub/visibility_test.exs (limited to 'test/pleroma/web/activity_pub') diff --git a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/activity_pub_test.exs b/test/pleroma/web/activity_pub/activity_pub_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/builder_test.exs b/test/pleroma/web/activity_pub/builder_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/activity_expiration_policy_test.exs b/test/pleroma/web/activity_pub/mrf/activity_expiration_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/anti_followbot_policy_test.exs b/test/pleroma/web/activity_pub/mrf/anti_followbot_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/anti_link_spam_policy_test.exs b/test/pleroma/web/activity_pub/mrf/anti_link_spam_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs b/test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/follow_bot_policy_test.exs b/test/pleroma/web/activity_pub/mrf/follow_bot_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/force_bot_unlisted_policy_test.exs b/test/pleroma/web/activity_pub/mrf/force_bot_unlisted_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/force_mentions_in_content_test.exs b/test/pleroma/web/activity_pub/mrf/force_mentions_in_content_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/hashtag_policy_test.exs b/test/pleroma/web/activity_pub/mrf/hashtag_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/hellthread_policy_test.exs b/test/pleroma/web/activity_pub/mrf/hellthread_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/keyword_policy_test.exs b/test/pleroma/web/activity_pub/mrf/keyword_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/media_proxy_warming_policy_test.exs b/test/pleroma/web/activity_pub/mrf/media_proxy_warming_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/mention_policy_test.exs b/test/pleroma/web/activity_pub/mrf/mention_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs b/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/no_placeholder_text_policy_test.exs b/test/pleroma/web/activity_pub/mrf/no_placeholder_text_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/normalize_markup_test.exs b/test/pleroma/web/activity_pub/mrf/normalize_markup_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/object_age_policy_test.exs b/test/pleroma/web/activity_pub/mrf/object_age_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/reject_non_public_test.exs b/test/pleroma/web/activity_pub/mrf/reject_non_public_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/simple_policy_test.exs b/test/pleroma/web/activity_pub/mrf/simple_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/steal_emoji_policy_test.exs b/test/pleroma/web/activity_pub/mrf/steal_emoji_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/subchain_policy_test.exs b/test/pleroma/web/activity_pub/mrf/subchain_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/tag_policy_test.exs b/test/pleroma/web/activity_pub/mrf/tag_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/user_allow_list_policy_test.exs b/test/pleroma/web/activity_pub/mrf/user_allow_list_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf/vocabulary_policy_test.exs b/test/pleroma/web/activity_pub/mrf/vocabulary_policy_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/mrf_test.exs b/test/pleroma/web/activity_pub/mrf_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/accept_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/accept_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/announce_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs b/test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs b/test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/block_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/block_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/create_generic_validator_test.exs b/test/pleroma/web/activity_pub/object_validators/create_generic_validator_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/delete_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs b/test/pleroma/web/activity_pub/object_validators/emoji_react_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/follow_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/like_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/like_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/reject_validation_test.exs b/test/pleroma/web/activity_pub/object_validators/reject_validation_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs b/test/pleroma/web/activity_pub/object_validators/undo_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/object_validators/update_handling_test.exs b/test/pleroma/web/activity_pub/object_validators/update_handling_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/pipeline_test.exs b/test/pleroma/web/activity_pub/pipeline_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/publisher_test.exs b/test/pleroma/web/activity_pub/publisher_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/relay_test.exs b/test/pleroma/web/activity_pub/relay_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/side_effects/delete_test.exs b/test/pleroma/web/activity_pub/side_effects/delete_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/side_effects_test.exs b/test/pleroma/web/activity_pub/side_effects_test.exs old mode 100644 new mode 100755 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 diff --git a/test/pleroma/web/activity_pub/transmogrifier_test.exs b/test/pleroma/web/activity_pub/transmogrifier_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/utils_test.exs b/test/pleroma/web/activity_pub/utils_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/views/object_view_test.exs b/test/pleroma/web/activity_pub/views/object_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/views/user_view_test.exs b/test/pleroma/web/activity_pub/views/user_view_test.exs old mode 100644 new mode 100755 diff --git a/test/pleroma/web/activity_pub/visibility_test.exs b/test/pleroma/web/activity_pub/visibility_test.exs old mode 100644 new mode 100755 -- cgit v1.2.3