Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-08 | Reorg examples/ directory | Malf Furious | 1 | -145/+0 | |
2017-01-15 | Reorganize examples/ directory | Malf Furious | 1 | -0/+0 | |
2016-10-22 | Deprecate application code | Malf Furious | 1 | -0/+0 | |
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design. | |||||
2016-06-08 | Add new MVC, 'Obj' | Malf Furious | 1 | -0/+12 | |
This MVC will be used to browse scrott datastructures. | |||||
2016-05-26 | Add copyright notice to Scrott controller files | Malf Furious | 1 | -0/+14 | |
2016-05-21 | Hook Deleteacct in the Root app controller | Malf Furious | 1 | -0/+2 | |
2016-03-27 | Hook Deauth and Dashboard MVCs from Root controller | Malf Furious | 1 | -4/+18 | |
These two MVC trees are now accessable from the app. Also, the root controller is finally in a clean state :). | |||||
2016-03-05 | Add sec_verify_ip to app root controller | Malf Furious | 1 | -0/+3 | |
2016-02-22 | Create a basic flow for the application Root controller | Malf Furious | 1 | -11/+22 | |
This applies the rules for requiring or forbiding the use of SSL/HTTPS and reorganizes the rest of root's handle() function (that is, the check for displaying sysconf, auth, or a placeholder message). | |||||
2016-02-20 | Hook new Except MVC from the Root controller | Malf Furious | 1 | -17/+26 | |
This patch encapsulates all app operations in a try block, and handles any exception by passing it into the new 'Except' MVC to be displayed | |||||
2016-01-31 | Log in on signup success | Malf Furious | 1 | -1/+9 | |
Now, on a successful submission of the signup view form (Auth MVC), the app automatically logs in the newly-created user and redirects to Framework::ap() . "/". Placeholder code has been added to the root controller to simply var_dump() the current logged in user if one exists, otherwise the login view (Auth MVC) is shown | |||||
2016-01-03 | * Hooked the Auth MVC from the Root controller | Malf Furious | 1 | -1/+6 | |
2015-12-18 | ! Review of app/ directory for merging upstream to dev has been ↵ | Malf Furious | 1 | -0/+3 | |
completed..... whew + Added some TODO comments for later development | |||||
2015-12-05 | * Now normalizing the $argv array in the root app controller | M | 1 | -0/+2 | |
2015-11-22 | * Placeholder message for site content | M | 1 | -0/+2 | |
2015-11-22 | * Root controller is now asserting the existence of scrott.conf.php and ↵ | M | 1 | -2/+8 | |
delegating to the correct mvc if it is missing | |||||
2015-11-22 | * Bug fix in normalizeArgv function | M | 1 | -3/+5 | |
2015-11-22 | + Added function to root controller for normalizing the $argv array | M | 1 | -0/+32 | |
2015-11-21 | + Added app root controller | M | 1 | -0/+20 | |
* Finished implementing app main function to instanciate root and delegate to it |