summaryrefslogtreecommitdiff
path: root/packages/backend/src/misc/correct-filename.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-2/+2
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-2/+2
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-2/+2
|
* fix(backend): correctFilename changes dll to exe (#11710)anatawa122023-08-131-0/+2
|
* enhance(backend): Improve behavior of correctFilename (#11484)tamaina2023-08-081-9/+45
| | | | | | | | | | | | | | | * enhance(backend): Improve behavior of correctFilename * :v: * 未知のファイル形式かつ拡張子がある場合は何もしない * :v: * .ext --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix indentationsyuilo2023-03-201-11/+11
|
* fix correctFilename extが.から始まる場合も考慮するtamaina2023-03-061-1/+1
|
* enhance(server): ↵tamaina2023-03-041-0/+15
downloadUrlでContent-Dispositionからファイル名を取得 (#10150) * enhance(server): downloadUrlでContent-Dispositionからファイル名を取得 Resolve #10036 Resolve #4750 * untitled * オブジェクトストレージのContent-Dispositionのファイル名の拡張子をContent-Typeに添ったものにする * :v: * tiff * fix filename * add test * /files/でもContent-Disposition * comment * fix test