summaryrefslogtreecommitdiff
path: root/app/Statistics/Repository/LatestUserRepository.php
AgeCommit message (Expand)AuthorFilesLines
2025-02-11Refactor statisticsGreg Roach1-115/+0
2025-01-29Refactor/simplify statisticsGreg Roach1-5/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04PHPdocs and code style for statisticsGreg Roach1-35/+0
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-3/+3
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyleGreg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-4/+4
2022-11-06Strict typesGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-2/+2
2021-10-19Fix dependency injection in statistics classesGreg Roach1-3/+1
2021-10-14TypeHintsGreg Roach1-4/+5
2021-02-04Code styleGreg Roach1-0/+4
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-5/+4
2020-05-11PHPdocGreg Roach1-7/+14
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-3/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-07Code style and testingGreg Roach1-13/+12
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-5/+5
2019-03-02TypeHintsGreg Roach1-2/+2
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+1
2019-01-31Apply fixes from StyleCI (#2170)Greg Roach1-1/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-4/+18
2019-01-302059 (#2156)Rico Sonntag1-0/+130