akkoma/test
rinpatch b8be6a4dc9 Remove a failing search test due to it being unrealistic
While the case tested (`lain@ple`) gives wrong ordering due to
using only trigram to order, it almost never happens in reality. In reality
it would be either `lain` (in which case it's fine to list the user with `lain`
in display name first), or `@lain@pleroma.soykaf.com`/`lain@pleroma.soykaf.com` (which is
handled fine as well)
2019-10-16 15:09:39 +03:00
..
activity/ir
bbs
config
conversation Mastodon API: Add pleroma.unread_conversation_count to the Account entity 2019-10-05 20:12:00 +03:00
daemons
emails Extract RSS Feed functionality from OStatus 2019-10-07 12:20:41 +00:00
emoji
fixtures provide mocks for webfinger endpoints 2019-10-09 16:32:28 +00:00
http
instance_static/emoji
integration Extract status actions from MastodonAPIController into StatusController 2019-09-27 10:51:15 +07:00
object
plugs [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mastodon-2-4-3-oauth-scopes 2019-10-02 20:42:40 +03:00
support provide mocks for webfinger endpoints 2019-10-09 16:32:28 +00:00
tasks Add a task to re-count statuses for all users 2019-10-09 13:11:57 +07:00
upload
uploaders
web Mastodon API: Add exclude_visibilities parameter to the timeline and notification endpoints 2019-10-14 02:57:21 +03:00
activity_expiration_test.exs
activity_test.exs Search: Add tests for unicode searches. 2019-10-09 16:03:45 +02:00
bookmark_test.exs
captcha_test.exs
config_test.exs
conversation_test.exs
emoji_test.exs
filter_test.exs
formatter_test.exs Merge branch 'develop' into issue/1218 2019-09-25 12:24:12 +03:00
healthcheck_test.exs Add Pleroma.JobQueueMonitor 2019-09-26 18:49:57 +07:00
html_test.exs
http_test.exs
job_queue_monitor_test.exs Add tests for Pleroma.JobQueueMonitor 2019-10-02 15:24:21 +07:00
keys_test.exs
list_test.exs Fix merge 2019-09-30 19:10:54 +07:00
moderation_log_test.exs
notification_test.exs Revert subscription refactoring. 2019-09-29 18:43:27 +03:00
object_test.exs
pagination_test.exs
registration_test.exs
repo_test.exs
reverse_proxy_test.exs Track failed proxy urls and don't request them again 2019-10-01 20:00:27 +00:00
scheduled_activity_test.exs
signature_test.exs Move local keys out of user.info 2019-10-06 16:56:36 +03:00
test_helper.exs
upload_test.exs
user_info_test.exs
user_invite_token_test.exs
user_search_test.exs Remove a failing search test due to it being unrealistic 2019-10-16 15:09:39 +03:00
user_test.exs Extract RSS Feed functionality from OStatus 2019-10-07 12:20:41 +00:00
xml_builder_test.exs