summaryrefslogtreecommitdiff
path: root/packages/backend/test/unit/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix testssyuilo2023-10-161-13/+13
|
* perf(backend): WebSocket接続が多い場合のパフォーマンスを向上syuilo2023-10-081-0/+88
| | | | | https: //github.com/MisskeyIO/misskey/pull/176 Co-Authored-By: KOBA789 <kobahide789@gmail.com>
* feat: introduce aidx and make it defaultsyuilo2023-09-061-0/+8
| | | | Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* fixessyuilo2023-09-051-36/+36
|
* enhance(backend): Improve behavior of correctFilename (#11484)tamaina2023-08-082-28/+48
| | | | | | | | | | | | | | | * enhance(backend): Improve behavior of correctFilename * :v: * 未知のファイル形式かつ拡張子がある場合は何もしない * :v: * .ext --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: ↵Shun Sakai2023-07-273-65/+80
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* perf: use slacc on check-word-mute (#10721)Acid Chicken (硫酸鶏)2023-05-051-0/+49
| | | | | | | | | | | * perf: use slacc on check-word-mute when all of specified words are single word * perf: use slacc as possible * build: avoid tarball * chore: update slacc * build: update package name
* fix(server): ↵tamaina2023-04-091-0/+44
| | | | | | | | | IdService.parseを全てのidタイプに対応させるように (#10533) * wip fix-id * :v: * fix import
* fix correctFilename extが.から始まる場合も考慮するtamaina2023-03-061-0/+3
|
* enhance(server): ↵tamaina2023-03-041-0/+39
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