summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Add Firebird/PDO support via lsces/illuminate-firebirdHEADv2.2.7-lscfirebirdLester Caine1-7/+7
2026-05-01Fix: cannot accept/reject individual changes for record where all changes are...Greg Roach2-12/+2
2026-04-27Use validated variables for admin password during setup wizardGreg Roach1-1/+1
2026-04-27Add comment about SQL-Injection and GEDCOM 7Greg Roach1-0/+9
2026-04-27Module method names are case insensitiveGreg Roach1-1/+1
2026-04-24Fix: errors when adding empty GEDCOM factGreg Roach1-4/+8
2026-04-24Use consistent logic to validate uploaded filenamesGreg Roach1-7/+11
2026-03-08phpinfo() not always returns a proper body (#5324)Bert Koorengevel1-2/+6
2026-02-21The correct name for Postgres is PostgreSQLGreg Roach1-1/+1
2026-02-13Show deletion progress while importing large treesGreg Roach1-4/+5
2026-02-13Fix: deadlock-retry failure during GEDCOM import, caused by undefined progressGreg Roach1-3/+3
2026-02-09Code styleGreg Roach1-4/+4
2026-02-09Update copyright year. It is 2026Greg Roach316-316/+316
2026-02-09when logging out the homepage is fetched twice (#5160)Bert Koorengevel1-1/+8
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach12-58/+55
2026-02-02Refactor reports: simplify setupGreg Roach1-19/+10
2026-02-02Refactor reports: simplify structure of variablesGreg Roach1-6/+6
2026-01-15fix issue #5287: extra newline in family gedcom for new spouse triggered vali...Bert Koorengevel1-1/+1
2025-12-29CodeStyleGreg Roach2-2/+6
2025-12-29Show names of linked records in pending changes logGreg Roach1-2/+7
2025-12-24CodeStyleGreg Roach335-4071/+832
2025-12-24CodeStyleGreg Roach5-30/+9
2025-12-24Refactor the 'before' paramter to createFact()Greg Roach5-24/+18
2025-12-24fix #4511 & #5137: when adding a child to a family, put it between older and ...Bert Koorengevel5-43/+108
2025-12-19Fix: some code passes empty fact_id/gedcom to updateFact instead of calling c...Greg Roach1-1/+5
2025-12-19Refactor edit/create/delete fact to allow facts to be added in orderGreg Roach1-31/+8
2025-11-21CodeStyle - strict typesGreg Roach1-2/+2
2025-11-11Fix: #5252 - SQL-Server does not support || for concatenationGreg Roach1-3/+3
2025-10-31Don't renumber XREFs when pending changes existGreg Roach1-0/+12
2025-10-20Fix: #5243 - pdo_mysql.default_socket not available on WindowsGreg Roach1-2/+2
2025-10-18Move pending changes logic to serviceGreg Roach1-42/+3
2025-10-12Fix: #5242 - use default language for custom text if the current language is ...Greg Roach1-0/+7
2025-09-30fix #5237: added EDUC & PROP as extra fields in AdvancedSearch (#5239)Bert Koorengevel1-0/+2
2025-08-15fixed #5207: memory_limit = -1 means unlimited (#5208)Bert Koorengevel1-1/+1
2025-08-15CodeStyleGreg Roach1-1/+1
2025-08-12fixed bug: Setup wizard reported memory_limit as zero (#5205)Bert Koorengevel1-1/+1
2025-08-12Fix: #5199 - new username/email differs by caseGreg Roach2-17/+36
2025-08-04Fix: #5195 - Postgres requires column alias when calling pluck()Greg Roach1-1/+1
2025-07-28Improve handling of robotsGreg Roach2-9/+9
2025-06-24Create new service for handling maintenance modeGreg Roach1-20/+8
2025-06-12Fix: #5167 - fgetcsv() requires escape parameter from PHP 8.4Greg Roach1-1/+1
2025-06-03Fix: Postgres driver requires alias for aggregate columnsGreg Roach1-8/+8
2025-06-02Replace CSS class current_day with wt-calendar-todayGreg Roach1-5/+2
2025-06-02Replace CSS class current_day with wt-calendar-todayGreg Roach1-1/+8
2025-03-09Fix: #5112 - use the list of user-agents from ai-robots-txt as a blacklistGreg Roach1-1/+1
2025-03-02CodeStyleGreg Roach1-3/+1
2025-02-20Code StyleGreg Roach12-16/+5
2025-02-19PHPdoc and PHPstan issuesGreg Roach1-1/+1
2025-02-11Missing escapeGreg Roach1-6/+12
2025-02-11Code cleanupGreg Roach2-9/+9