Merge branch 'linkify' into 'develop'
authorlain <lain@soykaf.club>
Tue, 21 Jul 2020 19:35:43 +0000 (19:35 +0000)
committerlain <lain@soykaf.club>
Tue, 21 Jul 2020 19:35:43 +0000 (19:35 +0000)
AutoLinker --> Linkify, update to latest version

See merge request pleroma/pleroma!2677

1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index 08027007339d1cb6e6fd0cf76949e3d3018964f9,b124b59e1bfeb1bf96c3bfbbe422e25c8b692dad..f4397ec3c9c48b18ff1896be1c7045237c3c9f2a
@@@ -7,6 -7,7 +7,7 @@@ The format is based on [Keep a Changelo
  
  ### Changed
  - **Breaking:** Elixir >=1.9 is now required (was >= 1.8)
+ - **Breaking:** Configuration: `:auto_linker, :opts` moved to `:pleroma, Pleroma.Formatter`. Old config namespace is deprecated.
  - In Conversations, return only direct messages as `last_status`
  - Using the `only_media` filter on timelines will now exclude reblog media
  - MFR policy to set global expiration for all local Create activities
@@@ -29,7 -30,6 +30,7 @@@
    has been simplified down to `block_from_strangers`.
  - **Breaking:** Notification Settings API option for hiding push notification
    contents has been renamed to `hide_notification_contents`
 +- Mastodon API: Added `pleroma.metadata.post_formats` to /api/v1/instance
  </details>
  
  <details>
@@@ -67,8 -67,7 +68,8 @@@
  
  <details>
    <summary>API Changes</summary>
 -- Mastodon API: Add pleroma.parents_visible field to statuses.
 +
 +- Mastodon API: Add pleroma.parent_visible field to statuses.
  - Mastodon API: Extended `/api/v1/instance`.
  - Mastodon API: Support for `include_types` in `/api/v1/notifications`.
  - Mastodon API: Added `/api/v1/notifications/:id/dismiss` endpoint.
  - Follow request notifications
  <details>
    <summary>API Changes</summary>
 +
  - Admin API: `GET /api/pleroma/admin/need_reboot`.
  </details>
  
  - **Breaking**: Using third party engines for user recommendation
  <details>
    <summary>API Changes</summary>
 +
  - **Breaking**: AdminAPI: migrate_from_db endpoint
  </details>