Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repoint repository references to new location | 2020-11-20 | 3 | -5/+5 | |
| | |||||
* | HTML image proxy: handle missing Content-Length | 2020-11-13 | 1 | -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 alps | 2020-05-13 | 3 | -17/+17 | |
| | |||||
* | plugins/viewhtml: add opt-in query param to load remote resources | 2020-02-25 | 3 | -3/+26 | |
| | | | | Loading remote resources by default has privacy implications. | ||||
* | plugins/viewhtml: add image proxy | 2020-02-25 | 2 | -7/+71 | |
| | |||||
* | Revert "plugins/viewhtml: convert mailto links" | 2020-02-25 | 1 | -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 links | 2020-02-25 | 1 | -8/+30 | |
| | |||||
* | plugins/viewhtml: add support for inline Content-Id images | 2020-02-25 | 1 | -3/+19 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/33 | ||||
* | plugins/viewhtml: add sanitizer struct | 2020-02-25 | 2 | -16/+26 | |
| | |||||
* | Turn message part viewers into plugins | 2020-02-12 | 5 | -0/+283 | |