summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/notes/bubble-timeline.ts (follow)
Commit message (Collapse)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 ↵Hazelnoot2025-06-031-7/+1
| | | | bubble-timeline.ts
* replace silenced users check with generateSilencedUserQueryForNotes in ↵Hazelnoot2025-06-031-18/+2
| | | | bubble-timeline.ts
* 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 ↵Hazelnoot2025-06-021-1/+0
| | | | bubble-timeline.ts
* 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
| | | | thanks, linter
* prettier query for bubble timelinedakkar2023-12-041-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 timelineMar0xy2023-12-041-0/+130
Closes transfem-org/Sharkey#154