summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/EndpointsModule.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-02remove unnecessary call to generateVisibilityQuery in bubble-timeline.tsHazelnoot1-1/+0
2025-06-02avoid unnecessary nextTick callbacks in bubble-timeline.tsHazelnoot1-4/+4
2025-06-02remove unused DI from bubble-timeline.tsHazelnoot1-4/+1
2025-06-02add copyright header to bubble-timeline.tsHazelnoot1-0/+5
2025-06-02refactor QueryService to use EXISTS instead of IN for most queriesHazelnoot1-152/+218
2025-06-02improve query/parameter loggingHazelnoot1-2/+6
2025-06-01replace upsert with insert+fetch and delete+insertHazelnoot1-4/+27
2025-06-01remove duplicate isBlocked check from generateBlockedHostQueryForNoteHazelnoot1-2/+1
2025-06-01use secureResolve for Actor collectionsHazelnoot1-17/+24
2025-06-01sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.tsHazelnoot3-4/+21
2025-06-01fix withRenotes check in generateMutedUserRenotesQueryForNotesHazelnoot1-0/+1
2025-06-01fix withRenotes check in bubble-timeline.tsHazelnoot1-14/+10
2025-06-01fix logic error in generateBlockedHostQueryForNote that would allow blocked i...Hazelnoot1-2/+6
2025-06-01fix bad merge in UtilityService.tsHazelnoot1-9/+0
2025-06-01fix lint error in admin-user.vueHazelnoot1-1/+1
2025-06-01reduce default maxFileSize to 25MBHazelnoot1-1/+1
2025-06-01use yes/no buttons for reloadAskHazelnoot1-7/+10
2025-06-01synchronize localStorage properties to preference profileHazelnoot6-49/+105
2025-06-01add "unixtime" to the MFM cheatsheetHazelnoot3-0/+23
2025-06-01fix spacing between notes and ads in the timelineHazelnoot4-15/+7
2025-06-01increase default "max file size" role policy to 100MB, matching "drive capaci...Hazelnoot1-1/+1
2025-06-01fix DeepLXdakkar1-1/+1
2025-06-01allow fragments in AP ID URLs - fixes pollsdakkar1-6/+0
2025-06-01correctly render reblogs and quotes-with-CW for discord previewsHazelnoot1-4/+20
2025-06-01allow passing user/note into convertStatus for performanceHazelnoot1-3/+3
2025-06-01return typed relations from MastodonDataService note fetchersHazelnoot1-8/+73
2025-05-31fix indentingMarie1-11/+11
2025-05-31Add back in tossfaceMarie1-1/+2
2025-05-31fix indentation.piuvas1-1/+1
2025-05-30Update navbar.vuepiuvas1-0/+13
2025-05-30upsert reactions to avoid error+retry overheadHazelnoot1-21/+4
2025-05-30catch errors from fetchInstance() to resolve test errorsHazelnoot1-1/+3
2025-05-30revert changes to MkImgWithBlurhash to fix CSS issueHazelnoot1-11/+9
2025-05-30Import fs module with new syntaxPrivateGER1-3/+3
2025-05-30exclude local notes from bubble timelineHazelnoot1-1/+2
2025-05-30block remote interactions with local-only postsHazelnoot2-0/+19
2025-05-30fix circular reference between i.ts, instance.ts, and misskeyApi.tsHazelnoot9-20/+21
2025-05-30replace more iconsdakkar2-1/+7
2025-05-30apply more styles to our icons - fixes #1081dakkar2-2/+2
2025-05-30change default value of canUseTranslator to falseHazelnoot1-1/+1
2025-05-30fix missing ".value" in SkNoteDetailed.vueHazelnoot1-1/+1
2025-05-30allow unauthenticated (logged-out) users to translate notesHazelnoot11-38/+44
2025-05-30comment new propertyHazelnoot4-12/+12
2025-05-30clarify query truncation messageHazelnoot1-1/+1
2025-05-30suppress messages from TypeORM migration and schema loading in productionHazelnoot1-2/+4
2025-05-30fix TypeORM logger implementationHazelnoot1-4/+15
2025-05-30don't highlight queries in productionHazelnoot1-1/+1
2025-05-30fix TypeORM logging to native console instead of NestJS loggerHazelnoot1-7/+9
2025-05-30add slowQueryThreshold setting to configure slow query warningHazelnoot6-5/+25
2025-05-30increase logging indent, since some logger contexts are really longHazelnoot1-2/+2