aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/viewhtml
Commit message (Collapse)AuthorAgeFilesLines
* Repoint repository references to new locationLibravatarLibravatar j3s 2020-11-203-5/+5
|
* HTML image proxy: handle missing Content-LengthLibravatarLibravatar Drew DeVault 2020-11-131-3/+5
| | | | | This is less than ideal, but we still won't end up over-reading because we're using a LimitedReader here.
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-133-17/+17
|
* plugins/viewhtml: add opt-in query param to load remote resourcesLibravatarLibravatar Simon Ser 2020-02-253-3/+26
| | | | Loading remote resources by default has privacy implications.
* plugins/viewhtml: add image proxyLibravatarLibravatar Simon Ser 2020-02-252-7/+71
|
* Revert "plugins/viewhtml: convert mailto links"LibravatarLibravatar Simon Ser 2020-02-251-30/+8
| | | | | | | | | This reverts commit 02faf6174b3d94efd1ee3cc842b55001639a8983. This commit doesn't work, because it's applied to <img> tags. Making it handle <a> tags doesn't work either because bluemonday will strip any target="_blank" attributes, making the compose form open in the <iframe>. Let's just revert this whole commit for now.
* plugins/viewhtml: convert mailto linksLibravatarLibravatar Simon Ser 2020-02-251-8/+30
|
* plugins/viewhtml: add support for inline Content-Id imagesLibravatarLibravatar Simon Ser 2020-02-251-3/+19
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/33
* plugins/viewhtml: add sanitizer structLibravatarLibravatar Simon Ser 2020-02-252-16/+26
|
* Turn message part viewers into pluginsLibravatarLibravatar Simon Ser 2020-02-125-0/+283