summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/SetupWizard.php
AgeCommit message (Expand)AuthorFilesLines
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2024-01-06Fix: #4936 - Setup fails for SQL ServerGreg Roach1-2/+2
2024-01-01Fix: #4932 - setup fails in Postgres when using non-English localesGreg Roach1-0/+4
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-3/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-3/+1
2022-10-04Fix: #4567 - SQL-Server can run without a portGreg Roach1-1/+1
2022-10-03Fix: #4567 - typo in name of driver for SQL-ServerGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-4/+4
2021-05-18CodeStyleGreg Roach1-8/+4
2021-03-12Remove unused importsGreg Roach1-2/+0
2021-03-11Remove deprecated codeGreg Roach1-1/+0
2021-02-08CodeStyleGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-23Fix: #3684 - set default port during setupGreg Roach1-0/+10
2021-01-15Move user constants to the user interface classGreg Roach1-7/+7
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-17Fix: #3513 - setup wizard needs a cache (before it is normally initialised)Greg Roach1-0/+5
2020-06-16Refactor controllers as request handlersGreg Roach1-0/+484