summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AutocompleteController.php
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Fix: #3113 - add autocomplete to surname fieldsGreg Roach1-226/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-5/+5
2020-09-08Use factory to create caches and filesystemsGreg Roach1-3/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-21/+5
2020-02-23Use strict comparison for Collection::unique()Greg Roach1-1/+1
2020-01-18Use https endpoint for geonames lookupGreg Roach1-18/+25
2019-12-06Parents' names in lists - replace function with templateGreg Roach1-0/+1
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-2/+2
2019-11-11Simplify access to current localeGreg Roach1-5/+2
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-1/+5
2019-10-31Fix: #2720 - select2 requires zero-based array keys; refactor controller as r...Greg Roach1-326/+0
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-6/+5
2019-10-30Add assertions for route parametersGreg Roach1-11/+33
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+5
2019-10-25No need to throw exceptions in assert()Greg Roach1-17/+16
2019-10-22Use tree serviceGreg Roach1-88/+42
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+3
2019-09-29Add tree to request; preparing for routerGreg Roach1-22/+22
2019-09-24Typehint against interfaces instead of concrete classesGreg Roach1-6/+1
2019-09-23Use Flysystem for more filesystem operationsGreg Roach1-4/+1
2019-09-02Fix: #2566 - select by xref breaks select2 when record not foundGreg Roach1-12/+17
2019-08-31Use collectionsGreg Roach1-8/+9
2019-08-31Allow XREFs to be used in individual/family selectorsGreg Roach1-0/+31
2019-05-06Fix: #2403 - autocomplete pagination - page numbers start at 1 (not 0)Greg Roach1-29/+29
2019-05-06Remove unused importsGreg Roach1-2/+0
2019-05-05Make geonames a site-level preference, not a tree-level preferenceGreg Roach1-6/+14
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-59/+59
2019-04-03Declare static closuresGreg Roach1-12/+12
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-14/+0
2019-03-07Code style and testingGreg Roach1-12/+12
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-7/+3
2019-01-27Refactor class PlaceGreg Roach1-2/+2
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-1/+2
2019-01-18Apply fixes from StyleCI (#2118)Greg Roach1-1/+1
2019-01-18Starting to replace WT_DATA_DIR with league/flysystemGreg Roach1-17/+22
2019-01-12Move search functions to new SearchServiceGreg Roach1-9/+7
2019-01-11Rename filter() to accessFilter()Greg Roach1-2/+2
2019-01-11Simplify row-mappersGreg Roach1-4/+4
2019-01-09Use illuminate/database for citation autocompleteGreg Roach1-53/+46
2019-01-09Remove old codeGreg Roach1-1/+1
2019-01-09Remove old codeGreg Roach1-3/+1
2019-01-09Use illuminate/database for placesGreg Roach1-30/+121
2019-01-08Create search serviceGreg Roach1-11/+162
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-4/+4
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-2/+2
2018-10-28Strict type error in autocompleteGreg Roach1-9/+9
2018-10-08Strict typesGreg Roach1-2/+2