syuilo
|
b1a1717fdc
|
Merge branch 'develop' into room
|
2026-07-03 15:40:38 +09:00 |
|
かっこかり
|
6193c35f9f
|
fix: stats API の型に reactionCount が定義されていない問題を修正 (#17634)
* fix: stats API の型に reactionCount が定義されていない問題を修正
* Update Changelog
|
2026-06-28 01:49:00 +09:00 |
|
かっこかり
|
1068c6424f
|
feat: コントロールパネルから二要素認証を解除できるように (#17614)
* enhance: コントロールパネルから二要素認証を解除できるように
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2026-06-26 19:33:25 +09:00 |
|
おさむのひと
|
669889f749
|
chore: センシティブ判定を外部サービス扱いにする (#17570)
* chore: センシティブ判定を外部サービス扱いにする
* fix review
* regenerate
* fix review
* fix review
* regenerate
* fix CHANGELOG.md
* fix review
* add comment
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2026-06-26 17:47:00 +09:00 |
|
syuilo
|
39c4618a35
|
Merge branch 'develop' into room
|
2026-06-02 14:12:58 +09:00 |
|
おさむのひと
|
863046ba8c
|
feat: 投稿日時の範囲を条件に加えてノート検索出来るようにする (#16119)
* feat: 投稿日時の範囲を条件に加えてノート検索出来るようにする
* simplify
* fix ui
* fix CHANGELOG.md
* fix
* fix
* add test
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
|
2026-05-30 19:05:31 +09:00 |
|
おさむのひと
|
89ae64b077
|
feat: アンテナから特定のノートを手動で除去できるように (#17463)
* feat: アンテナから特定のノートを手動で除去できるように
* fix review
* regenerate
|
2026-05-28 21:27:07 +09:00 |
|
syuilo
|
a0aa64cd9f
|
wip
|
2026-05-28 13:12:35 +09:00 |
|
syuilo
|
71c3f921cc
|
wip
|
2026-05-28 07:53:30 +09:00 |
|
syuilo
|
5cefdd224b
|
wip
|
2026-05-27 18:58:50 +09:00 |
|
syuilo
|
43958fc70d
|
wip
|
2026-05-27 16:57:11 +09:00 |
|
おさむのひと
|
9f2e806c20
|
feat: 管理画面のジョブキューページにresume/pauseボタンを用意 (#17436)
* feat: 管理画面のジョブキューページにresume/pauseボタンを用意
* fix review
|
2026-05-22 16:20:53 +09:00 |
|
syuilo
|
1a456998bc
|
Merge branch 'develop' into room
|
2026-05-18 07:21:45 +09:00 |
|
かっこかり
|
9410bc5194
|
fix: move users/notify/list to following/list (#17416)
* fix: move `users/notify/list` to `following/list`
* fix
* fix lint
* fix test
* fix test
* fix test title
|
2026-05-17 18:51:10 +09:00 |
|
syuilo
|
8defcd9f9f
|
wip
|
2026-05-14 19:35:50 +09:00 |
|
syuilo
|
d38f04c97f
|
wip
|
2026-05-14 19:08:36 +09:00 |
|
4ster1sk
|
6665c398d6
|
feat: 投稿通知設定したユーザーをリストで見ることができるように (#17385)
* feat: 投稿通知を設定したユーザーをリストで見ることができるように
* test(e2e): 投稿通知のテスト追加
* chore: 不必要なコードの削除
|
2026-05-12 21:34:45 +09:00 |
|
かっこかり
|
723d8add2f
|
refactor: パスキーまわりのライブラリを更新 (#17354)
* refactor: パスキーまわりのライブラリを更新
* fix
|
2026-05-03 17:16:06 +09:00 |
|
Copilot
|
37412f0e1b
|
enhance: Add canCreateChannel role policy (#17121)
* Initial plan
* Add canCreateChannel role policy to control channel creation
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Add canCreateChannel to getUserPolicies return value
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Add canCreateChannel translations for en-US and ja-JP
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Add canCreateChannel to misskey-js rolePolicies array
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Add frontend UI for canCreateChannel policy configuration
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: build autogen files
* 🎨
* migrate
* fix: unnecessary changes to non-Japanese locales
---------
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: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2026-05-03 17:10:17 +09:00 |
|
るちーか
|
360e805638
|
enhance: アバターデコレーションへのカテゴリの導入 (#17034)
* feat(backend): AvatarDecorationにcategoryを追加し、関連APIのプロパティ・戻り値にも反映
* feat(frontend): アバターデコレーションのカテゴリ設定機能
* chore(frontend): 管理画面とユーザー側の画面で、アバターデコレーションのグループ化のコードをある程度統一
* CHANGELOGを更新
* fix: group-avatar-decorations.tsを使用するよう修正
* chore: コーディング規約への準拠
* 型エラーを解消
|
2026-04-15 20:29:17 +09:00 |
|
かっこかり
|
3980b2ca55
|
fix: review fixes (#17208)
* fix: OAuthのContent-Typeを正しく判定するように
* fix(frontend): fix outdated comments
* fix: storagePersistenceのtop-level awaitを解消
* fix
* fix(frontend): add comment
Co-Authored-By: anatawa12 <anatawa12@icloud.com>
* fix
* fix: rename `users/get-following-users-by-birthday`
* fix: fix types
* Update MkForm.vue
* refactor utility/storage.ts
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2026-03-05 19:24:30 +09:00 |
|
かっこかり
|
af40eb4d31
|
fix: user-tagページでユーザーが重複して読み込まれるのを修正 (#17163)
* fix: user-tagをページネーションに対応させる
* update changelog
|
2026-02-15 11:50:23 +09:00 |
|
かっこかり
|
bd81a6c8ad
|
refactor(frontend): anyを除去2 (#17092)
* wip
* fix types
* fix
|
2026-01-14 14:45:45 +09:00 |
|
かっこかり
|
b941c896aa
|
refactor(frontend): MkRadiosの指定をpropsから行うように (#16597)
* refactor(frontend): MkRadiosの指定をpropsから行うように
* spdx
* fix lint
* fix: mkradiosを動的slotsに対応させる
* fix: remove comment [ci skip]
* fix lint
* fix lint
* migrate
* rename
* fix
* fix
* fix types
* remove unused imports
* fix
* wip
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2026-01-14 14:02:50 +09:00 |
|
syuilo
|
41592eafb3
|
refactor: make noImplicitAny true (#17083)
* wip
* Update emojis.emoji.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update manager.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update analytics.ts
|
2026-01-09 22:06:40 +09:00 |
|
かっこかり
|
2a14025c29
|
fix(frontend): popupのemit型が正しく利用できるように修正 (#16826)
* fix(frontend): popupのemit型が正しく利用できるように修正
* fix: revert unnecessary code (for testing purpose)
* fix lint
* fix type errors
* fix types
* add comment
* fix
* fix
* fix: OverloadToUnionの仕組みを変更
* add comments, clean up
* fix lint
* fix types
* clean up [ci skip]
* fix
* add comments [ci skip]
|
2026-01-09 12:21:08 +09:00 |
|
anatawa12
|
666f78e676
|
enable and fix no-unused-vars and no-async-promise-executor (#17070)
* dev: set --no-bail for lint task
* lint: enable no-async-promise-executor lint and fix them
* lint: enable no-unused-vars with allowing _ prefix
* lint: fix semi
|
2026-01-08 11:49:12 +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 |
|
かっこかり
|
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 |
|
かっこかり
|
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 |
|
かっこかり
|
39e01b1dfe
|
refactor(frontend): フロントエンドの型エラー解消 (#16779)
|
2025-11-10 16:52:42 +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 |
|
syuilo
|
edbe30a3df
|
fix tuype
|
2025-11-07 13:02:46 +09:00 |
|
syuilo
|
4dcff123df
|
fix type
|
2025-11-07 12:53:28 +09:00 |
|
おさむのひと
|
729abbef62
|
feat: チャンネルミュートの実装 (#14105)
* add channel_muting table and entities
* add channel_muting services
* タイムライン取得処理への組み込み
* misskey-jsの型とインターフェース生成
* Channelスキーマにミュート情報を追加
* フロントエンドの実装
* 条件が逆だったのを修正
* 期限切れミュートを掃除する機能を実装
* TLの抽出条件調節
* 名前の変更と変更不要の差分をロールバック
* 修正漏れ
* isChannelRelatedの条件に誤りがあった
* [wip] テスト追加
* テストの追加と検出した不備の修正
* fix test
* fix CHANGELOG.md
* 通常はFTTにしておく
* 実装忘れ対応
* fix merge
* fix merge
* add channel tl test
* fix CHANGELOG.md
* remove unused import
* fix lint
* fix test
* fix favorite -> favorited
* exclude -> include
* fix CHANGELOG.md
* fix CHANGELOG.md
* maintenance
* fix CHANGELOG.md
* fix
* fix ci
* regenerate
* fix
* Revert "fix"
This reverts commit 699d50c6ec.
* fixed
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-11-07 08:39:21 +09:00 |
|
かっこかり
|
29892d2a01
|
enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように (#16661)
* enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように
* Update Changelog
* build misskey-js with types
|
2025-10-16 22:45:37 +09:00 |
|
syuilo
|
0d33e1f839
|
fix notes\drafts\create param defs
|
2025-10-06 19:21:17 +09:00 |
|
かっこかり
|
d03cf4d7f9
|
fix(frontend): 通知の設定画面で予約投稿関連の翻訳が当たっていない問題の修正 (#16603)
* fix(frontend): 予約投稿通知の設定画面に不足している翻訳を追加
* fix(misskey-js): 廃止された通知が定義に残っているのを修正
* fix(frontend): 予約投稿の完了/失敗通知はオンオフのみ
|
2025-10-06 08:55:22 +09:00 |
|
syuilo
|
d1446d195a
|
feat: scheduled post (#16577)
* Update NoteDraft.ts
* Update NoteDraft.ts
* wip
* Update CHANGELOG.md
* wip
* Update PostScheduledNoteProcessorService.ts
* Update PostScheduledNoteProcessorService.ts
* Update Notification.ts
* wip
* Update NoteDraftService.ts
* Update NoteDraftService.ts
* Update NoteDraftService.ts
* wip
* Create 1758677617888-scheduled-post.js
* Update index.d.ts
* Update stats.ts
* wip
* wip
* wip
* wip
* wip
* Update MkNotification.vue
* wip
* wip
* wip
* Update NoteDraftService.ts
* Update NoteDraftService.ts
* wip
* wip
* Update NoteDraftEntityService.ts
* wip
* Update index.d.ts
* Update MkPostForm.vue
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* Update NoteDraftEntityService.ts
* Update NoteCreateService.ts
* Update NoteDraftService.ts
* wip
* Update NoteDraftService.ts
* wip
* wip
* Update MkPostForm.vue
* wip
* Update MkPostForm.vue
* Update os.ts
* wip
* Update MkNoteDraftsDialog.vue
|
2025-09-26 15:29:52 +09:00 |
|
syuilo
|
2621f468ff
|
enhance: 広告ごとにセンシティブフラグを設定できるように
|
2025-09-14 15:25:22 +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 |
|
かっこかり
|
788c5660ba
|
enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように (#16522)
* enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように
* 削除するキャッシュを増やす
* Update Changelog
* fix: 何らかのエラーがあっても無視するように
|
2025-09-06 14:46:24 +09:00 |
|
syuilo
|
959e72b2b3
|
refactor
|
2025-09-01 14:02:14 +09:00 |
|
かっこかり
|
c95092903a
|
refactor(frontend): フロントエンドの型エラー解消(途中まで) (#16477)
* refactor(frontend): フロントエンドの型エラー解消
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-08-31 19:53:38 +09:00 |
|
syuilo
|
def148d7a6
|
refactor
|
2025-08-28 20:02:28 +09:00 |
|
tamaina
|
084ccf5c9a
|
build-misskey-js-with-types (#16471)
* build-misskey-js-with-types
* build-misskey-js-with-types
|
2025-08-28 11:45:46 +09:00 |
|
tamaina
|
25c2007f59
|
build-misskey-js-with-types (#16470)
|
2025-08-28 10:39:39 +09:00 |
|
taiy
|
653cb116ea
|
fix(build): run build-misskey-js-with-types (#16468)
|
2025-08-27 19:11:05 +09:00 |
|
syuilo
|
e72da587e4
|
型の漏れを修正
|
2025-08-27 17:05:29 +09:00 |
|
かっこかり
|
1eabb21d69
|
fix(backend): クリップ一覧APIをページネーションに対応させる (#16434)
* fix(backend): クリップ一覧APIをページネーションに対応させる
* Update Changelog
|
2025-08-21 19:02:21 +09:00 |
|