summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorService.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-16add missing `await` in ApLogCleanupServiceHazelnoot1-1/+1
2025-02-16don't log slow activities, as this is known to happen under regular circumsta...Hazelnoot1-8/+1
2025-02-16implement AP fetch logsHazelnoot11-95/+395
2025-02-16rename activity_log and activity_context to ap_inbox_log and ap_contextHazelnoot11-65/+113
2025-02-16make `activity_log.duration` nullableHazelnoot2-2/+22
2025-02-16fix activity duration calculationHazelnoot1-10/+17
2025-02-16print warning when activity processing exceeds 10 seondsHazelnoot1-0/+3
2025-02-16log inbound activity durationHazelnoot3-4/+35
2025-02-16add missing constraint names to `SkActivityLog` and `SkActivityContext`Hazelnoot3-8/+29
2025-02-16add logging for ActivityLogCleanupServiceHazelnoot1-2/+11
2025-02-16add inbound activity logger for debuggingHazelnoot16-10/+414
2025-02-16fill `myReaction` in more cases - may fix !944dakkar1-11/+14
2025-02-15Increase nodejs memory limit for dockerDaniel Ares1-0/+2
2025-02-14fix performance of SQL LIKE note searchHazelnoot1-1/+1
2025-02-13fix error when searching without a specified hostHazelnoot2-3/+3
2025-02-13search notes with denormalized userHost fieldHazelnoot1-2/+2
2025-02-13add new note search file types (module, flash) and optimize file type queryHazelnoot8-59/+135
2025-02-12fix pgroona note.text queryHazelnoot1-1/+1
2025-02-10prevent a `ReferenceError`dakkar1-2/+2
2025-02-10fix the defaultsdakkar1-2/+1
2025-02-10hide note preview if it's already quoted - fixes #888dakkar5-5/+13
2025-02-10add missing translations for admin perms - fixes #918dakkar2-0/+30
2025-02-10make the listen address configurable - fixes #927dakkar4-3/+10
2025-02-10search-by-tags returns "home" notes - fixes #933dakkar1-1/+1
2025-02-09add some missing translationsdakkar1-4/+4
2025-02-09allow overriding logging via envdakkar1-1/+2
2025-02-09remove unstable "detector" tests from megalodonHazelnoot1-68/+0
2025-02-08regenerate misskey-jsHazelnoot1-2/+6
2025-02-08make convertAttachment match file->attachment schemaHazelnoot1-3/+6
2025-02-08fix mastodon media attachment conversion (resolves #495)Hazelnoot1-7/+38
2025-02-08improve mastodon note conversion and use access checks in more places (resolv...Hazelnoot8-236/+222
2025-02-08hide restricted edit history from mastodon api (resolves #811)Hazelnoot5-10/+65
2025-02-08fix relationship data for Mastodon API (resolves #714)Hazelnoot7-14/+39
2025-02-08add `memo` and `isInstanceMuted` to UserRelation API entityHazelnoot2-0/+66
2025-02-08fix build target for megalodonHazelnoot2-5/+5
2025-02-08remove un-needed relationshipModel static dataHazelnoot2-32/+4
2025-02-08fix empty masto-api responses for several endpoints (resolves #721 and #707)Hazelnoot3-9/+11
2025-02-08cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot13-1128/+1256
2025-02-08export logger `Data` types for reference elsewhereHazelnoot1-2/+2
2025-02-08export megalodon generator in a way that doesn't break TypeScriptHazelnoot1-1/+4
2025-02-07add pixman, pango, cairo and libpng to runnerMarie1-1/+1
2025-02-07chore: adjust add commandMarie1-1/+1
2025-02-07Update DockerfileMarie1-1/+1
2025-02-07docker: add more packagesMarie1-1/+1
2025-02-07chore: replace build-base with alpine-sdkMarie1-2/+2
2025-02-07fix(docker): Alpine build failing due to missing dev packages (pkgconf and etc)Marie1-1/+1
2025-02-07print an error when booting with both MK_ONLY_SERVER and MK_ONLY_QUEUE setHazelnoot1-2/+7
2025-02-07clearer warning when replacing saved keysdakkar2-2/+2
2025-02-07simpler `genKeys`dakkar1-12/+7
2025-02-07pick lintsdakkar1-1/+1