syuilo
e18b92823f
Update README.md
2026-01-07 21:43:31 +09:00
anatawa12
2d709ceeb4
fix: typo in import specifier ( #17076 )
2026-01-07 20:40:14 +09:00
anatawa12
38b3eecc8c
migrate build scripts to esmodules ( #17071 )
...
* chore: migrate build scripts to esmodules
* chore: do not use export default in build script
2026-01-06 19:23:59 +09:00
おさむのひと
f6fc78f578
refactor: DriveFileEntityServiceとDriveFolderEntityServiceの複数件取得をリファクタ ( #17064 )
...
* refactor: DriveFileEntityServiceとDriveFolderEntityServiceの複数件取得をリファクタ
* add test
* fix
* Update packages/backend/src/core/entities/DriveFolderEntityService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/test/unit/entities/DriveFolderEntityService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/entities/DriveFileEntityService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Revert "Update packages/backend/src/core/entities/DriveFileEntityService.ts"
This reverts commit 83bb9564cf .
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-06 13:13:06 +09:00
syuilo
6e99acf7a7
update clean scripts
2026-01-05 21:49:45 +09:00
github-actions[bot]
553a147396
Bump version to 2026.1.0-alpha.1
2026-01-05 12:03:42 +00:00
syuilo
7bcfeba7e5
Minify backend ( #17054 )
...
* wip
* Update build.js
* Update build.js
* [minify-backend用] フィジビリティ検証 (#16878 )
* fix: minify-backend
* 間違えて入れちゃったのを戻す
* 追従
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* test
* use node 24
* Revert "use node 24"
This reverts commit 7ae2debf23 .
* Revert "test"
This reverts commit d919879091 .
* Update package.json
* wip
* Update compile_config.js
* Revert "Update compile_config.js"
This reverts commit 0ee286f02b .
* Update config.ts
* wip
* Update .swcrc
* Update ClientServerService.ts
* [ci skip] update CHANGELOG
---------
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2026-01-05 20:56:52 +09:00
renovate[bot]
4f65c1529b
chore(deps): update [misskey-js] update dependencies [ci skip] ( #17025 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 18:35:10 +09:00
かっこかり
589ae8d4c6
fix(deps): update [frontend] update dependencies ( #17062 )
...
* fix(deps): update [frontend] update dependencies
* rollback tsgo to fix type error
* Revert "rollback tsgo to fix type error"
This reverts commit 3a0b94e5b2 .
* rollback vue-tsc to fix type errors (test)
* update vue-tsc to 3.2.0
* update vue-tsc stack to v3.2.1
* rollback vue-tsc to v3.1.8
2026-01-03 18:15:34 +09:00
かっこかり
0be4405a79
fix(deps): run pnpm dedupe ( #17063 )
2026-01-03 15:30:04 +09:00
renovate[bot]
2fba2e7049
fix(deps): update [root] update dependencies [ci skip] ( #17023 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-03 12:28:57 +09:00
github-actions[bot]
96b03a7179
Bump version to 2026.1.0-alpha.0
2026-01-02 12:51:50 +00:00
かっこかり
cdb958cdf0
fix(frontend): 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正 ( #17059 )
...
* fix(frontend): 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2026-01-02 21:50:25 +09:00
syuilo
245775ea87
[skip ci] Update CHANGELOG.md
2026-01-02 21:48:39 +09:00
renovate[bot]
40d55fc6a3
fix(deps): update [backend] update dependencies ( #17026 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-02 21:47:23 +09:00
かっこかり
9c22538454
fix(frontend): ファイルタブのセンシティブメディアを開く際に確認ダイアログを出す設定が適用されない問題を修正 ( #17019 )
...
* fix(frontend): ファイルタブのセンシティブメディアを開く際に確認ダイアログを出す設定が適用されない問題を修正
* Update Changelog
* refactor
* Update Changelog
2026-01-02 21:41:32 +09:00
かっこかり
a1ba403f9a
fix(frontend): ログインダイアログが表示されたあとの処理がおかしくなる問題を修正 ( #17038 )
...
* fix(frontend): ログインダイアログが表示されたあとの処理がおかしくなる問題を修正
* Update Changelog
2026-01-02 21:38:53 +09:00
かっこかり
443e1ed29e
refactor(frontend): prefer.model, store.modelではcustomRefを使用するように ( #17058 )
...
* refactor(frontend): prefer.model, store.modelではcustomRefを使用するように
* fix: watchの解除に失敗してもエラーで落ちないように
* Update packages/frontend/src/lib/pizzax.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-02 21:34:43 +09:00
かっこかり
b5454cb2c4
fix(frontend): 登録日によるソートの場合はpaginator側のソートを使用するように ( #17048 )
...
* fix(frontend): 登録日によるソートの場合はpaginator側のソートを使用するように
* Update Changelog
* fix lint
* refactor
2026-01-01 10:32:38 +09:00
かっこかり
8577f10456
2026 ( #17052 )
2026-01-01 00:00:00 +09:00
かっこかり
16ffd88ecc
enhance: 誕生日のユーザーウィジェットで、今日だけに限らず、直近の誕生日ユーザーを表示できるように ( #13637 )
...
* enhance(frontend): 「今日誕生日のフォロー中ユーザー」ウィジェットをリファクタリング
(cherry picked from commit 24652b9364 )
* fix(backend): 年越しの時期で誕生日検索クエリーが誤動作する問題を修正 (MisskeyIO#577)
(cherry picked from commit 38581006be )
* fix
* spdx
* delete birthday param on users/following api
* 名称を一本化
* Update Changelog
* Update Changelog
* fix(frontend/WidgetBirthdayFollowings): ユーザーの名前が長いと投稿ボタンがはみ出てしまう問題を修正 (MisskeyIO#582)
(cherry picked from commit fa47a545b1 )
* use module css
* default 3day
* Revert "delete birthday param on users/following api"
This reverts commit a47456c1c4 .
* Update Changelog
* 日付が1ヶ月ズレている問題を修正?
* fix: 日付関連のバグを修正
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
* build misskey-js types
* add comment
* Update CHANGELOG.md
* migrate
* change migration
* UPdate Changelog
* fix: revert unnecessary changes
* 🎨
* i18n
* fix
* update changelog
* 🎨
* fix lint
* refactor: remove unnecessary classes
* fix
* fix
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
2025-12-31 22:33:26 +09:00
かっこかり
866e675134
fix(frontend): ウィジェットの設定画面のプレビューが利用できない問題を修正 ( #17056 )
2025-12-31 18:06:22 +09:00
かっこかり
01aa56c602
enhance(backend/oauth): Support client information discovery in the IndieAuth 11 July 2024 spec ( #17030 )
...
* enhance(backend): Support client information discovery in the IndieAuth 11 July 2024 spec
* add tests
* Update Changelog
* Update Changelog
* fix tests
* fix test describe to align with the other describe format
2025-12-31 14:50:01 +09:00
かっこかり
ff7d2c1083
refactor(frontend): remove undefined css rules ( #17051 )
2025-12-31 13:42:59 +09:00
かっこかり
404fca6c2d
fix(frontend): fix build error ( #17050 )
2025-12-30 17:55:52 +09:00
かっこかり
3fe0477cac
fix(frontend): ディレクティブの型が当たらない問題を修正 ( #17049 )
2025-12-30 16:39:07 +09:00
かっこかり
97d485bdd2
enhance(frontend): ウィジェットの設定項目の多言語対応 ( #17032 )
...
* enhance(frontend): ウィジェットの設定項目の多言語対応
* Update Changelog
* refactor: move options locale key to root for optimizing artifacts for locale inlining
* fix
* fix
* ✌️
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-12-30 15:59:18 +09:00
かっこかり
4285303c81
fix(frontend): follow-up of #17033 ( #17047 )
...
* wip
* fix
* ref -> reactive
* tweak throttle threshold
* tweak throttle threshold
* rss設定にはmanualSaveを使用するように
* Update MkWidgetSettingsDialog.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-12-30 14:32:40 +09:00
かっこかり
14f58255ee
enhance(frontend): ウィジェットの設定画面を改良 ( #17033 )
...
* enhance(frontend): ウィジェットの設定画面を改良
* Update Changelog
* fix lint
2025-12-28 20:50:11 +09:00
おさむのひと
b69b0acf59
chore: SearchServiceのunit-test追加 ( #17035 )
...
* add serach service test
* add meili test
* CIの修正が足りなかった
* テストの追加
* fix
2025-12-28 19:57:18 +09:00
かっこかり
7a5430199f
enhance(frontend): MkDriveで自動でもっと見るを有効化 ( #17037 )
...
* enhance(frontend): MkDriveで自動でもっと見るを有効化
* Update Changelog
2025-12-28 19:53:08 +09:00
syuilo
c32307dca4
Update README.md
2025-12-27 14:30:36 +09:00
kami8
bc78bb9b8e
Fix(frontend): ドライブクリーナーから画像を削除した際、リロードしなくても画面に反映されるよう修正 ( #16888 )
...
* ドライブクリーナーでファイル削除後、リロードなしで画面に反映されるように修正
* CHANGELOG.mdを修正
* CHANGELOGがおかしかったので修正
2025-12-26 09:19:32 +09:00
renovate[bot]
a33b003282
chore(deps): update [tools] update dependencies [ci skip] ( #17024 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-23 19:32:38 +09:00
anatawa12
74e847a04d
refactor: use TRANSIENT scope to avoid service bucket relay ( #16985 )
...
* refactor: use TRANSIENT scope to avoid service bucket relay
* lint: fix lints
* refactor: use transient for apResolver
* Update packages/backend/src/core/activitypub/models/ApImageService.ts
* fix
2025-12-22 17:01:10 +09:00
anatawa12
06657c81d3
feat: use tsgo where capable ( #16984 )
2025-12-22 16:52:05 +09:00
おさむのひと
5c5e965151
fix(ci): dockleのciをより安定して動かせるようにする ( #16987 )
2025-12-22 16:51:38 +09:00
github-actions[bot]
b07a1e692f
[skip ci] Update CHANGELOG.md (prepend template)
2025-12-22 05:30:46 +00:00
github-actions[bot]
78348007ed
Release: 2025.12.2
2025-12-22 05:30:41 +00:00
かっこかり
92f1e599db
Update CHANGELOG.md [ci skip]
2025-12-22 12:05:25 +09:00
github-actions[bot]
26b5979c76
Bump version to 2025.12.2-beta.4
2025-12-20 12:30:29 +00:00
かっこかり
b1048525d2
fix(frontend): 一部のUnicode絵文字がリアクションボタンにならない問題を修正 ( #17017 )
...
* fix(frontend): 一部のUnicode絵文字がリアクションボタンにならない問題を修正
* Update Changelog
* fix
2025-12-20 21:23:39 +09:00
かっこかり
4c31eb409c
fix(frontend): ストレージが消去される事がある問題を軽減 ( #16704 )
...
* fix(frontend): ストレージが消去される事がある問題を軽減
* add comment
* add catch to continue request permissions
* Update Changelog
* update changelog
* fix
通知権限の許可取得はボタン押下時に移動
* fix
* wip
* Update main-boot.ts
* wip
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-12-20 21:22:31 +09:00
おさむのひと
f739cb6270
fix: admin/queue/deliver-delayedとadmin/queue/inbox-delayedの応答速度を改善 ( #17009 )
2025-12-20 19:15:05 +09:00
github-actions[bot]
81bacb6203
Bump version to 2025.12.2-beta.3
2025-12-20 10:07:41 +00:00
かっこかり
ee8dccea2f
fix(backend): fix #16994 by approach 6 ( #17005 )
...
* fix(backend): narrow down trustproxy default value and enhance documentation on how to configure it
* Update Changelog
* indent [ci skip]
* Update CHANGELOG.md [ci skip]
* add cloudflare specific example
* Update .config/example.yml
Co-authored-by: anatawa12 <anatawa12@icloud.com>
* fix: productionでIPレートリミットされる際にlocalhostからリクエストが来たらログを残すように
* fix: wrong condition
* fix: use own logger for signin api
* flip configuration
* fix
* fix [ci skip]
* fix: wrong message [ci skip]
* fix: どこがおかしいか明記 [ci skip]
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
2025-12-20 19:07:05 +09:00
syuilo
6d00645bc7
fix(frontend): iPadOSのPWAでアプリを切り替えた際にウィジェット表示ボタンが消滅する問題を修正
2025-12-18 20:27:12 +09:00
syuilo
baeed4bc80
perf(backend): lazy load systeminformation
...
systeminformationを必要とする機能を有効にしていないサーバーで無駄に読み込まれることが無いように
2025-12-18 20:05:20 +09:00
syuilo
dba44daf9c
🎨 and refactor
2025-12-18 15:40:40 +09:00
syuilo
46e6dd99d1
chore: remove beta label from some features
2025-12-18 15:15:07 +09:00