pleroma/test
Roger Braun 4dcbb64f19 Avoid potentially slow count queries for user note count.
For a variety of reasons, posgresql won't use the available actor,
type index to do an index only scan. We now just increase the user
note count, which will lead to slightly wrong counts in some cases,
but it's better than the potentially very slow count query.
2017-10-31 16:37:11 +01:00
..
fixtures Add missing fixtures. 2017-09-17 00:33:58 +02:00
plugs AP refactoring. 2017-05-16 18:19:04 +02:00
support MastoAPI: Add emoji output. 2017-10-23 16:27:51 +02:00
web MastoAPI: Return id as string instead of integer. 2017-10-31 14:51:41 +01:00
activity_test.exs Get create activity from created object id. 2017-04-30 11:16:41 +02:00
formatter_test.exs Federate emoji out. 2017-09-16 16:14:23 +02:00
notification_test.exs Add basic mastodon notification support. 2017-09-11 18:53:19 +02:00
object_test.exs Add some basic changesets. 2017-05-09 18:11:51 +02:00
test_helper.exs Add factories for testing. 2017-04-13 15:49:24 +02:00
upload_test.exs Cowboy and Elixir don't seem to agree on uri encoding... 2017-08-09 16:45:05 +02:00
user_test.exs Avoid potentially slow count queries for user note count. 2017-10-31 16:37:11 +01:00
xml_builder_test.exs Add basic webfinger. 2017-04-17 13:44:41 +02:00