summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/ModuleController.php
AgeCommit message (Expand)AuthorFilesLines
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach1-84/+0
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-6/+6
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-4/+4
2019-01-30Create ModuleServiceGreg Roach1-2/+17
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-2/+1
2019-01-18Starting to replace WT_DATA_DIR with league/flysystemGreg Roach1-6/+5
2019-01-16Replace webtrees resolver class with laravel container classGreg Roach1-6/+6
2019-01-16Rename resolver functions to be laravel-like and add testsGreg Roach1-11/+8
2019-01-01Happy 2019Greg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+0
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-6/+8
2018-07-16Use PSR2 code styleGreg Roach1-35/+37
2018-07-15convert Admin pages and ajax calls to route/viewDavid Drury1-1/+6
2018-03-19Add general-purpose route for module actionsGreg Roach1-6/+25
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-17CodeStyleGreg Roach1-1/+0
2018-02-05Convert chart to router/controllerGreg Roach1-0/+48