aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add simple unfinished login controller.Harald Eilertsen2018-01-201-0/+1
| | | | | It will not actually log you in yet, but will check email/password and report back if it is good or not. More tbd.
* Implement new/create user logic.Harald Eilertsen2018-01-191-0/+1
|
* Move homepage processing to separate controller.Harald Eilertsen2018-01-111-0/+1
|
* Move controller code to own module.Harald Eilertsen2018-01-111-0/+1