Commit Graph

27863 Commits

Author SHA1 Message Date
syuilo 9fe4c52bc7 New translations ja-jp.yml (Portuguese) 2025-09-17 20:15:32 +09:00
syuilo 5d33a9055f New translations ja-jp.yml (Korean) 2025-09-17 20:15:27 +09:00
syuilo 3c71f82e0b New translations ja-jp.yml (German) 2025-09-17 20:15:22 +09:00
syuilo 5a39f9b757 New translations ja-jp.yml (Czech) 2025-09-17 20:15:18 +09:00
syuilo dbc39539c2 New translations ja-jp.yml (Catalan) 2025-09-17 20:15:16 +09:00
syuilo 26f0cc02e8 New translations ja-jp.yml (Arabic) 2025-09-17 20:15:14 +09:00
syuilo 5a67f9793f New translations ja-jp.yml (French) 2025-09-17 20:15:13 +09:00
syuilo 5ce26fb5a0 New translations ja-jp.yml (Romanian) 2025-09-17 20:15:11 +09:00
syuilo b257c812fa New translations ja-jp.yml (Chinese Traditional) 2025-09-17 20:15:09 +09:00
syuilo 2379bbae0b New translations ja-jp.yml (Turkish) 2025-09-17 20:15:07 +09:00
syuilo f35abd5ce7 New translations ja-jp.yml (Russian) 2025-09-17 20:15:05 +09:00
syuilo e919b4d0d6 New translations ja-jp.yml (Italian) 2025-09-17 20:15:03 +09:00
syuilo dccc1e3e25 New translations ja-jp.yml (Spanish) 2025-09-17 20:15:02 +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 04549ee7c1 New translations ja-jp.yml (Korean) 2025-09-17 18:29:13 +09:00
syuilo 7e4c5d7e46 New translations ja-jp.yml (Chinese Traditional) 2025-09-17 12:04:21 +09:00
syuilo 54b329d96e New translations ja-jp.yml (Spanish) 2025-09-17 07:22:22 +09:00
syuilo 5c61b0de4c New translations ja-jp.yml (Catalan) 2025-09-16 23:42:27 +09:00
syuilo ac7a0f5552 New translations ja-jp.yml (Chinese Simplified) 2025-09-16 18:06:49 +09:00
syuilo c35634baca New translations ja-jp.yml (Chinese Traditional) 2025-09-16 18:06:47 +09:00
syuilo 8859cbc590 New translations ja-jp.yml (Japanese, Kansai) 2025-09-16 16:28:48 +09:00
syuilo 908e854ef8 New translations ja-jp.yml (Thai) 2025-09-16 16:28:38 +09:00
syuilo c4f295961a New translations ja-jp.yml (Vietnamese) 2025-09-16 16:28:33 +09:00
syuilo eda972c7f4 New translations ja-jp.yml (English) 2025-09-16 16:28:32 +09:00
syuilo b675e4b55c New translations ja-jp.yml (Chinese Simplified) 2025-09-16 16:28:30 +09:00
syuilo ee27e52076 New translations ja-jp.yml (Portuguese) 2025-09-16 16:28:25 +09:00
syuilo 822ce69e78 New translations ja-jp.yml (Korean) 2025-09-16 16:28:20 +09:00
syuilo 9a9e0c8d70 New translations ja-jp.yml (German) 2025-09-16 16:28:15 +09:00
syuilo 0d579563f0 New translations ja-jp.yml (Catalan) 2025-09-16 16:28:12 +09:00
syuilo 596a4880f5 New translations ja-jp.yml (Chinese Traditional) 2025-09-16 16:28:06 +09:00
syuilo 2ba8b7f9c5 New translations ja-jp.yml (Turkish) 2025-09-16 16:28:04 +09:00
syuilo 5d14264d52 New translations ja-jp.yml (Italian) 2025-09-16 16:28:00 +09:00
syuilo 7557154e58 New translations ja-jp.yml (Spanish) 2025-09-16 16:27:58 +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
かっこかり e504560477
fix: サーバー設定によりコンテンツの閲覧が制限されている場合のメッセージを区別するように (#16527) 2025-09-16 11:53:20 +09:00
syuilo bcb2073715 enhance(backend): 初期設定をスキップした場合の初期状態ポリシーでインポート系をオプトインに
Resolve #16540
2025-09-16 11:26:35 +09:00
syuilo 6a80c23a50
chore(frontend): enable enableFolderPageView by default 2025-09-15 14:33:32 +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
syuilo 77efe8f3d9 New translations ja-jp.yml (Italian) 2025-09-11 01:58:46 +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
syuilo a761bd6fb5 New translations ja-jp.yml (Chinese Traditional) 2025-09-09 15:00:56 +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