misskey/packages/backend/src/server/api
anatawa12 367dac4edd
Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 (#16009)
* chore: change 3rd parameter of generateMutedUserQueryForNotes to options

* chore: allow specifying note column for note/block query

* chore: check for mute / block for renote of note with DB query

* chore: check for mute / block for renote of note with FTT

* refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる

* docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正

* fix missing default parameter

* Update is-user-related.ts

* test: add tests for mutes

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-05-29 13:13:07 +09:00
..
endpoints Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 (#16009) 2025-05-29 13:13:07 +09:00
openapi fix(backend): correct invalid schema format specifying only `required` for `anyOf` (#16089) 2025-05-27 08:57:09 +09:00
stream fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正 2025-04-07 16:39:03 +09:00
ApiCallService.ts fix: RateLimiterService (#13997) 2025-05-11 15:37:46 +09:00
ApiLoggerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ApiServerService.ts enhance: remove bull-board support 2025-03-16 13:03:02 +09:00
AuthenticateService.ts refactor 2025-02-28 09:34:21 +09:00
EndpointsModule.ts refactor: Refactor Endpoints to improve Developer Experience for adding Endpoints (#15301) 2025-01-20 12:15:23 +00:00
GetterService.ts feat: ノートの閲覧にログイン必須にする設定 (#14799) 2024-10-21 12:49:29 +09:00
RateLimiterService.ts lint 2025-05-11 17:17:07 +09:00
SigninApiService.ts fix: RateLimiterService (#13997) 2025-05-11 15:37:46 +09:00
SigninService.ts fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように (#14700) 2024-10-05 12:03:47 +09:00
SigninWithPasskeyApiService.ts Add Sign in with passkey Button (#14577) 2024-09-26 08:25:33 +09:00
SignupApiService.ts wip (#14745) 2024-10-11 21:05:53 +09:00
StreamingApiServerService.ts Feat: Chat (#15686) 2025-03-24 21:32:46 +09:00
endpoint-base.ts Revert "fix: 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896)" (#15927) 2025-05-03 16:23:06 +09:00
endpoint-list.ts Feat: ドライブ周りのUIの強化 (#16011) 2025-05-21 07:31:24 +09:00
endpoints.ts refactor(backend): better prop name 2025-03-22 08:16:15 +09:00
error.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00