summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-04-17 09:19:35 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-04-17 09:19:35 +0000
commita17bfb5fababbe25fa2abcfccd013c9f3edc2ef7 (patch)
treeca3e3f1fd04795615158e08821a024847078c55a /CHANGELOG.md
parentd8142ee6fee52529f610c58ba15a39b3e841cdc8 (diff)
parenta6ee6784bc74b311d454112c427f41b1fdec6ce0 (diff)
downloadpleroma-a17bfb5fababbe25fa2abcfccd013c9f3edc2ef7.tar.gz
pleroma-a17bfb5fababbe25fa2abcfccd013c9f3edc2ef7.zip
Merge branch 'feature/1584-client-captcha-options' into 'develop'
Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 804d3aa91..ce6737408 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -155,6 +155,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add an option `authorized_fetch_mode` to require HTTP signatures for AP fetches.
- ActivityPub: support for `replies` collection (output for outgoing federation & fetching on incoming federation).
- Mix task to refresh counter cache (`mix pleroma.refresh_counter_cache`)
+- Mix task to create trusted OAuth App.
<details>
<summary>API Changes</summary>
@@ -201,6 +202,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- ActivityPub: `[:activitypub, :note_replies_output_limit]` setting sets the number of note self-replies to output on outgoing federation.
- Admin API: `GET /api/pleroma/admin/stats` to get status count by visibility scope
- Admin API: `GET /api/pleroma/admin/statuses` - list all statuses (accepts `godmode` and `local_only`)
+- Admin API: endpoints for create/update/delete OAuth Apps.
</details>
### Fixed