Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load all themes on startup | 2019-12-10 | 1 | -13/+54 | |
| | | | | This is the first step to allow each user to have a different theme. | ||||
* | Rename Plugin.Render to Plugin.Inject | 2019-12-10 | 1 | -1/+1 | |
| | | | | | This function doesn't render anything, it just adds extra data to the template data. | ||||
* | Add a Lua API to set template filters | 2019-12-09 | 1 | -3/+8 | |
| | |||||
* | Add basic support for plugins | 2019-12-09 | 1 | -1/+11 | |
| | |||||
* | Add basic theme support | 2019-12-04 | 1 | -3/+20 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/1 | ||||
* | Escape mailbox names in URLs | 2019-12-03 | 1 | -0/+4 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Display & download any message part | 2019-12-03 | 1 | -1/+5 | |
| | |||||
* | Linkify mailbox list | 2019-12-02 | 1 | -3/+0 | |
| | |||||
* | Add HTTP server boilerplate | 2019-12-02 | 1 | -0/+24 | |