summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorModule.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-21add isActivity method to check for AP ActivitiesHazelnoot1-0/+7
2025-03-21fix typo in activity signature mismatch errorHazelnoot1-1/+1
2025-03-19fix: missing characterMarie1-1/+1
2025-03-19upd: add scheduledNote notification types to only on and off typesMarie1-1/+1
2025-03-19implement replies collection for postsHazelnoot4-3/+295
2025-03-18nicer catchesdakkar1-2/+2
2025-03-18fix notification dotdakkar1-7/+18
2025-03-18adjust compression fallbackPrivateGER2-2/+2
2025-03-16allow unsigned fetch for all system usersHazelnoot3-13/+11
2025-03-16fix lint errors in activitypub.tsHazelnoot1-5/+3
2025-03-16fix typescript error in WebhookTestService.ts (this is the WORST class and ne...Hazelnoot1-0/+1
2025-03-16convert Authorized Fetch to a setting and add support for hybrid mode (essent...Hazelnoot28-103/+517
2025-03-15fix indentdakkar1-22/+22
2025-03-15fetch linked notes manually, unless we have them in DB - fixes 1006dakkar4-8/+40
2025-03-14upd: add warning prompt to previewsMarie1-1/+2
2025-03-14upd: remove old leftover copy link (origin)Marie1-17/+0
2025-03-09upd: check for remote url first before providing local url on pleaseLoginContextMarie6-6/+6
2025-03-08Remove seemingly redundant banner imagebunnybeam1-1/+1
2025-03-06upd: change look for instance button to exploreMarie1-1/+1
2025-03-06Fix clickable notifications blocking clicks where they shouldn'tCenTdemeern11-1/+2
2025-03-06upd: simplify checksMarie1-13/+9
2025-03-06fix: use toLowerCase() to make sure usernameLower matches while compared to r...Marie1-1/+1
2025-03-06chore: typecheck errorMarie1-0/+2
2025-03-06add: libretranslateMarie8-58/+189
2025-03-05fix: background aspectRatioMarie1-1/+1
2025-03-05upd: move claim, add claim for banner and backgroundMarie1-1/+3
2025-03-05fix: add back claimMarie1-0/+1
2025-03-05upd: separate menu and changeMarie1-151/+90
2025-03-05upd: allow users to remove avatarsMarie3-19/+70
2025-03-05chore: update sfm to 0.24.6Marie3-10/+27
2025-03-03small change to commentLhc_fl1-4/+3
2025-03-03fix: always clone the note before hideNoteLhc_fl1-5/+7
2025-03-03collapse empty `cw` to nullHazelnoot2-2/+2
2025-03-03disable '@typescript-eslint/prefer-nullish-coalescing' for primitive typesHazelnoot2-7/+4
2025-03-03ignore empty CW with creating / editing notesHazelnoot3-3/+3
2025-03-03don't parse empty strings in timelineArgs.tsHazelnoot1-2/+2
2025-03-03don't use empty CW as placeholder in megalodonHazelnoot1-2/+2
2025-03-02Bump develop versionJulia Johannesen2-2/+2
2025-03-02bump versiondakkar2-2/+2
2025-03-02remove `fileId` from `importCustomEmojis` logHazelnoot4-4/+1
2025-03-02fix rebase errorHazelnoot1-0/+54
2025-03-02don't record deleted note, flash, page, or gallery post in modlogHazelnoot6-16/+0
2025-03-02fix formatting in SkFetchNoteHazelnoot1-5/+0
2025-03-02fix typo in "cannotLoadPage" translationHazelnoot2-2/+2
2025-03-02don't pass note into moderationLogService.logHazelnoot1-1/+0
2025-03-02add missing modlog render blocksHazelnoot3-2/+22
2025-03-02remove embedded Note from "createPromo" mod logsHazelnoot2-1/+12
2025-03-02add SkFetchNote to render a note by IDHazelnoot3-0/+79