summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/users (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix users/report-abuse endpoint being really slowHazelnoot2025-07-271-4/+6
* normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-093-12/+7
* re-type userFollowingsCache to match the othersHazelnoot2025-06-091-1/+1
* reduce, clarify, and normalize more error messagesHazelnoot2025-06-061-1/+2
* additional fixes and cleanup to all note endpointsHazelnoot2025-06-051-21/+5
* use instance block columns instead of checking meta columnsHazelnoot2025-05-281-1/+6
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-293-0/+7
|\
| * Exclude blocked instance note from most timelines (#15792)anatawa122025-04-283-0/+7
* | lint and type fixesHazelnoot2025-04-011-1/+2
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-304-78/+11
|\|
| * enhance(backend): ミュートしているユーザーをユーザー検索...syuilo2025-03-272-75/+8
| * refactor(backend): better method namesyuilo2025-03-272-3/+3
* | add `memo` and `isInstanceMuted` to UserRelation API entityHazelnoot2025-02-081-0/+16
* | increase rate limit for `users/show` endpointHazelnoot2025-02-051-3/+3
* | Merge branch 'develop' into feature/2024.10dakkar2024-11-2829-0/+174
|\ \
| * \ merge: Bump develop version (!789)Julia2024-11-2829-0/+174
| |\ \
| | * | remove duplicate `limit`dakkar2024-11-221-6/+0
| | * | add rate limits to all public endpointsHazelnoot2024-11-2230-0/+180
* | | | Merge tag '2024.11.0' into feature/2024.10dakkar2024-11-221-0/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | feat: ノートの閲覧にログイン必須にする設定 (#14799)syuilo2024-10-211-0/+6
* | | Update report-abuse.tsKio!2024-11-031-4/+0
| |/ |/|
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-151-1/+58
|\ \ | |/ |/|
| * add "show bots" toggle to following feedHazelnoot2024-10-151-0/+9
| * add filters for following feedHazel K2024-10-151-1/+49
* | 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