summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/ModuleAction.php
AgeCommit message (Expand)AuthorFilesLines
2022-02-23Update and use Validation classGreg Roach1-2/+2
2021-10-03Refactor HTTP exceptionsGreg Roach1-2/+2
2021-05-18CodeStyleGreg Roach1-2/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-09-15Replace controller-actions with request-handlersGreg Roach1-2/+0
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-3/+3
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-5/+5
2019-10-26Remove dependency on UserInterfaceGreg Roach1-7/+4
2019-10-22Static analysis tools dislike variable method calls.Greg Roach1-1/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-06Use aura/routerGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-2/+1
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach1-0/+92