summaryrefslogtreecommitdiffstats
path: root/app/controller (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-27Call common default action handler from dashboard controllerMalf Furious1-0/+1
2016-03-27Add function CommonModel::common_handleFormSubmissions()Malf Furious1-0/+1
2016-03-27Hook Deauth and Dashboard MVCs from Root controllerMalf Furious1-4/+18
2016-03-27Add Dashboard controllerMalf Furious1-0/+27
2016-03-05Add Deauth controllerMalf Furious1-0/+26
2016-03-05Add sec_verify_ip to app root controllerMalf Furious1-0/+3
2016-02-22Create a basic flow for the application Root controllerMalf Furious1-11/+22
2016-02-20Hook new Except MVC from the Root controllerMalf Furious1-17/+26
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