summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * enhance: verify-emailにフロントエンドUIを実装 (#16431)かっこかり2025-08-2116-29/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: メールのverifyをAPIに変更 * enhance(frontend): メールのVerifyページを追加 * fix * :art: * :art: * Update Changelog * lint
| * Bump version to 2025.8.0-beta.2github-actions[bot]2025-08-202-2/+2
| |
| * New Crowdin updates (#16416)syuilo2025-08-207-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * 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 (Thai) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Italian)
| * サーバー管理コマンド (#15882)syuilo2025-08-206-0/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update cli.ts * Update cli.ts * wip * Update CHANGELOG.md * Delete cli.mjs
| * fix(frontend): ↵syuilo2025-08-203-8/+14
| | | | | | | | | | | | | | 読み込み直後にプラグインによるノートの書き換えが行われない問題を修正 ブート時にプラグインがロードされるまで待機 Fix #16428
| * Bump version to 2025.8.0-beta.1github-actions[bot]2025-08-192-2/+2
| |
| * fix(deps): update dependency tmp to v0.2.4 [security] (#16374)renovate[bot]2025-08-192-8/+8
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * Update CHANGELOG.mdsyuilo2025-08-191-1/+2
| |
| * feat: ↵syuilo2025-08-1916-11/+177
| | | | | | | | 非ログイン時に表示されるトップページのスタイルを選択できるように
| * 🎨syuilo2025-08-183-1/+13
| |
| * Update CHANGELOG.mdsyuilo2025-08-181-0/+2
| |
| * Bump version to 2025.8.0-beta.0github-actions[bot]2025-08-182-2/+2
| |
| * chore(frontend): more hapticsyuilo2025-08-181-0/+3
| |
| * enhance(frontend): Add an option to customize Lockdown duration (#16405)Souma2025-08-184-16/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(locales): Add "setManually" and "_time.month" Add Japanese locales to auto-generate other languages. * feat(frontend): Add text fields to set lockdown duration manually Choose from presets or set it manually. * refactor(frontend): Make objects contains option's values and labels When adding a new option, it needed to write two times. * docs(changelog): Add a description about this change Users can notice what's changed by this PR. * refactor(frontend): Manage state by MkSelect The functions only initialize the values. * refactor(frontend): Make the custom input as writable computed Clean up the MkInput components. * chore(locales): Switch to "custom" A single word is better than sentence on this situation. * refactor(frontend): Insert the custom button to presets Users don't need to click multiple times to use prests.
| * Update about-misskey.vuesyuilo2025-08-181-0/+3
| |
| * feat(frontend): introduce haptic feedback as experimental featuresyuilo2025-08-189-0/+41
| | | | | | | | #16410
| * Bump version to 2025.8.0-alpha.13github-actions[bot]2025-08-182-2/+2
| |
| * enhance(frontend): update aiscript to 1.1.0syuilo2025-08-185-14/+14
| |
| * chore: preserve notes with local reactions (#16412)anatawa122025-08-171-0/+1
| |
| * Bump version to 2025.8.0-alpha.12github-actions[bot]2025-08-152-2/+2
| |
| * fix: Remote Note Cleaning will delete notes embedded in a page (#16408)anatawa122025-08-1513-96/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: preserve number of pages referencing the note * chore: delete pages on account delete * fix: notes on the pages are removed by CleanRemoteNotes * test: add the simplest test for page embedded notes * fix: section block is not considered * fix: section block is not considered in migration * chore: remove comments from columns * revert unnecessary change * add pageCount to webhook test * fix type error on backend
| * enhance(frontend): improve enableInfiniteScroll stabilitysyuilo2025-08-154-3/+7
| | | | | | | | Close #16318
| * fix(frontend): ↵syuilo2025-08-152-9/+4
| | | | | | | | Botプロテクションの設定の変更検知が正しくない問題を修正
| * Bump version to 2025.8.0-alpha.11github-actions[bot]2025-08-142-2/+2
| |
| * enhance: performance for CleanRemoteNotesProcessorService (#16404)饺子w (Yumechi)2025-08-142-90/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: performance for CleanRemoteNotesProcessorService Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * docs Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * change initial limit to 100 Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * robustness for transient race conditions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * handle cursors in postgres Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * robustness: transient errors and timeout handling Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * use '0' as initial cursor Signed-off-by: eternal-flame-AD <yume@yumechi.jp> --------- Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-08-146-370/+410
| |\
| | * Bump version to 2025.8.0-alpha.10github-actions[bot]2025-08-132-2/+2
| | |
| | * New Crowdin updates (#16394)syuilo2025-08-132-355/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Chinese Simplified)
| | * fix(frontend): ↵Sayamame-beans2025-08-132-13/+25
| | | | | | | | | | | | | | | | | | | | | メンション補完のためのサジェストが正しく表示されない問題を修正 (#16401) * fix(frontend): mention-syntax detection for autocomplete doesn't work properly * docs(changelog): update changelog
| * | Update about-misskey.vuesyuilo2025-08-141-0/+4
| |/
| * Update CHANGELOG.mdsyuilo2025-08-111-0/+2
| |
| * New Crowdin updates (#16386)syuilo2025-08-1126-188/+593
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Norwegian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Italian)
| * fix testsyuilo2025-08-111-4/+6
| |
| * fix testsyuilo2025-08-111-1/+2
| |
| * fix(workflow): correct references to built image's ID (#16391)zyoshoka2025-08-101-1/+1
| |
| * fix(backend): fix type errors caused by dependency updatesyuilo2025-08-093-29/+12
| | | | | | | | | | https: //github.com/misskey-dev/misskey/pull/16308 Co-Authored-By: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
| * fix(deps): update [backend] update dependencies (#16201)renovate[bot]2025-08-093-1227/+969
| | | | | | | | | | | | | | | | | | | | * fix(deps): update [backend] update dependencies * Update HttpRequestService.ts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * Bump version to 2025.8.0-alpha.9github-actions[bot]2025-08-092-2/+2
| |
| * Bump version to 2025.8.0-alpha.8github-actions[bot]2025-08-092-2/+2
| |
| * chore(deps): update [misskey-js] update dependencies (#16346)renovate[bot]2025-08-093-564/+130
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * chore(backend): remove unused codessyuilo2025-08-0910-39/+0
| |
| * enhance: ユーザー検索を制限できるように (#16380)かっこかり2025-08-0911-2/+64
| | | | | | | | | | * enhance: ユーザー検索を制限できるように * Update Changelog
| * fix(backend): prevent run repeatable job immediatelysyuilo2025-08-091-0/+1
| | | | | | | | Fix #16357
| * Bump version to 2025.8.0-alpha.7github-actions[bot]2025-08-092-2/+2
| |
| * Update CHANGELOG.mdsyuilo2025-08-091-0/+2
| |
| * chore(deps): update [tools] update dependencies (#16348)renovate[bot]2025-08-092-72/+72
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(frontend-builder): ↵かっこかり2025-08-091-0/+2
| | | | | | | | 言語バンドルの作成状況がログに残るように (#16385)
| * fix: チャットの利用可否ポリシーの考慮漏れを修正 (#16259)かっこかり2025-08-093-3/+15
| | | | | | | | | | * fix: チャットの利用可否ポリシーの考慮漏れを修正 * :art:
| * fix(deps): regenerate lockfile (#16384)かっこかり2025-08-091-47/+30
| |
| * Update CHANGELOG.mdsyuilo2025-08-091-1/+1
| |