summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-07-10 09:22:14 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-07-10 09:22:14 +0000
commit31a0ed5d01f326c5db2abe6e385326e5f4e34cba (patch)
tree2d8db28ccda55c6153ad971a91b1d95177d1ca62 /CHANGELOG.md
parent48f98a27485cbb77613c852433b3259d7abf551f (diff)
parent4ac6e6283f6e090588ad56066b1e552b895f3a24 (diff)
downloadpleroma-31a0ed5d01f326c5db2abe6e385326e5f4e34cba.tar.gz
pleroma-31a0ed5d01f326c5db2abe6e385326e5f4e34cba.zip
Merge branch 'admin-api-user-credentials-for-remote-users-fix' into 'develop'
Admin API: fix `GET /api/pleroma/admin/users/:nickname/credentials` returning 404 when getting the credentials of a remote user while `:instance, :limit_to_local_content` is set to `:unauthenticated` Closes admin-fe#107 and #1788 See merge request pleroma/pleroma!2554
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e914e776..78eb8e984 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -81,6 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `blob:` urls not being allowed by connect-src CSP
- Mastodon API: fix `GET /api/v1/notifications` not returning the full result set
- Rich Media Previews for Twitter links
+- Admin API: fix `GET /api/pleroma/admin/users/:nickname/credentials` returning 404 when getting the credentials of a remote user while `:instance, :limit_to_local_content` is set to `:unauthenticated`
- Fix CSP policy generation to include remote Captcha services
## [Unreleased (patch)]