Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pretty up the main layout a bit. | Harald Eilertsen | 2018-08-01 | 1 | -1/+5 |
| | |||||
* | Fix display of flash messages. | Harald Eilertsen | 2018-08-01 | 1 | -1/+1 |
| | | | | | Pass full flash to template, and style according to flash name/type. | ||||
* | Implemet editing users. | Harald Eilertsen | 2018-07-31 | 2 | -1/+34 |
| | |||||
* | Implement deleting users. | Harald Eilertsen | 2018-07-31 | 1 | -0/+6 |
| | |||||
* | Validate password confirmation on create user. | Harald Eilertsen | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Fix users template | Harald Eilertsen | 2018-07-31 | 1 | -9/+9 |
| | |||||
* | Add view to list all users | Harald Eilertsen | 2018-07-31 | 1 | -0/+16 |
| | |||||
* | Move methods to get display values into user model. | Harald Eilertsen | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | Typo in layout markup | Harald Eilertsen | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Add simple unfinished login controller. | Harald Eilertsen | 2018-01-20 | 1 | -0/+15 |
| | | | | | 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 | -1/+1 |
| | |||||
* | Remove obsolete post_teaser partial template. | Harald Eilertsen | 2018-01-20 | 1 | -9/+0 |
| | |||||
* | Refactor index template. | Harald Eilertsen | 2018-01-20 | 1 | -1/+1 |
| | | | | | Use a vector of show post templates instead of manually decoding posts in the index view. | ||||
* | A bit more styling and some markup fixes in forms. | Harald Eilertsen | 2018-01-19 | 1 | -9/+9 |
| | |||||
* | Implement new/create user logic. | Harald Eilertsen | 2018-01-19 | 1 | -0/+31 |
| | |||||
* | Add flash messages when adding/editing/deleting posts. | Harald Eilertsen | 2018-01-14 | 1 | -0/+1 |
| | |||||
* | Add page header and simple stylesheet. | Harald Eilertsen | 2018-01-14 | 1 | -0/+4 |
| | |||||
* | Split out layout from templates. | Harald Eilertsen | 2018-01-14 | 5 | -82/+59 |
| | |||||
* | Move post actions to partial. | Harald Eilertsen | 2018-01-12 | 3 | -10/+11 |
| | |||||
* | Implement deleting posts. | Harald Eilertsen | 2018-01-12 | 1 | -1/+3 |
| | |||||
* | Adding edit/update logic. | Harald Eilertsen | 2018-01-10 | 2 | -2/+32 |
| | | | | The model is not done yet, though. No net on the train. | ||||
* | Implement posts/show handler. | Harald Eilertsen | 2017-12-23 | 1 | -0/+19 |
| | |||||
* | Move implement_responder_for macro into crate. | Harald Eilertsen | 2017-12-23 | 1 | -1/+4 |
| | | | | | This is so we can use it in other modules too. Besides it makes things slightly cleaner. | ||||
* | Add handlers for creating new Posts. | Harald Eilertsen | 2017-11-22 | 2 | -0/+30 |
| | |||||
* | Render post teasers using partial. | Harald Eilertsen | 2017-11-16 | 2 | -3/+9 |
| | |||||
* | Pass posts to the template and iterate over them. | Harald Eilertsen | 2017-11-16 | 1 | -2/+4 |
| | |||||
* | Add Bart templating engine. | Harald Eilertsen | 2017-11-16 | 1 | -0/+9 |