summaryrefslogtreecommitdiff
path: root/app/Http/Middleware/Router.php
AgeCommit message (Expand)AuthorFilesLines
2021-05-18CodeStyleGreg Roach1-8/+8
2021-05-06Refactor bootstrap to prepare for console commandsGreg Roach1-4/+2
2021-03-21Remove unused importsGreg Roach1-1/+0
2021-03-18Remove deprecated codeGreg Roach1-4/+1
2021-03-18Remove deprecated codeGreg Roach1-8/+1
2021-03-11Remove deprecated codeGreg Roach1-4/+0
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-7/+7
2020-09-08Use factory to create caches and filesystemsGreg Roach1-0/+12
2020-08-06Allow HEAD requests for /ping and handle them better for other URLsGreg Roach1-3/+23
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-1/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1
2020-03-14CodeStyleGreg Roach1-1/+1
2020-01-22Fix: CSRF middleware needs to run after routing and before the handlerGreg Roach1-8/+33
2020-01-20Create new middleware to load route parametersGreg Roach1-19/+7
2020-01-20Add the entire route to the request, not just the nameGreg Roach1-1/+1
2019-11-13Unused importsGreg Roach1-1/+0
2019-11-01Convert @TODO into issue #2730Greg Roach1-1/+0
2019-10-30Remove View:share() - it's just a globalGreg Roach1-4/+2
2019-10-30Use admin theme when editing default blocksGreg Roach1-2/+0
2019-10-26Fix: #2696 - retain ugly URLs for redirects, etc.Greg Roach1-13/+7
2019-10-22Use tree serviceGreg Roach1-1/+1
2019-10-20Generate absolute URLsGreg Roach1-10/+9
2019-10-20Strict typingGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-14Working on routingGreg Roach1-3/+13
2019-10-12Working on routingGreg Roach1-2/+4
2019-10-12Working on request/base URL logicGreg Roach1-10/+16
2019-10-10Working on routingGreg Roach1-11/+18
2019-10-09Working on routing; Code cleanupGreg Roach1-0/+2
2019-10-09Working on routingGreg Roach1-16/+4
2019-10-07Rewriting URLs in subfoldersGreg Roach1-18/+18
2019-10-06Use aura/routerGreg Roach1-59/+36
2019-10-05Add route to requestGreg Roach1-0/+3
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-1/+3
2019-10-05Working on routingGreg Roach1-10/+11
2019-10-03Working on routingGreg Roach1-14/+34
2019-10-02Fix potential path problemGreg Roach1-1/+2
2019-10-02Working on routingGreg Roach1-0/+116