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