diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-07-12 05:01:36 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-07-12 05:01:36 +0000 |
commit | ebcc28fef07236e6094998c230b10345abf8b307 (patch) | |
tree | 9b339fd0ebf3621cc3a9d71d8d7c6700984477bc /CHANGELOG.md | |
parent | aa9a6c3c056fde45b4c13c9c873cef9492b279e9 (diff) | |
parent | 6dc78f5f6f8c607c90246ff30520aeb2f84634df (diff) | |
download | pleroma-ebcc28fef07236e6094998c230b10345abf8b307.tar.gz pleroma-ebcc28fef07236e6094998c230b10345abf8b307.zip |
Merge branch 'features/validators-apc2s' into 'develop'
AP C2S: Remove restrictions and make it go through pipeline
See merge request pleroma/pleroma!3203
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9854eb531..036b9e775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising. - Email address is now returned if requesting user is the owner of the user account so it can be exposed in client and FE user settings UIs. - Improved Twittercard and OpenGraph meta tag generation including thumbnails and image dimension metadata when available. +- ActivityPub Client-to-Server(C2S): Limitation on the type of Activity/Object are lifted as they are now passed through ObjectValidators ### Added |