summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 2025.8.0-beta.1github-actions[bot]2025-08-191-1/+1
|
* fix(deps): update dependency tmp to v0.2.4 [security] (#16374)renovate[bot]2025-08-191-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: ↵syuilo2025-08-1913-11/+161
| | | | 非ログイン時に表示されるトップページのスタイルを選択できるように
* 🎨syuilo2025-08-181-1/+8
|
* Bump version to 2025.8.0-beta.0github-actions[bot]2025-08-181-1/+1
|
* chore(frontend): more hapticsyuilo2025-08-181-0/+3
|
* enhance(frontend): Add an option to customize Lockdown duration (#16405)Souma2025-08-181-16/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-188-0/+33
| | | | #16410
* Bump version to 2025.8.0-alpha.13github-actions[bot]2025-08-181-1/+1
|
* enhance(frontend): update aiscript to 1.1.0syuilo2025-08-183-7/+7
|
* chore: preserve notes with local reactions (#16412)anatawa122025-08-171-0/+1
|
* Bump version to 2025.8.0-alpha.12github-actions[bot]2025-08-151-1/+1
|
* 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-153-3/+6
| | | | Close #16318
* fix(frontend): ↵syuilo2025-08-152-9/+4
| | | | Botプロテクションの設定の変更検知が正しくない問題を修正
* Bump version to 2025.8.0-alpha.11github-actions[bot]2025-08-141-1/+1
|
* 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-142-14/+24
|\
| * Bump version to 2025.8.0-alpha.10github-actions[bot]2025-08-131-1/+1
| |
| * fix(frontend): ↵Sayamame-beans2025-08-131-13/+23
| | | | | | | | | | | | | | メンション補完のためのサジェストが正しく表示されない問題を修正 (#16401) * fix(frontend): mention-syntax detection for autocomplete doesn't work properly * docs(changelog): update changelog
* | Update about-misskey.vuesyuilo2025-08-141-0/+4
|/
* fix testsyuilo2025-08-111-4/+6
|
* fix testsyuilo2025-08-111-1/+2
|
* fix(backend): fix type errors caused by dependency updatesyuilo2025-08-092-13/+8
| | | | | 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-092-41/+41
| | | | | | | | | | * 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-091-1/+1
|
* Bump version to 2025.8.0-alpha.8github-actions[bot]2025-08-091-1/+1
|
* chore(deps): update [misskey-js] update dependencies (#16346)renovate[bot]2025-08-092-12/+12
| | | 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-098-2/+53
| | | | | * 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-091-1/+1
|
* fix(frontend-builder): ↵かっこかり2025-08-091-0/+2
| | | | 言語バンドルの作成状況がログに残るように (#16385)
* fix: チャットの利用可否ポリシーの考慮漏れを修正 (#16259)かっこかり2025-08-093-3/+15
| | | | | * fix: チャットの利用可否ポリシーの考慮漏れを修正 * :art:
* Fix: ↵Sayamame-beans2025-08-091-1/+1
| | | | | | | | | | | チャンネルのハイライトページにノートが表示されない問題を修正 (#16364) * fix(frontend): unable to see channel's featured notes * docs(changelog): update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix frontend tests broken with aiscript 1.0.0 (#16377)anatawa122025-08-092-8/+24
| | | | | * test: update test for aiscript 1.0: line info in error * test: update test for aiscript 1.0: keyword in object literal
* enhance(frontend): 画像エフェクトのUI改善 (#16191)かっこかり2025-08-0921-191/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 画像エフェクトの改善 * enhance: i18n colorClampAdvanced * fix: missing translation * enhance: i18n blockNoise * fix lint * fix: narrow down fx defs types * fix * fix: watermark用エフェクトは別で定義し直す * fix lint * ImageEffectorをwatermarkに隠蔽 * watermark関連の定義を完全に分離 * refactor * fix * ぼかし効果 -> スムージング * refactor: remove unnecessary `as const` * Update Changelog
* fix: ↵anatawa122025-08-095-32/+20
| | | | | | | | | カラムの名前が正しくリスト/チャンネルの名前にならない問題 (#15987) * fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題 * changelog Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正 * reduce requests to retrieve timeline name
* enhance(frontend): AiScriptのcode-splittingが正しく行われるようにsyuilo2025-08-081-6/+21
|
* Bump version to 2025.8.0-alpha.6github-actions[bot]2025-08-081-1/+1
|
* Fix: SystemWebhook設定でsecretを空に出来ない問題を修正 (#16371)Sayamame-beans2025-08-083-6/+6
| | | | | | | * fix(backend): allow system-webhook secret to be empty * docs(changelog): update changelog * chore: run build-misskey-js-with-types
* fix(backend): Fix and create unit test of CleanRemoteNotesProcessorService ↵tamaina2025-08-082-75/+725
| | | | | | | | | | | | | | | | | | | | | (#16368) * wip * test(backend): CleanRemoteNotesProcessorService (basic) * test(backend): CleanRemoteNotesProcessorService (advanced) * :v: * a * split initiator query * no order by * ??? * old → older
* 🎨syuilo2025-08-081-0/+8
|
* Update about-misskey.vuesyuilo2025-08-081-0/+4
|
* Bump version to 2025.8.0-alpha.5github-actions[bot]2025-08-081-1/+1
|
* Follow up per locale bundle (#16381)anatawa122025-08-0811-128/+110
| | | | | | | | | | | | | | | | | | | | | * fix docker build * enable check spdx license id in frontend-builder * fix eslint config * run eslint for frontend-builder in ci * fix eslint * add license headers * fix unnecessary comments * update changelog * fix generateDts * fix tsx
* per-locale bundle & inline locale (#16369)anatawa122025-08-0837-183/+1196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: split entry file by locale name * chore: とりあえず transform hook で雑に分割 * chore: とりあえず transform 結果をいい感じに * chore: concurrent buildで高速化 * chore: vite ではローケルのないものをビルドして後処理でどうにかするように * chore: 後処理のためにi18n.jを単体になるように切り出す * chore: use typescript * chore: remove unref(i18n) in vite build process * chore: inline variable * fix: build error * fix: i18n.ts.something.replaceAll() become error * chore: ignore export specifier from error * chore: support i18n.tsx as object * chore: process literal for all files * chore: split config and locale * chore: inline locale name * chore: remove updating locale in boot common * chore: use top-level await to load locales * chore: inline locale * chore: remove loading locale from boot.js * chore: remove loading locale from boot.js * コメント追加 * fix test; fetchに失敗する * import削除ログをdebugレベルに * fix: watch pug * chore: use hash for entry files * chore: remove es-module-lexer from dependencies * chore: move to frontend-builder * chore: use inline locale in embed * chore: refetch json on hot reload * feat: store localization related to boot.js in backend in bootloaderLocales localstorage * 応急処置を戻す * fix spex * fix `Using i18n identifier "e" directly. Skipping inlining.` warning * refactor: use scriptsDir parameter * chore: remove i18n from depmap * chore: make build crash if errors * error -> warn few conditions * use inline object * update localstorage keys * remove accessing locale localstorage * fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
* enhance(frontend): ↵syuilo2025-08-061-36/+44
| | | | タイムラインページのメニューから投稿フォームの表示有無を切り替えられるように
* feat(frontend): AiScriptを1.0に更新syuilo2025-08-066-41/+43
| | | | Close #16277