X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=841dd8afaea7580d2d93d5bb082541703015d0b2;hb=9bae9b1b1bf4f48e20ce0b2d9b670648d052e069;hp=122f97b69a034aefd5cf536774490196c7425c7e;hpb=51ce0813d351cad900966aea49a6f6d17d33f964;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 122f97b69..841dd8afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed - **Breaking:** removed `with_move` parameter from notifications timeline. +### Added +- NodeInfo: `pleroma:api/v1/notifications:include_types_filter` to the `features` list. +- Configuration: `:restrict_unauthenticated` setting, restrict access for unauthenticated users to timelines (public and federate), user profiles and statuses. +
+ API Changes +- Mastodon API: Support for `include_types` in `/api/v1/notifications`. +
+ ## [2.0.0] - 2019-03-08 ### Security - Mastodon API: Fix being able to request enourmous amount of statuses in timelines leading to DoS. Now limited to 40 per request.