summaryrefslogtreecommitdiffstats
path: root/app/controller/auth.control.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Deprecate application codeMalf Furious1-67/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-26Add copyright notice to Scrott controller filesMalf Furious1-0/+14
2016-02-07Modify Auth controller descriptionMalf Furious1-1/+1
This MVC will not be used to handle deauth (logout) anymore. To improve app flow, a separate one will be created for this purpose
2016-02-06Update Auth controller to work with recent MVC redesign (HEAD^^)Malf Furious1-16/+4
2016-02-01Implement 'login' action on Auth MVCMalf Furious1-0/+10
Finished initial functionality for Auth MVC by implementing the login feature
2016-01-31Merge Auth MVC, initial_signup action into signupMalf Furious1-7/+1
There was a mistake that caused the page notice about no accounts existing to sometimes not showup in error. This merge resolves that issue as well as tidys up the code a bit.
2016-01-30Implement signup_submit action on Auth MVCMalf Furious1-0/+10
Submissions to the Auth signup page are now fully handled by either creating a new account (User object in the system) or posting an error message to the page (Auth model)
2016-01-28Finish signup and initialSignup actions on Auth MVCMalf Furious1-2/+20
If no accounts exist no login page will be shown. Instead, the app presents the signup page to allow the administrator to create his account. This is the only case where a new account should be an admin by default.
2016-01-03+ Added controller for new MVC "Auth"Malf Furious1-0/+33