summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/admin/modlog.ModLog.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge upstream againHazelnoot2025-04-241-7/+43
|\
| * 🎨syuilo2025-04-191-6/+42
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-251-0/+2
|\| | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # packages/backend/src/core/entities/NotificationEntityService.ts # packages/backend/src/types.ts # packages/frontend/src/pages/admin/modlog.ModLog.vue # packages/misskey-js/src/consts.ts # packages/misskey-js/src/entities.ts
| * enhance: ↵syuilo2025-03-251-0/+2
| | | | | | | | モデレーターがチャットルームの内容を確認・削除できるように
* | merge upstreamHazelnoot2025-03-251-0/+5
|\|
| * enhance(backend): refine system account (#15530)syuilo2025-03-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update SystemAccountService.ts * Update 1740121393164-system-accounts.js * Update DeleteAccountService.ts * wip * wip * wip * wip * Update 1740121393164-system-accounts.js * Update RepositoryModule.ts * wip * wip * wip * Update ApRendererService.ts * wip * wip * Update SystemAccountService.ts * fix tests * fix tests * fix tests * fix tests * fix tests * fix tests * add print logs * ログが長すぎて出てないかもしれない * fix migration * refactor * fix fed-tests * Update RelayService.ts * merge * Update user.test.ts * chore: emit log * fix: tweak sleep duration * fix: exit 1 * fix: wait for misskey processes to become healthy * fix: longer sleep for user deletion * fix: make sleep longer again * デッドロック解消の試み https://github.com/misskey-dev/misskey/issues/15005 * Revert "デッドロック解消の試み" This reverts commit 266141f66fb584371bbb56ef7eba04e14bcff94d. * wip * Update SystemAccountService.ts --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* | remove `fileId` from `importCustomEmojis` logHazelnoot2025-03-021-1/+1
| |
* | add missing modlog render blocksHazelnoot2025-03-021-0/+15
| |
* | add moderation logs for many endpointsHazelnoot2025-03-021-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `/admin/delete-all-files-of-a-user` - `/admin/nsfw-user` - `/admin/unnsfw-user` - `/admin/silence-user` - `/admin/unsilence-user` - `/admin/accounts/create` - `/admin/drive/clean-remote-files` - `/admin/drive/cleanup` - `/admin/emoji/set-category-bulk` - `/admin/emoji/set-license-bulk` - `/admin/emoji/set-aliases-bulk` - `/admin/emoji/add-aliases-bulk` - `/admin/emoji/remove-aliases-bulk` - `/admin/emoji/import-zip` - `/admin/federation/delete-all-files` - `/admin/federation/remove-all-following` - `/admin/promo/create` - `/admin/relay/add` - `/admin/relay/remove`
* | add "reject quotes" toggle at user and instance levelHazelnoot2025-02-201-0/+12
| | | | | | | | | | | | + improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance
* | record ModLog entry when setting a user's content warningHazelnoot2025-02-161-0/+8
| |
* | fix TypeScript errors in modlog.MogLog.vueHazelnoot2025-02-161-1/+1
| |
* | probably fix most renamed CSS variablesdakkar2024-11-081-1/+1
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-4/+9
|\|
| * refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-3/+3
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
| * feat: 通報の強化 (#14704)syuilo2024-10-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * lint * Update types.ts * wip * :v: * Update MkAbuseReport.vue * tweak
* | upd: add decline endpoint and free up username on declineMarie2024-10-171-0/+2
| |
* | fix modlog and translations for "Mark as NSFW"Hazel K2024-10-051-0/+4
| |
* | add option to reject reports from an instanceHazel K2024-10-051-0/+4
| |
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-301-3/+10
|\|
| * enhance(backend): ↵zyoshoka2024-08-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ページ、ギャラリー、Playのモデレーション強化 (#13523) * enhance(backend): Page、ギャラリー、Playのモデレーション強化 * Update CHANGELOG.md * fix: update misskey-js * refactor(frontend): use `MkA` * Update CHANGELOG.md * fix(i18n): Page -> ページ
| * suspend周りの改修 (#14409)syuilo2024-08-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように * Update CHANGELOG.md * wip * Update gen-spec.ts * Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> * owa- * revert misskey-js related changes (#14414) --------- Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-3/+46
|\|
| * feat: ↵おさむのひと2024-06-081-3/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) * feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする * モデログに対応&エンドポイントを単一オブジェクトでのサポートに変更(API経由で大量に作るシチュエーションもないと思うので) * fix spdx * fix migration * fix migration * fix models * add e2e webhook * tweak * fix modlog * fix bugs * add tests and fix bugs * add tests and fix bugs * add tests * fix path * regenerate locale * 混入除去 * 混入除去 * add abuseReportResolved * fix pnpm-lock.yaml * add abuseReportResolved test * fix bugs * fix ui * add tests * fix CHANGELOG.md * add tests * add RoleService.getModeratorIds tests * WebhookServiceをUserとSystemに分割 * fix CHANGELOG.md * fix test * insertOneを使う用に * fix * regenerate locales * revert version * separate webhook job queue * fix * :art: * Update QueueProcessorService.ts --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | replaced many more ti-*dakkar2024-06-221-1/+1
| |
* | replaced ti-arrow-rightdakkar2024-06-221-1/+1
| |
* | merge: upstreamMarie2024-02-231-0/+6
|\|
| * enhance: ↵syuilo2024-02-221-0/+6
| | | | | | | | サーバーごとにモデレーションノートを残せるように
* | 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
| |
| * fix(frontend): ↵Sayamame-beans2023-12-251-1/+1
| | | | | | | | | | | | | | モデログ表示の"logYellow"が機能していない問題を修正 (#12794) * fix: logYellow of moderation log was not working * docs(changelog): Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正
* | fix(frontend): ↵Sayamame-beans2023-12-281-1/+1
| | | | | | | | | | | | | | モデログ表示の"logYellow"が機能していない問題を修正 (#12794) * fix: logYellow of moderation log was not working * docs(changelog): Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正
* | merge: upstreamMarie2023-12-231-6/+1
|\|
| * Remove unused imports (#12730)woxtu2023-12-211-2/+0
| |
| * refactor(frontend): remove redundant class names (#12618)Acid Chicken (硫酸鶏)2023-12-101-4/+1
| |
* | upd: implement radius settingShittyKopper2023-11-011-1/+1
| | | | | | | | | | | | to keep things manageable i merged a lot of one off values into just a handful of common sizes, so some parts of the ui will look different than upstream even with the "Misskey" rounding mode
* | Revert "prototype: decreased rounding"ShittyKopper2023-11-011-1/+1
| | | | | | | | This reverts commit 7a51e2d404d82a8fa491ad08bc88112a7173dff7.
* | merge: upstreamMar0xy2023-10-311-4/+12
|\|
| * feat: Avatar decoration (#12096)syuilo2023-10-211-2/+10
| | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* | add: Require Approval for SignupMar0xy2023-10-181-1/+5
| |
* | merge: all upstream changesMar0xy2023-10-131-0/+14
|\|
| * enhance: improve moderation logsyuilo2023-10-041-0/+14
| |
* | merge: upstreamMar0xy2023-10-031-3/+27
|\|
| * enhance(front)end: improve moderation logsyuilo2023-09-301-2/+2
| |
| * enhance: improve moderation logsyuilo2023-09-291-1/+25
| |
| * enhance(frontend): improve moderation logsyuilo2023-09-271-0/+1
| |
* | prototype: decreased roundingInsert5StarName2023-10-011-1/+1
| |