aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/media_proxy.ex
AgeCommit message (Collapse)Author
2021-03-05Add simple way to decode fully qualified mediaproxy URLsMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-11Simplify. We will always have a result from Upload.base_url/0, so just add ↵Mark Felder
it to the list
2021-01-11Fix regression in MediaProxy.local?/0 and appending the Upload.base_url to ↵Mark Felder
whitelisted domains
2021-01-10FormattingMark Felder
2021-01-10Apply 4 suggestion(s) to 2 file(s)feld
2021-01-08More places we should be using Upload.base_urlMark Felder
2020-12-18Cachex: Make caching provider switchable at runtime.lain
Defaults to Cachex.
2020-10-13other files consistencyAlexander Strizhakov