index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
server
/
api
/
stream
/
channels
/
hybrid-timeline.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
re-type userFollowingsCache to match the others
Hazelnoot
2025-06-09
1
-2
/
+2
*
copy changes to hybrid channel
Hazelnoot
2025-06-03
1
-13
/
+5
*
remove no-op Connection.cachedNotes and Connection.cacheNote
Hazelnoot
2025-04-01
1
-2
/
+0
*
call NoteEntityService.hideNote from streaming API
Hazelnoot
2025-02-25
1
-0
/
+1
*
pass NoteEntityService through Channel constructor instead of method args
Hazelnoot
2025-02-25
1
-3
/
+3
*
shallow clone
piuvas
2025-01-08
1
-16
/
+3
*
requested change.
piuvas
2024-12-26
1
-1
/
+2
*
turn task into a function
piuvas
2024-12-25
1
-16
/
+9
*
improvements.
piuvas
2024-12-23
1
-2
/
+8
*
populate myreaction on replies for streams.
piuvas
2024-12-23
1
-0
/
+7
*
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
dakkar
2024-08-02
1
-7
/
+16
|
\
|
*
自分のフォロワー限定投稿に対するリプライがホームタ...
anatawa12
2024-07-30
1
-2
/
+10
|
*
kill any from streaming API Implementation (#14251)
anatawa12
2024-07-18
1
-4
/
+5
*
|
Merge remote-tracking branch 'misskey/develop' into future-2024-04-25
dakkar
2024-04-25
1
-16
/
+3
|
\
|
|
*
細かいミュートの処理の修正 (#13695)
anatawa12
2024-04-17
1
-13
/
+3
*
|
merge: upstream
Marie
2024-02-19
1
-1
/
+1
|
\
|
|
*
(re) update SPDX-FileCopyrightText
tamaina
2024-02-13
1
-1
/
+1
|
*
Revert "update SPDX-FileCopyrightText"
tamaina
2024-02-13
1
-1
/
+1
|
*
update SPDX-FileCopyrightText
syuilo
2024-02-12
1
-1
/
+1
|
*
Merge pull request from GHSA-7pxq-6xx9-xpgm
Chocolate Pie
2023-12-27
1
-3
/
+5
*
|
fix: don't show mentions and boosts towards muted user posts in timeline
Marie
2024-01-26
1
-0
/
+3
*
|
Merge pull request from GHSA-7pxq-6xx9-xpgm
Chocolate Pie
2023-12-28
1
-3
/
+5
*
|
fix: websocket for timelines not checking following for muted instance users
Marie
2023-12-21
1
-1
/
+1
*
|
merge: upstream
Mar0xy
2023-10-31
1
-9
/
+18
|
\
|
|
*
fix(backend): 自身の宛先なしダイレクト投稿がストリーミン...
_
2023-10-31
1
-1
/
+1
|
*
fix(backend): 自分のフォローしているユーザーの自分のフォ...
syuilo
2023-10-23
1
-4
/
+8
|
*
fix(backend): 自分のフォロワー限定ノートがWebsoketに乗って...
syuilo
2023-10-20
1
-3
/
+5
|
*
perf(backend): ノートのリアクション情報をキャッシュする...
syuilo
2023-10-19
1
-1
/
+2
|
*
refactor
syuilo
2023-10-19
1
-1
/
+1
|
*
perf(backend): reduce needless populateMyReaction calls
syuilo
2023-10-19
1
-2
/
+4
*
|
merge: upstream changes
Mar0xy
2023-10-18
1
-1
/
+1
|
\
|
|
*
Remove unnecessary nullish coalescing (#12058)
woxtu
2023-10-18
1
-1
/
+1
*
|
add: isSilenced handling to user and timeline
Mar0xy
2023-10-18
1
-0
/
+2
*
|
add: Bot Trending Toggle, Hide Bot in Timeline client option
Mar0xy
2023-10-18
1
-0
/
+3
|
/
*
perf(backend): improve streaming api performance (#12033)
syuilo
2023-10-15
1
-21
/
+9
*
enhance: ローカルタイムライン、ソーシャルタイムライン...
syuilo
2023-10-11
1
-1
/
+3
*
fix(backend): 「ファイル付きのみ」のTLでファイル無しの新...
syuilo
2023-10-09
1
-0
/
+4
*
fix(backend): 同じ種類のTLのストリーミングを複数接続でき...
syuilo
2023-10-08
1
-1
/
+1
*
feat: improve tl performance (#11946)
syuilo
2023-10-03
1
-11
/
+2
*
enhance: タイムラインからRenoteを除外するオプションを追加
syuilo
2023-09-28
1
-1
/
+5
*
chore: 著作権とライセンスについての情報を各ファイルに...
Shun Sakai
2023-07-27
1
-0
/
+5
*
enhance: タイムラインにフォロイーの行った他人へのリプ...
syuilo
2023-05-16
1
-1
/
+4
*
enhance(backend): improve cache
syuilo
2023-04-05
1
-4
/
+4
*
refactor: rename schema to json-schema
syuilo
2023-03-10
1
-1
/
+1
*
feat: Per-user renote mute (#10249)
syuilo
2023-03-08
1
-0
/
+2
*
refactor: remove all unused imports (#9951)
Kagami Sascha Rosylight
2023-02-16
1
-3
/
+1
*
refactor: rename role.options -> role.policies
syuilo
2023-01-15
1
-2
/
+2
*
Role (#9437)
syuilo
2023-01-12
1
-2
/
+6
*
refactor: introduce bindThis decorator to bind this automaticaly
syuilo
2022-12-04
1
-1
/
+6
*
なんかもうめっちゃ変えた
syuilo
2022-09-18
1
-12
/
+42
[next]