Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemet editing users. | Harald Eilertsen | 2018-07-31 | 1 | -2/+7 |
| | |||||
* | Implement deleting users. | Harald Eilertsen | 2018-07-31 | 1 | -0/+5 |
| | |||||
* | Drop unused trait for struct NewUser | Harald Eilertsen | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Add view to list all users | Harald Eilertsen | 2018-07-31 | 1 | -0/+5 |
| | |||||
* | Move methods to get display values into user model. | Harald Eilertsen | 2018-07-31 | 1 | -9/+27 |
| | |||||
* | Add simple unfinished login controller. | Harald Eilertsen | 2018-01-20 | 1 | -0/+6 |
| | | | | | It will not actually log you in yet, but will check email/password and report back if it is good or not. More tbd. | ||||
* | Fix user model, and include in build. | Harald Eilertsen | 2018-01-19 | 2 | -4/+10 |
| | |||||
* | Begin implementing user model. | Harald Eilertsen | 2018-01-18 | 1 | -0/+36 |
| | |||||
* | Upgrade to Diesel 1.1 and r2d2 0.8.2. | Harald Eilertsen | 2018-01-18 | 1 | -3/+4 |
| | | | | Also drop the now obsolete diesel_codegen crate. | ||||
* | Implement deleting posts. | Harald Eilertsen | 2018-01-12 | 1 | -0/+7 |
| | |||||
* | Drop the lib. | Harald Eilertsen | 2018-01-11 | 1 | -6/+7 |
| | | | | | | The misc stuff from the lib root was moved to the utils module (terrible name, it's meant to be temporary.) The modules under the lib has been moved directly under the app. | ||||
* | Implement actually updating database. | Harald Eilertsen | 2018-01-10 | 1 | -10/+14 |
| | |||||
* | Make proper module of models | Harald Eilertsen | 2018-01-10 | 2 | -0/+54 |