logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 46e8b68093bc29d3f6a49e306dca0d11834a93b6
parent: d1e891062e3c6c34ca7940a476917beea2822ca2
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Fri, 26 Jul 2019 15:27:12 +0000

Merge branch 'changelog/1484-base_url-remove-media' into 'develop'

Changelog: !1484 base_url removed /media/

See merge request pleroma/pleroma!1494

Diffstat:

MCHANGELOG.md1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Changed - **Breaking:** Configuration: A setting to explicitly disable the mailer was added, defaulting to true, if you are using a mailer add `config :pleroma, Pleroma.Emails.Mailer, enabled: true` to your config +- **Breaking:** Configuration: `/media/` is now removed when `base_url` is configured, append `/media/` to your `base_url` config to keep the old behaviour if desired - Configuration: OpenGraph and TwitterCard providers enabled by default - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text - Federation: Return 403 errors when trying to request pages from a user's follower/following collections if they have `hide_followers`/`hide_follows` set