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
/
endpoints
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
match attributionDomains entity to database schema
Hazelnoot
2025-06-06
1
-3
/
+9
*
merge: Additional performance fixes (!1095)
Hazelnoot
2025-06-06
18
-255
/
+212
|
\
|
*
additional fixes and cleanup to all note endpoints
Hazelnoot
2025-06-05
17
-178
/
+156
|
*
fix performance regression in mentions endpoint
Hazelnoot
2025-06-05
1
-27
/
+43
|
*
fix performance regression in home timeline
Hazelnoot
2025-06-05
1
-55
/
+18
*
|
merge: Report admin UX improvements (!1060)
Hazelnoot
2025-06-05
1
-2
/
+15
|
\
\
|
|
/
|
/
|
|
*
remove report -> profile relations to avoid TypeORM bug https://github.com/ty...
Hazelnoot
2025-06-04
1
-3
/
+3
|
*
fix relation typo in abuse-user-reports
Hazelnoot
2025-06-04
1
-2
/
+2
|
*
add relations from abuse_user_report->user_profile to speed up admin/abuse-us...
Hazelnoot
2025-06-04
1
-1
/
+9
|
*
add targetInstance to abuse report schema
Hazelnoot
2025-06-04
1
-0
/
+5
|
*
pack users with "me" context in AbuseUserReportEntityService
Hazelnoot
2025-06-04
1
-1
/
+1
*
|
fix performance drop in notes/mentions endpoint
Hazelnoot
2025-06-04
1
-4
/
+5
|
/
*
merge: Rework queries and add indexes to improve timeline performance (!1091)
Hazelnoot
2025-06-04
12
-276
/
+167
|
\
|
*
restore join to note.channel in channel/timeline.ts
Hazelnoot
2025-06-03
1
-2
/
+2
|
*
copy changes to notes/following.ts
Hazelnoot
2025-06-03
1
-5
/
+11
|
*
copy changes to roles/notes.ts
Hazelnoot
2025-06-03
1
-3
/
+9
|
*
copy changes to channels/timeline.ts
Hazelnoot
2025-06-03
1
-14
/
+13
|
*
copy changes to user-list-timeline.ts
Hazelnoot
2025-06-03
1
-56
/
+14
|
*
copy changes to mentions.ts
Hazelnoot
2025-06-03
1
-14
/
+16
|
*
copy changes to antennas/notes.ts
Hazelnoot
2025-06-03
1
-8
/
+10
|
*
copy changes to timeline.ts
Hazelnoot
2025-06-03
1
-47
/
+9
|
*
copy changes to hybrid-timeline.ts
Hazelnoot
2025-06-03
1
-45
/
+12
|
*
copy changes to local-timeline.ts
Hazelnoot
2025-06-03
1
-17
/
+29
|
*
copy changes to global-timeline.ts
Hazelnoot
2025-06-03
1
-26
/
+12
|
*
fix bubble timeline query performance
Hazelnoot
2025-06-03
1
-10
/
+12
|
*
replace renotes check with generateExcludedRenotesQueryForNotes in bubble-tim...
Hazelnoot
2025-06-03
1
-7
/
+1
|
*
replace silenced users check with generateSilencedUserQueryForNotes in bubble...
Hazelnoot
2025-06-03
1
-18
/
+2
|
*
replace generateBlockedHostQueryForNote allowSilenced parameter with generate...
Hazelnoot
2025-06-02
1
-1
/
+2
|
*
fetch followings asynchronously in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-11
/
+14
|
*
use generateMatchingHostQuery in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-0
/
+5
|
*
match if(me) formatting of other endpoints in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-2
/
+4
|
*
reduce calls to generateMutedUserRenotesQueryForNotes in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-1
/
+3
|
*
fix hasPoll check in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-1
/
+1
|
*
remove incorrect requireSigninToViewContents check in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-2
/
+0
|
*
fix query slowdown caused by unnecessary userHost IS NOT NULL condition in bu...
Hazelnoot
2025-06-02
1
-1
/
+0
|
*
remove unnecessary call to generateVisibilityQuery in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-1
/
+0
|
*
avoid unnecessary nextTick callbacks in bubble-timeline.ts
Hazelnoot
2025-06-02
1
-4
/
+4
|
*
remove unused DI from bubble-timeline.ts
Hazelnoot
2025-06-02
1
-4
/
+1
|
*
add copyright header to bubble-timeline.ts
Hazelnoot
2025-06-02
1
-0
/
+5
*
|
merge develop and fix conflicts.
piuvas
2025-06-03
24
-94
/
+177
|
\
|
|
*
merge: Allow unauthenticated (logged-out) users to translate notes (!1055)
Hazelnoot
2025-06-01
1
-10
/
+3
|
|
\
|
|
*
allow unauthenticated (logged-out) users to translate notes
Hazelnoot
2025-05-30
1
-10
/
+3
|
*
|
merge: Overhaul trending polls (!1022)
Hazelnoot
2025-06-01
1
-19
/
+75
|
|
\
\
|
|
*
|
fix policy check for unspecified "local" property in polls/recommendation end...
Hazelnoot
2025-05-23
1
-1
/
+0
|
|
*
|
catch polls that are expiring exactly in the current instant
Hazelnoot
2025-05-23
1
-1
/
+1
|
|
*
|
only show polls from explorable users
Hazelnoot
2025-05-23
1
-0
/
+1
|
|
*
|
overhaul trending polls
Hazelnoot
2025-05-23
1
-19
/
+75
|
*
|
|
sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.ts
Hazelnoot
2025-06-01
1
-2
/
+9
|
*
|
|
fix withRenotes check in bubble-timeline.ts
Hazelnoot
2025-06-01
1
-14
/
+10
|
*
|
|
merge: Instance admin UX improvements (!1059)
Hazelnoot
2025-06-01
1
-0
/
+6
|
|
\
\
\
[next]