summaryrefslogtreecommitdiff
path: root/app/Http
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Add example module to set PHP/MySQL configurationGreg Roach2-58/+0
2019-03-07Use better source of randomnessGreg Roach1-1/+3
2019-03-06Collections / arraysGreg Roach1-2/+2
2019-03-06Add visibility to constantsGreg Roach1-3/+3
2019-03-06PHPdocGreg Roach1-1/+0
2019-03-05Fix: #2240 - allow custom modules to provide and replace viewsGreg Roach1-1/+1
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach14-27/+54
2019-03-05Custom module examplesGreg Roach1-0/+61
2019-03-05Fix: #2300 - test for deleted modules ignores disabled modulesGreg Roach1-2/+2
2019-03-05Apply fixes from StyleCI (#2303)Greg Roach1-2/+1
2019-03-04Add historic event modulesGreg Roach2-3/+3
2019-03-04Group modules on control panelGreg Roach1-35/+49
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach9-26/+22
2019-03-02Use app() shortcutGreg Roach4-6/+6
2019-03-02Apply fixes from StyleCI (#2293)Greg Roach1-1/+1
2019-03-02Simplify setup wizard. Autologin after setupGreg Roach2-10/+11
2019-03-02Tidy up initializationGreg Roach3-0/+169
2019-03-02Refactoring middleware to remove dependency on TreeGreg Roach3-35/+18
2019-03-02Replace MySQL-specific codeGreg Roach2-2/+2
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach3-5/+10
2019-03-02Tidy up initialisationGreg Roach3-0/+225
2019-03-02Use carbon functions instead of magic numbersGreg Roach1-1/+1
2019-03-02Remove old codeGreg Roach1-2/+0
2019-03-01Typo in HTML in error handlerGreg Roach1-1/+1
2019-03-01Tidy up initialisationGreg Roach1-0/+2
2019-03-01Fixed case mismatch in function/method call (#2286)Rico Sonntag2-3/+3
2019-02-27Apply fixes from StyleCI (#2278)Greg Roach1-2/+1
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach2-3/+9
2019-02-26Remove global constant CLIENT_JDGreg Roach1-1/+2
2019-02-25Fix: #2270 - error creating default blocks for tree/userGreg Roach1-2/+2
2019-02-25Fix: #2271 - update variable nameGreg Roach1-1/+1
2019-02-25Better handling of CSRF token expiryGreg Roach1-1/+5
2019-02-25Fix: #1246 - show server errors on the control panelGreg Roach2-179/+52
2019-02-24Fix: #2267 - update module admin to use new database columnGreg Roach1-11/+11
2019-02-24Fix: #2265 - stop importing if fatal error occursGreg Roach1-128/+138
2019-02-24Working on modulesGreg Roach2-3/+3
2019-02-24Apply fixes from StyleCI (#2262)Greg Roach2-2/+2
2019-02-24Unused importsGreg Roach3-5/+1
2019-02-24Fix page titles on module administration pagesGreg Roach1-12/+0
2019-02-24PHPdocGreg Roach1-1/+0
2019-02-23Refactor module componentsGreg Roach6-35/+45
2019-02-23Lists as ModulesRichard Cissee5-37/+98
2019-02-23Cleanup /data/tmp during housekeepingGreg Roach1-2/+13
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-3/+3
2019-02-22Add PHP driver checks to setup wizardGreg Roach1-43/+69
2019-02-22Fix error when creating tree with duplicate nameGreg Roach1-1/+4
2019-02-22Add warnings for PostgreSQL and SQL ServerGreg Roach1-2/+15
2019-02-22Add experimental support for non-mysql databasesGreg Roach1-160/+158
2019-02-20Convert SQL queries to use illuminate/databaseGreg Roach1-3/+5
2019-02-20Fix PHP error when adding empty factGreg Roach1-1/+1