summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/entities/UserEntityService.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy25 hours1-4/+4
* remove unused variablesdakkar2025-06-141-3/+0
* fix `UserEntityService` packMany hintsdakkar2025-06-131-30/+8
* fix mixed-up userFollowingsCache / userFollowersCacheHazelnoot2025-06-091-4/+4
* normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-091-32/+12
* fix reversed isBlocking / isBlocked in UserEntityService.getRelationHazelnoot2025-06-091-4/+4
* fix single-user relation calculationsHazelnoot2025-06-091-4/+4
* populate userProfile in more placesHazelnoot2025-06-091-3/+3
* use more bulk hints in NoteEntityService / UserEntityService, and run the pac...Hazelnoot2025-06-091-134/+167
* add relation from user->user_profile to speed up UserEntityService.pack and p...Hazelnoot2025-06-041-7/+27
* merge: Rework queries and add indexes to improve timeline performance (!1091)Hazelnoot2025-06-041-0/+1
|\
| * add instance.isSilenced to PackedUserLiteHazelnoot2025-06-031-0/+1
* | merge develop and fix conflicts.piuvas2025-06-031-1/+1
|\|
| * clear federatedInstanceCache when meta host lists changeHazelnoot2025-05-281-1/+1
* | initial link attributions work.piuvas2025-05-261-0/+1
|/
* fix null checks for background in UserEntityService.tsHazelnoot2025-04-241-2/+2
* merge upstream againHazelnoot2025-04-241-6/+6
|\
| * fix: avatarId が null のときにも avatarUrl が non null 担ってるこ...anatawa122025-04-151-4/+4
* | Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-131-1/+1
|\|
| * enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-071-1/+1
* | fix missing import in UserEntityService.tsHazelnoot2025-04-011-0/+1
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-301-0/+1
|\|
| * enhance(backend): アカウントでチャットが有効になっている...syuilo2025-03-281-0/+1
* | merge upstreamHazelnoot2025-03-251-15/+19
|\|
| * Feat: Chat (#15686)syuilo2025-03-241-13/+7
| * enhance(backend): refine system account (#15530)syuilo2025-03-021-1/+9
| * update deps (#15311)syuilo2025-02-151-1/+3
* | convert Authorized Fetch to a setting and add support for hybrid mode (essent...Hazelnoot2025-03-161-0/+1
* | include rejectQuotes on all packed User entitiesHazelnoot2025-02-201-1/+1
* | add "reject quotes" toggle at user and instance levelHazelnoot2025-02-201-0/+1
* | move `mandatoryCW` from admin-user to PackedUserLite (public field)Hazelnoot2025-02-161-0/+1
* | add `memo` and `isInstanceMuted` to UserRelation API entityHazelnoot2025-02-081-0/+50
* | add MiUserProfile.defaultCWPriority property and APIHazelnoot2025-02-051-2/+5
* | add MiUserProfile.defaultCW property and APIHazelnoot2025-02-051-0/+1
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-0/+1
|\ \
| * | Add "enable RSS" user privacy toggleHazelnoot2024-12-121-0/+1
* | | Merge tag '2024.11.0' into feature/2024.10dakkar2024-11-221-0/+3
|\ \ \ | | |/ | |/|
| * | feat: 過去のノートを非公開化/フォロワーのみ表示可能に...syuilo2024-10-221-0/+2
| * | feat: ノートの閲覧にログイン必須にする設定 (#14799)syuilo2024-10-211-0/+1
* | | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-5/+8
|\| | | |/ |/|
| * enhance(frontend): サインイン画面の改善 (#14658)かっこかり2024-10-041-5/+8
* | fix: default sensitive not letting users unmark filesMarie2024-10-201-0/+1
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-151-0/+8
|\ \
| * | ux: should not show follow requests tab when have no pending sent follow reqLhc_fl2024-10-131-0/+8
* | | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-1/+3
|\ \ \ | |/ / |/| / | |/
| * feat: フォローされた際のメッセージを設定できるように...syuilo2024-09-281-1/+3
* | prevent deletion or suspension of system accountsHazel K2024-10-071-0/+2
* | Implement "Show Below Avatar" for Avatar DecorationsCenTdemeern12024-10-021-0/+1
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-301-2/+2
|\|
| * fix(backend): check visibility of following/followers of remote users / feat:...Daiki Mizukami2024-08-091-2/+2