aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/users_controller.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix clippy issues.Harald Eilertsen2018-08-021-5/+6
* Run rustfmt on project.Harald Eilertsen2018-08-011-42/+41
* Make imports explicit.Harald Eilertsen2018-08-011-27/+36
* Fix display of flash messages.Harald Eilertsen2018-08-011-2/+2
* Implemet editing users.Harald Eilertsen2018-07-311-1/+78
* Implement deleting users.Harald Eilertsen2018-07-311-1/+15
* Validate password confirmation on create user.Harald Eilertsen2018-07-311-8/+38
* Add view to list all usersHarald Eilertsen2018-07-311-11/+20
* Move routing details into controllers.Harald Eilertsen2018-07-311-0/+5
* Implement new/create user logic.Harald Eilertsen2018-01-191-0/+40