index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
core
/
entities
/
NoteEntityService.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
split url into webUrl and localUrl (like mastodon)
stable
Freya Murphy
21 hours
1
-1
/
+1
*
merge: Avoid more N+1 queries in NoteEntityService and UserEntityService (!1099)
Hazelnoot
2025-06-12
1
-91
/
+237
|
\
|
*
normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...
Hazelnoot
2025-06-09
1
-5
/
+5
|
*
re-type userFollowingsCache to match the others
Hazelnoot
2025-06-09
1
-9
/
+5
|
*
fix note/user accumulation in NoteEntityService.packMany, improving performan...
Hazelnoot
2025-06-09
1
-25
/
+48
|
*
populate userProfile in more places
Hazelnoot
2025-06-09
1
-3
/
+18
|
*
use more bulk hints in NoteEntityService / UserEntityService, and run the pac...
Hazelnoot
2025-06-09
1
-79
/
+191
*
|
add missing comma to NoteEntityService.ts
Hazelnoot
2025-06-09
1
-1
/
+1
|
/
*
add ActivityPub representation to admin-user.vue
Hazelnoot
2025-06-07
1
-0
/
+9
*
use targetNotes to reduce duplicate code
Hazelnoot
2025-05-08
1
-29
/
+22
*
avoid error when editing notes without any mentions
Hazelnoot
2025-05-08
1
-4
/
+1
*
resolve mentioned user handles on the backend
Hazelnoot
2025-05-08
1
-2
/
+56
*
restore poll and myReaction for packed notes
Hazelnoot
2025-04-13
1
-10
/
+9
*
lint and type fixes
Hazelnoot
2025-04-01
1
-8
/
+10
*
merge: Add "reject quotes" settings (!901)
Hazelnoot
2025-03-01
1
-0
/
+1
|
\
|
*
add "reject quotes" toggle at user and instance level
Hazelnoot
2025-02-20
1
-0
/
+1
*
|
make hideNote public
Hazelnoot
2025-02-25
1
-1
/
+1
|
/
*
merge: Merge upstream 2025.2.0 (!886)
Hazelnoot
2025-02-16
1
-6
/
+7
|
\
|
*
remove unused DI parameter
Hazelnoot
2025-02-04
1
-4
/
+0
|
*
merge upstream 2025-02-03
Hazelnoot
2025-02-03
1
-2
/
+7
|
|
\
|
|
*
fix(backend): ロックダウンされた期間指定のノートがStreaming...
taichan
2025-01-08
1
-2
/
+7
*
|
|
fill `myReaction` in more cases - may fix !944
dakkar
2025-02-16
1
-11
/
+14
|
/
/
*
|
improve readability and conciseness
piuvas
2024-12-25
1
-59
/
+25
*
|
testing w/ reactions and stuff
piuvas
2024-12-23
1
-0
/
+34
*
|
Merge branch 'develop' into feature/2024.10
dakkar
2024-11-28
1
-2
/
+2
|
\
\
|
*
\
merge: Bump develop version (!789)
Julia
2024-11-28
1
-2
/
+2
|
|
\
\
|
|
*
|
Comply with type for Packed<'Note'>
tess
2024-11-22
1
-2
/
+2
*
|
|
|
Merge branch 'develop' into feature/2024.10
dakkar
2024-11-23
1
-2
/
+10
|
\
|
|
|
|
*
|
|
normalize naming of `isPackedPureRenote` and `PackedPureRenote`
Hazelnoot
2024-11-20
1
-2
/
+2
|
*
|
|
fix note hiding when renote and target have different visibility settings
Hazelnoot
2024-11-20
1
-19
/
+17
|
|
/
/
*
|
|
Merge tag '2024.11.0' into feature/2024.10
dakkar
2024-11-22
1
-35
/
+60
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
feat: 過去のノートを非公開化/フォロワーのみ表示可能に...
syuilo
2024-10-22
1
-36
/
+63
|
*
|
feat: ノートの閲覧にログイン必須にする設定 (#14799)
syuilo
2024-10-21
1
-0
/
+4
*
|
|
Merge branch 'develop' into feature/2024.10
dakkar
2024-11-22
1
-1
/
+25
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fix: Try using `CacheService` to avoid excess db lookups
Julia Johannesen
2024-11-20
1
-22
/
+7
|
*
|
fix: primitive 19 & 20: respect blocks and hide more
Julia Johannesen
2024-11-20
1
-2
/
+41
*
|
|
Merge tag '2024.10.1' into feature/2024.10
dakkar
2024-11-08
1
-4
/
+28
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
add note
syuilo
2024-10-14
1
-0
/
+1
|
*
refactor(backend): remove unnecessary any
syuilo
2024-10-14
1
-2
/
+2
|
*
Revert "refactor"
syuilo
2024-10-14
1
-1
/
+11
|
*
refactor
syuilo
2024-10-14
1
-11
/
+1
|
*
fix(backend): RBT有効時、リノートのリアクションが反映され...
syuilo
2024-10-14
1
-2
/
+25
*
|
Merge remote-tracking branch 'misskey/master' into feature/2024.9.0
dakkar
2024-10-09
1
-17
/
+51
|
\
|
|
*
fix(backend): RBTの修正 (#14621)
かっこかり
2024-09-24
1
-21
/
+3
|
*
fix typo (#14609)
かっこかり
2024-09-22
1
-13
/
+13
|
*
fix rbt bug?
syuilo
2024-09-22
1
-1
/
+1
|
*
refactor/perf(backend): provide metadata statically (#14601)
syuilo
2024-09-22
1
-10
/
+6
|
*
fix rbt
syuilo
2024-09-21
1
-1
/
+7
|
*
Misskey® Reactions Buffering Technology™ (#14579)
syuilo
2024-09-20
1
-15
/
+65
*
|
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
dakkar
2024-08-02
1
-5
/
+4
|
\
|
[next]