summaryrefslogtreecommitdiff
path: root/app/Services/GedcomExportService.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Add Firebird/PDO support via lsces/illuminate-firebirdHEADv2.2.7-lscfirebirdLester Caine1-6/+6
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-05fix: HEAD:SUBM missing from GEDCOM export when privacy filtering disabled and...Greg Roach1-6/+6
2026-02-05Fix: #3260 - build .ZIP archives on disk instead of in memoryGreg Roach1-2/+10
2026-02-05Fix: #4763 - don't compress files that are already compressed in ZIP archivesGreg Roach1-4/+2
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach1-2/+2
2025-10-18CodeStyle - promoted constructor argumentsGreg Roach1-8/+4
2025-05-13Use ZipArchive directly, instead of ZipArchiveAdapterGreg Roach1-11/+22
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-11-22Implicitly marking nullable parameters is deprecatedGreg Roach1-2/+2
2024-06-16Fix: #4994 - private exports contain empty recordsGreg Roach1-60/+11
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-2/+2
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-03-23PHPdocGreg Roach1-16/+16
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-18Fix: cannot export GEDCOM if the HEAD record has been deletedGreg Roach1-6/+9
2022-11-30PHPdocGreg Roach1-6/+8
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-1/+1
2022-10-31Re-order import statementsGreg Roach1-1/+0
2022-09-06CodeStyleGreg Roach1-0/+1
2022-09-06Remove dead codeGreg Roach1-26/+0
2022-04-23CodeStyleGreg Roach1-1/+1
2022-04-20Add support for GEDZIP exports. Fixes: #4288Greg Roach1-20/+125
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-7/+7
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach1-31/+27
2021-09-24Remove duplicated codeGreg Roach1-3/+17
2021-09-21CodeStyleGreg Roach1-1/+1
2021-09-20Fix: 4043 - Check return value from fwrite()Greg Roach1-1/+7
2021-04-03Fix: #3816 - LINEAGE-LINKED versus Lineage-LinkedGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-22Fix: #3610 - media records corrupt in clippings cartGreg Roach1-7/+10
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-8/+8
2020-09-08Use factory to create caches and filesystemsGreg Roach1-6/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-3/+5
2020-06-18Fix: GEDCOM export with privacy filteringGreg Roach1-6/+11
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach1-0/+383