summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers
AgeCommit message (Expand)AuthorFilesLines
2021-10-30Fix: #4094 - numeric XREFs not matched when checking for unconnected individualsGreg Roach1-1/+5
2021-10-29Remove unused importsGreg Roach6-7/+0
2021-10-29Remove unused constructor argumentsGreg Roach1-12/+0
2021-10-29CodeStyleGreg Roach6-6/+6
2021-10-29TypeHintsGreg Roach4-16/+4
2021-10-29CodeStyle - whitespaceGreg Roach1-2/+2
2021-10-29CodeStyle - whitespaceGreg Roach6-7/+9
2021-10-29Fix: unnecessary/incorrect checksGreg Roach1-1/+1
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach1-2/+2
2021-10-29Fix: reference class constants from the defining classGreg Roach2-2/+4
2021-10-29CodeStyle - avoid curly-brackes around embedded variablesGreg Roach2-2/+2
2021-10-20Fix: #4081 - UPLOAD_MEDIA setting is ignoredGreg Roach2-12/+27
2021-10-20Use Auth class to check authorizationGreg Roach2-10/+4
2021-10-20Catch specific exceptionsGreg Roach3-6/+9
2021-10-15Prefer object to stdClassGreg Roach12-27/+15
2021-10-14TypeHintsGreg Roach6-16/+13
2021-10-14Type checksGreg Roach1-5/+1
2021-10-13Remove dead codeGreg Roach1-7/+0
2021-10-13Add missing type-hintsGreg Roach1-0/+1
2021-10-13Remove unused importsGreg Roach10-14/+0
2021-10-12PHPdocGreg Roach6-14/+14
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach3-20/+46
2021-10-03Refactor HTTP exceptionsGreg Roach52-93/+116
2021-10-02Working on validationGreg Roach2-13/+10
2021-10-02Add validator class for HTTP parametersGreg Roach12-47/+46
2021-09-29Fix: unvalidated redirectGreg Roach12-15/+40
2021-09-24Guzzle now throws a GuzzleExceptionGreg Roach1-10/+0
2021-09-24Remove duplicated codeGreg Roach4-39/+10
2021-09-21CodeStyleGreg Roach1-1/+1
2021-09-16Fix: do not allow admin to delete critical system filesGreg Roach1-6/+29
2021-09-14Remove unused constantsGreg Roach4-68/+0
2021-09-09Do not allow the reset-password feature to be used for user-enumerationGreg Roach1-6/+9
2021-09-07Remove dead codeGreg Roach1-1/+1
2021-09-07Remove dead codeGreg Roach1-3/+2
2021-09-07Fix: do not pass email/username in URL parametersGreg Roach2-15/+22
2021-09-07Fix: #4009 - Using old variable name when processing census assistantGreg Roach1-4/+5
2021-09-05Fix: #4028 - module icons in titlesGreg Roach2-2/+2
2021-09-05Add option to delete unused locationsGreg Roach3-12/+62
2021-09-04Add help text for jalali datesGreg Roach1-0/+15
2021-09-01Use wt- namespace for data attributesGreg Roach2-2/+2
2021-08-23PHPdocGreg Roach5-18/+17
2021-08-21Fix: #3977, Fix: #3978 - don't show disabled custom tags in the control panelGreg Roach1-37/+18
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach4-8/+8
2021-08-15Add 'empty clipboard' functionGreg Roach2-1/+74
2021-07-28Fix: #3846 - autocomplete for SOUR/OBJE with multiple search termsGreg Roach2-2/+18
2021-07-27Fix: #3966 - preferences for adding facts and eventsGreg Roach1-4/+0
2021-07-27Fix: #3577 - autocomplete cannot find text containing a slashGreg Roach4-27/+17
2021-07-27Fix: #2789 - autocomplete for folders not workingGreg Roach1-0/+10
2021-07-26Fix: #3823 - remove old/unused codeGreg Roach2-14/+5
2021-07-20CodeStyleGreg Roach1-1/+0