Sharkey/packages/backend/src/server/api
anatawa12 18109fcef7
Filter User / Instance Mutes in FanoutTimelineEndpointService (#12565)
* fix: unnecessary logging in FanoutTimelineEndpointService

* chore: TimelineOptions

* chore: add FanoutTimelineName type

* chore: forbid specifying both withReplies and withFiles since it's not implemented correctly

* chore: filter mutes, replies, renotes, files in FanoutTimelineEndpointService

* revert unintended changes

* use isReply in NoteCreateService

* fix: excludePureRenotes is not implemented

* fix: replies to me is excluded from local timeline

* chore(frontend): forbid enabling both withReplies and withFiles

* docs(changelog): インスタンスミュートが効かない問題の修正について言及
2023-12-04 14:38:21 +09:00
..
endpoints Filter User / Instance Mutes in FanoutTimelineEndpointService (#12565) 2023-12-04 14:38:21 +09:00
openapi swagger-cli validateがvalidとなるapi.jsonを作れるようにする (#12403) 2023-11-22 17:08:56 +09:00
stream リストタイムラインでミュートが貫通してしまう問題に対処 (#12534) 2023-12-03 10:19:37 +09:00
ApiCallService.ts fix(backend): 管理者権限のロールを持っていても一部のAPIが使用できないことがある問題を修正 2023-10-19 20:47:23 +09:00
ApiLoggerService.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
ApiServerService.ts update deps (#11820) 2023-09-15 14:28:29 +09:00
AuthenticateService.ts refactor(backend): update directory structure for models 2023-09-20 11:33:36 +09:00
endpoint-base.ts refactor(backend): update directory structure for models 2023-09-20 11:33:36 +09:00
endpoints.ts tweak of 2b6f789a5b 2023-11-19 10:18:57 +09:00
EndpointsModule.ts tweak of 2b6f789a5b 2023-11-19 10:18:57 +09:00
error.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
GetterService.ts refactor(backend): update directory structure for models 2023-09-20 11:33:36 +09:00
RateLimiterService.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
SigninApiService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
SigninService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
SignupApiService.ts fix(backend): 招待コードが使い回せる問題を修正 (#12423) 2023-11-23 19:34:14 +09:00
StreamingApiServerService.ts Fix: チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) 2023-10-27 18:34:02 +09:00