Age | Commit message (Expand) | Author | Files | Lines |
2016-06-11 | Rename variable | Malf Furious | 1 | -3/+3 |
2016-06-08 | Start design for group view | Malf Furious | 1 | -0/+2 |
2016-06-08 | Create blank view for groups | Malf Furious | 1 | -0/+8 |
2016-06-08 | Add new MVC, 'Obj' | Malf Furious | 1 | -0/+23 |
2016-06-01 | Implement add group form handler | Malf Furious | 1 | -0/+20 |
2016-05-27 | Add copyright notice to Scrott model files | Malf Furious | 8 | -0/+112 |
2016-05-22 | Add form submission handler for user removal | Malf Furious | 1 | -0/+46 |
2016-05-22 | Add action 'delete' to Deleteacct MVC | Malf Furious | 1 | -0/+34 |
2016-05-22 | Add class constructor to Common model | Malf Furious | 1 | -0/+10 |
2016-05-21 | Add MVC Deleteacct | Malf Furious | 1 | -0/+15 |
2016-05-01 | Update setting modal to allow admins to remove other users' head images | Malf Furious | 1 | -0/+10 |
2016-05-01 | Update setting modal to allow user to remove their own head image | Malf Furious | 1 | -0/+10 |
2016-05-01 | Update form handler for common/setting-modal, all users tab | Malf Furious | 1 | -5/+10 |
2016-05-01 | Define constants for head-image upload parameters | Malf Furious | 1 | -1/+7 |
2016-05-01 | Update form handler for common/setting-modal, user tab | Malf Furious | 1 | -6/+11 |
2016-03-27 | Add form handler for setting modal, admin/all users tab, for edit user action | Malf Furious | 1 | -3/+60 |
2016-03-27 | Add form handler for setting modal, all users, create new user pane | Malf Furious | 1 | -2/+54 |
2016-03-27 | Add collapsable panel for editing each user's settings to admin setting tab | Malf Furious | 1 | -0/+5 |
2016-03-27 | Alter admin setting form handler | Malf Furious | 1 | -1/+1 |
2016-03-27 | Move getUserGlyphicon function from common model into user class | Malf Furious | 1 | -14/+0 |
2016-03-27 | Handle submissions to setting modal, admin tab | Malf Furious | 1 | -1/+29 |
2016-03-27 | Alter representation of form boolean values | Malf Furious | 1 | -1/+1 |
2016-03-27 | Populate admin setting fields on page load | Malf Furious | 1 | -0/+21 |
2016-03-27 | Fix function CommonModel::saveSettingUser() | Malf Furious | 1 | -4/+7 |
2016-03-27 | Add function CommonModel::common_handleFormSubmissions() | Malf Furious | 1 | -0/+11 |
2016-03-27 | Add function CommonModel::saveSettingUser() | Malf Furious | 1 | -0/+57 |
2016-03-27 | Add function getCurrentUserGlyphicon() to Common model | Malf Furious | 1 | -0/+13 |
2016-03-27 | Add Dashboard model | Malf Furious | 1 | -0/+15 |
2016-03-05 | Add Deauth model | Malf Furious | 1 | -0/+17 |
2016-02-17 | Update Except model, deflt action to consume $message for display on page | Malf Furious | 1 | -1/+2 |
2016-02-17 | Add 'Except' MVC -- Used to show application exception messages to user | Malf Furious | 1 | -0/+15 |
2016-02-06 | Update Auth model to reflect changes in previous commit | Malf Furious | 1 | -15/+18 |
2016-02-01 | Implement 'login' action on Auth MVC | Malf Furious | 1 | -0/+27 |
2016-01-31 | Log in on signup success | Malf Furious | 1 | -0/+1 |
2016-01-31 | Merge Auth MVC, initial_signup action into signup | Malf Furious | 1 | -8/+4 |
2016-01-30 | Implement signup_submit action on Auth MVC | Malf Furious | 1 | -0/+34 |
2016-01-28 | Finish signup and initialSignup actions on Auth MVC | Malf Furious | 1 | -0/+15 |
2016-01-26 | + Added function to User class to fetch all users from DB | Malf Furious | 1 | -0/+10 |
2016-01-03 | Merge branch 'dev' into auth | Malf Furious | 1 | -1/+1 |
2016-01-03 | * Bug fix in sysconf model - save action: problem with how the code is redire... | Malf Furious | 1 | -1/+1 |
2016-01-03 | + Added model for Auth MVC | Malf Furious | 1 | -0/+15 |
2016-01-02 | + Added model for new page master layer ("Common" MVC) | Malf Furious | 1 | -0/+9 |
2015-12-24 | * Now performing a database connection test before allowing the sytsconf page... | Malf Furious | 1 | -1/+20 |
2015-12-06 | + Implemented the "noticeModal" -- an object in the master MVC topp view for ... | M | 1 | -0/+33 |
2015-12-06 | Revert "+ Added functions to Master model for getting merged strings for all ... | M | 1 | -32/+0 |
2015-12-06 | + Added functions to Master model for getting merged strings for all error/wa... | M | 1 | -0/+32 |
2015-12-06 | + Adding a TODO note for later | M | 1 | -0/+2 |
2015-12-06 | * Implemented the "save" action for MVC sysconf | M | 1 | -0/+43 |
2015-11-22 | + Start of Master MVC ( will define generic layout of pages but will not defi... | M | 2 | -2/+11 |
2015-11-22 | * Derp, default is a reserved word, calling the function 'deflt' instead | M | 1 | -1/+1 |