summaryrefslogtreecommitdiff
path: root/packages/backend/src/const.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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] .wav .flac ファイルを再生可能にする (#10686)Yuriha2023-04-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | * .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>
* refactorsyuilo2022-12-251-0/+16
|
* enhance: AVIF support (#9281)tamaina2022-12-081-0/+1
| | | | | | | | | | | | | * 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>
* remove max note text length settingsyuilo2022-02-201-0/+2
| | | | Resolve #8323
* Revert "revert d53795184"syuilo2022-01-011-0/+45
| | | | This reverts commit aedbab17cc400ae7ac17498463504f40646e8673.
* revert d53795184syuilo2021-12-291-45/+0
|
* Update const.tssyuilo2021-12-261-11/+25
|
* refactorsyuilo2021-12-261-1/+1
|
* enhance(server): better content type detectionsyuilo2021-12-261-0/+31
|
* refactoringsyuilo2021-11-121-0/+2
Resolve #7779