summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enhance(backend): ↵syuilo2025-07-311-78/+45
| | | | 古いバージョンで作成され現在使われなくなったrepeatableジョブをクリーンアップするように
* fix(frontend): ↵かっこかり2025-07-312-1/+3
| | | | | | | | | 適用中のテーマを保持する際にリアクティビティも保持される問題を修正 (#16304) * fix(frontend): 現在のテーマを保持する際にリアクティビティが保持される問題を修正 * Update Changelog * Update theme.ts
* enhance(backend): BullMQの廃止されたRepeatableからJob ↵syuilo2025-07-311-34/+58
| | | | Schedulersに移行
* ノートの脱CASCADE削除 (#16332)syuilo2025-07-3122-80/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * Update QueryService.ts * Update QueryService.ts * wip * Update MkNoteDetailed.vue * Update NoteEntityService.ts * wip * Update antennas.ts * Update create.ts * Update NoteEntityService.ts * wip * Update CHANGELOG.md * Update NoteEntityService.ts * Update NoteCreateService.ts * Update note.test.ts * Update note.test.ts * Update ClientServerService.ts * Update ClientServerService.ts * add error handling * Update NoteDeleteService.ts * Update CHANGELOG.md * Update entities.ts * Update entities.ts * Update misskey-js.api.md
* fix(test): Fix name of a test in e2e/timelines.ts (#16334)tamaina2025-07-311-1/+1
|
* test(backend): e2e/timelines.ts: 非FTT時のテストを追加, ↵tamaina2025-07-303-1061/+1441
| | | | | | | | | | | | | | | | | | | | | 凍結のテストを追加, これにかかる幾つかのバグ修正 (#16284) * test(backend): 非FTT時のテストを追加 * clean up * skip test about reply * Fix #16289 * clean up * cherry pick * add renote test * Fix https://github.com/misskey-dev/misskey/issues/16293 * remove debug log
* fix(frontend): inline な SearchMarker ↵かっこかり2025-07-302-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | のパスが正しくない問題を修正 (#16301) * replace URL path for inlined SearchMarkers The search index looks like: ```ts [ { id: 'foo', label: 'security', path: '/settings/security', inlining: ['2fa'], }, { id: '2fa', label: 'two-factor auth', path: '/settings/2fa', // guessed wrong by the index generation }, { id: 'aaaa', parentId: '2fa', label: 'totp', }, … ] ``` This file post-processes that index and re-parents the inlined sections. Problem was, it left the (wrong) `path` untouched. Replacing the `path` makes the search work fine. * Update Changelog --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
* fix(frontend/test): Cypressが失敗する問題を修正 (#16307)かっこかり2025-07-301-3/+8
| | | | | * attempt to fix test * fix(frontend/test): Cypressが失敗する問題を修正
* chore: continue backend E2E test even if fail with minimum Node.js version ↵zyoshoka2025-07-301-0/+1
| | | | | | | (#16324) * chore: continue backend E2E test even if fail with minimum Node.js version * chore: disable `fail-fast`
* enhance(frontend): typed nirax (#16309)かっこかり2025-07-3029-52/+308
| | | | | | | * enhance(frontend): typed nirax * migrate router.replace * fix
* perf(frontend): draw-blurhash ↵tamaina2025-07-302-2/+2
| | | | workerの結果をpostMessageする際にImageBitmapを移譲する (#16330)
* fix(deps): regenerate lockfile (#16302)かっこかり2025-07-191-1272/+143
|
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-07-181-0/+12
|
* Release: 2025.7.0github-actions[bot]2025-07-182-2/+2
|
* Bump version to 2025.7.0-rc.1github-actions[bot]2025-07-172-2/+2
|
* New Crowdin updates (#16274)syuilo2025-07-179-61/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (English)
* enhance(frontend): disable InfiniteScroll to improve stabilitysyuilo2025-07-174-2/+5
| | | | #16229
* remove unused codesyuilo2025-07-171-4/+0
|
* Bump version to 2025.7.0-rc.0github-actions[bot]2025-07-172-2/+2
|
* 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
|/