summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AdminMediaController.php
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Refactor admin controllers and add testsGreg Roach1-580/+0
2019-01-16Remove global constants from viewsGreg Roach1-0/+1
2019-01-15Apply fixes from StyleCI (#2117)Greg Roach1-4/+4
2019-01-15Simplify folder paths in manage mediaGreg Roach1-150/+73
2019-01-15Allow custom sort fields to be specified in datatables responsesGreg Roach1-81/+29
2019-01-15Use Collection classGreg Roach1-16/+24
2019-01-15Use illuminate/database and datatables service for admin/external filesGreg Roach1-61/+34
2019-01-11Simplify row-mappersGreg Roach1-2/+2
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-20Remove unused importsGreg Roach1-4/+1
2018-12-08Move DebugBar code to middlewareGreg Roach1-6/+0
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+6
2018-09-21PHPdocGreg Roach1-0/+1
2018-09-21PHPdocGreg Roach1-2/+2
2018-09-12Scrutinizer Auto-Fixes (#1898)Scrutinizer Auto-Fixer1-10/+10
2018-09-12Prevent sorting of scandirRico Sonntag1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-1/+1
2018-08-19CodeStyleGreg Roach1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-08-13Type hint closure return typesGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-590/+612
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-8/+8
2018-05-20Convert admin_media_upload.php to http/controllerGreg Roach1-11/+115
2018-05-20CodeStyleGreg Roach1-1/+1
2018-05-20CodeStyleGreg Roach1-19/+14
2018-05-20Convert admin/media to http/controllerGreg Roach1-0/+610