summaryrefslogtreecommitdiff
path: root/app/Services
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Move datatables processing to new service and add testsGreg Roach1-0/+118
2019-01-02Apply fixes from StyleCI (#2085)Greg Roach1-8/+8
2019-01-02Use illuminate/database in calendar serviceGreg Roach1-24/+44
2019-01-01Happy 2019Greg Roach8-8/+8
2018-12-25Add comments to empty catch blocksGreg Roach1-0/+2
2018-12-20Remove unused importsGreg Roach1-1/+0
2018-12-14TypoGreg Roach1-1/+1
2018-12-14Apply fixes from StyleCI (#2062)Greg Roach1-4/+7
2018-12-14Fix: #860 allow clipboard facts to be pasted to different types of recordGreg Roach1-33/+35
2018-12-14Refactor clipboard functionality to a ClipboardServiceGreg Roach1-0/+115
2018-12-08Move DebugBar code to middlewareGreg Roach1-1/+0
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-2/+2
2018-11-26TweakGreg Roach1-2/+2
2018-11-18Prefer class-constants to global-constantsGreg Roach1-2/+3
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-2/+2
2018-11-18Rename Fact::getDate() to date()Greg Roach1-2/+2
2018-11-18Rename Fact::getParent() to record()Greg Roach1-2/+2
2018-10-11Fix: #1959 - strict type errorGreg Roach1-2/+2
2018-10-10max_execution_time is an integerGreg Roach1-3/+3
2018-10-09Calendar dates are abstractGreg Roach1-33/+33
2018-10-08Refactor roman-numerals into separate classGreg Roach1-0/+85
2018-10-08Unused importGreg Roach1-1/+0
2018-10-06Strict typesGreg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach5-0/+10
2018-09-27Fix: d'Aboville numbers on descendancy chartGreg Roach1-0/+359
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-5/+5
2018-09-11Fix: 0 !== 0.0Greg Roach1-1/+1
2018-09-11Fix: #1892 - create a service for handling timeouts with long-running processesGreg Roach1-0/+76
2018-08-30Fix: #1873 - move business logic to serviceGreg Roach1-0/+40
2018-08-30TypeHintsGreg Roach1-2/+2
2018-08-30PHPdocGreg Roach2-1/+7
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-1/+1
2018-08-26Move anniversary calculations to new serviceGreg Roach2-1/+354
2018-08-16Refactor surname queries to avoid duplication and improve efficiencyGreg Roach1-0/+1
2018-08-15Use lookup table for initial letter digraphsGreg Roach1-19/+41
2018-08-15Move some localization functions to a localization serviceGreg Roach1-0/+154
2018-08-14Move upgrade logic to serviceGreg Roach1-0/+132
2018-08-11Fix: #1816 - add housekeeping serviceGreg Roach1-0/+608