summaryrefslogtreecommitdiff
path: root/tests/app/Http
AgeCommit message (Collapse)AuthorFilesLines
2022-12-26Show timestamp of last check for update, and allow check at any timeGreg Roach1-0/+35
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach294-0/+10290
2022-11-30phpunit assertions are staticGreg Roach2-2/+2
2022-11-23Wrong parameter nameGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach5-11/+14
2022-10-31Re-order import statementsGreg Roach5-5/+5
2022-09-19CodeStyleGreg Roach1-1/+0
2022-09-19Fix testsGreg Roach1-2/+4
2022-09-06PHPdocGreg Roach1-0/+3
2022-04-20Add support for GEDZIP exports. Fixes: #4288Greg Roach1-11/+12
2022-04-13Use Validator and ResponseFactory in Redirect request handlersGreg Roach2-2/+2
2022-04-12Remove unused importsGreg Roach1-1/+0
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach4-6/+8
2022-04-05Add tests and validation to site-logs request-handlersGreg Roach4-0/+220
2022-03-16It is 2022 - update copyright datesGreg Roach78-78/+78
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-6/+10
2022-03-01TestingGreg Roach1-0/+69
2022-03-01ValidationGreg Roach1-1/+4
2022-02-24ValidationGreg Roach4-17/+20
2022-02-21PHPdocGreg Roach1-3/+0
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach12-78/+102
2022-01-02Fix: #4149 - legacy redirects fail when correpsonding module is disabledGreg Roach29-0/+4219
2021-11-06Use exception for upload file errorsGreg Roach1-1/+1
2021-11-05CodeStyleGreg Roach1-1/+1
2021-10-30Remove unused importGreg Roach1-1/+0
2021-10-29CodeStyle - remove default parametersGreg Roach1-2/+1
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-10-03Refactor HTTP exceptionsGreg Roach10-12/+12
2021-09-03Fix: #4026 - Unit test failureGreg Roach45-102/+102
2021-06-02Prefer https for links to documentationGreg Roach1-2/+2
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-4/+2
This reverts commit 56afe05fa72eb037740c3a05c02828a7ba30f9a9.
2021-05-03Move PSR17 factories to the registryGreg Roach1-2/+4
2021-04-28Merge: #3803, Merge: #3706Greg Roach2-91/+0
2021-04-05TestingGreg Roach1-4/+6
2021-03-21Remove unused variablesGreg Roach1-6/+4
2021-03-12Remove unused importsGreg Roach2-2/+0
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-0/+2
2021-03-04Updates testsGreg Roach1-3/+3
2021-02-23Fix wrong columns used in families query of ModuleDataFixTraitJonathan Jaubart2-1/+71
Add basic unit testing for Data fix handler and FixDuplicateLinks
2021-01-26Convert controller to request handlersGreg Roach11-236/+420
2021-01-25Use https link in copyright headerGreg Roach43-81/+81
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, ↵Greg Roach5-115/+193
Merge #2652 - Refactor LocationController into request handlers
2021-01-15Refactor controller as request handlersGreg Roach7-174/+323
2021-01-15Move user constants to the user interface classGreg Roach8-26/+32
2021-01-13Refactor controller into request handlersGreg Roach2-20/+53
2021-01-08Fix: external files cause error on manage media pageGreg Roach4-69/+149
2021-01-01TestsGreg Roach1-4/+8
2020-12-30TestingGreg Roach31-220/+214
2020-10-03Fix for #3531 reveals broken testGreg Roach1-17/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2