Age | Commit message (Expand) | Author | Files | Lines |
2016-03-27 | Move getUserGlyphicon function from common model into user class | Malf Furious | 3 | -15/+12 |
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 | 3 | -4/+4 |
2016-03-27 | Call common default action handler from dashboard controller | Malf Furious | 1 | -0/+1 |
2016-03-27 | Populate admin setting fields on page load | Malf Furious | 2 | -4/+25 |
2016-03-27 | Add view for Setting modal, admin tab | Malf Furious | 1 | -1/+39 |
2016-03-27 | Fix function CommonModel::saveSettingUser() | Malf Furious | 1 | -4/+7 |
2016-03-27 | Add function CommonModel::common_handleFormSubmissions() | Malf Furious | 2 | -0/+12 |
2016-03-27 | Add function CommonModel::saveSettingUser() | Malf Furious | 1 | -0/+57 |
2016-03-27 | Add function User::confirmEmailKey() | Malf Furious | 1 | -0/+12 |
2016-03-27 | Add function User::setEmail() | Malf Furious | 1 | -2/+11 |
2016-03-27 | Add function User::setPassword() | Malf Furious | 1 | -2/+10 |
2016-03-27 | Add User settings tab for Setting modal | Malf Furious | 1 | -5/+82 |
2016-03-27 | Only include the Setting modal if currently logged in | Malf Furious | 1 | -1/+3 |
2016-03-27 | Add settings modal to Common MVC | Malf Furious | 2 | -0/+27 |
2016-03-27 | Update application navbar | Malf Furious | 1 | -1/+14 |
2016-03-27 | Add function getCurrentUserGlyphicon() to Common model | Malf Furious | 1 | -0/+13 |
2016-03-27 | Add function getDisplayName() to User class | Malf Furious | 1 | -0/+11 |
2016-03-27 | Hook Deauth and Dashboard MVCs from Root controller | Malf Furious | 1 | -4/+18 |
2016-03-27 | Add Dashboard controller | Malf Furious | 1 | -0/+27 |
2016-03-27 | Add Dashboard model | Malf Furious | 1 | -0/+15 |
2016-03-27 | Add Dashboard MVC default view | Malf Furious | 1 | -0/+13 |
2016-03-26 | Fix bug in Framework::getCurrentUser() function | Malf Furious | 1 | -1/+8 |
2016-03-05 | Add Deauth controller | Malf Furious | 1 | -0/+26 |
2016-03-05 | Add Deauth model | Malf Furious | 1 | -0/+17 |
2016-03-05 | Add sec_verify_ip to app root controller | Malf Furious | 1 | -0/+3 |
2016-03-05 | Add verify_ip security assertion | Malf Furious | 1 | -0/+15 |
2016-03-01 | Add garbage collection logic to Object::delObj() | Malf Furious | 1 | -0/+8 |
2016-02-22 | Create a basic flow for the application Root controller | Malf Furious | 1 | -11/+22 |
2016-02-20 | Hook new Except MVC from the Root controller | Malf Furious | 1 | -17/+26 |
2016-02-20 | Finish initial exception reporting page | Malf Furious | 1 | -1/+6 |
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 | 3 | -0/+66 |
2016-02-07 | Add in-app administrative setting: settSSL | Malf Furious | 1 | -0/+18 |
2016-02-07 | Add fields to Issue object | Malf Furious | 1 | -1/+3 |
2016-02-07 | Modify Auth controller description | Malf Furious | 1 | -1/+1 |
2016-02-06 | Update Auth controller to work with recent MVC redesign (HEAD^^) | Malf Furious | 1 | -16/+4 |
2016-02-06 | Update Auth model to reflect changes in previous commit | Malf Furious | 1 | -15/+18 |
2016-02-06 | Merge the two auth views together | Malf Furious | 2 | -84/+90 |
2016-02-02 | Add admin setting 'allowPublicSignup' | Malf Furious | 1 | -0/+13 |
2016-02-02 | Add helper function to Setting class | Malf Furious | 1 | -0/+17 |
2016-02-01 | Implement 'login' action on Auth MVC | Malf Furious | 2 | -0/+37 |
2016-02-01 | Implement authentication helper functions in User class | Malf Furious | 1 | -0/+24 |
2016-01-31 | Log in on signup success | Malf Furious | 2 | -1/+10 |
2016-01-31 | Implement PHP session semantics in Framework class | Malf Furious | 1 | -0/+41 |
2016-01-31 | Merge Auth MVC, initial_signup action into signup | Malf Furious | 2 | -15/+5 |
2016-01-30 | Implement signup_submit action on Auth MVC | Malf Furious | 2 | -0/+44 |
2016-01-30 | Add functionality to create new User objects | Malf Furious | 1 | -0/+54 |
2016-01-30 | Update app source of entropy for creating random blobs | Malf Furious | 1 | -2/+9 |
2016-01-30 | Handle object timestamps automatically in Object::saveObj() | Malf Furious | 1 | -0/+14 |