summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers
AgeCommit message (Collapse)AuthorFilesLines
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 Roach4-6/+6
2021-09-03Fix: #4026 - Unit test failureGreg Roach34-56/+56
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 Roach9-0/+647
2021-01-25Use https link in copyright headerGreg Roach29-54/+54
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, ↵Greg Roach4-0/+193
Merge #2652 - Refactor LocationController into request handlers
2021-01-15Refactor controller as request handlersGreg Roach6-0/+323
2021-01-15Move user constants to the user interface classGreg Roach2-6/+8
2021-01-13Refactor controller into request handlersGreg Roach2-0/+91
2021-01-08Fix: external files cause error on manage media pageGreg Roach4-0/+242
2021-01-01TestsGreg Roach1-4/+8
2020-12-30TestingGreg Roach13-81/+80
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1/+3
2020-07-04Change variable namesGreg Roach1-4/+4
2020-06-21Replace deprecated functionsGreg Roach1-1/+4
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach3-11/+11
2019-11-13Unused importsGreg Roach1-2/+0
2019-11-12Add tree parameter to registration and password resetGreg Roach1-4/+14
2019-11-11Move language negotiation to middlewareGreg Roach1-1/+2
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach4-1/+171
2019-11-03Add privacy-policy/impressum - #2654Greg Roach3-43/+2
2019-11-02Improve logic when masquerading as another userGreg Roach1-5/+5
2019-10-30Remove View:share() - it's just a globalGreg Roach2-4/+1
2019-10-27Rewrite error handler - #2686 and #2685Greg Roach1-2/+5
2019-10-26Remove dependency on UserInterfaceGreg Roach1-8/+12
2019-10-17Fix: #2643 - DeleteUser parameter is now an attributeGreg Roach1-5/+7
2019-10-17PSR12Greg Roach11-0/+11
2019-10-16In tests, create objects explicity, not from containerGreg Roach1-1/+2
2019-10-14Working on routingGreg Roach1-0/+59
2019-10-10Apply fixes from StyleCI (#2612)Greg Roach1-1/+1
2019-10-10Working on routingGreg Roach3-16/+22
2019-10-09Working on routing; Code cleanupGreg Roach4-13/+23
2019-10-09Apply fixes from StyleCI (#2610)Greg Roach1-2/+1
2019-10-09Working on routingGreg Roach10-69/+111
2019-10-06Use aura/routerGreg Roach1-4/+15