summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/users (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: review fixes (#17208)かっこかり3 days2-3/+3
* enable and fix no-unused-vars and no-async-promise-executor (#17070)anatawa122026-01-081-1/+1
* enhance: 誕生日のユーザーウィジェットで、今日だけに限...かっこかり2025-12-312-7/+175
* feat: チャンネルミュートの実装 (#14105)おさむのひと2025-11-071-4/+26
* refactor(frontend): フロントエンドの型エラー解消(途中まで...かっこかり2025-09-131-9/+18
* refactorsyuilo2025-08-262-2/+12
* enhance: ユーザー検索を制限できるように (#16380)かっこかり2025-08-091-0/+1
* enhance: ページネーション(一覧表示)の基準日時を指定でき...syuilo2025-06-287-9/+22
* fix(backend): ログインできなくなるため、ugcVisibilityForVisitor...syuilo2025-06-021-3/+4
* Fix: ミュート対象ユーザーが引用されているノートがRNさ...anatawa122025-05-292-6/+5
* fix(backend): correct invalid schema format specifying only `required` for `a...zyoshoka2025-05-276-72/+162
* Feat: UGCの公開範囲設定機能 (#15938)syuilo2025-05-091-1/+16
* fix(backend): enumerate achievement types in some response schema (#15953)zyoshoka2025-05-061-9/+1
* Exclude suspended users note from most timelines (#15775)anatawa122025-05-013-1/+10
* Exclude blocked instance note from most timelines (#15792)anatawa122025-04-283-0/+7
* enhance(backend): ミュートしているユーザーをユーザー検索...syuilo2025-03-272-75/+8
* refactor(backend): better method namesyuilo2025-03-272-3/+3
* feat: ノートの閲覧にログイン必須にする設定 (#14799)syuilo2024-10-211-0/+6
* refactor/perf(backend): provide metadata statically (#14601)syuilo2024-09-221-6/+5
* fix(backend): check visibility of following/followers of remote users / feat:...Daiki Mizukami2024-08-092-30/+38
* 検索からハッシュタグのページが開けるように、users/searc...Sayamame-beans2024-07-301-65/+43
* fix(backend): ユーザーのリアクション一覧でミュート/ブロ...Sayamame-beans2024-07-141-2/+17
* fix: サジェストされるユーザのリストアップ方法を見直し...おさむのひと2024-07-121-90/+11
* Fix(backend): Limit antenna/webhook/list to exact amount (#14036)Ryu jongheon2024-06-182-2/+2
* feat: 通報を受けた際にメールまたはWebhookで通知を送出出...おさむのひと2024-06-081-44/+10
* fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)Acid Chicken2024-06-013-6/+6
* perf(backend): avoid N+1 selects from `user` table when packing many entities...zyoshoka2024-05-312-7/+9
* fix: 複数idを指定する`users/show`が関係ないユーザを返すこ...anatawa122024-05-201-1/+3
* fix(frontend): 「今日誕生日のフォロー中ユーザー」ウィジ...かっこかり2024-03-251-4/+3
* refactor(backend): UserEntityService.packMany()の高速化 (#13550)おさむのひと2024-03-121-5/+3
* refactorsyuilo2024-02-241-1/+1
* (re) update SPDX-FileCopyrightTexttamaina2024-02-1330-30/+30
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-1330-30/+30
* update SPDX-FileCopyrightTextsyuilo2024-02-1230-30/+30
* refactor(backend): exist -> exists (#13203)かっこかり2024-02-087-11/+11
* fix: Hide reactions of all remote users / feat: moderators can see reactions ...tamaina2024-02-011-3/+21
* refactor(backend): User関連のスキーマ/型の指定を強くする (#12...zyoshoka2024-01-316-7/+7
* Merge pull request from GHSA-7pxq-6xx9-xpgmChocolate Pie2023-12-276-2/+7
* enhance: api.jsonのレスポンスの内容を実際の内容に合わせる...GrapeApple02023-12-212-0/+44
* enhance: “つながりの公開範囲”がフォロー・フォロワー...zawa-ch2023-12-182-4/+4
* perf: early return users/notes and users/featured-notes if me is blocked by r...anatawa122023-12-152-3/+16
* fix(backend): ブロックした相手から自分のノートが見えない...KanariKanaru2023-12-071-3/+18
* Filter User / Instance Mutes in FanoutTimelineEndpointService (#12565)anatawa122023-12-041-19/+15
* fix: withChannelNotesとwithFilesを同時に指定したときの考慮 (#12...shiosyakeyakini2023-12-031-0/+3
* Refine fanout timeline (#12507)anatawa122023-12-021-96/+102
* chore: remove unimplemented excludeNsfw (#12520)anatawa122023-12-021-1/+0
* feat(frontend): 今日誕生日のフォロー中のユーザーを一覧表...かっこかり2023-11-301-0/+23
* fix(backend): rename FunoutTimelineService to FanoutTimelineService (#12453)zyoshoka2023-11-261-5/+5
* fix: 特定の条件下でチャンネルやユーザーのノート一覧に...yukineko2023-11-241-1/+5
* ユーザのノートのみ表示時にDBへフォールバックするとリ...おさむのひと2023-11-131-2/+1