aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers
Commit message (Expand)AuthorAgeFilesLines
* Add view to list all usersHarald Eilertsen2018-07-311-11/+20
* Move routing details into controllers.Harald Eilertsen2018-07-314-0/+29
* Add simple unfinished login controller.Harald Eilertsen2018-01-202-0/+39
* Add markdown support for posts using comrak.Harald Eilertsen2018-01-201-0/+7
* Refactor index template.Harald Eilertsen2018-01-202-4/+7
* Implement new/create user logic.Harald Eilertsen2018-01-192-0/+41
* Add flash messages when adding/editing/deleting posts.Harald Eilertsen2018-01-142-8/+12
* Serve static files from public directory if no other route match.Harald Eilertsen2018-01-141-0/+10
* Split out layout from templates.Harald Eilertsen2018-01-142-14/+30
* Implement deleting posts.Harald Eilertsen2018-01-121-0/+6
* Move homepage processing to separate controller.Harald Eilertsen2018-01-112-0/+22
* Move controller code to own module.Harald Eilertsen2018-01-112-0/+58