summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/GedcomFileController.php
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-238/+0
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-4/+4
2020-04-11Error when importing tree with invalid encodingGreg Roach1-0/+1
2020-01-29Fix: undefined variable when GEDCOM import failsGreg Roach1-0/+1
2019-11-14Fix: missing tree parameter in gedcom-import failure messageGreg Roach1-0/+1
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-19Strict typesGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+4
2019-10-14Move business logic from controller to serviceGreg Roach1-1/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-5/+19
2019-08-11Fix: #2480, #2520 - ignore records without XREFs during importGreg Roach1-6/+9
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-7/+8
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-4/+4
2019-03-08Strict types and code reviewGreg Roach1-1/+0
2019-03-07Code style and testingGreg Roach1-3/+3
2019-03-01Fixed case mismatch in function/method call (#2286)Rico Sonntag1-2/+2
2019-02-24Fix: #2265 - stop importing if fatal error occursGreg Roach1-128/+138
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+0
2019-01-02illuminate/database and testsGreg Roach1-9/+7
2019-01-02Use illuminate/database to import treesGreg Roach1-84/+54
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-20Remove unused importsGreg Roach1-1/+0
2018-12-08Move DebugBar code to middlewareGreg Roach1-2/+0
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-8/+8
2018-09-21PHPdocGreg Roach1-0/+1
2018-09-11Fix: #1892 - create a service for handling timeouts with long-running processesGreg Roach1-5/+8
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+0
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-5/+2
2018-07-16Use PSR2 code styleGreg Roach1-188/+190
2018-07-10Reduce memory requirements on import?Greg Roach1-1/+1
2018-05-09Add $tree to all viewsGreg Roach1-7/+1
2018-05-05Convert GEDCOM import to use http controllersGreg Roach1-0/+240