summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
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
2021-10-03Refactor HTTP exceptionsGreg Roach96-757/+338
2021-10-02Working on validationGreg Roach2-13/+10
2021-10-02Working on validationGreg Roach1-3/+3
2021-10-02Add validator class for HTTP parametersGreg Roach13-47/+223
2021-09-29Fix: unvalidated redirectGreg Roach12-15/+40
2021-09-28Fix: #4051 - charts block cannot be used on the home page, as we only have ↵Greg Roach1-10/+0
one XREF setting
2021-09-27Fix: #4050 - CONT subtags in ADDR attributesGreg Roach1-2/+4
2021-09-27Fix: #2972 - spacing in fact layoutGreg Roach1-19/+15
2021-09-27Fix: #4049 - shared-note titles are double-encodedGreg Roach1-0/+11
2021-09-27Fix: cannot add shared noteGreg Roach1-1/+1
2021-09-24Guzzle now throws a GuzzleExceptionGreg Roach4-17/+7
2021-09-24Remove duplicated codeGreg Roach8-57/+34
2021-09-23Use flysystem instead of direct file accessGreg Roach2-6/+3
2021-09-22Call function explicitly via closureGreg Roach1-1/+2
2021-09-22No longer need support for PHP 7.3Greg Roach1-14/+8
2021-09-21Fix: #4045 - update URL to GEDCOM PDFGreg Roach1-1/+1
2021-09-21CodeStyleGreg Roach2-2/+2
2021-09-21Apply fixes from StyleCI (#4047)Greg Roach1-2/+2
Co-authored-by: Greg Roach <fisharebest@users.noreply.github.com>
2021-09-21CodeStyleGreg Roach1-1/+1
2021-09-20Fix: 4043 - Check return value from fwrite()Greg Roach2-2/+16
2021-09-17Fix: sort order in top-surnames blockGreg Roach1-15/+4
2021-09-17Remove duplicate codeGreg Roach1-2/+1
2021-09-17Remove unused importGreg Roach1-1/+0
2021-09-16Fix: #4034 - Update custom tags for Family Tree BuilderGreg Roach1-1/+1
2021-09-16Fix: do not allow admin to delete critical system filesGreg Roach1-6/+29
2021-09-15Fix: XSS vulnerability in some module titlesGreg Roach3-4/+4
2021-09-14PHPdocGreg Roach1-2/+1
2021-09-14Remove unused constantsGreg Roach6-71/+0
2021-09-14Reports PHPdocGreg Roach26-466/+263
2021-09-09CodeStyleGreg Roach4-94/+64
2021-09-09CodeStyleGreg Roach1-0/+3
2021-09-09Do not allow the reset-password feature to be used for user-enumerationGreg Roach1-6/+9
2021-09-08Remove dead codeGreg Roach1-21/+7
2021-09-08Refactor duplicate code in report renderersGreg Roach3-166/+88
2021-09-08CodeStyleGreg Roach9-22/+21
2021-09-07PHPdocGreg Roach12-24/+12
2021-09-07Fix: 'My pedigree' menu missingGreg Roach1-12/+13
2021-09-07OpenStreetMap doesn't have any configuration optionsGreg Roach1-20/+1
2021-09-07Fix: closing wrong type of streamGreg Roach1-3/+14
2021-09-07Update use of ReflectionClass for PHP 8Greg Roach1-2/+2