summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/ExportGedcomClient.php
AgeCommit message (Expand)AuthorFilesLines
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-09-06CodeStyleGreg Roach1-1/+0
2022-04-20Add support for GEDZIP exports. Fixes: #4288Greg Roach1-102/+7
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach1-4/+4
2022-03-20Fix: cannot export to client when media_path isn't usedGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Working on validationGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-9/+6
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach1-29/+28
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-09-24Remove duplicated codeGreg Roach1-22/+4
2021-06-12Site and tree default preferencesGreg Roach1-1/+1
2021-05-20CodeStyleGreg Roach1-1/+1
2021-05-18Use dependency injectionGreg Roach1-24/+20
2021-05-18CodeStyleGreg Roach1-2/+1
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-7/+20
2021-05-03Move PSR17 factories to the registryGreg Roach1-20/+7
2021-03-15Filesystem error handlingGreg Roach1-0/+2
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-4/+3
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-09-08Use factory to create caches and filesystemsGreg Roach1-3/+1
2020-06-01Fix: #3316 - don't use deprecated MountManagerGreg Roach1-9/+5
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach1-10/+38
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+3
2020-05-08New module to redirect legacy URLsGreg Roach1-2/+0
2020-03-28Fix: temporary files for .ZIP archivesGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-5/+7
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-1/+1
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-1/+5
2019-11-01Fix: #2709 - download GEDCOM using ugly URLsGreg Roach1-0/+166