Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/base: allow move/delete/flag operations to take multiple UIDs | Simon Ser | 2020-03-19 | 1 | -3/+6 |
| | |||||
* | plugins/base: add route to forward messages | Simon Ser | 2020-03-18 | 1 | -0/+6 |
| | | | | | | Only inline forwarding is supported for now. References: https://todo.sr.ht/~sircmpwn/koushin/37 | ||||
* | plugins/base: replace MessageRenderData.PartPath with Part | Simon Ser | 2020-02-25 | 1 | -10/+10 |
| | |||||
* | plugins/viewhtml: add opt-in query param to load remote resources | Simon Ser | 2020-02-25 | 1 | -0/+7 |
| | | | | Loading remote resources by default has privacy implications. | ||||
* | Turn message part viewers into plugins | Simon Ser | 2020-02-12 | 1 | -10/+2 |
| | |||||
* | themes/sourcehut: display username in navbar | Simon Ser | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | themes/sourcehut: sync with latest base plugin | Simon Ser | 2020-02-11 | 1 | -3/+92 |
| | |||||
* | Remove the public/ directory | Simon Ser | 2019-12-16 | 1 | -0/+86 |
Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. |