summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AdminController.php
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-265/+0
2020-06-04PHPdocGreg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+3
2019-12-13CodeStyle - strict typesGreg Roach1-3/+3
2019-11-13Unused importsGreg Roach1-8/+0
2019-11-04Update routing in merge-recordsGreg Roach1-216/+0
2019-10-30Add assertions for route parametersGreg Roach1-4/+14
2019-10-30TidyCodeGreg Roach1-2/+5
2019-10-18Use TreeServiceGreg Roach1-1/+16
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15wipGreg Roach1-1/+1
2019-10-14Working on routingGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-2/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-8/+9
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-1/+1
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+2
2019-05-09PSR-7 requestsGreg Roach1-20/+23
2019-04-25Strict typesGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-19/+18
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-20Fix: #2337 - null/empty-string mixup in default_resn rulesGreg Roach1-20/+30
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-4/+4
2019-02-01Refactor admin controllerGreg Roach1-438/+0
2019-02-01Refactor admin controllerGreg Roach1-252/+0
2019-02-01Refactor admin controllers and servicesGreg Roach1-267/+0
2019-01-31Apply fixes from StyleCI (#2170)Greg Roach1-2/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-14/+17
2019-01-30Create ModuleServiceGreg Roach1-14/+17
2019-01-30Apply fixes from StyleCI (#2162)Greg Roach1-2/+1
2019-01-30Add themes to the control panelGreg Roach1-1/+6
2019-01-29Apply fixes from StyleCI (#2155)Greg Roach1-2/+1
2019-01-29Move analytics settings to the module settingsGreg Roach1-22/+47
2019-01-26Apply fixes from StyleCI (#2139)Greg Roach1-2/+1
2019-01-26Fix: #2129 - module managementGreg Roach1-235/+15
2019-01-25Refactor core/custom modulesGreg Roach1-1/+0
2019-01-24Refactoring module APIGreg Roach1-3/+4
2019-01-22Merge chart controllers into chart modulesGreg Roach1-5/+5
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-78/+38
2019-01-16CodeStyleGreg Roach1-1/+1
2019-01-15Allow custom sort fields to be specified in datatables responsesGreg Roach1-2/+2
2019-01-13Use illuminate/database for restriction privacyGreg Roach1-45/+33
2019-01-13Fix: add default restrictions for specific recordsGreg Roach1-18/+12
2019-01-13Fix: add default restrictions for specific recordsGreg Roach1-8/+10
2019-01-13Use illuminate/database to merge recordsGreg Roach1-42/+23
2019-01-13Use illuminate/database for control panelGreg Roach1-1/+9
2019-01-11Simplify row-mappersGreg Roach1-3/+3
2019-01-09Use illuminate/databaseGreg Roach1-18/+63
2019-01-09Use illuminate/database and datatables-service in admin-level1-mediaGreg Roach1-55/+37
2019-01-09Fix: custom query builder macroGreg Roach1-1/+1