summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/FileInfoService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reduce log spam from FileInfoServiceHazelnoot2025-06-061-4/+5
|
* Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-301-3/+3
|\
| * refactorsyuilo2024-08-101-3/+3
| |
* | Merge remote-tracking branch 'misskey/develop' into future-2024-04-10dakkar2024-04-111-1/+49
|\|
| * enhance(backend): ↵かっこかり2024-03-311-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ビデオファイルにビデオトラックがあるかを確認するように (#13568) * enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように (cherry picked from commit 23d38a2d6492a2b24e9b2c031d66c3e8a5d382ef) * Update Changelog * Update Changelog * Revert "Update Changelog" This reverts commit 93fd996932b87ef550c38b48bd0678060f3ed1af. * fix(test) ffmpegをインストールするように * 入れる方間違えた * fix test * 拡張子変わらなかったのでそのまま行く * ログを出力するように * msg * remove unused import * add log * attempt to fix test error * Revert "attempt to fix test error" This reverts commit d9d6524cadd655e6d8e9398b26fdfef332f30f4d. * Update FileInfoService.ts * oggも検査の対象にする
* | merge: upstreamMarie2024-02-231-4/+5
|\|
| * fix: Bump sharp to 0.33.2 (#13391)tamaina2024-02-211-4/+5
| |
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | upd: remove more traces of sensitiveMediaDetectionShittyKopper2023-11-051-7/+1
| | | | | | | | | | kept the api endpoint props just to stay compatible with clients that expect them to be there. they are unused and won't get saved
* | upd: rip out AiServiceShittyKopper2023-11-051-168/+4
|/
* 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>
* Use promises API (#11351)woxtu2023-07-271-7/+3
|
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-8/+8
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* update depssyuilo2023-07-071-6/+7
|
* [fix] .wav .flac ファイルを再生可能にする (#10686)Yuriha2023-04-261-6/+19
| | | | | | | | | | | | | | | | | | | | | | * .wav .flac ファイルを再生可能にする file-typeにより判定されたMIME TypeをHTML5 Audio/Video要素に認識されるものに書き換える * fix typecheck error * frontend側の FILE_TYPE_BROWSERSAFEも更新 * Update packages/backend/src/core/FileInfoService.ts * :v: * 後方互換を確保 * add tests * update changelog.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(server): ↵syuilo2023-01-091-2/+2
| | | | | | 特定のPNG画像のアップロードに失敗する問題を修正 Co-Authored-By: haru <64310155+usbharu@users.noreply.github.com>
* tweak blurhashsyuilo2022-12-091-1/+1
|
* enhance: AVIF support (#9281)tamaina2022-12-081-3/+26
| | | | | | | | | | | | | * chore: Make image/avif browsersafe * server side * change FileInfoService * :v: * avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+11
|
* testsyuilo2022-09-191-13/+13
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+382