diff options
author | feld <feld@feld.me> | 2020-02-06 16:08:23 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-02-06 16:08:23 +0000 |
commit | df0b00b32dbfa15cfd941c87bea6b32a43625f75 (patch) | |
tree | 569b9ba90402ec0bf8cc04a30312c7caf674c5e6 /CHANGELOG.md | |
parent | e12bf05f23c49212d2d75a32593c00dda5ead677 (diff) | |
parent | 983a87175e6f83da1828630cbaad4b33b04c6d81 (diff) | |
download | pleroma-df0b00b32dbfa15cfd941c87bea6b32a43625f75.tar.gz pleroma-df0b00b32dbfa15cfd941c87bea6b32a43625f75.zip |
Merge branch 'mastoapi-non-html-strings' into 'develop'
mastodon API: do not sanitize html in non-html fields
See merge request pleroma/pleroma!2167
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 1b6ba53d4..b470b74ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Breaking:** Admin API: `PUT /api/pleroma/admin/reports/:id` is now `PATCH /api/pleroma/admin/reports`, see admin_api.md for details - **Breaking:** `/api/pleroma/admin/users/invite_token` now uses `POST`, changed accepted params and returns full invite in json instead of only token string. - **Breaking** replying to reports is now "report notes", enpoint changed from `POST /api/pleroma/admin/reports/:id/respond` to `POST /api/pleroma/admin/reports/:id/notes` +- Mastodon API: stopped sanitizing display names, field names and subject fields since they are supposed to be treated as plaintext - Admin API: Return `total` when querying for reports - Mastodon API: Return `pleroma.direct_conversation_id` when creating a direct message (`POST /api/v1/statuses`) - Admin API: Return link alongside with token on password reset |