summaryrefslogtreecommitdiffstats
path: root/app/view/auth (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-02-06Merge the two auth views togetherMalf Furious2-84/+90
For design reasons and to simplify flow of control throughout the app login/signup sequence, these two views are being merged together. This will autimately make the auth MVC less stateful, which I think is good. NOTE: This breaks the Auth MVC, the model and controller will need updated to support this new, single default view
2016-01-27+ Added view for account registrationMalf Furious1-0/+60
2016-01-26+ Added a basic login page designMalf Furious1-0/+34
2016-01-03+ Adding default view for Auth MVCMalf Furious1-0/+13