summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/ServerUtilityService.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* match saveToTempFile return type with other create-temp functionHazelnoot2025-05-081-1/+1
* fix media upload error caused by extraneous array bracketsHazelnoot2025-05-081-1/+1
* minor refactor to ServerUtilityService.addMultipartFormDataContentTypeHazelnoot2025-05-081-7/+5
* check type of field valuesHazelnoot2025-05-081-1/+5
* fix hook targetsHazelnoot2025-05-081-2/+2
* fix multipart/form-data decodingHazelnoot2025-05-081-10/+29
* improve compatibility with multipart/form-data mastodon API requestsHazelnoot2025-05-081-0/+141