summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/notes/bubble-timeline.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* additional fixes and cleanup to all note endpointsHazelnoot2025-06-051-3/+4
* fix bubble timeline query performanceHazelnoot2025-06-031-10/+12
* replace renotes check with generateExcludedRenotesQueryForNotes in bubble-tim...Hazelnoot2025-06-031-7/+1
* replace silenced users check with generateSilencedUserQueryForNotes in bubble...Hazelnoot2025-06-031-18/+2
* fetch followings asynchronously in bubble-timeline.tsHazelnoot2025-06-021-11/+14
* use generateMatchingHostQuery in bubble-timeline.tsHazelnoot2025-06-021-0/+5
* match if(me) formatting of other endpoints in bubble-timeline.tsHazelnoot2025-06-021-2/+4
* reduce calls to generateMutedUserRenotesQueryForNotes in bubble-timeline.tsHazelnoot2025-06-021-1/+3
* fix hasPoll check in bubble-timeline.tsHazelnoot2025-06-021-1/+1
* remove incorrect requireSigninToViewContents check in bubble-timeline.tsHazelnoot2025-06-021-2/+0
* fix query slowdown caused by unnecessary userHost IS NOT NULL condition in bu...Hazelnoot2025-06-021-1/+0
* remove unnecessary call to generateVisibilityQuery in bubble-timeline.tsHazelnoot2025-06-021-1/+0
* avoid unnecessary nextTick callbacks in bubble-timeline.tsHazelnoot2025-06-021-4/+4
* remove unused DI from bubble-timeline.tsHazelnoot2025-06-021-4/+1
* add copyright header to bubble-timeline.tsHazelnoot2025-06-021-0/+5
* sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.tsHazelnoot2025-06-011-2/+9
* fix withRenotes check in bubble-timeline.tsHazelnoot2025-06-011-14/+10
* exclude local notes from bubble timelineHazelnoot2025-05-301-1/+2
* use instance block columns instead of checking meta columnsHazelnoot2025-05-281-1/+1
* make bubble timeline visibility checks match local timelineHazelnoot2025-05-011-5/+5
* fix backend type errorsHazelnoot2025-04-011-3/+3
* add rate limits to all public endpointsHazelnoot2024-11-221-0/+6
* use injected meta in bubble-timelinedakkar2024-10-091-6/+6
* fix the spacingdakkar2023-12-041-1/+1
* prettier query for bubble timelinedakkar2023-12-041-3/+1
* add: Bubble timelineMar0xy2023-12-041-0/+130