summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(deps): Node.jsの最小バージョンを引き上げ (#16296)かっこかり2025-07-173-2/+6
| | | | | | | * Update package.json * Update min.node-version * Update CHANGELOG.md
* fix(deps): update [frontend] update dependencies (#16202)renovate[bot]2025-07-178-1159/+1593
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [root] update dependencies (#16200)renovate[bot]2025-07-172-342/+496
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies (#16199)renovate[bot]2025-07-173-114/+777
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.7.0-beta.2github-actions[bot]2025-07-162-2/+2
|
* Migration cleanup (#16288)anatawa122025-07-1621-19/+228
| | | | | | | | | | | | | | | | | | | | | | | | | * chore: apply several @Index and @ManyToOne to match actual migration code * chore: several decorator updates with typeorm bug workaround with patches * feat: add final cleanup migration * dev: add .editorconfig settings for generated migrations * chore: update dockerfile to build package with patches * chore: update federation test compose to include patches * chore: revert few dependency update * chore: don't check disableRegistration on test env * test: add test for checking migration script * chore: set proxyRemoteFiles true in test config * chore: enter invitation code in signup test * fix: register send button is not disabled when invitationCode is not input
* enhance(backend): ↵tamaina2025-07-153-2/+7
| | | | | | | | usernameに対してもprohibitedWordsForNameOfUserを適用 (#16282) * enhance(backend): usernameに対してもprohibitedWordsForNameOfUserを適用 Resolve #16281 * fix locales/index/d.ts
* Don't remove notes when reply / renote is removed (#16287)anatawa122025-07-156-7/+65
| | | | | | | | | * chore: make NO ACTION on channel/reply/renote removal * chore(docs): add description to show a possibility of reply null with replyId non-null * fix: packing NoteDraft fails when reply / renote is removed * feat: show drafts targeting removed renote / reply as "削除された投稿への投稿"
* Bump version to 2025.7.0-beta.1github-actions[bot]2025-07-122-2/+2
|
* enhance: ウォーターマーク機能をロールで制御可能にsyuilo2025-07-1211-3/+49
|
* New Crowdin updates (#16258)syuilo2025-07-128-64/+539
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai)
* fix: unable to horizontally scroll when pull to refresh is enabled (#16273)anatawa122025-07-122-2/+3
|
* chore(frontend): fix type errorssyuilo2025-07-061-5/+18
|
* chore(frontend): fix type errorssyuilo2025-07-062-13/+22
|
* chore(frontend): fix type errorssyuilo2025-07-063-4/+9
|
* fix(frontend): ↵かっこかり2025-07-063-2/+10
| | | | | | | | | MkRange/MkSelectでdisabledが効かなくなっている問題を修正 (#16263) * fix(frontend): MkRange/MkSelectでdisabledが効かなくなっている問題を修正 * Update Changelog * 誤字
* refactor(frontend): Formまわりの型強化 (#16260)かっこかり2025-07-0645-239/+344
| | | | | | | | | | | | | | | | | * refactor(frontend): Formまわりの型強化 * fix * avoid non-null assertion and add null check for safety * refactor * avoid non-null assertion and add null check for safety * Update clip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-07-061-16/+101
|\
| * refactor(frontend): menuの型定義の可読性向上 (#16261)かっこかり2025-07-061-16/+101
| |
* | chore(frontend): tweak selector to improve rendering performancesyuilo2025-07-061-5/+5
|/
* clean upsyuilo2025-07-064-25/+0
|
* clean upsyuilo2025-07-061-21/+0
|
* feat: ↵syuilo2025-07-0613-6/+257
| | | | 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
* clean upsyuilo2025-07-053-265/+1
|
* enhance(backend): Add display name to email (#16256)Souma2025-07-052-1/+5
| | | | | | | | | * feat(backend): Add display name to email Make it clear who sent emails. * docs(changelog): Add a description about this change Users can notice what's changed by this PR.
* fix type errorssyuilo2025-07-059-9/+14
|
* clean upsyuilo2025-07-051-1/+0
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-07-059-34/+20
|\
| * ノートのサーバー情報(InstanceTicker)のデザイン/パフォー ↵tamaina2025-07-051-25/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ンス改善(-webkit-text-stroke ver) (#16225) * Revert "enhance(frontend): Instance Tickerのデザイン改善 (#15946)" This reverts commit 04928ba7d163d3c5ecec89196f36b4cb94a01381. * enhance(frontend): Instance Tickerのデザイン改善(-webkit-text-stroke) * :art: * use theme fg/bg * use panel
| * New Crowdin updates (#16237)syuilo2025-07-058-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Indonesian)
* | 🎨syuilo2025-07-052-4/+2
|/
* perf(frontend): improve rendering performancesyuilo2025-07-053-8/+8
|
* clean upsyuilo2025-07-051-2/+0
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-07-055-4/+9
|\
| * test: VS Code上で複数のjestテストを表示できるように (#16251)tamaina2025-07-051-1/+5
| |
| * Bump version to 2025.7.0-beta.0github-actions[bot]2025-07-042-2/+2
| |
| * fix(frontend): ↵かっこかり2025-07-042-1/+2
| | | | | | | | | | | | | | ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 (#16247) * fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 * Update Changelog
* | refactorsyuilo2025-07-041-35/+35
|/
* fix(test): Play検索機能でBackend Unit Testが壊れているsyuilo2025-07-041-0/+2
|
* fix(test): Play検索機能でBackend Unit Testが壊れているsyuilo2025-07-041-1/+4
| | | | Fix #16248
* feat: Playを検索できるようにsyuilo2025-07-0412-18/+271
| | | | #13115
* fix(frontend): ↵かっこかり2025-07-042-0/+8
| | | | | | | | | | | | | プラグインのアンインストール時にローカルのセーブデータを削除するように (#16246) * fix(frontend): プラグインのアンインストール時にローカルのセーブデータを削除するように * Update Changelog * remove unused import --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ↵syuilo2025-07-032-9/+4
| | | | | | 投稿フォームにファイルをペースト/ドロップした際のUXを改善 Resolve #16205
* Update CHANGELOG.mdsyuilo2025-07-031-1/+2
|
* Bump version to 2025.7.0-alpha.0github-actions[bot]2025-07-032-2/+2
|
* Bump version to 2025.6.4-alpha.4github-actions[bot]2025-07-032-2/+2
|
* fix(frontend): ↵かっこかり2025-07-032-5/+69
| | | | | | | | | タブが不可視なあいだのpaginationのアップデートを停止するように (#16243) * fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように * fix lint * 待たない
* enhance(backend): avatarUrlの上限文字数の引き上げ (#16235)4ster1sk2025-07-032-1/+16
|
* enhance(frontend): ↵tamaina2025-07-031-4/+15
| | | | | | | | | | | | | | | | | | | | | | 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化 (#16226) * enhance(frontend): 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化 Fix #16224 * fix * +→* * fix * use RegExp.test * Update packages/frontend/src/pages/share.vue Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* fix(frontend): ↵tamaina2025-07-033-4/+4
| | | | | 条件により保存できない場合のメッセージを汎用的なものへ (#16238) Fix #16228