summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/NoteDeleteService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy48 hours1-3/+3
|
* update user activity on Renote, Un-Renote, Note Edit, React, and Un-ReactHazelnoot2025-05-141-0/+2
|
* also delete AP logs for cascading notesHazelnoot2025-05-141-2/+5
|
* decrement quote count correctlyHazelnoot2025-05-141-1/+1
|
* reorder relay activities to avoid delivery race conditionHazelnoot2025-05-071-3/+3
|
* merge upstreamHazelnoot2025-03-251-5/+19
|\
| * fix(backend): send Delete activity of a note to users who renoted or replied ↵zyoshoka2025-02-261-5/+19
| | | | | | | | | | | | | | to it (#15554) * fix(backend): send Delete activity of a note to users who renoted or replied to it * Update CHANGELOG.md
* | don't record deleted note, flash, page, or gallery post in modlogHazelnoot2025-03-021-1/+0
| |
* | delete fetch logs when a note or user is deletedHazelnoot2025-02-161-1/+15
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-15/+12
|\|
| * feat: ↵syuilo2024-10-131-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | リモートサーバーのサーバー情報を収集しないオプション (#14634) * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * Update types.ts
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-151-56/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # locales/en-US.yml # locales/ja-JP.yml # packages/backend/src/core/NoteCreateService.ts # packages/backend/src/core/NoteDeleteService.ts # packages/backend/src/core/NoteEditService.ts # packages/frontend-shared/js/config.ts # packages/frontend/src/boot/common.ts # packages/frontend/src/pages/following-feed.vue # packages/misskey-js/src/autogen/endpoint.ts
| * | factor out latest_note logic into LatestNoteServiceHazelnoot2024-10-151-78/+6
| | |
| * | update latest note in background (don't await the result)Hazelnoot2024-10-151-1/+7
| | |
| * | add filters for following feedHazel K2024-10-151-6/+20
| | |
| * | correct name of `SkLatestNote`Hazel K2024-10-151-3/+3
| | |
* | | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-9/+6
|\ \ \ | |/ / |/| / | |/
| * refactor/perf(backend): provide metadata statically (#14601)syuilo2024-09-221-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ReactionService.ts * Update ApiCallService.ts * Update timeline.ts * Update GlobalModule.ts * Update GlobalModule.ts * Update NoteEntityService.ts * wip * wip * wip * Update ApPersonService.ts * wip * Update GlobalModule.ts * Update mock-resolver.ts * Update RoleService.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * clean up * Update utils.ts * Update UtilityService.ts * Revert "Update utils.ts" This reverts commit a27d4be764b78c1b5a9eac685e261fee49331d89. * Revert "Update UtilityService.ts" This reverts commit e5fd9e004c482cf099252201c0c1aa888e001430. * vuwa- * Revert "vuwa-" This reverts commit 0c3bd12472b4b9938cdff2d6f131e6800bc3724c. * Update entry.ts * Update entry.ts * Update entry.ts * Update entry.ts * Update jest.setup.ts
* | fixes from peer reviewHazel K2024-10-021-7/+13
| |
* | exclude boosts from featured timelineHazel K2024-09-301-2/+13
| |
* | track latest note for each userHazel K2024-09-291-2/+39
| |
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-301-1/+1
|\|
| * chore: fix some comments (#14394)timesince2024-08-121-1/+1
| | | | | | Signed-off-by: timesince <seekseat@icloud.com>
* | Merge remote-tracking branch 'misskey/develop' into future-2024-04-25dakkar2024-04-251-2/+2
|\|
| * fix(backend): incorrect logic for determining whether Quote or not (#13700)zyoshoka2024-04-141-2/+2
| | | | | | | | | | | | | | | | | | * fix(backend): incorrect logic for determining whether Quote or not * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | 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
| |
* | merge: upstreamMar0xy2023-10-311-2/+3
|\|
| * fix(backend): We can renote pure renote (#12171)anatawa122023-10-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore: make pure renote detection an function * fix: we can renote pure renote * docs(changelog): リノートをリノートできるのを修正 * fix: remaining debug log * chore: move isPureRenote to misc * chore: make isPureRenote type guard * chore: use isPureRenote in other places * fix CHANGELOG * style: fix lint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | fix: decrement happening on normal renotesMar0xy2023-10-211-4/+4
| |
* | fix: increment and decrement of note countMar0xy2023-10-211-1/+24
| |
* | fix: decrement of renotecountMar0xy2023-10-151-2/+5
| |
* | fix: don't decrement past 0Mar0xy2023-10-151-1/+1
| |
* | chore: lintMar0xy2023-10-151-1/+1
| |
* | fix: Boost count not decrementing on removalMar0xy2023-10-151-0/+4
|/
* enhance(backend): some tweakssyuilo2023-10-061-5/+0
|
* enhance(backend): improve featured systemsyuilo2023-10-061-1/+0
|
* enhance: improve moderation logsyuilo2023-09-251-0/+3
|
* enhance(backend): refine moderation log (#10939)syuilo2023-09-231-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update DriveService.ts
* 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-10/+10
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* 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(backend): Remove Meilisearch index when notes are deleted (#10988)Caipira2023-07-081-3/+11
| | | | | | | | | | | | * fix(backend): Include feature to delete Meilisearch index notes * Update variable name `cascadingNotesFilter` -> `federatedLocalCascadingNotes` * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(backend): ↵okayurisotto2023-07-061-9/+9
| | | | | | | | | | | | | ノート削除時の`findCascadingNotes`の処理を整理 (#11131) * refactor(backend): ノート削除時の`findCascadingNotes`の処理を整理 * cleanup: unneeded async await Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(backend): ↵syuilo2023-03-241-2/+4
| | | | リモートサーバーのチャート生成を無効にするオプションを追加
* enhance(backend): ↵syuilo2023-03-241-2/+7
| | | | リモートユーザーのチャート生成を無効にするオプションを追加