summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/AbuseUserReport.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove report -> profile relations to avoid TypeORM bug ↵Hazelnoot2025-06-041-22/+0
| | | | https://github.com/typeorm/typeorm/issues/10469
* add relations from abuse_user_report->user_profile to speed up ↵Hazelnoot2025-06-041-0/+22
| | | | admin/abuse-user-reports endpoint
* add targetInstance to abuse report schemaHazelnoot2025-06-041-0/+21
|
* refactor(backend): ↵おさむのひと2024-11-191-1/+3
| | | | SystemWebhookで送信されるペイロードの型を追加 (#14980)
* feat: 通報の強化 (#14704)syuilo2024-10-051-0/+18
| | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * lint * Update types.ts * wip * :v: * Update MkAbuseReport.vue * tweak
* (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
|
* perf(backend): createdAtをidから取得するように & ↵syuilo2023-10-161-6/+0
| | | | 無駄なDateインスタンスの生成を避けるように
* refactor(backend): update directory structure for modelssyuilo2023-09-201-0/+84