summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/SearchController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Fix: #2665 - Use POST+GET on search formsGreg Roach1-637/+0
2019-10-18Use TreeServiceGreg Roach1-3/+9
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-17/+14
2019-05-09PSR-7 requestsGreg Roach1-23/+33
2019-04-25Strict typesGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-32/+31
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-07Code style and testingGreg Roach1-89/+89
2019-03-06Collections / arraysGreg Roach1-2/+2
2019-01-13Use illuminate/database for advanced searchGreg Roach1-397/+5
2019-01-13Use illuminate/database for phonetic searchesGreg Roach1-128/+1
2019-01-12Move search functions to new SearchServiceGreg Roach1-371/+48
2019-01-11Simplify row-mappersGreg Roach1-7/+7
2019-01-04Add visibility to constantsGreg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-10/+11
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-9/+9
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-3/+3
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-8/+8
2018-09-23CodeStyleGreg Roach1-6/+6
2018-09-23Scrutinizer Auto-Fixes (#1924)Scrutinizer Auto-Fixer1-46/+46
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-10/+10
2018-09-21PHPdocGreg Roach1-3/+3
2018-08-22Fix: #1844 SQL errorGreg Roach1-4/+4
2018-08-13Type hint closure return typesGreg Roach1-9/+9
2018-08-11Fix: #1819 - missing parameterGreg Roach1-1/+3
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-20/+8
2018-07-16Use PSR2 code styleGreg Roach1-1227/+1288
2018-07-13Feedback from scrutinizerGreg Roach1-4/+8
2018-07-13Fix: #1784, family/source mixup in search resultsGreg Roach1-2/+2
2018-05-10Code style / unused variablesGreg Roach1-7/+1
2018-05-09Add $tree to all viewsGreg Roach1-4/+0
2018-05-05Convert search to views/http controllersGreg Roach1-0/+1419