misskey/packages/backend/src/server/api/endpoints/notes
anatawa12 666f78e676
enable and fix no-unused-vars and no-async-promise-executor (#17070)
* dev: set --no-bail for lint task

* lint: enable no-async-promise-executor lint and fix them

* lint: enable no-unused-vars with allowing _ prefix

* lint: fix semi
2026-01-08 11:49:12 +09:00
..
drafts enhance(backend): Improve error handling for scheduled post validation (#16642) 2025-11-28 17:06:04 +09:00
favorites (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
polls fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
reactions fix(backend): fix creating reactions bugs (#13901) 2024-06-22 19:49:38 +09:00
thread-muting enable and fix no-unused-vars and no-async-promise-executor (#17070) 2026-01-08 11:49:12 +09:00
children.ts enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に 2025-06-28 20:21:21 +09:00
clips.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
conversation.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
create.test.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
create.ts feat: scheduled post (#16577) 2025-09-26 15:29:52 +09:00
delete.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
featured.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
global-timeline.ts fix(backend): タイムラインAPIの withRenotes: false 時のレスポンスを修正 2025-08-29 16:03:03 +09:00
hybrid-timeline.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
local-timeline.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
mentions.ts fix(backend): `notes/mentions` で場合によっては並び順が正しく返されない問題を修正 2025-08-21 19:10:16 +09:00
reactions.ts enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に 2025-06-28 20:21:21 +09:00
renotes.ts enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に 2025-06-28 20:21:21 +09:00
replies.ts enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に 2025-06-28 20:21:21 +09:00
search-by-tag.ts enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に 2025-06-28 20:21:21 +09:00
search.ts enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に 2025-06-28 20:21:21 +09:00
show-partial-bulk.ts fix(backend): add response schema for `notes/show-partial-bulk` endpoint (#16093) 2025-05-25 08:38:45 +09:00
show.ts fix: サーバー設定によりコンテンツの閲覧が制限されている場合のメッセージを区別するように (#16527) 2025-09-16 11:53:20 +09:00
state.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
timeline.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
translate.ts fix(backend): DeepL翻訳のAPIキー指定方式変更に対応 (#16839) 2025-11-24 10:59:50 +09:00
unrenote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
user-list-timeline.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00