summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/SetupController.php
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Refactor controllers as request handlersGreg Roach1-481/+0
2020-06-04PHPdocGreg Roach1-9/+9
2020-06-04PHPdocGreg Roach1-26/+33
2019-12-13CodeStyle - strict typesGreg Roach1-2/+5
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-3/+3
2019-11-11Move language negotiation to middlewareGreg Roach1-22/+17
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-7/+7
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach1-1/+0
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-3/+2
2019-10-21Pass dependencies in the constructorGreg Roach1-1/+7
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Remove global constant WT_DATA_DIRGreg Roach1-9/+4
2019-10-12Fix: #2621 - set baseurl during setupGreg Roach1-2/+5
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-10-11Working on routingGreg Roach1-4/+0
2019-09-29PSR12Greg Roach1-0/+3
2019-06-29Fix: setup needs to initialise request attributesGreg Roach1-0/+9
2019-04-29Define default layout for view-responsesGreg Roach1-2/+2
2019-04-21Fix: database changes in e16a1bfd break setupGreg Roach1-30/+57
2019-04-17CodeStyleGreg Roach1-1/+0
2019-04-16Split Session class into session management and session persistenceGreg Roach1-1/+2
2019-04-14Refactor the bootstrap processGreg Roach1-2/+7
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-25/+30
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-14Catch 22 - setup needs language modules. Modules need a database. Database ...Greg Roach1-2/+3
2019-03-14Apply fixes from StyleCI (#2330)Greg Roach1-2/+1
2019-03-14Convert languages to modulesGreg Roach1-118/+134
2019-03-13Allow custom modules to provide translationsGreg Roach1-1/+1
2019-03-08Strict types and code reviewGreg Roach1-1/+0
2019-03-07Use better source of randomnessGreg Roach1-1/+3
2019-03-02Simplify setup wizard. Autologin after setupGreg Roach1-9/+7
2019-02-27Apply fixes from StyleCI (#2278)Greg Roach1-2/+1
2019-02-25Fix: #1246 - show server errors on the control panelGreg Roach1-158/+47
2019-02-24Unused importsGreg Roach1-2/+1
2019-02-22Add PHP driver checks to setup wizardGreg Roach1-43/+69
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-20Move database migration and seeding to a serviceGreg Roach1-9/+12
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-4/+19
2019-01-09Fix: #2110 - Remove calls to deleted function Database::disconnect()Greg Roach1-2/+0
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-27Use illuminate/database for migrations and seedsGreg Roach1-63/+53
2018-12-20Remove unused importsGreg Roach1-4/+0
2018-12-08Move DebugBar code to middlewareGreg Roach1-10/+0
2018-11-18Prefer class-constants to global-constantsGreg Roach1-4/+3
2018-10-12Apply fixes from StyleCI (#1960)Greg Roach1-1/+3
2018-10-12More robust checking of disabled functionsGreg Roach1-1/+2
2018-10-08Code styleGreg Roach1-0/+1
2018-10-05Scrutinizer Auto-Fixes (#1942)Scrutinizer Auto-Fixer1-5/+5