summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-22 21:57:38 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-22 21:57:38 +0300
commitcc84bf2de38f15d20a5f46ac9f57e4a967375f88 (patch)
treefe0496c55323e5b3649f14ab04d38aaf89c3190d
parent7e0bc1e33aef6dc0de11a595b81854623b417572 (diff)
downloadwekan-cc84bf2de38f15d20a5f46ac9f57e4a967375f88.tar.gz
wekan-cc84bf2de38f15d20a5f46ac9f57e4a967375f88.tar.bz2
wekan-cc84bf2de38f15d20a5f46ac9f57e4a967375f88.zip
- Remove suburl from beginning of avatar file path,
so that avatar images don't get broken when root-url changes to different sub-url. This does not change avatar urls in database, instead this fixes url on the fly after loading avatar url from database. Thanks to xet7 !
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d31a282..c69664e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,14 @@ Add Caddy plugins:
for showing real X-Forwarded-For IP to behind proxy;
- Turn off Caddy telemetry.
+and fixes the following bugs:
+
+- [Remove suburl from beginning of avatar file path](https://github.com/wekan/wekan/issues/1776),
+ so that avatar images don't get broken when root-url changes
+ to different sub-url. This does not change avatar urls
+ in database, instead this [fixes url on the fly after
+ loading avatar url from database](https://github.com/wekan/wekan/commit/7e0bc1e33aef6dc0de11a595b81854623b417572).
+
Thanks to Caddy contributors and Github user xet7 for their contributions!
# v1.34 2018-08-22 Wekan release