summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers
AgeCommit message (Collapse)AuthorFilesLines
2024-03-31PHP 7.4 - short arrow functionsGreg Roach36-213/+117
2024-03-22Fix: #4969 - need column aliases for SUM(...) when using PostgresGreg Roach1-1/+1
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-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-01Fix: #4932 - setup fails in Postgres when using non-English localesGreg Roach1-0/+4
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-11-02Fix: #4873 - Add Link/rel=canonical to genealogy pages and redirectsGreg Roach39-574/+282
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach32-33/+32
2023-07-23phpdocGreg Roach104-208/+0
2023-05-11Fix: cannot create new location from edit pageGreg Roach1-1/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-3/+2
2023-03-12Legacy URL redirects with missing ged parameterGreg Roach7-7/+14
2023-03-10Use realpath() for data folderGreg Roach1-0/+2
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-01Use class-string annotations. See #4713Greg Roach2-6/+6
2023-01-25It's 2023Greg Roach318-318/+318
2023-01-25It's 2023Greg Roach318-318/+318
2023-01-11CodeStyle - ::class constantGreg Roach2-5/+5
2022-12-26Show timestamp of last check for update, and allow check at any timeGreg Roach2-0/+56
2022-12-20Fix: #4674 - change family members deletes all childrenGreg Roach1-1/+1
2022-12-19TypoGreg Roach1-1/+1
2022-12-19Use elements to reformat new recordsGreg Roach10-68/+79
2022-12-15Fix: cannot save tree preferences without a contact userGreg Roach1-2/+5
2022-12-12Fix: #4655 - residence facts take a value in GEDCOM 7Greg Roach2-0/+4
2022-12-07PHP 8.0 - use nullsafe operatorGreg Roach8-9/+9
2022-12-02CodeStyleGreg Roach1-2/+4
2022-12-02Mark password parameters as sensitiveGreg Roach2-3/+7
2022-12-01Fix: #4623 cannot add new locationsGreg Roach1-0/+1
2022-12-01Fix: #4619 - cannot create new objects without a restrictionGreg Roach5-18/+10
2022-12-01Fix: wrong folder in upgrade wizardGreg Roach1-1/+1
2022-11-30CodeStyleGreg Roach1-1/+1
2022-11-30PHPdocGreg Roach1-1/+2
2022-11-30Remove unused importsGreg Roach3-4/+0
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach12-25/+25
2022-11-28Fix: missing default value in data-fix / update-allGreg Roach1-2/+2
2022-11-27Remove old/dead codeGreg Roach1-3/+0
2022-11-25Fix: #3704 - add location-edit link on place-hierarchy pageGreg Roach3-7/+10
2022-11-25CodeStyleGreg Roach1-1/+1