summaryrefslogtreecommitdiff
path: root/app/Module/FamilyTreeFavoritesModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-19PHPdoc and PHPstan issuesGreg Roach1-1/+9
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-8/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-1/+1
2022-04-01Use new validator classGreg Roach1-8/+5
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-10/+5
2022-02-21PHPdocGreg Roach1-4/+4
2021-10-15Prefer object to stdClassGreg Roach1-3/+2
2021-10-12PHPdocGreg Roach1-5/+5
2021-03-19PHPdocGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-21Fix: do not show notes to private favoritesGreg Roach1-0/+1
2020-11-16Don't show private favoritesGreg Roach1-0/+4
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-7/+7
2020-06-27Better handling for custom record typesGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-12/+8
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-2/+3
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-10-30Add assertions for route parametersGreg Roach1-2/+8
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-7/+6
2019-07-14Refactor blocksGreg Roach1-30/+5
2019-05-09PSR-7 requestsGreg Roach1-6/+8
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-16/+16
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-20Fix: #2035 - no longer have autocomplete for 'any type'Greg Roach1-14/+50
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-4/+4
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-10/+9
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-4/+6
2019-01-08Use illuminate/database for favorites moduleGreg Roach1-67/+31
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-19Strict typesGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach1-3/+3
2018-11-26#2034 - empty favorites form cauess errorGreg Roach1-6/+9