summaryrefslogtreecommitdiffstats
path: root/app/controller (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17Add 'Except' MVC -- Used to show application exception messages to userMalf Furious1-0/+27
2016-02-07Modify Auth controller descriptionMalf Furious1-1/+1
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
2016-01-31Log in on signup successMalf Furious1-1/+9
2016-01-31Merge Auth MVC, initial_signup action into signupMalf Furious1-7/+1
2016-01-30Implement signup_submit action on Auth MVCMalf Furious1-0/+10
2016-01-28Finish signup and initialSignup actions on Auth MVCMalf Furious1-2/+20
2016-01-03* Hooked the Auth MVC from the Root controllerMalf Furious1-1/+6
2016-01-03+ Added controller for new MVC "Auth"Malf Furious1-0/+33
2015-12-18! Review of app/ directory for merging upstream to dev has been completed.......Malf Furious1-0/+3
2015-12-06* Implemented the "save" action for MVC sysconfM1-1/+17
2015-12-05* Now normalizing the $argv array in the root app controllerM1-0/+2
2015-11-22* Placeholder message for site contentM1-0/+2
2015-11-22* Derp, default is a reserved word, calling the function 'deflt' insteadM1-1/+1
2015-11-22* Root controller is now asserting the existence of scrott.conf.php and deleg...M1-2/+8
2015-11-22+ Added controller for SysConf MVCM1-0/+27
2015-11-22* Bug fix in normalizeArgv functionM1-3/+5
2015-11-22+ Added function to root controller for normalizing the $argv arrayM1-0/+32
2015-11-21+ Added app root controllerM1-0/+20