aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/routes.go
Commit message (Collapse)AuthorAgeFilesLines
* Redirect to original URL after loginSimon Ser2020-01-101-0/+3
|
* Fix header missing from raw e-mail downloadSimon Ser2019-12-181-1/+11
|
* Implement paging for searchSimon Ser2019-12-171-4/+11
|
* Make Go plugin handlers take a *ContextSimon Ser2019-12-171-27/+11
| | | | | Take a *Context instead of a echo.Context. This saves a type assertion in each handler.
* Add RenderData interfaceSimon Ser2019-12-171-15/+15
| | | | This allows Go plugins to easily inject global data.
* Rename RenderData to BaseRenderDataSimon Ser2019-12-171-7/+7
| | | | RenderData will be used for an interface.
* Use Context.FormParamsSimon Ser2019-12-171-2/+4
|
* Linkify address listsSimon Ser2019-12-171-0/+5
|
* Redirect / to INBOXSimon Ser2019-12-171-0/+4
|
* Add a form to set message flagsSimon Ser2019-12-171-22/+78
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* plugins/base: extract route registration into functionSimon Ser2019-12-171-0/+410