summaryrefslogtreecommitdiff
path: root/app/Services/DatatablesService.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-1/+1
2021-10-15Update phpstan baselineGreg Roach1-5/+5
2021-10-12PHPdocGreg Roach1-7/+7
2021-06-02Prefer https for links to documentationGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-06-03PHPdocGreg Roach1-1/+1
2020-05-09Deprecate whereContains()Greg Roach1-2/+8
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach1-4/+83
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-3/+3
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-15/+15
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-01-15Allow custom sort fields to be specified in datatables responsesGreg Roach1-3/+6
2019-01-08Search for multiple words by defaultGreg Roach1-1/+1
2019-01-06Add query-builder macro for substring-searchGreg Roach1-23/+1
2019-01-03Move datatables processing to new service and add testsGreg Roach1-0/+118