summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)AuthorFilesLines
2021-10-29TypoGreg Roach1-1/+1
2021-10-29Don't add facts/events that are hidden in the control panelGreg Roach1-0/+3
2021-10-29Fix: #3027 - expand/collapse subfields and show grouping during editGreg Roach5-38/+74
2021-10-27CodeStyleGreg Roach4-4/+2
2021-10-25Update to GEDCOM LGreg Roach1-1/+6
2021-10-25Missing importGreg Roach1-0/+1
2021-10-23Fix: #4007 - update custom tags for PAF - INDI:ADDRGreg Roach1-10/+21
2021-10-22Formatting multi-line dataGreg Roach3-30/+68
2021-10-22Trailing spaces are significant in markdownGreg Roach1-4/+3
2021-10-21Fix: #4066 - try leading/trailing empty lines from multi-line valuesGreg Roach6-10/+25
2021-10-21Fix: #4082 open-route-search gives results with no countryGreg Roach1-5/+11
2021-10-20Fix: #4081 - UPLOAD_MEDIA setting is ignoredGreg Roach3-12/+70
2021-10-20Use Auth class to check authorizationGreg Roach2-10/+4
2021-10-20Catch specific exceptionsGreg Roach4-9/+13
2021-10-20Update list of old files in housekeepingGreg Roach1-175/+23
2021-10-19Do not allow HTML media to contain iframesGreg Roach1-2/+2
2021-10-19Remove ADOP as proxy for BIRTGreg Roach1-1/+1
2021-10-19Fix: #4077 - missing individual icon on interactive treeGreg Roach1-1/+1
2021-10-19Fix dependency injection in statistics classesGreg Roach26-462/+510
2021-10-19Fix: #4070 - remove ModuleThemeInterface::parameterGreg Roach24-400/+84
2021-10-18Remove unused codeGreg Roach1-2/+0
2021-10-17Fix: #4071 - MEDI not available to add under REPO:CALNGreg Roach1-0/+4
2021-10-17Family-census event is different to individual census eventGreg Roach2-1/+40
2021-10-15Update phpstan baselineGreg Roach1-5/+5
2021-10-15Prefer object to stdClassGreg Roach51-154/+108
2021-10-15Update signature for session gc handlerGreg Roach1-3/+2
2021-10-14TypeHintsGreg Roach1-8/+8
2021-10-14TypeHintsGreg Roach37-196/+160
2021-10-14Fix top-surname logic when no surnames foundGreg Roach1-3/+4
2021-10-14Tidy GedcomRecord constructorGreg Roach2-25/+24
2021-10-14Simplify type-checks in validatorGreg Roach1-54/+27
2021-10-14Type checksGreg Roach1-5/+1
2021-10-13Avoid array parameters to preg_replace to simplify strict type checksGreg Roach3-33/+18
2021-10-13Remove dead codeGreg Roach1-7/+0
2021-10-13Strict type checkingGreg Roach2-1/+5
2021-10-13Add missing type-hintsGreg Roach25-43/+47
2021-10-13Remove unused local variablesGreg Roach5-12/+6
2021-10-13Remove unused importsGreg Roach38-80/+0
2021-10-13Use the new GEDCOM mime typeGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach234-592/+590
2021-10-12Fix validator signature for array method + unit tests (#4064)Jonathan Jaubart1-8/+4
2021-10-10Block javascript in HTML media filesGreg Roach1-2/+5
2021-10-09Drop support for flash mediaGreg Roach1-1/+0
2021-10-08Fix: image/svg can contain scriptsGreg Roach2-39/+36
2021-10-06Compatibility with PHP 8.1Greg Roach1-2/+3
2021-10-04Working on validationGreg Roach1-1/+1
2021-10-04Remove dead codeGreg Roach5-30/+0
2021-10-04Fix: #4057 - RTL control codes in dates break reportsGreg Roach1-1/+1
2021-10-04CodeStyleGreg Roach1-1/+1
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach4-20/+170