summaryrefslogtreecommitdiff
path: root/app/Services
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Add Firebird/PDO support via lsces/illuminate-firebirdHEADv2.2.7-lscfirebirdLester Caine2-8/+8
2026-05-01Fix: cannot accept/reject individual changes for record where all changes are...Greg Roach1-8/+8
2026-04-24Use consistent logic to validate uploaded filenamesGreg Roach1-3/+42
2026-04-09Fix: #5329 - SQL-Server cannot handle complicated foreign keysGreg Roach1-0/+7
2026-03-15Add support for bootstrap dark mode (minimal theme only)Greg Roach1-0/+247
2026-03-02#5325 - Specify all grouped columns in GROUP BY clauseGreg Roach1-2/+6
2026-03-02Fix Selection of data after Schema 45/46 update (#5326)David Drury1-4/+2
2026-02-21The correct name for Postgres is PostgreSQLGreg Roach1-2/+2
2026-02-13Fix phpstan issuesGreg Roach2-38/+27
2026-02-10Fix error from d9775d0: cannot import GEDCOM filesGreg Roach1-1/+2
2026-02-09Update copyright year. It is 2026Greg Roach37-37/+37
2026-02-06Fix: #5200 - add error handler for boot() method in custom modulesGreg Roach1-1/+10
2026-02-05fix: HEAD:SUBM missing from GEDCOM export when privacy filtering disabled and...Greg Roach1-6/+6
2026-02-05Performance: remove unnecessary SQL query for null userGreg Roach1-64/+4
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 Roach5-92/+57
2026-02-02Fix: error adding new spouse when no family facts are enabledGreg Roach1-1/+0
2025-12-12Fix: #5268 - bypassing forms with CAPTCHA causes session error.Greg Roach1-5/+5
2025-11-11Fix: #5252 - SQL-Server does not support || for concatenationGreg Roach2-6/+7
2025-11-09Fix: #5248 - outdated check for PDO driver for SQL-ServerGreg Roach1-1/+1
2025-11-02Fix: #5125, Replace: #5187 - MacFamilyTree generates GEDCOM with duplicate XREFsGreg Roach1-0/+3
2025-11-02Fix: #5219 - Bing Maps closed in June 2025Greg Roach1-2/+0
2025-10-29Add missing void return typesGreg Roach1-2/+2
2025-10-20Fix: #5243 - pdo_mysql.default_socket not available on WindowsGreg Roach1-0/+11
2025-10-18CodeStyle - promoted constructor argumentsGreg Roach11-77/+32
2025-10-18Move pending changes logic to serviceGreg Roach3-56/+14
2025-08-04Revert "Fix: #5075 - trailing space after empty NOTE tag"Greg Roach1-3/+3
2025-08-04Fix: #5195 - Postgres requires column alias when calling pluck()Greg Roach1-2/+2
2025-07-20Rename 'Google Webmaster Tools' to 'Google Search Console'Greg Roach1-2/+2
2025-06-24Create new service for handling maintenance modeGreg Roach2-20/+95
2025-06-20Fix: #5147 - delete user sessions when deleting usersGreg Roach1-0/+4
2025-06-10Fix: #5165 - SQL error in location listGreg Roach1-9/+9
2025-06-03Fix: #5099 - wrong binding order in querybuilderGreg Roach1-7/+10
2025-06-02Fix #4834: searching individuals/families using accented lettersGreg Roach1-1/+9
2025-05-13Use ZipArchive directly, instead of ZipArchiveAdapterGreg Roach1-11/+22
2025-04-15Allow searching by UID/_UIDGreg Roach1-1/+8
2025-03-02CodeStyleGreg Roach2-14/+11
2025-02-23Fix: #5114 - select expressions containing || aren't handled properly by the ...Greg Roach1-1/+2
2025-02-20Code StyleGreg Roach6-12/+0
2025-02-19PHPdoc and PHPstan issuesGreg Roach1-4/+11
2025-02-12Add Armenian translationGreg Roach1-0/+2
2025-02-11Code cleanupGreg Roach2-3/+8
2025-02-09Upgrade PHPunitGreg Roach2-11/+11
2025-01-16It's 2025. Update copyright date.Greg Roach36-36/+36
2025-01-12Update PHP dependencies, and Fix: #5102, multi-row inserts break with Laravel...Greg Roach1-61/+8
2025-01-09Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatical...Greg Roach1-4/+1
2025-01-08Update PHPdoc and CodeStyleGreg Roach1-49/+19
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-0/+85
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach3-101/+24