summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * restore join to note.channel in channel/timeline.tsHazelnoot2025-06-031-2/+2
| |
| * copy changes to list channelHazelnoot2025-06-031-12/+14
| |
| * fix user-list channel authHazelnoot2025-06-031-2/+3
| |
| * copy changes to role channelHazelnoot2025-06-031-0/+22
| |
| * copy changes to bubble channelHazelnoot2025-06-031-8/+22
| |
| * fix null check in local/global/list channelsHazelnoot2025-06-033-4/+4
| |
| * copy changes to global channelHazelnoot2025-06-031-6/+22
| |
| * copy changes to hybrid channelHazelnoot2025-06-031-13/+5
| |
| * copy changes to local channelHazelnoot2025-06-031-11/+20
| |
| * remove duplicate checks from home channelHazelnoot2025-06-031-4/+1
| |
| * copy changes to main channelHazelnoot2025-06-031-4/+4
| |
| * handle silenced notes in Channel.isNoteMutedOrBlockedHazelnoot2025-06-033-11/+9
| |
| * fix antenna channelHazelnoot2025-06-031-5/+2
| |
| * copy changes to home channelHazelnoot2025-06-031-11/+6
| |
| * add Channel.isNoteVisibleToMe utility functionHazelnoot2025-06-031-0/+15
| |
| * copy changes to antenna channelHazelnoot2025-06-031-1/+9
| |
| * copy changes to notes/following.tsHazelnoot2025-06-031-5/+11
| |
| * copy changes to roles/notes.tsHazelnoot2025-06-031-3/+9
| |
| * copy changes to channels/timeline.tsHazelnoot2025-06-031-14/+13
| |
| * copy changes to user-list-timeline.tsHazelnoot2025-06-031-56/+14
| |
| * copy changes to mentions.tsHazelnoot2025-06-031-14/+16
| |
| * copy changes to antennas/notes.tsHazelnoot2025-06-031-8/+10
| |
| * copy changes to timeline.tsHazelnoot2025-06-031-47/+9
| |
| * copy changes to hybrid-timeline.tsHazelnoot2025-06-031-45/+12
| |
| * copy changes to local-timeline.tsHazelnoot2025-06-031-17/+29
| |
| * copy changes to global-timeline.tsHazelnoot2025-06-031-26/+12
| |
| * sync up bubble timeline endpoint and streamHazelnoot2025-06-031-2/+0
| |
| * avoid unnecessary set construction in channel.tsHazelnoot2025-06-031-1/+1
| |
| * 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
| * replace generateBlockedHostQueryForNote allowSilenced parameter with ↵Hazelnoot2025-06-021-1/+2
| | | | | | | | generateSilencedUserQueryForNotes
| * 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
| |
* | merge develop and fix conflicts.piuvas2025-06-0331-120/+294
|\|
| * merge: Allow unauthenticated (logged-out) users to translate notes (!1055)Hazelnoot2025-06-013-19/+12
| |\ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1055 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| | * allow unauthenticated (logged-out) users to translate notesHazelnoot2025-05-303-19/+12
| | |
| * | merge: Overhaul trending polls (!1022)Hazelnoot2025-06-011-19/+75
| |\ \ | | | | | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1022 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| | * | fix policy check for unspecified "local" property in polls/recommendation ↵Hazelnoot2025-05-231-1/+0
| | | | | | | | | | | | | | | | endpoint
| | * | catch polls that are expiring exactly in the current instantHazelnoot2025-05-231-1/+1
| | | |
| | * | only show polls from explorable usersHazelnoot2025-05-231-0/+1
| | | |