misskey/packages/backend/src/server/api
anatawa12 2fcb50273d
Exclude suspended users note from most timelines (#15775)
* feat: exclude notes by suspended user from FTT timeline endpoint

* feat: exclude notes by suspended user from DB based timelines

* chore: fix types

* chore: fix types

* chore: fix non-reply / renote

* chore: fix non-reply / renote

* test: update test

* docs(changelog): 凍結されたユーザのノートが各種タイムラインで表示されないように

* Exclude suspended users note from featured

* fix: join user

* Update CHANGELOG.md

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-05-01 17:56:24 +09:00
..
endpoints Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
openapi fix(backend): use unique `operationId` in the OpenAPI schema (#15420) 2025-02-08 08:29:24 +00:00
stream fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正 2025-04-07 16:39:03 +09:00
ApiCallService.ts fix: 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896) 2025-04-29 08:15:09 +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 fix rate limit check never ends (#13994) 2024-06-15 08:42:13 +09:00
SigninApiService.ts wip (#14745) 2024-10-11 21:05:53 +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 fix: 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896) 2025-04-29 08:15:09 +09:00
endpoint-list.ts feat: Job queue inspector (#15856) 2025-04-19 14:00:38 +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