summaryrefslogtreecommitdiff
path: root/app/Services/ClipboardService.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-09-06CodeStyleGreg Roach1-0/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-2/+2
2022-02-18PHPdocGreg Roach1-2/+2
2021-11-21CodeStyleGreg Roach1-15/+15
2021-08-15Add 'empty clipboard' functionGreg Roach1-0/+10
2021-03-19Remove GedcomTagGreg Roach1-14/+10
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-06-27Better handling for custom record typesGreg Roach1-3/+3
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-4/+4
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-3/+3
2019-12-10PHPdocGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-05-17PHPdocGreg Roach1-2/+0
2019-04-03Declare static closuresGreg Roach1-4/+4
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-2/+4
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-41/+45
2019-01-01Happy 2019Greg 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