summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy14 hours4-7/+7
* remove unused variablesdakkar2025-06-141-3/+0
* fix `UserEntityService` packMany hintsdakkar2025-06-131-30/+8
* merge: Avoid more N+1 queries in NoteEntityService and UserEntityService (!1099)Hazelnoot2025-06-122-247/+406
|\
| * fix mixed-up userFollowingsCache / userFollowersCacheHazelnoot2025-06-091-4/+4
| * normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-092-37/+17
| * re-type userFollowingsCache to match the othersHazelnoot2025-06-091-9/+5
| * fix reversed isBlocking / isBlocked in UserEntityService.getRelationHazelnoot2025-06-091-4/+4
| * fix single-user relation calculationsHazelnoot2025-06-091-4/+4
| * fix note/user accumulation in NoteEntityService.packMany, improving performan...Hazelnoot2025-06-091-25/+48
| * populate userProfile in more placesHazelnoot2025-06-092-6/+21
| * use more bulk hints in NoteEntityService / UserEntityService, and run the pac...Hazelnoot2025-06-092-213/+358
* | add missing comma to NoteEntityService.tsHazelnoot2025-06-091-1/+1
|/
* add ActivityPub representation to admin-user.vueHazelnoot2025-06-071-0/+9
* add relation from user->user_profile to speed up UserEntityService.pack and p...Hazelnoot2025-06-041-7/+27
* add targetInstance to abuse report schemaHazelnoot2025-06-041-3/+24
* pack users with "me" context in AbuseUserReportEntityServiceHazelnoot2025-06-041-5/+8
* implement InstanceEntityService.fetchInstancesByHostHazelnoot2025-06-041-1/+28
* 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-033-13/+18
|\|
| * merge: Instance admin UX improvements (!1059)Hazelnoot2025-06-011-0/+1
| |\
| | * disable status badge strip in admin-user and instance-infoHazelnoot2025-05-291-0/+1
| * | clear federatedInstanceCache when meta host lists changeHazelnoot2025-05-281-1/+1
| * | use instance block columns instead of checking meta columnsHazelnoot2025-05-281-3/+3
| |/
| * handle `EntityNotFoundError` on all calls to `*.pack()`dakkar2025-05-251-9/+13
* | initial link attributions work.piuvas2025-05-261-0/+1
|/
* use targetNotes to reduce duplicate codeHazelnoot2025-05-081-29/+22
* avoid error when editing notes without any mentionsHazelnoot2025-05-081-4/+1
* resolve mentioned user handles on the backendHazelnoot2025-05-081-2/+56
* 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
* | restore poll and myReaction for packed notesHazelnoot2025-04-131-10/+9
* | Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-132-2/+2
|\|
| * hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannelsyuilo2025-04-081-1/+1
| * enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-071-1/+1
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-032-5/+7
|\|
| * Copy role on move (#15745)anatawa122025-04-031-1/+3
| * fix: チャット周りの修正 (#15741)かっこかり2025-04-031-4/+4
* | merge from misskey-developHazelnoot2025-04-022-0/+2
|\|
| * feat: アンテナでセンシティブなチャンネルからのノート...Nanashi.2025-04-021-0/+1
| * enhance: implement `sentryForFrontend` (#15433)zyoshoka2025-04-021-0/+1
* | lint and type fixesHazelnoot2025-04-011-8/+10
* | 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
* | Revert "feat: google analytics (#15451)"Hazelnoot2025-03-251-1/+0
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-251-6/+15
|\|
| * fix(backend): 承認したチャットルームへの招待の通知が存在...syuilo2025-03-251-1/+1