summaryrefslogtreecommitdiff
path: root/app/Http/Middleware
AgeCommit message (Expand)AuthorFilesLines
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-13Remove unused importsGreg Roach2-18/+0
2021-10-12PHPdocGreg Roach7-7/+7
2021-10-03Refactor HTTP exceptionsGreg Roach7-7/+7
2021-09-09CodeStyleGreg Roach1-0/+3
2021-08-23Remove deprecated functionsGreg Roach1-9/+0
2021-08-20Update calls to deprecated functionsGreg Roach1-3/+3
2021-08-15Update dependenciesGreg Roach1-1/+1
2021-08-02Split compress-response / content-length middleware into twoGreg Roach2-2/+67
2021-07-29Working on #3571Greg Roach1-4/+19
2021-06-12Site and tree default preferencesGreg Roach1-1/+1
2021-06-02Prefer https for links to documentationGreg Roach1-1/+1
2021-05-18CodeStyleGreg Roach10-30/+19
2021-05-17Updates to API in iodev/php-whoisGreg Roach1-4/+4
2021-05-13Move the user from the request to the container, for dependency injectionGreg Roach1-0/+4
2021-05-09Update bad robot listGreg Roach1-1/+2
2021-05-06Refactor bootstrap to prepare for console commandsGreg Roach1-4/+2
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-0/+78
2021-05-03Move PSR17 factories to the registryGreg Roach1-78/+0
2021-05-03Opt out of google's FLoC tracking systemGreg Roach1-0/+1
2021-04-22Facebook crawlers operate from an undocumented ASNGreg Roach1-10/+13
2021-04-19Use a factory to make slugsGreg Roach1-0/+2
2021-03-26Add zoominfobot to listGreg Roach1-0/+1
2021-03-26Add Linugee bot to the list of unwanted botsGreg Roach1-0/+1
2021-03-21Remove unused importsGreg Roach2-2/+0
2021-03-18Remove deprecated codeGreg Roach2-24/+16
2021-03-18Remove deprecated codeGreg Roach1-23/+1
2021-03-18Remove deprecated codeGreg Roach1-8/+1
2021-03-18Update error handling for flysystem 2.0Greg Roach1-2/+2
2021-03-11Remove deprecated codeGreg Roach1-4/+0
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-4/+4
2021-03-04Fix: #3619 - compress HTTP responsesGreg Roach1-0/+154
2021-02-08Add list of blocked bots to robots.txtGreg Roach1-3/+3
2021-02-08Update bad-bot listsGreg Roach1-0/+2
2021-02-04Code styleGreg Roach1-1/+1
2021-02-03Bad botsGreg Roach1-0/+3
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach1-0/+2
2021-01-25Use https link in copyright headerGreg Roach30-59/+59
2021-01-15Move user constants to the user interface classGreg Roach1-4/+4
2020-11-12Fix: #3586 - language is a site-setting, not a tree-settingGreg Roach1-15/+5
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach4-28/+28
2020-09-15Remove league/glide. Use intervention/image directly.Greg Roach1-0/+2
2020-09-08Use factory to create caches and filesystemsGreg Roach7-184/+35
2020-08-20Set GROUP_CONCAT_MAX_LEN for MySQL connectionsGreg Roach1-2/+2
2020-08-06Allow HEAD requests for /ping and handle them better for other URLsGreg Roach1-3/+23
2020-07-04Change variable namesGreg Roach1-1/+1
2020-07-04Fix: #3314 - use a factory to make XREFsGreg Roach1-0/+2
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach3-12/+22
2020-06-16Refactor controllers as request handlersGreg Roach1-10/+10