misskey/packages/backend/test/unit
おさむのひと 729abbef62
feat: チャンネルミュートの実装 (#14105)
* add channel_muting table and entities

* add channel_muting services

* タイムライン取得処理への組み込み

* misskey-jsの型とインターフェース生成

* Channelスキーマにミュート情報を追加

* フロントエンドの実装

* 条件が逆だったのを修正

* 期限切れミュートを掃除する機能を実装

* TLの抽出条件調節

* 名前の変更と変更不要の差分をロールバック

* 修正漏れ

* isChannelRelatedの条件に誤りがあった

* [wip] テスト追加

* テストの追加と検出した不備の修正

* fix test

* fix CHANGELOG.md

* 通常はFTTにしておく

* 実装忘れ対応

* fix merge

* fix merge

* add channel tl test

* fix CHANGELOG.md

* remove unused import

* fix lint

* fix test

* fix favorite -> favorited

* exclude -> include

* fix CHANGELOG.md

* fix CHANGELOG.md

* maintenance

* fix CHANGELOG.md

* fix

* fix ci

* regenerate

* fix

* Revert "fix"

This reverts commit 699d50c6ec.

* fixed

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-11-07 08:39:21 +09:00
..
entities fix(backend): enumerate achievement types in some response schema (#15953) 2025-05-06 19:52:30 +09:00
misc feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
queue/processors fix: Remote Note Cleaning will delete notes embedded in a page (#16408) 2025-08-15 22:39:55 +09:00
server/api/drive/files fix tests 2025-05-29 12:41:27 +09:00
AbuseReportNotificationService.ts fix(backend): typeormのbreaking changeに対応 (#16105) 2025-05-27 13:50:45 +09:00
AnnouncementService.ts fix(backend): follow-up of #16105 (#16109) 2025-05-27 14:42:48 +09:00
ApMfmService.ts test(backend): kill many `any` in backend test (partial) (#14054) 2024-07-14 09:33:16 +09:00
CaptchaService.ts feat(frontend): Botプロテクションの設定変更時は実際に検証を通過しないと保存できないようにする (#15151) 2025-01-14 10:57:58 +00:00
ChannelFollowingService.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
ChannelMutingService.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
CustomEmojiService.ts fix(backend): typeormのbreaking changeに対応 (#16105) 2025-05-27 13:50:45 +09:00
DriveService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FetchInstanceMetadataService.ts feat: リモートサーバーのサーバー情報を収集しないオプション (#14634) 2024-10-13 20:22:16 +09:00
FileInfoService.ts test(backend): kill many `any` in backend test (partial) (#14054) 2024-07-14 09:33:16 +09:00
FlashService.ts fix(test): Play検索機能でBackend Unit Testが壊れている 2025-07-04 18:31:34 +09:00
MetaService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
MfmService.ts update deps (#15311) 2025-02-15 10:24:22 +09:00
NoteCreateService.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
ReactionService.ts refactor 2025-07-04 18:33:41 +09:00
RelayService.ts enhance(backend): refine system account (#15530) 2025-03-02 20:06:20 +09:00
RoleService.ts fix(backend): follow-up of #16105 (#16109) 2025-05-27 14:42:48 +09:00
S3Service.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
SigninWithPasskeyApiService.ts fix: resolve with non-lowercased acct is broken (#15813) 2025-04-13 18:34:33 +09:00
SystemWebhookService.ts fix(backend): typeormのbreaking changeに対応 (#16105) 2025-05-27 13:50:45 +09:00
UserSearchService.ts fix(backend): typeormのbreaking changeに対応 (#16105) 2025-05-27 13:50:45 +09:00
UserWebhookService.ts fix(backend): typeormのbreaking changeに対応 (#16105) 2025-05-27 13:50:45 +09:00
WebhookTestService.ts fix(backend): typeormのbreaking changeに対応 (#16105) 2025-05-27 13:50:45 +09:00
activitypub.ts fix tests 2025-05-29 12:41:27 +09:00
ap-request.ts fix(backend): tighten an overly relaxed criteria and remove capability of matching multiple final URLs in URL authority checking (#15655) 2025-03-12 12:39:24 +00:00
chart.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
extract-mentions.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00