summaryrefslogtreecommitdiff
path: root/app/Http
AgeCommit message (Expand)AuthorFilesLines
2024-03-31PHP 7.4 - short arrow functionsGreg Roach37-216/+118
2024-03-22Fix: #4969 - need column aliases for SUM(...) when using PostgresGreg Roach1-1/+1
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach5-5/+5
2024-02-26CodeStyleGreg Roach1-2/+2
2024-02-26Fix some phpstan issuesGreg Roach2-2/+2
2024-02-26Fix: #4549 - Localise timestamps on site-logs and pending-changesGreg Roach4-31/+49
2024-02-21Fix: #4956 - copy/paste error when repopulating login formGreg Roach1-1/+1
2024-02-17Fix: #4887 - advanced-search place name input fields not intuitiveGreg Roach1-1/+2
2024-02-16Fix: #4903 - trim search fields in advanced searchGreg Roach1-0/+2
2024-02-10CodeStyleGreg Roach1-1/+0
2024-02-10Fix: #4937 - managers cannot set tree preferencesGreg Roach1-16/+18
2024-02-04Add FriendlyCrawler to the list of bad botsGreg Roach1-0/+1
2024-01-13Avoid implicit type checksGreg Roach2-3/+6
2024-01-06Fix: #4936 - Setup fails for SQL ServerGreg Roach1-2/+2
2024-01-03Add validation to media-folder parameterGreg Roach5-5/+69
2024-01-02Add phxbot to bad-bot listGreg Roach1-0/+1
2024-01-01Fix: #4932 - setup fails in Postgres when using non-English localesGreg Roach1-0/+4
2023-12-30Add more bad bots to the listGreg Roach1-2/+11
2023-12-19Update robots.txt for robots that ignore rel=nofollowGreg Roach1-1/+8
2023-12-19Code typoGreg Roach1-1/+1
2023-12-13Fix some broken tests and simplify a viewGreg Roach1-11/+3
2023-12-13Update BadBotBlockerGreg Roach1-1/+2
2023-11-11Add more bad bots to the blockerGreg Roach1-0/+3
2023-11-02Fix: #4873 - Add Link/rel=canonical to genealogy pages and redirectsGreg Roach41-575/+324
2023-10-18Update bad bot user-agent stringsGreg Roach1-1/+0
2023-10-11Update BadBotBlocker to include crawlers that collect training data for LLMsGreg Roach1-0/+5
2023-09-28Add TinyTestBot to list of bad botsGreg Roach1-0/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach34-35/+34
2023-08-18TypoGreg Roach1-1/+1
2023-08-07Add gptbot to bad bot block listGreg Roach1-0/+1
2023-07-23phpdocGreg Roach111-222/+0
2023-07-18Show line breaks in stack-tracesGreg Roach1-1/+2
2023-06-20Add YisouSpider to list of bad botsGreg Roach1-0/+1
2023-05-12Add 'Bytespider' to the list of bad botsGreg Roach1-0/+1
2023-05-11Fix: cannot create new location from edit pageGreg Roach1-1/+1
2023-04-29Use webtrees container, not laravel containerGreg Roach1-2/+2
2023-04-03Refactor startup code to allow /public/ to be the web rootGreg Roach2-1/+68
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach9-25/+24
2023-04-03Remove dead codeGreg Roach1-51/+0
2023-03-23PHPdocGreg Roach1-1/+1
2023-03-12Legacy URL redirects with missing ged parameterGreg Roach7-7/+14
2023-03-10Use realpath() for data folderGreg Roach1-0/+2
2023-02-28Add SeznamBot validationGreg Roach1-0/+1
2023-02-19Add MicrosoftPreview to list of botsGreg Roach1-12/+13
2023-02-09Add Awario to list of botsGreg Roach1-0/+1
2023-02-08Fix: #4688 mixup between pretty/ugly URLsGreg Roach1-3/+5
2023-02-04Merge ->filter()->first()Greg Roach2-8/+4
2023-02-02Improve type hints for phpstan. See #4713Greg Roach1-3/+5
2023-02-02Improve type-hints for module service. See #4713Greg Roach1-3/+11
2023-02-02Fix: module collections should have integer keysGreg Roach2-9/+13