summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorModule.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-18upd: remove type username to confirm dialogMarie1-15/+3
2024-10-17upd: add recommended checksMarie1-0/+8
2024-10-17fix: add missing typeMarie1-0/+5
2024-10-17upd: add additional check from delete endpointMarie1-3/+3
2024-10-17chore: indentMarie1-1/+1
2024-10-17upd: add decline endpoint and free up username on declineMarie13-2/+170
2024-10-16add scripts to run eslint on all packagesHazelnoot1-0/+2
2024-10-16fix eslint errors in all projects due to over-including filesHazelnoot6-0/+57
2024-10-16fix eslint errors in frontend / frontend-embedHazelnoot2-4/+4
2024-10-16fix formatting in boot.jsHazelnoot1-1/+2
2024-10-15update fast-xml-parser to patch security issue (DoS)Hazelnoot2-15/+7
2024-10-15update axios and ws to patch security issue (unexploitable in our case)Hazelnoot2-13/+13
2024-10-15update katex to patch security issue (DoS + 2 more unexploitable)Hazelnoot2-40/+40
2024-10-15fix lint errors in SkFormula.vueHazelnoot3-46/+56
2024-10-15add "lint-all" script to lazy-fail and print all errors at onceHazelnoot1-0/+1
2024-10-15fix linting and type checks in all packagesHazelnoot17-8/+22
2024-10-15disable linting in megalodon, as it's 3rd party codeHazelnoot1-1/+0
2024-10-15fix locales versioning in service workerHazelnoot4-2/+6
2024-10-15fix lint errors in backend unit testsHazelnoot6-11/+11
2024-10-15fix locales versioning in backend clientHazelnoot4-57/+27
2024-10-15fix TS errors in NoteCreateService / NoteEditServiceHazelnoot2-1/+1
2024-10-15fix TS errors in vite config filesHazelnoot2-2/+2
2024-10-15fix lint error in const.tsHazelnoot1-1/+1
2024-10-15fix lint / TS errors in create-notification.tsHazelnoot1-2/+2
2024-10-15chore: update misskey-jsMarie2-3/+3
2024-10-15chore: change permission kindMarie1-1/+1
2024-10-15upd: change conditionMarie1-1/+1
2024-10-15upd: hide refresh if logged out and if local, change blocked error messageMarie6-7/+9
2024-10-15chore: change string to localeMarie1-1/+1
2024-10-15upd: add ability to refresh pollMarie10-2/+199
2024-10-15add unit tests for `SkLatestNote.areEquivalent`Hazelnoot1-0/+83
2024-10-15unify logic of `SkLatestNote.areEquivalent` and `SkLatestNote.keyFor`Hazelnoot1-4/+7
2024-10-15update latest_note for editsHazelnoot1-2/+7
2024-10-15factor out latest_note logic into LatestNoteServiceHazelnoot5-115/+167
2024-10-15update latest note in background (don't await the result)Hazelnoot2-4/+17
2024-10-15move upgrade notes to separate fileHazelnoot2-42/+41
2024-10-15fix is-renote testsHazelnoot1-4/+3
2024-10-15fix test failuresHazelnoot1-10/+10
2024-10-15add "show bots" toggle to following feedHazelnoot6-7/+35
2024-10-15revert accidental change to postgres.tsHazelnoot1-9/+1
2024-10-15fix typos in track-latest-note-type migrationHazelnoot1-3/+3
2024-10-15docs: add post-upgrade query to backfill following feedHazel K1-0/+42
2024-10-15match following endpoint default values with frontend defaultsHazel K2-4/+4
2024-10-15save filters for following feedHazel K2-15/+42
2024-10-15add filters for following feedHazel K16-72/+318
2024-10-15remove un-necessary assignment to queryHazel K1-4/+3
2024-10-15add type columns to SkLatestNoteHazel K2-0/+42
2024-10-15correct name of `SkLatestNote`Hazel K7-16/+16
2024-10-15factor out tuple logic into from-tuple.tsHazelnoot6-12/+33
2024-10-15federate `Flag.object` as an array to fix Pleroma compatibilityHazelnoot5-26/+42