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
/
notes
/
bubble-timeline.ts
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
additional fixes and cleanup to all note endpoints
Hazelnoot
2025-06-05
1
-3
/
+4
|
*
fix bubble timeline query performance
Hazelnoot
2025-06-03
1
-10
/
+12
|
*
replace renotes check with generateExcludedRenotesQueryForNotes in ↵
Hazelnoot
2025-06-03
1
-7
/
+1
|
|
|
|
bubble-timeline.ts
*
replace silenced users check with generateSilencedUserQueryForNotes in ↵
Hazelnoot
2025-06-03
1
-18
/
+2
|
|
|
|
bubble-timeline.ts
*
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 ↵
Hazelnoot
2025-06-02
1
-1
/
+0
|
|
|
|
bubble-timeline.ts
*
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
|
*
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
|
*
exclude local notes from bubble timeline
Hazelnoot
2025-05-30
1
-1
/
+2
|
*
use instance block columns instead of checking meta columns
Hazelnoot
2025-05-28
1
-1
/
+1
|
*
make bubble timeline visibility checks match local timeline
Hazelnoot
2025-05-01
1
-5
/
+5
|
*
fix backend type errors
Hazelnoot
2025-04-01
1
-3
/
+3
|
*
add rate limits to all public endpoints
Hazelnoot
2024-11-22
1
-0
/
+6
|
*
use injected meta in bubble-timeline
dakkar
2024-10-09
1
-6
/
+6
|
*
fix the spacing
dakkar
2023-12-04
1
-1
/
+1
|
|
|
|
thanks, linter
*
prettier query for bubble timeline
dakkar
2023-12-04
1
-3
/
+1
|
|
|
|
|
I *think* this works; in my test instance (with no federated notes…) the generated query looks correct, and PostgreSQL doesn't complain.
*
add: Bubble timeline
Mar0xy
2023-12-04
1
-0
/
+130
Closes transfem-org/Sharkey#154