Age | Commit message (Collapse) | Author |
|
Add support for cancellation of a follow request
Closes #1522
See merge request pleroma/pleroma!2175
|
|
|
|
|
|
|
|
|
|
|
|
Mastodon API: Align favoriting / repeating behavior with Mastodon
See merge request pleroma/pleroma!2119
|
|
|
|
|
|
UserRelationship-related functionality.
|
|
UserRelationships. User to UserRelationship relations and functions refactoring.
|
|
Admin API: Grouped reports, update multiple reports in one query
Closes admin-fe#43
See merge request pleroma/pleroma!1815
|
|
|
|
|
|
Store status data inside flag activity
See merge request pleroma/pleroma!1849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# CHANGELOG.md
|
|
This saves us lots of sending out because we can use sharedInbox.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Done via the following command:
git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
|
|
|
|
|
|
sixohsix/pleroma-post_expiration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts merge request !1504
|
|
|
|
The "expires_at" parameter accepts an ISO8601-formatted date which
defines when the activity will expire.
At this point the API will not give you any feedback about if your post
will expire or not.
|
|
|
|
|
|
|
|
|