aboutsummaryrefslogtreecommitdiff
path: root/template.go
Commit message (Expand)AuthorAgeFilesLines
* Add docsSimon Ser2019-12-111-1/+3
* Allow plugins to provide their own templatesSimon Ser2019-12-111-3/+6
* Export Server.{Sessions,Plugins}Simon Ser2019-12-111-1/+1
* Export ContextSimon Ser2019-12-111-6/+6
* go fmtSimon Ser2019-12-101-6/+6
* Introduce GlobalRenderData and RenderDataSimon Ser2019-12-101-0/+32
* Load all themes on startupSimon Ser2019-12-101-13/+54
* Rename Plugin.Render to Plugin.InjectSimon Ser2019-12-101-1/+1
* Add a Lua API to set template filtersSimon Ser2019-12-091-3/+8
* Add basic support for pluginsSimon Ser2019-12-091-1/+11
* Add basic theme supportSimon Ser2019-12-041-3/+20
* Escape mailbox names in URLsSimon Ser2019-12-031-0/+4
* Display & download any message partSimon Ser2019-12-031-1/+5
* Linkify mailbox listSimon Ser2019-12-021-3/+0
* Add HTTP server boilerplateSimon Ser2019-12-021-0/+24