Commit Graph

27877 Commits

Author SHA1 Message Date
syuilo 7adf49e453 Merge branch 'develop' into pr/16456 2025-09-18 19:19:21 +09:00
syuilo 5fe08d0bbb fix(frontend): iOSで、デバイスがダークモードだと初回読み込み時にエラーになる問題を修正
Fix #16562
2025-09-18 19:18:31 +09:00
syuilo 5d44ae877a Update ja-JP.yml 2025-09-18 15:49:05 +09:00
syuilo ae452dbb54 Merge branch 'develop' into pr/16456 2025-09-17 20:00:21 +09:00
syuilo 4d6ff822c4 Update show.ts 2025-09-17 19:58:18 +09:00
syuilo 8c413d01e6
enhance(frontend): マスクエフェクト (#16556)
* wip

* wip

* Update MkImageEffectorDialog.vue

* Update MkImageEffectorDialog.vue

* Update MkImageEffectorDialog.vue

* Update MkImageEffectorDialog.vue

* Update MkImageEffectorDialog.vue

* Update fillSquare.ts

* Update CHANGELOG.md

* Update fillSquare.ts
2025-09-17 18:38:56 +09:00
syuilo b231da7c7c enhance(frontend): チャットの日本語名称をダイレクトメッセージに & ベータを外す 2025-09-16 16:24:10 +09:00
syuilo df3e44f62e enhance(backend): allow upload csv by default
Related #16541
2025-09-16 12:16:18 +09:00
syuilo 89302ed248 Merge branch 'develop' into pr/16456 2025-09-16 11:55:42 +09:00
かっこかり e504560477
fix: サーバー設定によりコンテンツの閲覧が制限されている場合のメッセージを区別するように (#16527) 2025-09-16 11:53:20 +09:00
syuilo 0b8aae0c06 Merge branch 'develop' into pr/16456 2025-09-16 11:38:49 +09:00
syuilo bcb2073715 enhance(backend): 初期設定をスキップした場合の初期状態ポリシーでインポート系をオプトインに
Resolve #16540
2025-09-16 11:26:35 +09:00
syuilo b1d312b686 ✌️ 2025-09-16 11:03:23 +09:00
syuilo 901872e4fd Update get-user-menu.ts 2025-09-16 10:56:58 +09:00
syuilo 214d3ef35d Update qr.show.vue 2025-09-16 09:04:10 +09:00
syuilo de32c732db Update qr.show.vue 2025-09-16 09:03:40 +09:00
syuilo 857d4fd5b2 Update qr.vue 2025-09-16 08:46:27 +09:00
tamaina dc19250aee fix os.select usage 2025-09-15 18:39:24 +09:00
tamaina 14828573d4 clean up: do not use empty css 2025-09-15 18:38:27 +09:00
tamaina 2e8ad6d985 Misskeyロゴにdrop-shadowを追加 2025-09-15 18:33:11 +09:00
syuilo 2699839144 Update qr.show.vue 2025-09-15 17:31:16 +09:00
syuilo 6a80c23a50
chore(frontend): enable enableFolderPageView by default 2025-09-15 14:33:32 +09:00
syuilo bd44a565a7 🎨 2025-09-15 10:57:59 +09:00
syuilo 205ca12178 refactor 2025-09-15 08:59:01 +09:00
syuilo 0306298071 clean up 2025-09-15 08:58:16 +09:00
syuilo 6f24b3b661 refactor 2025-09-15 08:57:30 +09:00
syuilo 923111d538 🎨 2025-09-15 08:48:07 +09:00
syuilo 268b303e0c 🎨 2025-09-14 21:02:27 +09:00
syuilo 79abac6f64 Merge branch 'develop' into pr/16456 2025-09-14 19:03:55 +09:00
syuilo 2621f468ff enhance: 広告ごとにセンシティブフラグを設定できるように 2025-09-14 15:25:22 +09:00
かっこかり d4654dd7bd
refactor(frontend): os.select, MkSelectのitem指定をオブジェクトによる定義に統一し、型を狭める (#16475)
* refactor(frontend): MkSelectのitem指定をオブジェクトによる定義に統一

* fix

* spdx

* fix

* fix os.select

* fix lint

* add comment

* fix

* fix: os.select対応漏れを修正

* fix

* fix

* fix: MkSelectのmodelに対する型チェックを厳格化

* fix

* fix

* fix

* Update packages/frontend/src/components/MkEmbedCodeGenDialog.vue

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* fix

* fix types

* fix

* fix

* Update packages/frontend/src/pages/admin/roles.editor.vue

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* fix: MkSelectに直接配列を指定している場合に正常に型が解決されるように

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-09-13 21:00:33 +09:00
renovate[bot] b7da6cad87
fix(deps): update dependency vite [security] (#16535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-13 10:32:49 +09:00
かっこかり 5b4115e21a
refactor(frontend): フロントエンドの型エラー解消(途中まで) (#16539)
* fix(frontend): FormLinkをボタンとして使用した際にエラーが出る問題を修正

* refactor(frontend): フロントエンドの型エラー解消

* remove unused ts-expect-error

* migrate

* remove unrelated changes

* fix lint

* more type fixes
2025-09-13 08:33:14 +09:00
syuilo c174c5c144
Update CHANGELOG.md 2025-09-12 17:13:13 +09:00
かっこかり aebc3f781e
perf(frontend): 低精度な現在時刻を一か所で管理するように (#16479)
* perf(frontend): 低精度な現在時刻を一か所で管理するように

* lint

* fix

* remove unused imports

* fix

* Update Changelog

* [ci skip] typo

* enhance: カレンダーウィジェットの日付変更は時間通りに行うように

* [ci skip] fix
2025-09-12 17:12:50 +09:00
tamaina 84dad9433c use MkUserName 2025-09-10 22:35:52 +09:00
かっこかり f60b6291d7
chore(gh): add frontend-builder to renovate 2025-09-10 10:01:25 +09:00
taiy 7673874675
fix(eslint): add window prefix rules to frontend-embed & frontend-shared (#16531) 2025-09-10 09:22:12 +09:00
tamaina 19f54b1bcb `defineProps` is a compiler macro and no longer needs to be imported. 2025-09-08 22:53:41 +09:00
tamaina 73853b08f5 use cqh 2025-09-08 22:53:17 +09:00
github-actions[bot] 6e3354f95d [skip ci] Update CHANGELOG.md (prepend template) 2025-09-08 12:29:30 +00:00
github-actions[bot] b9df928097 Release: 2025.9.0 2025-09-08 12:29:25 +00:00
github-actions[bot] 0754678144 Bump version to 2025.9.0-rc.0 2025-09-08 11:33:58 +00:00
tamaina a8cc51dc77
fix(frontend): Safari 26でモバイルUIが崩れる問題に対するhotfix (#16528) 2025-09-08 20:32:19 +09:00
github-actions[bot] 690edcef16 Bump version to 2025.9.0-beta.1 2025-09-08 11:21:12 +00:00
tamaina d6a0e6f388
Merge branch 'develop' into qr 2025-09-08 18:33:31 +09:00
renovate[bot] 2ea784f345
fix(deps): update [backend] update dependencies (#16491)
* fix(deps): update [backend] update dependencies

* fix type error

* run pnpm dedupe

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-09-08 17:11:18 +09:00
renovate[bot] 20d257b562
chore(deps): update [misskey-js] update dependencies (#16489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 16:14:23 +09:00
renovate[bot] c215415613
fix(deps): update [root] update dependencies (#16490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 16:08:15 +09:00
github-actions[bot] 726c03d96a Bump version to 2025.9.0-beta.0 2025-09-08 06:32:15 +00:00