summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-13 12:36:24 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-13 12:36:24 +0000
commitf884987ace0f060860b2ece0304cfba0708505a5 (patch)
treecdbc51e5b81c54f5b3233a9d5257a69abfb185bc /CHANGELOG.md
parent5ca643b80de6e8b82ccb2411b1fa1259a8d565ae (diff)
parente47089cf5506952befd6995f04e2683a168ff9e2 (diff)
downloadpleroma-f884987ace0f060860b2ece0304cfba0708505a5.tar.gz
pleroma-f884987ace0f060860b2ece0304cfba0708505a5.zip
Merge branch 'admin-config-description' into 'develop'
Admin config description Closes #1178 and #1209 See merge request pleroma/pleroma!1611
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7f1aee0e..3d9c6a4b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,11 +20,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **Breaking:** `/api/pleroma/notifications/read` is moved to `/api/v1/pleroma/notifications/read` and now supports `max_id` and responds with Mastodon API entities.
- Configuration: OpenGraph and TwitterCard providers enabled by default
- Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text
-- Mastodon API: `pleroma.thread_muted` key in the Status entity
+- Configuration: added `config/description.exs`, from which `docs/config.md` is generated
- Federation: Return 403 errors when trying to request pages from a user's follower/following collections if they have `hide_followers`/`hide_follows` set
- NodeInfo: Return `skipThreadContainment` in `metadata` for the `skip_thread_containment` option
- NodeInfo: Return `mailerEnabled` in `metadata`
- Mastodon API: Unsubscribe followers when they unfollow a user
+- Mastodon API: `pleroma.thread_muted` key in the Status entity
- AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see private statuses)
- Improve digest email template
– Pagination: (optional) return `total` alongside with `items` when paginating