<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/test/resources, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2026-01-11T02:34:29Z</updated>
<entry>
<title>chore(backend): FileServerServiceのunit-testを追加 (#17086)</title>
<updated>2026-01-11T02:34:29Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2026-01-11T02:34:29Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=106fffdcfe57c06314413cd436d81a8c5d5c04bd'/>
<id>urn:sha1:106fffdcfe57c06314413cd436d81a8c5d5c04bd</id>
<content type='text'>
* add test

* fix

* fix type error</content>
</entry>
<entry>
<title>fix tests</title>
<updated>2025-05-29T03:41:27Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-05-29T03:41:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=e4b7a1f4e14a35055bb67dc198614f04f69e2ff9'/>
<id>urn:sha1:e4b7a1f4e14a35055bb67dc198614f04f69e2ff9</id>
<content type='text'>
* test

* Update activitypub.ts

* Update activitypub.ts

* Update create.ts

* Update create.ts

* Update endpoints.ts</content>
</entry>
<entry>
<title>test(backend): goodbye, Lenna (#14111)</title>
<updated>2024-07-02T05:29:44Z</updated>
<author>
<name>Kisaragi</name>
<email>48310258+KisaragiEffective@users.noreply.github.com</email>
</author>
<published>2024-07-02T05:29:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=eafae79869204e6de4a3fd4835eda3eb23b53974'/>
<id>urn:sha1:eafae79869204e6de4a3fd4835eda3eb23b53974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように (#13568)</title>
<updated>2024-03-31T03:43:39Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2024-03-31T03:43:39Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=efafa02f6820a31df5dded620cf0f6ef30454e0c'/>
<id>urn:sha1:efafa02f6820a31df5dded620cf0f6ef30454e0c</id>
<content type='text'>
* 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も検査の対象にする</content>
</entry>
<entry>
<title>[fix] .wav .flac ファイルを再生可能にする (#10686)</title>
<updated>2023-04-25T17:17:58Z</updated>
<author>
<name>Yuriha</name>
<email>121590760+yuriha-chan@users.noreply.github.com</email>
</author>
<published>2023-04-25T17:17:58Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=a986203b38db243147590498bae82c53517d1c70'/>
<id>urn:sha1:a986203b38db243147590498bae82c53517d1c70</id>
<content type='text'>
* .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 &lt;tamaina@hotmail.co.jp&gt;</content>
</entry>
<entry>
<title>fix(backend/DriveService): convert WebP/AVIF to WebP (#10239)</title>
<updated>2023-03-10T00:37:22Z</updated>
<author>
<name>Kagami Sascha Rosylight</name>
<email>saschanaz@outlook.com</email>
</author>
<published>2023-03-10T00:37:22Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=3f53cbd8f680c5659c53bf709fdd044c5dcb59c7'/>
<id>urn:sha1:3f53cbd8f680c5659c53bf709fdd044c5dcb59c7</id>
<content type='text'>
* fix(backend/DriveService): convert transparent WebP/AVIF to PNG

* webpにする

その希望が複数ありましたので

* Update packages/backend/src/core/DriveService.ts

Co-authored-by: Acid Chicken (硫酸鶏) &lt;root@acid-chicken.com&gt;

* update test

* webpはwebpublicにできる

---------

Co-authored-by: Acid Chicken (硫酸鶏) &lt;root@acid-chicken.com&gt;
Co-authored-by: tamaina &lt;tamaina@hotmail.co.jp&gt;</content>
</entry>
<entry>
<title>test(server): add validation test of api:notes/create (#10090)</title>
<updated>2023-02-26T02:28:05Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2023-02-26T02:28:05Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=18dbcfa0b09715a234a4eca0288e17d5cbf7622c'/>
<id>urn:sha1:18dbcfa0b09715a234a4eca0288e17d5cbf7622c</id>
<content type='text'>
* fix(server): notes/createのバリデーションが効いていない
Fix #10079

Co-Authored-By: mei23 &lt;m@m544.net&gt;

* anyOf内にバリデーションを書いても最初の一つしかチェックされない

* :v:

* wip

* wip

* :v:

* RequiredProp

* Revert "RequiredProp"

This reverts commit 74693900119a590263106fa3adefd008d69ce80c.

* add api:notes/create

* fix lint

* text

* :v:

* improve readability

---------

Co-authored-by: mei23 &lt;m@m544.net&gt;
Co-authored-by: syuilo &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
<entry>
<title>fix: 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する (#8014)</title>
<updated>2021-12-03T02:19:28Z</updated>
<author>
<name>xianon</name>
<email>xianon@hotmail.co.jp</email>
</author>
<published>2021-12-03T02:19:28Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=22464c434eb7faf3af4c8c44389996925c04eca6'/>
<id>urn:sha1:22464c434eb7faf3af4c8c44389996925c04eca6</id>
<content type='text'>
* 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する

* test: Add rotate.jpg test

* Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す

* test: Support orientation</content>
</entry>
<entry>
<title>fix test</title>
<updated>2021-11-12T03:07:37Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-11-12T03:07:37Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=7706c38d3d4c7b4d501dc68768b1ba61645a3019'/>
<id>urn:sha1:7706c38d3d4c7b4d501dc68768b1ba61645a3019</id>
<content type='text'>
</content>
</entry>
</feed>
