summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-03-31Add CLI interfaceGreg Roach1-2/+1
2024-03-20Raise minimum PHP version to 8.2Greg Roach1-7/+0
2023-04-03Refactor startup code to allow /public/ to be the web rootGreg Roach1-21/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-01Alternative fix for #4179Greg Roach1-0/+7
2021-05-06Refactor bootstrap to prepare for console commandsGreg Roach1-19/+7
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-12/+7
2021-05-03Move PSR17 factories to the registryGreg Roach1-7/+12
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-06-03Fix: using PHP built-in webserver with pretty URLsGreg Roach1-1/+3
2019-11-16Fix: routing fails for URLs with port number. Add support for built-in serve...Greg Roach1-0/+11
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-23Refactor Request creationGreg Roach1-2/+4
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-8/+4
2019-04-17Explicit type castsGreg Roach1-1/+1
2019-04-14Refactor the bootstrap processGreg Roach1-83/+13
2019-04-13Move route-not-found logic from controller to middlewareGreg Roach1-0/+2
2019-04-11Tidy up middleware a littleGreg Roach1-9/+11
2019-04-11Replace standalone emitter with middlewareGreg Roach1-6/+3
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-114/+62
2019-04-03Declare static closuresGreg Roach1-3/+3
2019-03-30Remove unreachable codeGreg Roach1-4/+0
2019-03-30Clean up middleware logicGreg Roach1-38/+23
2019-03-13CommentsGreg Roach1-3/+25
2019-03-08Simplify codeGreg Roach1-2/+2
2019-03-07Add example module to set PHP/MySQL configurationGreg Roach1-2/+0
2019-03-05Fix: #2240 - allow custom modules to provide and replace viewsGreg Roach1-1/+3
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-02Use app() shortcutGreg Roach1-5/+5
2019-03-02Simplify setup wizard. Autologin after setupGreg Roach1-28/+1
2019-03-02Tidy up initializationGreg Roach1-64/+26
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach1-21/+22
2019-03-02Tidy up initialisationGreg Roach1-74/+22
2019-03-01Tidy up initialisationGreg Roach1-6/+2
2019-02-27Allow modules to act as middlewareGreg Roach1-0/+6
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach1-5/+6
2019-02-26Remove global constant CLIENT_JDGreg Roach1-1/+0
2019-02-25Fix: #1246 - show server errors on the control panelGreg Roach1-5/+0
2019-02-24Unused importsGreg Roach1-1/+0
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-18/+2
2019-02-22Old/new config files cause errorGreg Roach1-0/+2
2019-02-22Add experimental support for non-mysql databasesGreg Roach1-2/+3
2019-02-20Move database migration and seeding to a serviceGreg Roach1-1/+3
2019-02-16Fix error - themes not available during setupGreg Roach1-2/+0
2019-02-11Setup can't create SetupControllerGreg Roach1-1/+2