summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix(frontend): canvas-confettiの型定義を追加 (#14692)かっこかり2024-10-041-1/+2
|
* :art:syuilo2024-10-041-40/+33
|
* :art:syuilo2024-10-041-3/+4
|
* fix(frontend): ↵syuilo2024-10-043-12/+8
| | | | リンク動作のオーバーライドが動作していないのを修正
* Bump version to 2024.10.0-beta.3github-actions[bot]2024-10-041-1/+1
|
* enhance(frontend): サインイン画面の改善 (#14658)かっこかり2024-10-0414-470/+1125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update MkSignin.vue * Update MkSignin.vue * wip * Update CHANGELOG.md * enhance(frontend): サインイン画面の改善 * Update Changelog * 14655の変更取り込み * spdx * fix * fix * fix * :art: * :art: * :art: * :art: * Captchaがリセットされない問題を修正 * 次の処理をsignin apiから読み取るように * Add Comments * fix * fix test * attempt to fix test * fix test * fix test * fix test * fix * fix test * fix: 一部のエラーがちゃんと出るように * Update Changelog * :art: * :art: * remove border --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Update generate.tsxsyuilo2024-10-041-1/+12
|
* fix testsyuilo2024-10-041-54/+0
|
* :art:syuilo2024-10-041-0/+1
|
* :art:syuilo2024-10-041-0/+1
|
* update depssyuilo2024-10-043-34/+34
|
* :art:syuilo2024-10-046-79/+83
|
* Bump version to 2024.10.0-beta.2github-actions[bot]2024-10-031-1/+1
|
* Bump version to 2024.10.0-alpha.1github-actions[bot]2024-10-031-1/+1
|
* initialPassword -> setupPasswordsyuilo2024-10-034-12/+12
|
* fix(misskey-js): type fixes related to signup and signin (#14679)zyoshoka2024-10-036-20/+70
|
* feat: ↵かっこかり2024-10-034-5/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | サーバー初期設定時に初期パスワードを要求できるように (#14626) * feat: サーバー初期設定時専用の初期パスワードを設定できるように * 無いのに入力された場合もエラーにする * :art: * :art: * cypress-devcontainerにもpassを設定(テストが失敗するため) * [ci skip] :art: * :v: * test: please revert this commit before merge * Revert "test: please revert this commit before merge" This reverts commit 66b2b48f66830d2450d8cda03955c143feba76c7. * Update locales/ja-JP.yml Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * build assets * Update Changelog * fix condition * fix condition * add comment * change error code * 他のエラーコードと合わせる * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵Kisaragi2024-10-031-1/+1
| | | | | | | 連合限定先が間違って連合しない先に代入されているのを修正 (#14662) * fix(backend): 連合限定先が間違って連合しない先に代入されているのを修正 * build: fix property typo
* Bump version to 2024.10.0-alpha.0github-actions[bot]2024-10-031-1/+1
|
* refactor & performance improvements of MkMentionsyuilo2024-10-031-6/+3
|
* fix(frontend): ↵Kisaragi2024-10-031-1/+1
| | | | データセーバーを有効にしているときにメンションのアイコンがアニメーションしないように (#14674)
* enhance(backend): notify new login (#14673)syuilo2024-10-0310-12/+66
| | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * fix * Update index.d.ts * Update SigninService.ts * Update MkNotification.vue
* update depssyuilo2024-10-032-13/+13
|
* enhance: require captcha for signin (#14655)syuilo2024-10-033-3/+73
| | | | | | | | | | | * wip * Update MkSignin.vue * Update MkSignin.vue * wip * Update CHANGELOG.md
* fix: sassのmodern-compilerを使うように (#14651)甘瀬ここあ2024-10-032-0/+10
| | | | | * fix(frontend-embed): ビルド時にsassのmodern-compilerを使うように * fix(frontend): ビルド時にsassのmodern-compilerを使うように
* Make post form attachments accessible (#14666)Julia2024-10-031-2/+13
| | | | | | | | | | * fix(frontend): Make post form attachments accessible Adds a role="button", tabindex, and @keydown to MkPostFormAttaches in order to make it accessible to keyboard users. * Fix for linter * Add spacing in type signature
* fix(misskey-js): build misskey-js with types (#14665)かっこかり2024-10-011-0/+5
|
* :art:syuilo2024-09-301-1/+1
|
* enhance(frontend): フォロワーへのメッセージ欄を改良 (#14656)かっこかり2024-09-302-4/+117
| | | | | * enhance(frontend): フォロワーへのメッセージ欄を改良 * Update Changelog
* Release: 2024.9.0github-actions[bot]2024-09-291-1/+1
|
* Bump version to 2024.9.0-beta.14github-actions[bot]2024-09-291-1/+1
|
* Bump version to 2024.9.0-alpha.13github-actions[bot]2024-09-291-1/+1
|
* fix(backend): update and re-enable Bull Dashboard (#14648)zyoshoka2024-09-293-6/+4
|
* enhance(frontend): cwでも絵文字メニューを開けるように (#14647)かっこかり2024-09-292-2/+16
| | | | | * fix(frontend): cwでも絵文字メニューを開けるように * Update Changelog