pleroma/lib/pleroma/web/api_spec
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
..
operations StatusController: Correctly paginate favorites. 2020-06-09 10:53:40 +02:00
schemas Add OpenAPISpex for MediaController 2020-05-14 12:13:25 +02:00
cast_and_validate.ex Add a config option to enable strict validation 2020-05-04 22:33:05 +04:00
helpers.ex Merge branch 'restricted-relations-embedding' into 'develop' 2020-05-17 07:26:51 +00:00
render_error.ex Render better errors for ENUM validation 2020-05-04 22:33:34 +04:00