summaryrefslogtreecommitdiff
path: root/app/Services
AgeCommit message (Collapse)AuthorFilesLines
2024-03-31CodeStyle - whitespaceGreg Roach3-3/+0
2024-03-31PHP 8.2 - union typesGreg Roach6-68/+17
2024-03-31PHP 7.4 - short arrow functionsGreg Roach15-151/+53
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach4-6/+6
2024-02-26Fix some phpstan issuesGreg Roach2-8/+4
2024-02-26Fix: #4549 - Localise timestamps on site-logs and pending-changesGreg Roach2-5/+43
2024-02-19Fix: #4887 - family event search broken in advanced searchGreg Roach1-5/+5
2024-02-17Fix: #4887 - advanced-search place name input fields not intuitiveGreg Roach1-11/+14
2024-01-13Avoid implicit type checksGreg Roach1-1/+1
2024-01-05Fix: #4934 - localised sorting of location namesGreg Roach1-2/+2
2024-01-03CodeStyleGreg Roach1-1/+1
2023-12-31Fix: #4683 - Database agnostic support for GROUP_CONCAT/STRING_AGGGreg Roach1-5/+17
2023-12-30Fix: #4929 - graceful error handling when update server is unavailableGreg Roach1-1/+2
2023-09-17Remove unused PHP dependenciesGreg Roach1-2/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach18-20/+18
2023-08-18Fix: #4868 - add rel=nofollow to contact linksGreg Roach1-1/+1
2023-07-26Business logic functions should be 'pure'.Greg Roach1-36/+42
2023-07-26Fix #3651 - Insensitive searches with PostgreSQLJulien Papasian1-29/+35
2023-07-23phpdocGreg Roach6-12/+0
2023-06-05PHPdocGreg Roach1-2/+2
2023-05-16Add Basque languageGreg Roach1-0/+2
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach4-13/+6
2023-03-29Consistent use of select/pluckGreg Roach2-7/+6
2023-03-23PHPdocGreg Roach3-18/+18
2023-03-16Apply fixes from StyleCI (#4787)Greg Roach1-4/+4
Co-authored-by: StyleCI Bot <bot@styleci.io>
2023-03-14Add definitions for Uzbek languageGreg Roach1-0/+2
2023-02-22Update to Laravel components to version 10Greg Roach1-7/+4
2023-02-19Fix: #4759 - retire the OS historic map moduleGreg Roach1-2/+0
2023-02-02Improve type hints for phpstan. See #4713Greg Roach1-5/+13
2023-02-02Improve type-hints for module service. See #4713Greg Roach1-13/+18
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach3-24/+24
2023-02-01Use class-string annotations. See #4713Greg Roach1-5/+5
2023-01-25It's 2023Greg Roach34-34/+34
2023-01-25It's 2023Greg Roach34-34/+34
2023-01-18Fix: cannot export GEDCOM if the HEAD record has been deletedGreg Roach1-6/+9
2022-12-27Fix: #4684 - need column aliases for Postgres driverGreg Roach1-1/+1
2022-12-26Show timestamp of last check for update, and allow check at any timeGreg Roach2-11/+39
2022-12-24Fix: #4679 - SQL-Server cannot select * when group by primary keyGreg Roach2-11/+12
2022-12-19Use elements to reformat new recordsGreg Roach1-11/+7
2022-12-15Fix: #4647, Fix: #3567, Fix: #4479, Fix: #3459 - Apply collation rules in ↵Greg Roach1-1/+1
PHP, rather than MySQL
2022-12-02Mark password parameters as sensitiveGreg Roach1-1/+1
2022-11-30PHPdocGreg Roach1-6/+8
2022-11-30Remove unused importsGreg Roach1-1/+0
2022-11-30PHP 8.0 - Union typesGreg Roach1-1/+1
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach6-10/+10
2022-11-28Remove deprecated codeGreg Roach1-202/+0
2022-11-25Merge #4606 - add fullscreen controlsGreg Roach1-5/+7
2022-11-24Add general purpose fullscreen function and provide map control to use itDavid Drury1-6/+8
2022-11-24Merge #4605 - create undo icon for mapsGreg Roach1-1/+1
2022-11-24Use view for control icon, Exclusively use setAttribute as assigning aria-xx ↵David Drury1-0/+1
attributes with simple = sign does not work