summaryrefslogtreecommitdiff
path: root/app/Helpers
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-11Replace standalone emitter with middlewareGreg Roach1-4/+4
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-4/+71
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Class name clashes with PHP classGreg Roach1-2/+2
2019-03-02Import classGreg Roach1-2/+2
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-02-06Fix: #1780 and #1123 - favicons and browseconfig.xmlGreg Roach1-0/+20
2019-01-18Use cacheGreg Roach1-1/+2
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-0/+19
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-25Use fully-qualified class names to prevent conflict with global scopeGreg Roach1-8/+4
2018-12-18Add support for Laravel query-builderGreg Roach1-12/+0
2018-09-24Strict-typesGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-3/+3
2018-07-23Use our own helper functionGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-15/+20
2018-05-20Converting user admin functions to view/controllerGreg Roach1-1/+1
2018-02-18Convert login/registration to http/controllerGreg Roach1-2/+7
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-1/+1
2017-12-04Working on modal edit formsGreg Roach1-0/+22
2017-11-24Working on multiple files in a media objectGreg Roach1-0/+10
2017-11-21Use laravel-style e() function to escape HTML in viewsGreg Roach1-0/+12
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-16/+0
2017-11-19Remove PHP7.1 codeGreg Roach1-1/+1
2017-11-13Working on front-controllerGreg Roach1-0/+47