Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
requested amount of records unless it's the last page
|
|
StatusController: Correctly paginate favorites.
Closes #1851
See merge request pleroma/pleroma!2636
|
|
|
|
|
|
|
|
|
|
|
|
ActivityPub: Don't show announces of your own objects in timeline.
See merge request pleroma/pleroma!2637
|
|
|
|
|
|
Global status expiration
See merge request pleroma/pleroma!2208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Chats / ChatMessages
See merge request pleroma/pleroma!2429
|
|
|
|
|
|
|
|
|
|
|
|
Add `url` field to AdminAPI.AccountView
See merge request pleroma/pleroma!2633
|
|
|
|
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.
|
|
remake-remodel-dms
|
|
No issues with the rest of the network yet but this makes sure it will work
once https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2429
is merged.
|
|
|
|
|
|
|
|
Add OpenAPI spec for AdminAPI.RelayController
See merge request pleroma/pleroma!2579
|
|
remake-remodel-dms
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
|
|
|
|
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643
|
|
|
|
|
|
|