akkoma/test/pleroma
Mark Felder 8b28dce82a Deprecate Pleroma.Uploaders.S3, :public_endpoint 2021-01-12 16:31:35 -06:00
..
activity Revert "Merge branch 'features/hashtag-column' into 'develop'" 2020-12-28 12:02:16 +00:00
bbs Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
chat tests consistency 2020-10-13 16:35:09 +03:00
config Deprecate Pleroma.Uploaders.S3, :public_endpoint 2021-01-12 16:31:35 -06:00
conversation Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
docs tests consistency 2020-10-13 16:35:09 +03:00
ecto_type/activity_pub/object_validators Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
emails Merge branch 'cachex-test' into 'develop' 2020-12-26 10:26:35 +00:00
emoji Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
gun changes after rebase 2020-10-13 16:44:02 +03:00
http Test: More async/sync tweaks. 2020-12-21 15:05:56 +01:00
instances instance: Do not fetch unreachable instances 2020-12-07 20:11:47 +01:00
integration Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
mfa Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
migration_helper Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
object Fix object spoofing vulnerability in attachments 2020-11-12 15:25:33 +03:00
repo/migrations Migration to confirm previously-logged-in users 2020-12-31 14:04:51 -06:00
upload Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
uploaders Apply Upload.base_url for S3 2021-01-08 17:32:42 -06:00
user Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
web ChatMessages: Fix pagination headers. 2021-01-11 15:30:40 +01:00
workers Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
activity_test.exs Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
application_requirements_test.exs Tests: More test fixes. 2020-12-21 12:59:11 +01:00
bookmark_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
captcha_test.exs Tests: Remove unneeded explicit cachex use. 2020-12-18 13:18:17 +01:00
chat_test.exs Tests: Add a helper method to reduce sleeping times in test. 2020-12-21 16:31:23 +01:00
config_db_test.exs tests consistency 2020-10-13 16:35:09 +03:00
config_test.exs Test: More async/sync tweaks. 2020-12-21 15:05:56 +01:00
conversation_test.exs Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
earmark_renderer_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
emoji_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
filter_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
following_relationship_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
formatter_test.exs We no longer expect mentions to link if they are prefixed with too many @'s 2020-12-02 10:27:55 -06:00
frontend_test.exs Add support for install via `file` and `build_url` params 2020-10-29 16:37:50 +04:00
healthcheck_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
html_test.exs Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
http_test.exs tests consistency 2020-10-13 16:35:09 +03:00
instances_test.exs instance.reachable?: Limit to binary input 2020-12-07 21:20:44 +01:00
job_queue_monitor_test.exs tests consistency 2020-10-13 16:35:09 +03:00
keys_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
list_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
marker_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
mfa_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
moderation_log_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
notification_test.exs Stream follow updates 2020-12-02 00:18:58 +04:00
object_test.exs Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
otp_version_test.exs tests consistency 2020-10-13 16:35:09 +03:00
pagination_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
registration_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
repo_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
report_note_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
reverse_proxy_test.exs Tests: Use NullCache for async tests. 2020-12-18 19:53:19 +01:00
runtime_test.exs tests consistency 2020-10-13 16:35:09 +03:00
safe_jsonb_set_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
scheduled_activity_test.exs tests consistency 2020-10-13 16:35:09 +03:00
signature_test.exs tests consistency 2020-10-13 16:35:09 +03:00
stats_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
upload_test.exs JPEG content_type must be image/jpeg 2020-10-13 10:37:24 -05:00
user_invite_token_test.exs tests consistency 2020-10-13 16:35:09 +03:00
user_relationship_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
user_search_test.exs Stream follow updates 2020-12-02 00:18:58 +04:00
user_test.exs Object: Rework how Object.normalize works 2021-01-04 13:38:31 +01:00
utils_test.exs changes after rebase 2020-10-13 17:10:34 +03:00
xml_builder_test.exs XMLBuidlder test: Make async. 2020-12-21 12:35:04 +01:00