summaryrefslogtreecommitdiffstats
path: root/app/model (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Add copyright notice to Scrott model filesMalf Furious8-0/+112
2016-05-22Add form submission handler for user removalMalf Furious1-0/+46
2016-05-22Add action 'delete' to Deleteacct MVCMalf Furious1-0/+34
2016-05-22Add class constructor to Common modelMalf Furious1-0/+10
2016-05-21Add MVC DeleteacctMalf Furious1-0/+15
2016-05-01Update setting modal to allow admins to remove other users' head imagesMalf Furious1-0/+10
2016-05-01Update setting modal to allow user to remove their own head imageMalf Furious1-0/+10
2016-05-01Update form handler for common/setting-modal, all users tabMalf Furious1-5/+10
2016-05-01Define constants for head-image upload parametersMalf Furious1-1/+7
2016-05-01Update form handler for common/setting-modal, user tabMalf Furious1-6/+11
2016-03-27Add form handler for setting modal, admin/all users tab, for edit user actionMalf Furious1-3/+60
2016-03-27Add form handler for setting modal, all users, create new user paneMalf Furious1-2/+54
2016-03-27Add collapsable panel for editing each user's settings to admin setting tabMalf Furious1-0/+5
2016-03-27Alter admin setting form handlerMalf Furious1-1/+1
2016-03-27Move getUserGlyphicon function from common model into user classMalf Furious1-14/+0
2016-03-27Handle submissions to setting modal, admin tabMalf Furious1-1/+29
2016-03-27Alter representation of form boolean valuesMalf Furious1-1/+1
2016-03-27Populate admin setting fields on page loadMalf Furious1-0/+21
2016-03-27Fix function CommonModel::saveSettingUser()Malf Furious1-4/+7
2016-03-27Add function CommonModel::common_handleFormSubmissions()Malf Furious1-0/+11
2016-03-27Add function CommonModel::saveSettingUser()Malf Furious1-0/+57
2016-03-27Add function getCurrentUserGlyphicon() to Common modelMalf Furious1-0/+13
2016-03-27Add Dashboard modelMalf Furious1-0/+15
2016-03-05Add Deauth modelMalf Furious1-0/+17
2016-02-17Update Except model, deflt action to consume $message for display on pageMalf Furious1-1/+2
2016-02-17Add 'Except' MVC -- Used to show application exception messages to userMalf Furious1-0/+15
2016-02-06Update Auth model to reflect changes in previous commitMalf Furious1-15/+18
2016-02-01Implement 'login' action on Auth MVCMalf Furious1-0/+27
2016-01-31Log in on signup successMalf Furious1-0/+1
2016-01-31Merge Auth MVC, initial_signup action into signupMalf Furious1-8/+4
2016-01-30Implement signup_submit action on Auth MVCMalf Furious1-0/+34
2016-01-28Finish signup and initialSignup actions on Auth MVCMalf Furious1-0/+15
2016-01-26+ Added function to User class to fetch all users from DBMalf Furious1-0/+10
2016-01-03* Bug fix in sysconf model - save action: problem with how the code is redire...Malf Furious1-1/+1
2016-01-03+ Added model for Auth MVCMalf Furious1-0/+15
2016-01-02+ Added model for new page master layer ("Common" MVC)Malf Furious1-0/+9
2015-12-24* Now performing a database connection test before allowing the sytsconf page...Malf Furious1-1/+20
2015-12-06+ Implemented the "noticeModal" -- an object in the master MVC topp view for ...M1-0/+33
2015-12-06Revert "+ Added functions to Master model for getting merged strings for all ...M1-32/+0
2015-12-06+ Added functions to Master model for getting merged strings for all error/wa...M1-0/+32
2015-12-06+ Adding a TODO note for laterM1-0/+2
2015-12-06* Implemented the "save" action for MVC sysconfM1-0/+43
2015-11-22+ Start of Master MVC ( will define generic layout of pages but will not defi...M2-2/+11
2015-11-22* Derp, default is a reserved word, calling the function 'deflt' insteadM1-1/+1
2015-11-22+ Adding model for sysconf mvcM1-0/+15