pleroma/test
lain 063e6b9841 StatusController: Correctly paginate favorites.
Favorites were paginating wrongly, because the pagination headers
where using the id of the id of the `Create` activity, while the
ordering was by the id of the `Like` activity. This isn't easy to
notice in most cases, as they usually have a similar order because
people tend to favorite posts as they come in. This commit adds a
way to give different pagination ids to the pagination helper, so
we can paginate correctly in cases like this.
2020-06-09 10:53:40 +02:00
..
activity/ir
bbs
config
conversation
docs
emails
emoji
federation
fixtures Announcements: Handle through common pipeline. 2020-05-20 15:44:37 +02:00
http hackney adapter helper: support tlsv1.3 and remove custom opts 2020-05-30 15:36:55 +03:00
instance_static get-packs for local generated pack 2020-05-28 19:41:34 +03:00
integration
mfa
object
plugs HTTP Security plug: rewrite &csp_string/0 2020-05-27 21:31:47 +03:00
pool
reverse_proxy
support Factory: Set users to be ap_enabled by default. 2020-05-25 12:59:42 +02:00
tasks Use atoms as keys in ActivityPub.fetch_* functions options 2020-06-04 21:36:26 +04:00
upload
uploaders
user
web StatusController: Correctly paginate favorites. 2020-06-09 10:53:40 +02:00
workers Added the ability to upload background, logo, default user avatar, instance thumbnail, and the NSFW hiding image via AdminFE 2020-05-21 04:41:42 +03:00
activity_expiration_test.exs
activity_test.exs
bookmark_test.exs
captcha_test.exs
config_test.exs
conversation_test.exs
earmark_renderer_test.exs test/earmark_renderer_test.exs: Rename from test/earmark_renderer_test.ex 2020-03-15 17:07:08 +01:00
emoji_test.exs
filter_test.exs
following_relationship_test.exs
formatter_test.exs formatter: Use user.uri instead of user.source_data.uri 2020-04-10 06:20:02 +02:00
healthcheck_test.exs
html_test.exs
http_test.exs
job_queue_monitor_test.exs
keys_test.exs
list_test.exs
marker_test.exs
mfa_test.exs
moderation_log_test.exs Update Copyrights 2020-03-03 16:44:49 -06:00
notification_test.exs Notification: Actually preload objects. 2020-05-27 12:41:06 +02:00
object_test.exs
otp_version_test.exs
pagination_test.exs Use atoms as keys in ActivityPub.fetch_* functions options 2020-06-04 21:36:26 +04:00
registration_test.exs
repo_test.exs
runtime_test.exs
safe_jsonb_set_test.exs Add a test for safe_jsonb_set 2019-10-18 15:22:16 +03:00
scheduled_activity_test.exs
signature_test.exs
stats_test.exs
test_helper.exs
upload_test.exs
user_invite_token_test.exs
user_relationship_test.exs
user_search_test.exs
user_test.exs Merge branch 'feature/delete-follow-requests-on-user-deletion' into 'develop' 2020-06-08 10:54:43 +00:00
xml_builder_test.exs