mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
- 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 !
This commit is contained in:
parent
7e0bc1e33a
commit
cc84bf2de3
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue