Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix display of flash messages. | Harald Eilertsen | 2018-08-01 | 3 | -4/+4 |
| | | | | | Pass full flash to template, and style according to flash name/type. | ||||
* | Implemet editing users. | Harald Eilertsen | 2018-07-31 | 1 | -1/+78 |
| | |||||
* | Implement deleting users. | Harald Eilertsen | 2018-07-31 | 1 | -1/+15 |
| | |||||
* | Validate password confirmation on create user. | Harald Eilertsen | 2018-07-31 | 1 | -8/+38 |
| | |||||
* | Add view to list all users | Harald Eilertsen | 2018-07-31 | 1 | -11/+20 |
| | |||||
* | Move routing details into controllers. | Harald Eilertsen | 2018-07-31 | 4 | -0/+29 |
| | |||||
* | Add simple unfinished login controller. | Harald Eilertsen | 2018-01-20 | 2 | -0/+39 |
| | | | | | It will not actually log you in yet, but will check email/password and report back if it is good or not. More tbd. | ||||
* | Add markdown support for posts using comrak. | Harald Eilertsen | 2018-01-20 | 1 | -0/+7 |
| | |||||
* | Refactor index template. | Harald Eilertsen | 2018-01-20 | 2 | -4/+7 |
| | | | | | Use a vector of show post templates instead of manually decoding posts in the index view. | ||||
* | Implement new/create user logic. | Harald Eilertsen | 2018-01-19 | 2 | -0/+41 |
| | |||||
* | Add flash messages when adding/editing/deleting posts. | Harald Eilertsen | 2018-01-14 | 2 | -8/+12 |
| | |||||
* | Serve static files from public directory if no other route match. | Harald Eilertsen | 2018-01-14 | 1 | -0/+10 |
| | |||||
* | Split out layout from templates. | Harald Eilertsen | 2018-01-14 | 2 | -14/+30 |
| | |||||
* | Implement deleting posts. | Harald Eilertsen | 2018-01-12 | 1 | -0/+6 |
| | |||||
* | Move homepage processing to separate controller. | Harald Eilertsen | 2018-01-11 | 2 | -0/+22 |
| | |||||
* | Move controller code to own module. | Harald Eilertsen | 2018-01-11 | 2 | -0/+58 |