X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=15a073c6488eb714d26ef4f6c25b706e7f7344e8;hb=94a6590e3cb9d5c340bfd589880c19717160706f;hp=e3be2ea0847a4a7834695b743c5464bd48f8627f;hpb=f3791add99014c4e5f1c51c06f8ace84b254cec2;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index e3be2ea08..15a073c64 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.