summaryrefslogtreecommitdiff
path: root/app/Statistics/Repository/MediaRepository.php
AgeCommit message (Expand)AuthorFilesLines
2025-02-11Refactor statisticsGreg Roach1-183/+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-72/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-20/+20
2024-03-22Fix: #4968 - need column aliases for COUNT(*) when using PostgresGreg Roach1-1/+1
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+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-04-12Remove unused importsGreg Roach1-8/+0
2022-03-21CodeStyleGreg Roach1-1/+0
2022-03-19Unused codeGreg Roach1-58/+5
2022-03-19Performance tweaks for media statisticsGreg Roach1-94/+44
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-10-19Fix dependency injection in statistics classesGreg Roach1-5/+10
2021-10-14TypeHintsGreg Roach1-6/+3
2021-10-12PHPdocGreg Roach1-2/+0
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-05-24PHPdocGreg Roach1-1/+1
2020-05-11PHPdocGreg Roach1-22/+25
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-4/+1
2019-10-09Working on routingGreg Roach1-3/+2
2019-09-29PSR12Greg Roach1-0/+3
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+6
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-02TypeHintsGreg Roach1-2/+2
2019-02-22Moved color interpolation to separate class, renamed helper to servic… (#2248)Rico Sonntag1-1/+1
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+1
2019-02-12Update google chartsRico Sonntag1-3/+3
2019-02-04Statistics errors when zero results foundGreg Roach1-1/+1
2019-01-302059 (#2156)Rico Sonntag1-0/+365