| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add rejection reason to our MRFs
See merge request pleroma/pleroma!2759
|
|
|
|
|
|
|
|
user: Add support for custom emojis in profile fields
See merge request pleroma/pleroma!2741
|
|
|
|
chat-federation-information
|
|
|
|
AccountController: Return scope in proper format.
Closes #1723
See merge request pleroma/pleroma!2694
|
|
AccountController: Fix muting / unmuting reblogs.
Closes #1925
See merge request pleroma/pleroma!2732
|
|
|
|
[#1895] Made hashtag timeline respect `:restrict_unauthenticated` instance setting
Closes #1895
See merge request pleroma/pleroma!2731
|
|
|
|
setting.
|
|
|
|
chat-federation-information
|
|
|
|
MastoAPI 2.9.0: status text on deletion
See merge request pleroma/pleroma!2690
|
|
features/mastoapi-2.9.0-status_text
|
|
|
|
|
|
|
|
This reverts merge request !2701
|
|
|
|
|
|
|
|
|
|
|
|
account visibility in masto api
Closes #1739
See merge request pleroma/pleroma!2488
|
|
Resolve "/api/v1/accounts/:id/statuses?only_media=true returns media that is not owned"
Closes #1865
See merge request pleroma/pleroma!2650
|
|
# Conflicts:
# CHANGELOG.md
|
|
|
|
support for hashtags search.
|
|
User: Add raw_bio, storing unformatted bio
See merge request pleroma/pleroma!2326
|
|
|
|
requested amount of records unless it's the last page
|
|
StatusController: Correctly paginate favorites.
Closes #1851
See merge request pleroma/pleroma!2636
|
|
|
|
|
|
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.
|