summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors/DeleteAccountProcessorService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* normalize userFollowingsCache / userFollowersCache and add ↵Hazelnoot2025-06-091-0/+18
| | | | hibernatedUserCache to reduce the number of cache-clears and allow use of caching in many more places
* normalize use of .info (INFO) instead of .succ (DONE) loggingHazelnoot2025-06-061-10/+10
|
* allow user to be deleted if profile is missingHazelnoot2025-05-121-2/+2
|
* delete user registry itemsHazelnoot2025-05-121-1/+8
|
* don't sent account deletion notice until after it actually completesHazelnoot2025-05-121-11/+29
|
* add more manual steps to process account deletion in smaller chunksHazelnoot2025-05-121-7/+169
|
* delete user reactions before notesHazelnoot2025-05-121-31/+31
|
* lint and type fixesHazelnoot2025-04-011-0/+5
|
* delete scheduled notes when deleting account - fixes #936dakkar2025-02-241-1/+22
|
* delete fetch logs when a note or user is deletedHazelnoot2025-02-161-0/+16
|
* fix import order in DeleteAccountProcessorService.tsHazelnoot2025-02-041-1/+1
|
* merge: upstreamMarie2024-02-191-1/+1
|\
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | upd: delete reactions properly in the DBMar0xy2023-10-111-1/+38
|/ | | | Fixes https://github.com/misskey-dev/misskey/issues/11906
* refactor(backend): update directory structure for modelssyuilo2023-09-201-2/+2
|
* update deps (#11820)syuilo2023-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-161-6/+6
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-051-4/+0
| | | | | * Remove unused injections * Remove unused imports
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix auto-fixable issues (#11314)woxtu2023-07-191-1/+1
|
* refactor: 可読性のため一部で`Array.prototype.at`を使うように ↵okayurisotto2023-07-141-2/+2
| | | | | | | (#11274) * refactor: `Array.prototype.at`を使うように * fixup! refactor: `Array.prototype.at`を使うように
* fix(backend): Remove Meilisearch index when notes are deleted (#10988)Caipira2023-07-081-0/+6
| | | | | | | | | | | | * fix(backend): Include feature to delete Meilisearch index notes * Update variable name `cascadingNotesFilter` -> `federatedLocalCascadingNotes` * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(backend): migrate bull to bullmq (#10910)syuilo2023-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update QueueService.ts * wip * refactor * :v: * fix * Update QueueStatsService.ts * refactor * Update ApNoteService.ts * Update mock-resolver.ts * refactor * Update mock-resolver.ts
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+2
|
* fixessyuilo2022-09-231-1/+1
|
* fix import typesyuilo2022-09-211-2/+2
|
* testsyuilo2022-09-191-5/+5
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+124