summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorModule.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-27add missing semicolons.piuvas1-3/+3
2025-05-27align attribution instead of float.piuvas1-1/+1
2025-05-27linting fixes.piuvas2-2/+3
2025-05-26improve settings.piuvas4-12/+5
2025-05-26small fixes.piuvas1-5/+1
2025-05-26initial link attributions work.piuvas16-3/+228
2025-05-22fix TS errors from defaultLikeHazelnoot3-2/+7
2025-05-22make meta.defaultLike non-nullableHazelnoot3-18/+18
2025-05-22synchronize database entities and code modelsHazelnoot18-21/+205
2025-05-21look at renoteId / replyId in case the renote / reply was not packedHazelnoot1-0/+3
2025-05-21exclude reply OP from previewHazelnoot2-0/+6
2025-05-21use config.url instead of "https://${config.host}"Hazelnoot11-21/+22
2025-05-20optimize extractUrlFromMfmHazelnoot1-12/+24
2025-05-20skip resolving preview when a link is known to be recursiveHazelnoot7-13/+49
2025-05-20don't recursively render note previewsHazelnoot7-7/+34
2025-05-20downgrade vue, may help with #1059dakkar3-98/+212
2025-05-19fix unknownUrl valueHazelnoot1-1/+1
2025-05-19add missing import file extensionHazelnoot1-1/+1
2025-05-19factor our cache logic into a separate methodHazelnoot1-27/+37
2025-05-19remove preview ActivityPub flag if we encounter a permanent (non-retryable) e...Hazelnoot1-13/+37
2025-05-19fix error schema for FileServerService rate limitHazelnoot1-3/+5
2025-05-19add rate limit for URL previewHazelnoot1-11/+61
2025-05-19make sure that the "fetch linked note" button actually remembers that the not...Hazelnoot2-70/+202
2025-05-19fix MK_CONFIG_MEILISEARCH_APIKEY not correctly setting configRuby Iris Juric1-1/+1
2025-05-18extract common translation UI into SkNoteTranslation.vueHazelnoot7-92/+67
2025-05-18fix type errors in note translation sourceHazelnoot6-6/+6
2025-05-18fix spurious "translation failed" errors in MkNoteSubHazelnoot1-2/+2
2025-05-17set transparent background for naked containers - fix 1063dakkar1-1/+6
2025-05-17bump vuedakkar3-84/+194
2025-05-16add option to put Translate button in the note toolbarHazelnoot13-42/+128
2025-05-16clarify IP tip messageHazelnoot2-2/+2
2025-05-16update locales index.d.tsHazelnoot1-32/+0
2025-05-16allow staff to assign roles to remote usersHazelnoot1-1/+1
2025-05-16allow staff to un-assign conditional roles that have been erroneously assigne...Hazelnoot1-1/+1
2025-05-16fix expand/collapse icons for rolesHazelnoot1-1/+4
2025-05-16fix error when expanding conditional roleHazelnoot3-3/+23
2025-05-16fix prop type for MKRolePreviewHazelnoot1-1/+1
2025-05-16add missing "inline" tag to reset password buttonHazelnoot1-1/+1
2025-05-16remove extra <template> tag from ips blockHazelnoot1-6/+4
2025-05-16collapse moderation note if emptyHazelnoot1-3/+7
2025-05-16cleanup admin user UIHazelnoot3-60/+151
2025-05-16add "followStats" property to admin/show-user responseHazelnoot2-0/+47
2025-05-16add "accent" styling to MkButtonHazelnoot1-2/+21
2025-05-16respect animation prefs in MkNumberHazelnoot1-1/+6
2025-05-16add new role conditions for local/remote followers/followeesHazelnoot1-0/+32
2025-05-15await `reverseConcat`dakkar1-6/+4
2025-05-14replace andWhere with whereHazelnoot1-1/+1
2025-05-14use /users endpoint for explore exclusively (restore original behavior)Hazelnoot4-30/+14
2025-05-14rename popularUsersLocal.host to popularUsersLocal.nameHazelnoot3-12/+12
2025-05-14don't trend notes from non-explorable or non-trendable usersHazelnoot3-21/+33