akkoma/test/web/mastodon_api
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
..
controllers StatusController: Correctly paginate favorites. 2020-06-09 10:53:40 +02:00
views AccountView: Use mediaproxy URLs for emojis 2020-05-27 19:44:02 +03:00
mastodon_api_controller_test.exs [#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :skip_plug definitions for some endpoints. 2020-04-24 16:52:38 +03:00
mastodon_api_test.exs Add OpenAPI spec for StatusController 2020-05-13 00:25:21 +04:00