Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-02 | Fix/mediaproxy whitelist base url | feld | |
2019-07-15 | Merge branch 'develop' into match-file-name | Sachin Joshi | |
# Conflicts: # lib/pleroma/web/media_proxy/media_proxy_controller.ex | |||
2019-07-14 | added tests for Web.MediaProxy | Maksim | |
2019-07-12 | try to always match the filename for proxy url | Sachin Joshi | |
2019-07-12 | preserve the original path/filename (no encoding/decoding) for proxy | Sachin Joshi | |
2019-07-07 | make sure the url used by proxy is same as origin url | Sachin Joshi | |
encoding or decoding it breaks some of the signed url | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-04-25 | Add mediaproxy whitelist capability | Mark Felder | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-02-14 | fix S3 links encoding in Mediaproxy | Egor Kislitsyn | |
2019-02-09 | Make credo happy | Haelwenn (lanodan) Monnier | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-10 | updates | Maksim Pechnikov | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-07 | Media proxy: fix url encoding | href | |
2018-12-07 | Media proxy: follow HTTP redirects by default | href | |
2018-12-02 | Fix media proxy config defaults | href | |
2018-11-30 | Config docs | href | |
2018-11-30 | reverse proxy / uploads | href | |
2018-11-20 | mediaproxy: fix empty url & add some tests | href | |
2018-11-13 | media_proxy: use path only to retrieve filename | href | |
2018-11-13 | media_proxy: CSP, content-disposition | href | |
* Adds CSP headers to the media proxy endpoint * Sends `content-disposition: attachment; …` for non-image/video/audio content types The default list can be overwritten with `:media_proxy, :safe_content_types` in the configuration. * Also now appends the filename to the proxy URL (fixes some mobile apps, it was requested a while ago) | |||
2018-03-30 | Format the code. | lain | |
2018-03-19 | Use connection pools. | lain | |
2017-12-31 | apply proxy settings to media_proxy | Jeff Becker | |
2017-12-21 | Remove a useless URI.encode call in MediaProxy | href | |
2017-12-12 | proxy emojis | href | |
(i fix emojos better than gargon but sshhhhh) | |||
2017-12-12 | fix content-type and fallback to image/jpeg | href | |
2017-12-11 | Limit body size to 25MB | href | |
2017-11-28 | Improve error handling, add configuration | href | |
2017-11-28 | mandatory typo fix... | href | |
2017-11-28 | media proxy: good enough wip | href | |