summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: ↵おさむのひと2024-10-136-30/+378
| | | | | | | | | | | | | | | | | | | | | | | | | 運営のアクティビティが一定期間ない場合は通知+招待制に移行した際に通知 (#14757) * feat: 運営のアクティビティが一定期間ない場合は通知+招待制に移行した際に通知 * fix misskey-js.api.md * Revert "feat: 運営のアクティビティが一定期間ない場合は通知+招待制に移行した際に通知" This reverts commit 3ab953bdf87f28411a1a10bce787a23d238cda80. * 通知をやめてユーザ単位でのお知らせ機能に変更 * テスト用実装を戻す * Update packages/backend/src/queue/processors/CheckModeratorsActivityProcessorService.ts Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix remove empty then --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(backend): remove unnecessary .thensyuilo2024-10-134-18/+10
|
* feat: ↵syuilo2024-10-1316-86/+180
| | | | | | | | | | | | | リモートサーバーのサーバー情報を収集しないオプション (#14634) * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * Update types.ts
* feat: ユーザーの名前に禁止ワードを設定できるように ↵かっこかり2024-10-1311-12/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#14756) * wip * :art: * Enhance: モデレーター以上は制限の影響を受けないように * refactor * better error handling * fix * Revert "better error handling" This reverts commit 5670b29cfa18a3894d0c2abfe0e5ef862e3b9ffa. * error handling * エラーが出ないのを修正 * translation * Update Changelog * status code * :v: * モデレーター以上は影響ないことを明記 * :art: * update changelog * spdx * Update update.ts * refactor * eliminate `screen name` * remove untracked file --------- Co-authored-by: KanariKanaru <93921745+kanarikanaru@users.noreply.github.com>
* :art:syuilo2024-10-122-14/+10
|
* refactor: MkStickyContainerで<style />を使う (#14755)FineArchs2024-10-121-31/+25
| | | | | | | | | | | | | | | * remove rootEL ref * use css module * use v-bind in css * --MI prefix * remove unused ref --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* :art:syuilo2024-10-121-1/+1
|
* fix(frontend): fix stylesyuilo2024-10-121-1/+5
| | | | Fix #14754
* Update about-misskey.vuesyuilo2024-10-121-0/+3
|
* fix(backend): キューのエラーログを簡略化するように (#14748)かっこかり2024-10-111-38/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reduce federation log spam * Don't record stack trace for unrecoverable errors. * Avoid logging duplicate stace traces. (cherry picked from commit ed0570110bf8cb8e8959591dccfa3c35999106ce) * improve error summaries (cherry picked from commit 20dd66f735d9778df0371001e303549dce619260) * fix lint errors (cherry picked from commit 83869e1c470b12b3bf4b23d885514d926620662a) * condense job info (cherry picked from commit 786702e076ad1af14538849512ad31c0ced7afe6) * fix maxAttempts calculation (cherry picked from commit b4d10aa8f821e594ec9c907eb2a5bdb3c73c67d5) * condense error info (cherry picked from commit f62cd8941ced74a4865aa5eae4f4a1c7aa1d30f1) * normalize ID logging (cherry picked from commit d8e1e4890d28347239162e26235eb68b1ff96654) * further condense error details (cherry picked from commit d867c2089b3b24680df0713a2aa0914789e45670) * collapse AbortErrors (cherry picked from commit 5171ba7113ebc7242527768afb9ab4cec534e3b3) * don't log job name unless it has one (cherry picked from commit a5316c06ed770b60f7b4c7ff5aa8c71cc0558db7) * Update Changelog * Record origin --------- Co-authored-by: Hazel K <acomputerdog@gmail.com>
* Bump version to 2024.10.1-beta.3github-actions[bot]2024-10-111-1/+1
|
* wip (#14745)syuilo2024-10-1117-7/+125
|
* chore: add descriptionsyuilo2024-10-111-0/+1
|
* feat(backend): ↵おさむのひと2024-10-119-44/+570
| | | | | | | | | | | | | | | | | | | | | 7日間運営のアクティビティがないサーバを自動的に招待制にする (#14746) * feat(backend): 7日間運営のアクティビティがないサーバを自動的に招待制にする * fix RoleService. * fix * fix * fix * add test and fix * fix * fix CHANGELOG.md * fix test
* fix: admin/emoji/update で不正なエラーが発生する (#14750)FineArchs2024-10-112-25/+37
| | | | | | | | | | | | | | | * fix emoji updating bug * update changelog * type fix * " -> ' * conprehensiveness check * lint * undefined -> null
* clean upsyuilo2024-10-101-2/+0
|
* Bump version to 2024.10.1-beta.2github-actions[bot]2024-10-101-1/+1
|
* :art:syuilo2024-10-101-2/+2
|
* clean upsyuilo2024-10-105-9/+3
|
* refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-10130-296/+296
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* Bump version to 2024.10.1-beta.1github-actions[bot]2024-10-101-1/+1
|
* Bump version to 2024.10.1-alpha.0github-actions[bot]2024-10-101-1/+1
|
* fix(frontend): ↵かっこかり2024-10-109-58/+71
| | | | | | | | | ユーザー登録完了時にサインインAPIを別途使用していたのを修正 (#14738) * fix(frontend): ユーザー登録完了時にサインインAPIを別途使用していたのを修正 * emitされるオブジェクトの型を変更したことに伴う修正 * Update Changelog
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-09276-1084/+1072
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* Release: 2024.10.0github-actions[bot]2024-10-091-1/+1
|
* :art:syuilo2024-10-091-12/+8
|
* Update packages/frontend/src/components/MkAbuseReport.vuesyuilo2024-10-091-1/+1
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update packages/backend/src/core/entities/FlashEntityService.tssyuilo2024-10-081-1/+1
| | | Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* Update packages/frontend/src/store.tssyuilo2024-10-081-1/+1
| | | Co-authored-by: anatawa12 <anatawa12@icloud.com>
* Bump version to 2024.10.0-beta.6github-actions[bot]2024-10-071-1/+1
|
* refactor: ↵FineArchs2024-10-073-96/+250
| | | | | | | | | | | | | | | | | 拡張機能インストールのページの一部をコンポーネントとして分離 (#14654) * create MkExtensionInstaller.vue * annotation * add fallbacks * storybook * update annotations * Update MkExtensionInstaller.vue * use additonalInfo slot
* Update packages/frontend/src/store.tssyuilo2024-10-071-1/+1
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-10-071-11/+17
| | | | | | | | | | | | | クライアント上での時間ベースの実績獲得動作が実績獲得後も発動している問題を修正 (#14717) * Check if time-based achievements are unlocked before initializing them in main-boot (cherry picked from commit c0702fd92f70782005517c0065048ececa1ef287) * Update Changelog --------- Co-authored-by: Evan Paterakis <evan@geopjr.dev>
* make animatedMfm enable by defaultsyuilo2024-10-051-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-10-052-5/+19
|\
| * fix(backend): correct `admin/abuse-user-reports` schema (#14711)zyoshoka2024-10-052-5/+19
| | | | | | | | | | * fix(backend): correct `abuse-user-reports` schema * Update CHANGELOG.md
* | :art:syuilo2024-10-051-1/+1
|/
* fix of d8cb7305ef4d5ad6398d9eb57ece2f3ba7ca73ebsyuilo2024-10-051-0/+4
|
* :art:syuilo2024-10-051-2/+3
|
* Bump version to 2024.10.0-beta.5github-actions[bot]2024-10-051-1/+1
|
* fix(backend/test): #14558 ↵かっこかり2024-10-052-2/+2
| | | | | | | | | | | 以降e2eテストがたまに失敗する問題を修正 (#14709) * fix(backend/test): MisskeyIO#727 以降e2eテストがたまに失敗する問題を修正 (MisskeyIO#735) * :v: --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* feat: 通報の強化 (#14704)syuilo2024-10-0526-47/+516
| | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * lint * Update types.ts * wip * :v: * Update MkAbuseReport.vue * tweak
* :art:syuilo2024-10-051-1/+3
|
* enhance: 人気のPlayを10件以上表示できるように (#14443)おさむのひと2024-10-0511-25/+261
| | | Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* #14675 レビューの修正 (#14705)かっこかり2024-10-052-4/+4
|
* feat(backend): ↵おさむのひと2024-10-053-5/+45
| | | | | | | | | | | 通報および通報解決時に送出されるSystemWebhookにユーザ情報を含めるようにする (#14698) * feat(backend): 通報および通報解決時に送出されるSystemWebhookにユーザ情報を含めるようにする * テスト送信もペイロード形式を合わせる * add spaces * fix test
* fix: signin ↵かっこかり2024-10-0511-232/+228
| | | | | | | | | | | | | | | | | | | | | | | | | の資格情報が足りないだけの場合はエラーにせず200を返すように (#14700) * fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように * run api extractor * fix * fix * fix test * /signin -> /signin-flow * fix * fix lint * rename * fix * fix
* :art:syuilo2024-10-041-24/+15
|
* fix(frontend): ↵かっこかり2024-10-041-5/+8
| | | | | | | ログイン画面でキャプチャが表示されない問題を修正 (#14694) * fix(frontend): ログイン画面でキャプチャが表示されない問題を修正 * rename
* Bump version to 2024.10.0-beta.4github-actions[bot]2024-10-041-1/+1
|