summaryrefslogtreecommitdiff
path: root/app/Helpers/functions.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-21/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30PHP 8.0 - Union typesGreg Roach1-2/+2
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-25CodeStyleGreg Roach1-4/+1
2022-02-25User factories to create routes and responsesGreg Roach1-67/+6
2022-02-23CodeStyleGreg Roach1-2/+5
2022-02-23Update and use Validation classGreg Roach1-4/+10
2022-02-21PHPdocGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-5/+5
2021-08-02Split compress-response / content-length middleware into twoGreg Roach1-4/+2
2021-05-06Refactor bootstrap to prepare for console commandsGreg Roach1-10/+9
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-4/+14
2021-05-03Move PSR17 factories to the registryGreg Roach1-14/+4
2021-03-18Remove deprecated codeGreg Roach1-3/+3
2021-03-13CodeStyleGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-20Use consistent upper/lower case in charset headerGreg Roach1-1/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-1/+1
2020-05-01CodeStyleGreg Roach1-2/+2
2020-03-28Allow UTF8 characters in JSON responsesGreg Roach1-1/+1
2020-01-09Rename CSRF token to standard nameGreg Roach1-1/+1
2019-12-16Session class name clashes with PHP classGreg Roach1-3/+3
2019-11-17Fix: generating URLsGreg Roach1-4/+2
2019-11-16Fix: make pretty URLs absoluteGreg Roach1-2/+4
2019-11-16Fix: make pretty URLs absoluteGreg Roach1-3/+7
2019-11-16Fix: routing fails for URLs with port number. Add support for built-in serve...Greg Roach1-21/+3
2019-10-25Need absolute URLs. e.g. in sitemapsGreg Roach1-1/+1
2019-10-21Username/password in URLs need to have special characters escapedGreg Roach1-2/+2
2019-10-20Generate absolute URLsGreg Roach1-1/+19
2019-10-20Strict typingGreg Roach1-1/+1
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach1-0/+4
2019-10-17Strict typesGreg Roach1-2/+2
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+1
2019-10-07CodeStyleGreg Roach1-2/+1
2019-10-07Rewriting URLs in subfoldersGreg Roach1-4/+5
2019-10-06Fix scrutinizer issuesGreg Roach1-1/+1
2019-10-06Use aura/routerGreg Roach1-5/+22
2019-10-02Use absolute URLs for assetsGreg Roach1-1/+3
2019-10-02We only use absolute URLsGreg Roach1-8/+3
2019-09-29PSR12Greg Roach1-0/+1
2019-09-01Fix: icon missing on edit place mapGreg Roach1-4/+6
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-1/+4
2019-04-14Refactor the bootstrap processGreg Roach1-1/+1