github-actions[bot]
|
d9c9b95fc0
|
Bump version to 2025.12.0-alpha.1
|
2025-12-03 00:15:47 +00:00 |
おさむのひと
|
1facca1ac5
|
enhance(backend): 起動前にconfigをjson化 (#16923)
* enhance(backend): 起動前にconfigをjson化
* fix
* fix
* fix
* fix
* fix
* fix CHANGELOG.md
* fix
* Update CHANGELOG.md
* get original
|
2025-12-03 09:00:37 +09:00 |
github-actions[bot]
|
72cdaff810
|
Bump version to 2025.12.0-alpha.0
|
2025-12-01 09:58:16 +00:00 |
かっこかり
|
7b9e83a6b8
|
enhance(backend): バックエンドで言語リストのみを参照するように (#16915)
|
2025-12-01 18:51:36 +09:00 |
github-actions[bot]
|
483483bc44
|
Bump version to 2025.11.2-alpha.4
|
2025-12-01 09:37:48 +00:00 |
かっこかり
|
f222d7e24d
|
enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (#16908)
* enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (to misskey-dev dev branch) (#16889)
* wip
* wip
* wip
* wip
* fix lint
* attempt to fix test
* fix
* fix
* fix: oauthページの描画がおかしい問題を修正
* typo [ci skip]
* fix
* fix
* fix
* fix
* fix
* refactor
* fix
* fix
* fix broken lockfile
* fix: expose supported languages as global variable
* remove i18n package from root as it is no longer required [ci skip]
* fix
* fix: add i18n package.json to Docker target-builder stage for federation tests (#16909)
* Initial plan
* fix: add i18n package.json to Docker target-builder stage for federation tests
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: followup-test-federation for enh-remove-pug (#16910)
* fix: followup-test-federation for enh-remove-pug
* Revert "fix: add i18n package.json to Docker target-builder stage for federation tests (#16909)"
This reverts commit 14313468d3.
* fix: CSSが読み込まれない場合がある問題を修正
* fix [ci skip]
* fix: propsのデフォルト値をnull合体演算子から論理和演算子に変更(空文字に対処するため)
* remove @types/pug
* enhance: bootloaderを埋め込むように
* fix possible race condition
* remove esbuild
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
|
2025-12-01 18:36:55 +09:00 |
syuilo
|
e1b6e9d4b6
|
fix(frontend): visibilityStateがhiddenな状態でstartViewTransitionしないように
|
2025-12-01 08:21:30 +09:00 |
renovate[bot]
|
128fe6d644
|
chore(deps): update [misskey-js] update dependencies [ci skip] (#16900)
* chore(deps): update [misskey-js] update dependencies
* 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-11-30 22:09:10 +09:00 |
github-actions[bot]
|
aa905a74cf
|
Bump version to 2025.11.2-alpha.3
|
2025-11-30 09:49:21 +00:00 |
syuilo
|
5e2a6021ae
|
perf(backend): use node-html-parser instead of microformats-parser (#16907)
* perf(backend): use node-html-parser instead of microformats-parser
microformats-parser は内部的に parse5 に依存していて無駄
* Update OAuth2ProviderService.ts
* Add 'id' parameter to parseMicroformats function
* Update OAuth2ProviderService.ts
* Update OAuth2ProviderService.ts
|
2025-11-30 18:45:56 +09:00 |
syuilo
|
dfd479bec5
|
perf(backend): lazy load summaly
|
2025-11-30 16:17:34 +09:00 |
github-actions[bot]
|
0933aa4d92
|
Bump version to 2025.11.2-alpha.2
|
2025-11-30 05:53:54 +00:00 |
syuilo
|
d55f51a69b
|
perf(backend): lazy load sentry
|
2025-11-30 14:04:41 +09:00 |
おさむのひと
|
fe01a5a28f
|
refactor: localesをworkspace管理下のパッケージに (#16895)
* refactor: localesをworkspace管理下のパッケージに
* fix copilot review
* move
* move
* rename
* fix ci
* revert unwanted indent changes
* fix
* fix
* fix
* fix
* 間違えてコミットしていたのを戻す
* 不要
* 追加漏れ
* ymlの場所だけ戻す
* localesの位置を戻したのでこの差分は不要
* 内容的にlocalesにある方が正しい
* i18nパッケージ用のREADME.mdを用意
* fix locale.yml
* fix locale.yml
---------
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2025-11-30 13:27:44 +09:00 |
renovate[bot]
|
32b5583432
|
fix(deps): update [frontend] update dependencies [ci skip] (#16901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-30 11:38:11 +09:00 |
renovate[bot]
|
5fbe801d35
|
fix(deps): update [frontend] update dependencies (major) [ci skip] (#16866)
* fix(deps): update [frontend] update dependencies
* attempt to fix test
* rollback twemoji parser to v16 [ci skip]
* fix [ci skip]
* rollback twemoji parser to v16
* attempt to fix test
---------
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-11-30 11:14:34 +09:00 |
github-actions[bot]
|
3c11797c6d
|
Bump version to 2025.11.2-alpha.1
|
2025-11-30 01:02:00 +00:00 |
renovate[bot]
|
0455187a68
|
fix(deps): update [backend] update dependencies (major) (#16099)
* fix(deps): update [backend] update dependencies
* update approve builds
* update minimum node version for testing
* remove types/bcryptjs
* fix(backend): remove removed type previously exported from file-type
* migrate webauthnservice
* Update Changelog
* update deps (MisskeyIO#889)
- メンテナンスされないredis-lockを自前実装に変更
- 既にロックされている場合のリトライ間隔を調整
* use main redis for lock
* spdx
* tweak max retries
* [ci skip] dedupe
* attempt to fix test
* attempt to fix test
* Revert "attempt to fix test"
This reverts commit c508318627.
* temporarily roll back simonjs/fake-timers to v11.3.1
* Revert "temporarily roll back simonjs/fake-timers to v11.3.1"
This reverts commit 54f1fc3d79.
* migrate sinonjs/fake-timers
* update deps / migrate jest 30
* fix test
* fix: update node.js min version to 20.18.1
* fix: rollback nsfwjs to 4.2.0
* fix
* attempt to fix test
* attempt to fix test
* attempt to fix test
* attempt to fix test
* revert jest 30 related changes
* update deps
* fix test
* fix: rollback nsfwjs to 4.2.0
* fix: rollback sharp to 0.33
* update deps
* fix: rollback sharp-read-bmp to 1.2.0
* fix: rollback nsfwjs to 4.2.0
* recreate lockfile
* update deps
* fix: rollback sharp-read-bmp to 1.2.0
* fix: rollback jsdom, parse5
* fix: rollback jsdom types
* fix [ci skip]
* run pnpm dedupe
* update deps
* run pnpm dedupe [ci skip]
* Update Changelog [ci skip]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-11-30 09:58:06 +09:00 |
github-actions[bot]
|
1ae8e7900d
|
Bump version to 2025.11.2-alpha.0
|
2025-11-29 13:06:20 +00:00 |
syuilo
|
81635d9f1c
|
chore(backend): remove jsdom completely (#16893)
* wip
* Update utils.ts
* Update fetch-resource.ts
* Update exports.ts
* Update oauth.ts
|
2025-11-29 21:55:13 +09:00 |
syuilo
|
4bdbe794a6
|
perf(backend): parse5をやめて軽量な実装にし、メモリ削減・高速化 (#16892)
* wip
* test
* Revert "test"
This reverts commit b7c5ae7214.
* Update MfmService.ts
|
2025-11-29 21:19:55 +09:00 |
syuilo
|
cad93071da
|
Revert "chore(backend): remove jsdom"
This reverts commit 2effd9da6e.
|
2025-11-29 20:11:38 +09:00 |
syuilo
|
2effd9da6e
|
chore(backend): remove jsdom
|
2025-11-29 19:55:52 +09:00 |
syuilo
|
2732034447
|
perf(backend): jsdom、happy-domをやめて軽量な実装にし、メモリ削減・高速化 (#16885)
* wip
* Update packages/backend/src/server/api/endpoints/i/update.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/FetchInstanceMetadataService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* remove some packages
* コミット漏れ
* clean up
* fix
* Update MfmService.ts
* fix
* fix
* Update MfmService.ts
* wip
* rename
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/activitypub/ApRendererService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update MfmService.ts
* Update CHANGELOG.md
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-29 19:16:05 +09:00 |
github-actions[bot]
|
f01ceb0b7c
|
Release: 2025.11.1
|
2025-11-28 10:04:05 +00:00 |
Copilot
|
e44f14115e
|
enhance(backend): Improve error handling for scheduled post validation (#16642)
* Initial plan
* Add error definitions and handling for scheduling validation errors
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* ✌️
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2025-11-28 17:06:04 +09:00 |
renovate[bot]
|
82b577a2f4
|
chore(deps): update dependency glob to v13 [ci skip] (#16864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-28 16:53:08 +09:00 |
github-actions[bot]
|
7a8c4817a8
|
Bump version to 2025.11.1-beta.3
|
2025-11-27 09:48:35 +00:00 |
かっこかり
|
f10496645c
|
fix(frontend/aiscript): 各種関数の引数で明示的にnullが指定されている場合のハンドリングを修正 (#16838)
* fix(frontend/aiscript): MkDialogのtitle, textでnull値を許容するように
* fix
* update aiscript and use new api
* fix
* fix
|
2025-11-27 18:43:00 +09:00 |
かっこかり
|
666e046399
|
Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)" (#16874)
* Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)"
This reverts commit 70fa621e22.
* fix
|
2025-11-27 18:40:54 +09:00 |
renovate[bot]
|
f13a34bda4
|
fix(deps): update dependency js-yaml to v4.1.1 [security] [ci skip] (#16788)
* fix(deps): update dependency js-yaml to v4.1.1 [security]
* ✌️ [ci skip]
---------
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-11-27 16:24:01 +09:00 |
renovate[bot]
|
643fd0f22a
|
fix(deps): update [backend] update dependencies [ci skip] (#16867)
* fix(deps): update [backend] update dependencies
* fix(deps): update [backend] update dependencies
* bump sentry node to fix type errors
---------
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-11-27 13:48:08 +09:00 |
github-actions[bot]
|
d3aba01db2
|
Bump version to 2025.11.1-beta.2
|
2025-11-27 04:22:23 +00:00 |
syuilo
|
8fec44d0e9
|
refactor
Fix #16872
|
2025-11-27 13:00:11 +09:00 |
renovate[bot]
|
105cc4b50a
|
fix(deps): update [frontend] update dependencies [ci skip] (#16868)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-26 21:40:24 +09:00 |
syuilo
|
1590a73d3d
|
perf(backend): 必要になるまでnsfwjsを読み込まないように
|
2025-11-26 20:40:20 +09:00 |
renovate[bot]
|
18caa20969
|
fix(deps): update dependency glob to v11.1.0 [security] [ci skip] (#16861)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-26 20:35:29 +09:00 |
syuilo
|
1bb8447c73
|
enhance(frontend): Change default animatedMfm based on reduced motion preference
3f539916d9 (commitcomment-171408344)
|
2025-11-26 20:17:59 +09:00 |
github-actions[bot]
|
df54bd92d0
|
Bump version to 2025.11.1-beta.1
|
2025-11-26 10:45:40 +00:00 |
syuilo
|
8cb37792c9
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2025-11-26 19:39:46 +09:00 |
syuilo
|
3f539916d9
|
enhance(frontend): GIF画像を再生するか・動くMFMを表示するかの設定でOSのアクセシビリティ設定を参照しないように
・OSのUIのアニメーション設定がMisskey内のGIFなどにまで連動して適用されるのは分かりにくい・期待しない動作との声が多いため
・動きのあるカスタム絵文字などのコンテンツはMisskeyの主要部分であり、それを止める設定は、本来の挙動に影響しない範囲でアニメーションを減らすアクセシビリティ設定とは趣旨が異なるため(OSでアニメーションを減らす設定を有効にしたからといってOSで動画の再生がされなくなるわけではないのと同じ)
|
2025-11-26 19:39:36 +09:00 |
renovate[bot]
|
415339b30b
|
chore(deps): update [misskey-js] update dependencies [ci skip] (#16863)
* chore(deps): update [misskey-js] update dependencies
* update deps
---------
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-11-26 19:37:20 +09:00 |
syuilo
|
de7cbb376e
|
fix(frontend): 初回読み込み時にエラーになることがある問題を修正
Fix #16562
|
2025-11-26 19:26:27 +09:00 |
syuilo
|
6cb6f794e5
|
clean up
|
2025-11-26 19:14:40 +09:00 |
syuilo
|
236c235115
|
enhance(frontend): viewportの属性を起動後に変化させないことにより処理を簡略化+安定性向上
|
2025-11-26 19:12:03 +09:00 |
かっこかり
|
0c5f61721a
|
fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように (#16834)
* fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように
* Update Changelog
* fix: 注釈は書かない
|
2025-11-26 13:07:28 +09:00 |
github-actions[bot]
|
e0e17a78f1
|
Bump version to 2025.11.1-beta.0
|
2025-11-26 01:01:54 +00:00 |
syuilo
|
2ad393ea45
|
fix(backend): ワードミュートの文字数計算を修正
|
2025-11-26 09:55:02 +09:00 |
syuilo
|
cdf059cc11
|
chore(dev): use postgresql 18 (#16850)
|
2025-11-25 19:38:57 +09:00 |
renovate[bot]
|
0fdd88f38e
|
fix(deps): update [frontend] update dependencies [ci skip] (#16802)
* fix(deps): update [frontend] update dependencies
* run pnpm dedupe
* [ci skip] run 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-11-25 10:45:36 +09:00 |
github-actions[bot]
|
4679b2b34d
|
Bump version to 2025.11.1-alpha.2
|
2025-11-25 01:33:05 +00:00 |
syuilo
|
fd15a7fc23
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2025-11-25 10:20:46 +09:00 |
syuilo
|
b895088546
|
🎨
|
2025-11-25 10:20:36 +09:00 |
renovate[bot]
|
1e5592a5bd
|
fix(deps): update [backend] update dependencies [ci skip] (#16801)
* fix(deps): update [backend] update dependencies
* fix types
---------
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-11-25 10:20:06 +09:00 |
syuilo
|
c3ad46ad6f
|
fix(frontend): ナビゲーションバーを下に表示しているときに、項目数が多いと表示が崩れる問題を修正
|
2025-11-25 09:46:07 +09:00 |
syuilo
|
8c7e1bd287
|
chore(backend): tweak message
|
2025-11-25 09:26:22 +09:00 |
かっこかり
|
043b9b3d26
|
fix(frontend): MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (#16832)
* fix: MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (MisskeyIO#1105)
* Update Changelog
* Update CHANGELOG.md
---------
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
|
2025-11-25 08:56:30 +09:00 |
かっこかり
|
91dafc26a7
|
refactor(frontend/aiscript): AiScriptバージョン取得・判定ロジックを統一 (#16845)
* refactor(frontend): AiScriptバージョン取得・判定ロジックを統一
* fix
|
2025-11-25 07:23:21 +09:00 |
github-actions[bot]
|
4edd6a68e6
|
Bump version to 2025.11.1-alpha.1
|
2025-11-24 12:06:01 +00:00 |
かっこかり
|
f801d1cf0b
|
fix(backend): DBレプリケーションを利用する環境でクエリーが失敗する問題を修正 (#16842)
* fix: DBレプリケーションを利用する環境でクエリーが失敗する問題を修正 (MisskeyIO#1123)
* Update Changelog
---------
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
|
2025-11-24 20:59:25 +09:00 |
かっこかり
|
42706970f2
|
fix(frontend): PlayのAiScriptバージョン判定が正しく動作しない問題を修正 (#16843)
* fix: aiscript 1.0.0 以外が全部レガシー扱いになる問題を修正 (MisskeyIO#1129)
* Update Changelog
---------
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
|
2025-11-24 20:53:39 +09:00 |
かっこかり
|
2ee04860fb
|
enhance(frontend): preferenceのタブ間同期にBroadcast Channelを使用するように (#16819)
* enhance(frontend): preferenceのタブ間同期にBroadcast Channelを使用するように
* fix
* refactor: EventEmitterをextendする形に変更
|
2025-11-24 16:52:46 +09:00 |
github-actions[bot]
|
25afb5d279
|
Bump version to 2025.11.1-alpha.0
|
2025-11-24 03:05:55 +00:00 |
かっこかり
|
c4f53aba3f
|
fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正 (#16837)
* fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-11-24 11:18:01 +09:00 |
かっこかり
|
86e4f15e95
|
fix(frontend): リセットボタンでCWがリセットされない問題を修正 (#16820)
* fix(frontend): リセットボタンでCWがリセットされない問題を修正
* update changelog
|
2025-11-24 11:13:36 +09:00 |
かっこかり
|
6c190e7a5d
|
fix(backend): チャンネルのリアルタイム更新で非ログイン時非表示設定が考慮されていない問題を修正 (#16833)
* fix(backend): チャンネルのリアルタイム更新でロックダウン設定が考慮されていない問題を修正
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-11-24 11:11:59 +09:00 |
zyoshoka
|
1b46813e7a
|
chore(dev): correct entrypoint path for embed on dev build (#16836)
|
2025-11-24 11:08:44 +09:00 |
syuilo
|
0ea0e05e61
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2025-11-24 11:01:19 +09:00 |
syuilo
|
015e680133
|
chore(backend/dev): remove cli-highlight dependency to reduce memory usage
|
2025-11-24 11:01:00 +09:00 |
かっこかり
|
ea40a0756f
|
fix(backend): DeepL翻訳のAPIキー指定方式変更に対応 (#16839)
* spec: DeepL Deprecation of query parameter and request body authentication (MisskeyIO#1096)
https://developers.deepl.com/docs/resources/breaking-changes-change-notices/november-2025-deprecation-of-legacy-auth-methods
* Update Changelog
* Update Changelog
* ✌️ [ci skip]
---------
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
|
2025-11-24 10:59:50 +09:00 |
かっこかり
|
70fa621e22
|
fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)
* fix(backend): `clips/my-favorites` APIをページネーションに対応させる
* fix
* fix test
* fix
|
2025-11-23 22:41:14 +09:00 |
syuilo
|
c741aa5d7d
|
chore(dev): add start:inspect command for debugging
|
2025-11-21 10:04:16 +09:00 |
かっこかり
|
7afe0d44d1
|
fix(frontend): pageheaderの型を修正 (#16803)
|
2025-11-20 15:40:52 +09:00 |
果物リン
|
e588615ea9
|
fix: ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正 (#16816)
* fix: ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正
* add changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-11-20 15:39:50 +09:00 |
かっこかり
|
7e56fed164
|
fix(frontend): ページのコンテンツがはみ出る問題を修正 (#16817)
* fix(frontend): ページのコンテンツがはみ出る問題を修正
* Update Changelog
|
2025-11-20 15:38:25 +09:00 |
kami8
|
9f810d701d
|
enhance(frontend): リアクションの受け入れ設定にキャプションを追加 (#16807)
* enhance(frontend): リアクションの受け入れ設定にキャプションを追加
* Update Changelog
* CHANGELOG.mdを修正
* CHANGELOG.mdのコンフリクトを解消し、再度変更内容を記載
* 条件分岐をswitch文に変更
* chore: trigger CI re-run
|
2025-11-19 19:17:43 +09:00 |
syuilo
|
4c0f215fc5
|
refactor
|
2025-11-18 16:23:57 +09:00 |
github-actions[bot]
|
cdcff3ede8
|
Release: 2025.11.0
|
2025-11-16 08:23:43 +00:00 |
github-actions[bot]
|
8c5d571975
|
Bump version to 2025.11.0-rc.0
|
2025-11-15 12:20:55 +00:00 |
おさむのひと
|
e15fdd05b7
|
fix(frontend): カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正 (#16785)
* fix(frontend): カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正
* rollback
* 詳細度->!important
|
2025-11-15 12:13:50 +09:00 |
おさむのひと
|
41e945b0ef
|
fix(frontend): 投稿フォームのアバター画像が縮むのを修正 (#16790)
* fix(frontend): 投稿フォームのアバター画像が縮むのを修正
* fix CHANGELOG.md
* fix
|
2025-11-15 11:33:37 +09:00 |
syuilo
|
f89faae0ab
|
chore(frontend): add tip for preference restore
|
2025-11-13 14:11:38 +09:00 |
github-actions[bot]
|
67ca3d7e71
|
Bump version to 2025.11.0-beta.0
|
2025-11-12 10:51:11 +00:00 |
claustra01
|
2ac2e9e849
|
チャンネルの説明欄の最小文字数制約を除去する (#16782)
* chore: channelのdescriptionを空欄にできるようにする
* update: CHANGELOG.md
* update: CHANGELOG.md
* fix: CHANGELOG.md
* fix: CHANGELOG.md
|
2025-11-12 18:16:05 +09:00 |
claustra01
|
746269c4b1
|
RoleService.testがPostgreSQLのdeadlockでrandom failする問題を修正 (#16784)
* fix: 並列deleteによるpostgresqlのdeadlock
* chore: update comment
|
2025-11-12 18:15:08 +09:00 |
github-actions[bot]
|
2e17979abc
|
Bump version to 2025.11.0-alpha.4
|
2025-11-10 10:08:33 +00:00 |
かっこかり
|
5c212c996a
|
enhance(frontend): アンテナ・リストの設定画面・タイムラインの動線を改善 (#16739)
* enhance(frontend): アンテナ・リストの設定画面からタイムラインへの動線を追加
* Update Changelog
* fix
|
2025-11-10 17:22:13 +09:00 |
かっこかり
|
39e01b1dfe
|
refactor(frontend): フロントエンドの型エラー解消 (#16779)
|
2025-11-10 16:52:42 +09:00 |
かっこかり
|
fd2fe34270
|
refactor8frontend9: anyを除去 (#16778)
|
2025-11-10 15:33:54 +09:00 |
syuilo
|
73bcd330f7
|
fix(backend): improve isFederationAllowedHost
|
2025-11-10 14:09:15 +09:00 |
syuilo
|
23d2d191a0
|
chore(frontend): アニメーション画像設定をパフォーマンスセクションにも追加
|
2025-11-10 13:23:23 +09:00 |
おさむのひと
|
ca1bf21dcf
|
chore: RoleServiceのunit-test追加 (#16777)
|
2025-11-10 10:31:49 +09:00 |
syuilo
|
1ffc53f596
|
use esnext to avoid type error
|
2025-11-09 19:49:27 +09:00 |
syuilo
|
4e38f218ec
|
fix type
|
2025-11-09 19:44:07 +09:00 |
syuilo
|
a0d34940ff
|
fix type
|
2025-11-09 19:43:19 +09:00 |
syuilo
|
bdddd623b6
|
🎨
|
2025-11-09 19:31:41 +09:00 |
かっこかり
|
29bfc9a91a
|
fix(frontend): postform tourをスキップできるように (#16767)
* fix(frontend): postform tourをスキップできるように
* use closable option
|
2025-11-09 16:23:58 +09:00 |
renovate[bot]
|
cf89280fc5
|
fix(deps): update dependency vite to v7.1.11 [security] (#16678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-08 19:19:58 +09:00 |
かっこかり
|
c0f4c47c53
|
fix(misskey-js): misskey-js autogen が動作しない問題を修正 (#16773)
* fix(misskey-js): misskey-js autogen が動作しない問題を修正
* rollback eslint-plugin to eliminate unwanted side-effects
|
2025-11-08 18:45:54 +09:00 |
renovate[bot]
|
58995e6b97
|
fix(deps): update [backend] update dependencies (#16771)
* fix(deps): update [backend] update dependencies
* run pnpm dedupe [ci skip]
* run pnpm dedupe [ci skip]
---------
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-11-08 17:53:12 +09:00 |