614c9a0fc6 
								
							 
						 
						
							
							
								
								fix: 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加 ( #13210 )  
							
							... 
							
							
							
							* fix: 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加
* Serviceでチェックするように変更 
							
						 
						
							2024-02-09 10:07:18 +09:00  
				
					
						
							
							
								 
						
							
								0f7918c51b 
								
							 
						 
						
							
							
								
								refactor(backend): exist -> exists ( #13203 )  
							
							... 
							
							
							
							* refactor(backend): exist -> exists
* fix 
							
						 
						
							2024-02-08 16:04:41 +09:00  
				
					
						
							
							
								 
						
							
								e89d760240 
								
							 
						 
						
							
							
								
								Enhance: 連合向けのノート配信を軽量化 ( #13192 )  
							
							... 
							
							
							
							* AP HTML表現をシンプルに
* a
* CHANGELOG
* リンク 
							
						 
						
							2024-02-07 19:57:59 +09:00  
				
					
						
							
							
								 
						
							
								d6cb68b091 
								
							 
						 
						
							
							
								
								AP Key の JSON-LD 表現を修正 ( #13170 )  
							
							
							
						 
						
							2024-02-06 16:51:14 +09:00  
				
					
						
							
							
								 
						
							
								74245df382 
								
							 
						 
						
							
							
								
								Enhance(frontend): フロント側でもリアクション権限のチェックをするように ( #13134 )  
							
							... 
							
							
							
							* フロント側でもリアクション権限のチェックをするように
* update CHANGELOG.md
* lint fixes
* remove unrelated diffs
* deny -> reject
denyは「(信用しないことを理由に)拒否する」という意味らしい
* allow -> accept
* EmojiSimpleにlocalOnlyを含めるように
* リアクション権限のない絵文字は打てないように(ダイアログを出すのではなく)
* regenerate type definitions
* lint fix
* remove unused locales
* remove unnecessary async 
							
						 
						
							2024-02-06 16:45:21 +09:00  
				
					
						
							
							
								 
						
							
								dabf1867fd 
								
							 
						 
						
							
							
								
								keep cached avatar&banner when refresh fails to get new values ( #13145 )  
							
							... 
							
							
							
							* keep cached avatar&banner when refresh fails to get new values
when the remote explicitly tells us a user image is gone, we remove
our cached value, but if we fail to get the image, we keep whatever
value we already have
this should minimise the problem of avatars randomly disappearing
* autogen bits
* pnpm run build-misskey-js-with-types
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2024-02-04 21:03:49 +09:00  
				
					
						
							
							
								 
						
							
								bafef1f8b4 
								
							 
						 
						
							
							
								
								ignore `instance.actor` when checking if there are local users ( #13146 )  
							
							... 
							
							
							
							* ignore `instance.actor` when checking if there are local users
We've seen this happen a few times:
* there was some AP software at $some_domain
* it gets replaced by Misskey
* before the first user can be created, an AP activity comes in
* Misskey resolves the activity
* to do this, it creates the `instance.actor` to sign its request
* now there *is* a local user, so the `meta` endpoint returns
  `requireSetup:false`
* the admin is very confused
This commit factors out the check, and doesn't count the
`instance.actor` as a real user.
* autogen bits 
							
						 
						
							2024-02-04 20:46:28 +09:00  
				
					
						
							
							
								 
						
							
								2c4ba4723f 
								
							 
						 
						
							
							
								
								fix(backend): メール配信機能が無効ならばメールを送ることのないように ( #13152 )  
							
							... 
							
							
							
							Do not send email if email delivery is disabled 
							
						 
						
							2024-02-04 20:44:35 +09:00  
				
					
						
							
							
								 
						
							
								d8bdbd53ed 
								
							 
						 
						
							
							
								
								fix: api-docが開けない問題を修正 ( #13132 )  
							
							... 
							
							
							
							* refactor: 自己参照を使用している箇所に`selfRef`を持たせるように
* feat: スキーマ生成時に自己参照を含むかどうかを指定できるように
* fix: api.jsonにselfRefが含まれているのを修正
* refactor: 他の箇所と同様にselfRefの除去を行うように
* remove: 不要なimportを削除 
							
						 
						
							2024-02-02 12:47:07 +09:00  
				
					
						
							
							
								 
						
							
								85809a240e 
								
							 
						 
						
							
							
								
								fix(backend): "誰でも新規登録できるようにする"の初期値をOFFにする ( #13130 )  
							
							... 
							
							
							
							* fix(backend): "誰でも新規登録できるようにする"の初期値をOFFにする
* fix CHANGELOG.md
* fix 
							
						 
						
							2024-02-02 11:24:45 +09:00  
				
					
						
							
							
								 
						
							
								b0a38c0cae 
								
							 
						 
						
							
							
								
								fix: Hide reactions of all remote users / feat: moderators can see reactions of all users ( #13128 )  
							
							... 
							
							
							
							* fix: Hide reactions of all remote users
https://github.com/misskey-dev/misskey/issues/12964 
* feat: Moderators can see reactions of all users
https://github.com/misskey-dev/misskey/issues/13127 
* modify CHANGELOG.md
* fix iAmModerator 
							
						 
						
							2024-02-01 20:05:45 +09:00  
				
					
						
							
							
								 
						
							
								2db5b61616 
								
							 
						 
						
							
							
								
								refactor(backend): User関連のスキーマ/型の指定を強くする ( #12808 )  
							
							... 
							
							
							
							* refactor(backend): User関連のスキーマ/型の指定を強くする
* refactor(backend): `pack()`の引数にスキーマを指定するように
* chore: fix ci
* fix: 変更漏れ
* fix ci
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2024-01-31 15:45:35 +09:00  
				
					
						
							
							
								 
						
							
								e90dea4be9 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2024-01-30 20:59:44 +09:00  
				
					
						
							
							
								 
						
							
								a6a91fec3a 
								
							 
						 
						
							
							
								
								refactor: frontendのcomponentsの型エラーを改善 ( #12926 )  
							
							... 
							
							
							
							* add: safeFloatParserを追加
* fix: 欠けていた型を追加
* refactor: pageBlockTypesをjson-schemaに移植
* refactor: components/global内の型エラーが出ている箇所を修正
* lint: fix null check style
* refactor: fix type error
* refactor: fix some type errors
* fix: 翻訳が抜けていた箇所を修正
* refactor: getJsonSchemaで正しいスキーマが返されるように修正
* fix: MkChartの型エラーとbytesオプションが機能していない問題を修正
* fix(misskey-js): `drive`->`folderUpdated`のpayloadの型が間違っていたのを修正
* refactor: fix some type errors
* change: Captcha読み込み中の文言をLoadingに変更
* refactor(backend/misskey-js): MainEventの型を改善
* refactor: chartjs-plugin-gradientが二重でpluginに登録されていたのを修正
* update: misskey-js.api.md
* refactor: fix some type errors
* fix: backendのtypecheckが落ちていたのを修正
* update: misskey-js.api.md
* add: json-schemaのnoteにpollの型定義を追加
* refactor: noteのjson-schemaの型を改善
* refactor: MkPoll
* refactor: fix some type errors
* change: UserLiteにisLockedを持たせるように
* fix: notificationスキーマにroleが含まれていないのを修正
* Revert "change: UserLiteにisLockedを持たせるように"
This reverts commit 1bb0c8e7a9#9207 )
* change: frontendのcloneをbackend側にも反映
* update: CHANGELOG.md
* fix: RoleServiceからPackを通して型RolePoliciesに依存させないように
* Update packages/frontend/src/scripts/get-note-summary.ts
* revert RoleService.ts changes
* change:  optional chaining -> non-null assertion
* remove: unused import
* fix: propsで渡されたuserがUserLiteの場合に意図しない動作になってしまうのを修正
* change: fix null check style
* refactor: fix type error
* change: fix null check style
* Update packages/frontend/src/components/MkDrive.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: css moduleでglobalを使わないように
* refactor: roleのiconUrlは必ず存在するものとして扱うように
* enhance: MenuButtonのactiveにcomputedを受け付けられるように
* Update packages/frontend/src/components/MkNotePreview.vue
* Update MkWindow.vue
* refactor: notification.noteは必ず存在するものとして扱うように
* Update packages/frontend/src/components/MkNotification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: MkSignupDialogでdoneのemit時にresを含んでいなかったのを修正
* Update packages/frontend/src/scripts/clone.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: 不要な返り値の型を削除
* refactor: 不要なnullチェックを削除
* update: misskey-js-autogen
* update: clone.ts
* refactor
* Update MkNotification.vue
* Update MkNotification.vue
* ✌️ 
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotifications.vue
* Update MkUserSetupDialog.Profile.vue
* Update MkUserCardMini.vue
* ✌️ 
* Update MkMenu.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2024-01-30 19:53:53 +09:00  
				
					
						
							
							
								 
						
							
								cdac3988b5 
								
							 
						 
						
							
							
								
								fix(backend): Fix typos in job configurations ( #13086 )  
							
							... 
							
							
							
							* Fix typos
* Update CHANGELOG 
							
						 
						
							2024-01-28 15:08:45 +09:00  
				
					
						
							
							
								 
						
							
								60156a40b2 
								
							 
						 
						
							
							
								
								fix(reversi/backend): refactor and fixes  
							
							
							
						 
						
							2024-01-24 16:44:12 +09:00  
				
					
						
							
							
								 
						
							
								5719a929ad 
								
							 
						 
						
							
							
								
								enhance(reversi): 変則なしマッチングを可能に  
							
							
							
						 
						
							2024-01-24 16:37:06 +09:00  
				
					
						
							
							
								 
						
							
								d27b3525cd 
								
							 
						 
						
							
							
								
								enhance(reversi): improve matching system  
							
							
							
						 
						
							2024-01-24 15:18:50 +09:00  
				
					
						
							
							
								 
						
							
								a97d4fa4ef 
								
							 
						 
						
							
							
								
								fix(reversi): wait redis operation to improve stability  
							
							
							
						 
						
							2024-01-24 13:53:55 +09:00  
				
					
						
							
							
								 
						
							
								908e0f3b8b 
								
							 
						 
						
							
							
								
								perf(reversi): set expire matchSpecific and matchAny  
							
							
							
						 
						
							2024-01-24 13:51:16 +09:00  
				
					
						
							
							
								 
						
							
								b68446b289 
								
							 
						 
						
							
							
								
								enhance(reversi): tweak MATCHING_TIMEOUT_MS  
							
							
							
						 
						
							2024-01-24 13:32:08 +09:00  
				
					
						
							
							
								 
						
							
								547be1973d 
								
							 
						 
						
							
							
								
								fix of  65557d5f27 
							
							
							
						 
						
							2024-01-24 10:35:44 +09:00  
				
					
						
							
							
								 
						
							
								65557d5f27 
								
							 
						 
						
							
							
								
								enhance(reversi): more robust matching process  
							
							
							
						 
						
							2024-01-24 10:16:05 +09:00  
				
					
						
							
							
								 
						
							
								cc420c245f 
								
							 
						 
						
							
							
								
								enhance(reversi): 準備中の自分の対局も一覧に表示するように  
							
							
							
						 
						
							2024-01-24 09:41:22 +09:00  
				
					
						
							
							
								 
						
							
								e8ba0b3f54 
								
							 
						 
						
							
							
								
								enhance(reversi): improve desync handling  
							
							
							
						 
						
							2024-01-23 10:51:59 +09:00  
				
					
						
							
							
								 
						
							
								e0ad066382 
								
							 
						 
						
							
							
								
								fix lint  
							
							
							
						 
						
							2024-01-22 18:32:32 +09:00  
				
					
						
							
							
								 
						
							
								850d38414e 
								
							 
						 
						
							
							
								
								fix: 2024-01-22 10:50時点のdevelopにてCIがコケている ( #13060 )  
							
							... 
							
							
							
							* fix: バブルゲームのビルド失敗修正
* fix: api.jsonの定義誤りを修正
* fix: lint.yml(typecheck)
* fix: fix eslint error
* fix: frontend vitest version
* fix: frontend vitest version
* fix:
* fix: cypress
* fix: misskey-js test
* fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?)
* fix: conflict
* fix: 間違えて上書きしたところを修正
* fix: 再
* fix: api.json
* fix: api.json
* fix: タイムアウト延長
* Update packages/misskey-js/jest.config.cjs
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> 
							
						 
						
							2024-01-22 18:01:54 +09:00  
				
					
						
							
							
								 
						
							
								d380ed36de 
								
							 
						 
						
							
							
								
								fix lint  
							
							
							
						 
						
							2024-01-22 18:00:46 +09:00  
				
					
						
							
							
								 
						
							
								5c8888d6a8 
								
							 
						 
						
							
							
								
								enhance(reversi): render ogp  
							
							
							
						 
						
							2024-01-22 17:59:12 +09:00  
				
					
						
							
							
								 
						
							
								4af3640bd3 
								
							 
						 
						
							
							
								
								fix lint  
							
							
							
						 
						
							2024-01-22 17:44:03 +09:00  
				
					
						
							
							
								 
						
							
								94e282b612 
								
							 
						 
						
							
							
								
								perf(reversi): improve performance of reversi backend  
							
							
							
						 
						
							2024-01-22 15:41:29 +09:00  
				
					
						
							
							
								 
						
							
								259992c65f 
								
							 
						 
						
							
							
								
								enhance(reversi): some tweaks  
							
							
							
						 
						
							2024-01-22 12:03:32 +09:00  
				
					
						
							
							
								 
						
							
								a431dde537 
								
							 
						 
						
							
							
								
								refactor(reversi): refactoring of reversi backend  
							
							
							
						 
						
							2024-01-22 09:29:06 +09:00  
				
					
						
							
							
								 
						
							
								1a01a85182 
								
							 
						 
						
							
							
								
								perf(reversi): improve performance of reversi backend  
							
							
							
						 
						
							2024-01-22 08:39:38 +09:00  
				
					
						
							
							
								 
						
							
								f4657eb16f 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2024-01-21 18:43:01 +09:00  
				
					
						
							
							
								 
						
							
								fb309f3d4f 
								
							 
						 
						
							
							
								
								return a `Vary: Accept` header for all dual-format endpoints  #365  ( #13044 )  
							
							... 
							
							
							
							`/users/:user`, `/@:user`, `/notes/:note` return different responses
depending on the request's `Accept:` header. If we don't consistently
return a `Vary: Accept` header, browsers and caching proxies will get
confused, and return AP representations when HTML was requested, or
vice versa.
Co-authored-by: dakkar <dakkar@thenautilus.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2024-01-21 18:14:42 +09:00  
				
					
						
							
							
								 
						
							
								6039f27bd5 
								
							 
						 
						
							
							
								
								enhance(reversi): tweak reversi  
							
							
							
						 
						
							2024-01-21 12:05:51 +09:00  
				
					
						
							
							
								 
						
							
								a17251d913 
								
							 
						 
						
							
							
								
								enhance(reversi): tweak reversi  
							
							
							
						 
						
							2024-01-21 10:07:43 +09:00  
				
					
						
							
							
								 
						
							
								fcd7ffe956 
								
							 
						 
						
							
							
								
								enhance(reversi): tweak reversi  
							
							
							
						 
						
							2024-01-20 21:23:33 +09:00  
				
					
						
							
							
								 
						
							
								b9a81edae5 
								
							 
						 
						
							
							
								
								enhance(reversi): tweak reversi  
							
							
							
						 
						
							2024-01-20 13:14:46 +09:00  
				
					
						
							
							
								 
						
							
								bc7b2f1876 
								
							 
						 
						
							
							
								
								lint fix  
							
							
							
						 
						
							2024-01-20 09:56:13 +09:00  
				
					
						
							
							
								 
						
							
								a637b4e282 
								
							 
						 
						
							
							
								
								feat: reversi  
							
							... 
							
							
							
							Resolve  #12962  
						
							2024-01-19 20:51:49 +09:00  
				
					
						
							
							
								 
						
							
								b17eb8e537 
								
							 
						 
						
							
							
								
								fix: Some fixes for  #12850  ( #12862 )  
							
							... 
							
							
							
							- refinement the error message when trueMail validation fails
- the settings of trueMail are not displayed after saving
- changing how `Active Email Validation` is saved 
							
						 
						
							2024-01-19 18:48:30 +09:00  
				
					
						
							
							
								 
						
							
								945d6a2b09 
								
							 
						 
						
							
							
								
								enhance(drop-and-fusion): ゲームバランスの調整など  
							
							
							
						 
						
							2024-01-17 20:11:32 +09:00  
				
					
						
							
							
								 
						
							
								0283142d0e 
								
							 
						 
						
							
							
								
								Fix: properly handle cc followers ( #13009 )  
							
							... 
							
							
							
							* Fix: properly handle cc followers
Fix  #13001 
* Update CHANGELOG.md
* Fix syntax error 
							
						 
						
							2024-01-17 18:19:20 +09:00  
				
					
						
							
							
								 
						
							
								8b0fdfcd69 
								
							 
						 
						
							
							
								
								enhance: 動画・音声周りのUIと動作改良 ( #12925 )  
							
							... 
							
							
							
							* wip
* (fix) `/files` をバイトレンジリクエストに対応させる
* video
* audio
* fix
* fix
* spdx
* fix (rangeRequest)
* fix
* Update CHANGELOG.md
* (add) ボリュームを保存できるように
* (fix) ミュート復帰時に音量が固定される
* named export
* tweak design
* Add sensitive class for audio component
* Refactor seekbar styles
* Refactor hms
* Revert "(add) ボリュームを保存できるように"
This reverts commit 6271f9493ba65002b56e 
							
						 
						
							2024-01-15 18:17:01 +09:00  
				
					
						
							
							
								 
						
							
								d92aaf81c4 
								
							 
						 
						
							
							
								
								refactor: noteテーブルのインデックス整理と配列カラムへのクエリでインデックスを使うように ( #12993 )  
							
							... 
							
							
							
							* Optimize note model index
* enhance(backend): ANY()をやめる (MisskeyIO#239)
* add small e2e test drive endpoint
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> 
							
						 
						
							2024-01-15 08:19:27 +09:00  
				
					
						
							
							
								 
						
							
								ec4e57bb67 
								
							 
						 
						
							
							
								
								fix: isPrivateIpで検証時にipバージョンが一致するかを確認するように ( #12988 )  
							
							... 
							
							
							
							* fix: isPrivateIpで検証時にipバージョンが一致するかを確認するように
* Update CHANGELOG.md
* Update CHANGELOG.md 
							
						 
						
							2024-01-14 15:57:26 +09:00  
				
					
						
							
							
								 
						
							
								d792f4f348 
								
							 
						 
						
							
							
								
								fix(backend): 虚無ノートを投稿できる問題の修正と `api.json` の OpenAPI Specification 3.1.0 への対応 ( #12969 )  
							
							... 
							
							
							
							* fix(backend): `text: null`だけのノートは投稿できないように
* add test
* Update CHANGELOG.md
* chore: bump OpenAPI Specification from 3.0.0 to 3.1.0
* chore: テストがすでにコメントで記述されていたのでそっちを使うことにする
* fix test
* fix(backend): prohibit posting whitespace-only notes
* Update CHANGELOG.md
* fix(backend): `renoteId`または`fileIds`(`mediaIds`)または`poll`が`null`でない場合に、`text  が空白文字のみで構成されたリクエストになることを許可して、結果は`text: null`を返すように
* test(backend): 引用renoteで空白文字のみで構成されたtextにするとレスポンスが`text: null`になることをチェックするテストを追加
* fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように
* fix(misskey-js): OpenAPI 3.1に対応
* fix(misskey-js): 型生成をOpenAPI Specification 3.1.0に対応
* fix(ci): `validate-api.json`をOpenAPI Specification 3.1.0に対応
* fix(ci): スキーマ書き換えの際のミスを修正
* Revert "fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように"
This reverts commit a9ca55343d865458989f 
							
						 
						
							2024-01-13 16:54:25 +09:00  
				
					
						
							
							
								 
						
							
								be57ff4985 
								
							 
						 
						
							
							
								
								run `pnpm build-misskey-js-with-types` ( #12972 )  
							
							
							
						 
						
							2024-01-11 23:41:22 +09:00  
				
					
						
							
							
								 
						
							
								cf54c2ba47 
								
							 
						 
						
							
							
								
								feat: ranking system of bubble game  
							
							... 
							
							
							
							Resolve  #12961  
						
							2024-01-11 18:13:39 +09:00  
				
					
						
							
							
								 
						
							
								35ec41fc1e 
								
							 
						 
						
							
							
								
								enhance(backend): テストの高速化 ( #12939 )  
							
							... 
							
							
							
							* enhance(backend): テストの高速化
* add ls
* 自動的にマージされるようなので不要
* 起動方法を揃える
* fix test 
							
						 
						
							2024-01-08 17:43:52 +09:00  
				
					
						
							
							
								 
						
							
								618e2ba1d2 
								
							 
						 
						
							
							
								
								fix(backend): `drive/files/update`におけるファイル名のバリデーションが機能していない問題を修正 ( #12923 )  
							
							... 
							
							
							
							* fix(backend): `drive/files/update`におけるファイル名のバリデーションが機能していない問題を修正
* Update CHANGELOG.md
* refactor: `!== undefined` -> `!= null`
* add test 
							
						 
						
							2024-01-08 17:40:37 +09:00  
				
					
						
							
							
								 
						
							
								0c2118e963 
								
							 
						 
						
							
							
								
								refactor: make sure promises are settled before app shutdown ( #12942 )  
							
							... 
							
							
							
							👍  
						
							2024-01-08 12:28:13 +09:00  
				
					
						
							
							
								 
						
							
								6a02dfdd3b 
								
							 
						 
						
							
							
								
								enhance(frontend): バブルゲームの諸々を修正・改良 ( #12938 )  
							
							... 
							
							
							
							* enhance(frontend): バブルゲームのテクスチャをゲーム開始時にキャッシュするように
* (fix) カーソルが枠線内を動くように
* (add) 最大コンボ数を表示するように
* (add) 実績を追加
* Update ja-JP.yml
* tweak
* tweak flavor
* perf tweak
* refactor
* perf tweak
* lint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2024-01-08 11:02:05 +09:00  
				
					
						
							
							
								 
						
							
								0e536bdd86 
								
							 
						 
						
							
							
								
								refactor(frontend): `widgets/server-metric`内の型エラーを除去 ( #12937 )  
							
							
							
						 
						
							2024-01-07 23:56:46 +09:00  
				
					
						
							
							
								 
						
							
								2a9db983fc 
								
							 
						 
						
							
							
								
								feat: export clips ( #12931 )  
							
							... 
							
							
							
							* feat: export clips
* Update CHANGELOG.md 
							
						 
						
							2024-01-07 10:35:58 +09:00  
				
					
						
							
							
								 
						
							
								f2dee7b25e 
								
							 
						 
						
							
							
								
								Fix: リストライムラインの「リノートを表示」が正しく機能しない問題を修正 ( #12932 )  
							
							... 
							
							
							
							* fix: list timeline withRenotes
* add CHANGELOG 
							
						 
						
							2024-01-07 09:57:01 +09:00  
				
					
						
							
							
								 
						
							
								072f67d6e7 
								
							 
						 
						
							
							
								
								feat: Add support for mCaptcha ( #12905 )  
							
							... 
							
							
							
							* feat: Add support for mCaptcha
* fix: Fix docker compose configuration
* chore(frontend/docs): update changelog & fix eslint errors
* `@mcaptcha/vanilla-glue`をダイナミックインポートするように
* chore: Add missing prefix to CHANGELOG
* refactor(backend): 適当につけた変数の名前を変更 
							
						 
						
							2024-01-06 20:14:33 +09:00  
				
					
						
							
							
								 
						
							
								24645e3d3d 
								
							 
						 
						
							
							
								
								enhance(backend): ActivityPub 周りで連合先から HTTP 429 Too Many Requests を受け取った際にジョブをリトライするように ( #12917 )  
							
							... 
							
							
							
							* enhance(backend): ActivityPub 周りで HTTP 429 Too Many Requests を受け取った際にリトライするように
* add to changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2024-01-06 09:40:08 +09:00  
				
					
						
							
							
								 
						
							
								d415fd29a3 
								
							 
						 
						
							
							
								
								enhance(backend): ActivityPub Deliver queueでBodyを事前処理するように ( #12916 )  
							
							... 
							
							
							
							* Pre-processing deliver body
* CHANGELOG
* ループ内で計算されると意味がないので
* 同じ処理を同じ形に
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> 
							
						 
						
							2024-01-06 09:07:48 +09:00  
				
					
						
							
							
								 
						
							
								30311aca18 
								
							 
						 
						
							
							
								
								fix(misskey-js): /signupと/signinの定義を作成してフロントの型エラーを抑制する ( #12846 )  
							
							... 
							
							
							
							* fix(misskey-js): /signupと/signinの定義を復活してフロントの型エラーを抑制する
* fix ci
* fix ci
* fix
* fix
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> 
							
						 
						
							2024-01-03 13:41:28 +09:00  
				
					
						
							
							
								 
						
							
								a9127e3ecd 
								
							 
						 
						
							
							
								
								enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように ( #12887 )  
							
							... 
							
							
							
							* enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように
* Update Changelog 
							
						 
						
							2024-01-03 13:35:40 +09:00  
				
					
						
							
							
								 
						
							
								09aba4cf16 
								
							 
						 
						
							
							
								
								chore(backend/logger): log data for every level if exists ( #12863 )  
							
							
							
						 
						
							2024-01-02 16:52:51 +09:00  
				
					
						
							
							
								 
						
							
								1d5a0d0777 
								
							 
						 
						
							
							
								
								chore: use @misskey-dev/eslint-plugin ( #12860 )  
							
							... 
							
							
							
							Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-31 15:26:57 +09:00  
				
					
						
							
							
								 
						
							
								2a33981811 
								
							 
						 
						
							
							
								
								chore: use summaly, browser-image-resizer, and sharp-read-bmp on registry.npmjs.org instead of git ( #12856 )  
							
							... 
							
							
							
							* chore: use @misskey-dev/summaly on registry.npmjs.org instead of git
* fix backend dependency
* fic backend dependency
* @misskey-dev/sharp-read-bmp
* fix
* use @misskey-dev/browser-image-resizer 
							
						 
						
							2023-12-31 09:45:35 +09:00  
				
					
						
							
							
								 
						
							
								7948018e6a 
								
							 
						 
						
							
							
								
								feat: Add support for TrueMail ( #12850 )  
							
							... 
							
							
							
							Co-authored-by: MarryDream <2190758465@qq.com> 
							
						 
						
							2023-12-29 18:23:29 +09:00  
				
					
						
							
							
								 
						
							
								a598baaf01 
								
							 
						 
						
							
							
								
								fix(test): CIが落ちている問題を修正 ( #12816 )  
							
							... 
							
							
							
							* fix(test): CIが落ちているのを修正
* fix(ci)?: CIの`typecheck`が落ちる問題を修正
* fix(ci): コンフィグファイルのタイポを修正 
							
						 
						
							2023-12-27 17:36:38 +09:00  
				
					
						
							
							
								 
						
							
								e0040f5da3 
								
							 
						 
						
							
							
								
								Add a prompt for Tor Browser users ( #12776 )  
							
							... 
							
							
							
							* perf: Add a prompt for Tor Browser users
* typo 
							
						 
						
							2023-12-27 15:55:56 +09:00  
				
					
						
							
							
								 
						
							
								ad346b6f36 
								
							 
						 
						
							
							
								
								feat(backend/oauth): allow CORS for token endpoint ( #12814 )  
							
							... 
							
							
							
							* feat(backend/oauth): allow CORS for token endpoint
* no need to explicitly set origin to `*`
* Update CHANGELOG.md 
							
						 
						
							2023-12-27 15:10:24 +09:00  
				
					
						
							
							
								 
						
							
								c96bc36fed 
								
							 
						 
						
							
							
								
								Merge pull request from GHSA-7pxq-6xx9-xpgm  
							
							... 
							
							
							
							* fix: fix improper authorization when accessing with third-party application
* refactor: refactor type definitions
* fix: get rid of unnecessary access limitation
* enhance: サードパーティアプリケーションがWebsocket APIを使えるように
* fix: add missing parentheses
* Revert "fix(backend): add missing kind definition for admin endpoints to improve security"
This reverts commit 5150053275 
							
						 
						
							2023-12-27 15:08:59 +09:00  
				
					
						
							
							
								 
						
							
								9022b05fea 
								
							 
						 
						
							
							
								
								fix(backend): 非センシティブのみ(リモートはいいねのみ)が昨日していない問題を修正 ( #12801 ) ( #12802 )  
							
							... 
							
							
							
							Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-26 18:42:37 +09:00  
				
					
						
							
							
								 
						
							
								75034d9240 
								
							 
						 
						
							
							
								
								refactor(frontend): Reactivityで型を明示するように ( #12791 )  
							
							... 
							
							
							
							* refactor(frontend): Reactivityで型を明示するように
* fix: プロパティの参照が誤っているのを修正
* fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え 
							
						 
						
							2023-12-26 14:19:35 +09:00  
				
					
						
							
							
								 
						
							
								fd040c50b1 
								
							 
						 
						
							
							
								
								fix: 自分のdirect noteがuser list timelineに追加されない ( #12782 )  
							
							... 
							
							
							
							* fix: 自分のdirect noteがuser list timelineに追加されない
* docs(changelog): Fix: 自分のdirect noteがuser list timelineに追加されない 
							
						 
						
							2023-12-25 11:56:00 +09:00  
				
					
						
							
							
								 
						
							
								cae40e68e4 
								
							 
						 
						
							
							
								
								fix: lint ( #12761 )  
							
							
							
						 
						
							2023-12-24 15:24:51 +09:00  
				
					
						
							
							
								 
						
							
								36701f8a7c 
								
							 
						 
						
							
							
								
								fix(backend): 1702718871541-ffVisibility.jsのdownが壊れている ( #12767 )  
							
							
							
						 
						
							2023-12-24 15:24:26 +09:00  
				
					
						
							
							
								 
						
							
								6fce36374d 
								
							 
						 
						
							
							
								
								enhance(backend): センシティブワードの設定がハッシュタグトレンドにも適用されるように  
							
							
							
						 
						
							2023-12-24 15:23:56 +09:00  
				
					
						
							
							
								 
						
							
								2f425aa03f 
								
							 
						 
						
							
							
								
								fix: ブロックされててもpure RNできる ( #12758 )  
							
							... 
							
							
							
							なぜかわからないけど元々Quoteはできるようなのでそれに戻しました 
							
						 
						
							2023-12-23 17:55:34 +09:00  
				
					
						
							
							
								 
						
							
								e852f4b60d 
								
							 
						 
						
							
							
								
								Revert "fix(backend): renote判定がおかしい"  
							
							... 
							
							
							
							This reverts commit f43599552f 
							
						 
						
							2023-12-23 17:55:27 +09:00  
				
					
						
							
							
								 
						
							
								f43599552f 
								
							 
						 
						
							
							
								
								fix(backend): renote判定がおかしい  
							
							
							
						 
						
							2023-12-23 17:54:29 +09:00  
				
					
						
							
							
								 
						
							
								6e4894c165 
								
							 
						 
						
							
							
								
								lint  
							
							
							
						 
						
							2023-12-23 14:39:01 +09:00  
				
					
						
							
							
								 
						
							
								5b5a537f56 
								
							 
						 
						
							
							
								
								feat: 登録を拒否するメールアドレスのドメインを手動で設定できるように ( #12740 )  
							
							... 
							
							
							
							* feat: 使い捨てアドレスのドメインを手動で設定できるように
* Update CHANGELOG.md
* disposableEmailDomains -> bannedEmailDomains
* isBlockedHostを使うように 
							
						 
						
							2023-12-23 12:06:22 +09:00  
				
					
						
							
							
								 
						
							
								b3c4f7eddc 
								
							 
						 
						
							
							
								
								fix: email verify enable logic ( #12743 )  
							
							
							
						 
						
							2023-12-23 11:00:14 +09:00  
				
					
						
							
							
								 
						
							
								52b94dbc4a 
								
							 
						 
						
							
							
								
								fix: 引用RNがpure RNとして連合され、pure RNが引用RNとして連合される ( #12744 )  
							
							... 
							
							
							
							* fix: quote notes are rendered as pure renote
* fix: filesが指定されてて空配列のときにQuote扱いされる
* chore: isQuoteの仕様をmisc/is-quote.tsと揃える
* docs: is-quote.tsの方にNoteCreateService.isQuoteのことを書いて更新忘れを防ぐ 
							
						 
						
							2023-12-22 14:03:39 +09:00  
				
					
						
							
							
								 
						
							
								433d46e57f 
								
							 
						 
						
							
							
								
								fix(backend): テストが死んでいるのを修正 ( #12738 )  
							
							... 
							
							
							
							* fix test
* fix test
* fix test
* fix test
* fix test 
							
						 
						
							2023-12-22 09:06:13 +09:00  
				
					
						
							
							
								 
						
							
								79ca93cefb 
								
							 
						 
						
							
							
								
								enhance: api.jsonのレスポンスの内容を実際の内容に合わせる ( #12723 )  
							
							... 
							
							
							
							* Create packedAdSchema
* admin/emoji/add
* admin/get-user-ips
* admin/roles/users
* admin/get-index-stats
* admin/accounts/find-by-email
* fix type of admin/ad/list
* federation/stats
* endpoints
* get-online-users-count
* i/2fa/register-key
* i/2fa/key-done
* i/2fa/register
* i/apps
* i/authorized-apps
* i/registry/get-all
* i/registry/get
* i/registry/get-detail
* i/registry/key-with-type
* i/registry/scopes-with-domain
* i/update-email
* i/move
* i/webhooks/create
* fix miss type
* i/webhooks/show
* i/webhooks/list
* flash/create
* roles/users
* server-info
* test
* users/lists/get-memberships
* users/achievements
* fetch-rss
* fetch-external-resources 
							
						 
						
							2023-12-21 16:57:05 +09:00  
				
					
						
							
							
								 
						
							
								b2254a66d3 
								
							 
						 
						
							
							
								
								chore: remove hashtag from featured immediately ( #12668 )  
							
							... 
							
							
							
							* chore: remove hashtag from featured immediately
* docs(changelog): ハッシュタグのトレンド除外設定が即時に効果を持つように修正
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-21 11:34:19 +09:00  
				
					
						
							
							
								 
						
							
								b3ab96b5ee 
								
							 
						 
						
							
							
								
								fix(backend): ロールアサインの通知がある状態でページをリロードすると通知欄に何もでなくなる  
							
							... 
							
							
							
							Fix  #12729  
						
							2023-12-21 11:23:31 +09:00  
				
					
						
							
							
								 
						
							
								15b0d2aff2 
								
							 
						 
						
							
							
								
								enhance: ロールにアサインされたときの通知 ( #12607 )  
							
							... 
							
							
							
							* wip
* Update misskey-js.api.md
* Update CHANGELOG.md
* Update RoleService.ts
* Update locales/ja-JP.yml
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update UserListService.ts
* Update misskey-js.api.md
* fix (#12724 )
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> 
							
						 
						
							2023-12-21 10:39:11 +09:00  
				
					
						
							
							
								 
						
							
								d14eb20122 
								
							 
						 
						
							
							
								
								chore(workflows): use postgres 15 everywhere ( #12726 )  
							
							
							
						 
						
							2023-12-21 10:29:51 +09:00  
				
					
						
							
							
								 
						
							
								4175b7809b 
								
							 
						 
						
							
							
								
								chore(QueueProcessorService): show error stack for failures ( #12727 )  
							
							
							
						 
						
							2023-12-21 10:29:30 +09:00  
				
					
						
							
							
								 
						
							
								4e2d802967 
								
							 
						 
						
							
							
								
								enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように ( #12702 )  
							
							... 
							
							
							
							* Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072 )
* refactor: crowdin 編集部分のコミットを打ち消し
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 
* refactor: オブジェクトの名前修正
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 
* fix: 設定項目の説明を削除
名称が具体的になって必要なくなったため
https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463  
							
						 
						
							2023-12-18 20:59:20 +09:00  
				
					
						
							
							
								 
						
							
								f6ff3b1f1a 
								
							 
						 
						
							
							
								
								Fix: Renoteの判定が間違っているのを修正 ( #12706 )  
							
							... 
							
							
							
							* RNと引用RNの判定が間違っているのを修正
* remove dump.rdb
* update CHANGELOG.md
* lint fix 
							
						 
						
							2023-12-18 19:49:19 +09:00  
				
					
						
							
							
								 
						
							
								13990279c3 
								
							 
						 
						
							
							
								
								enhance: Unicode 15.0で新たに追加された絵文字をリアクションに使えるように ( #12683 )  
							
							
							
						 
						
							2023-12-18 14:51:29 +09:00  
				
					
						
							
							
								 
						
							
								507d436699 
								
							 
						 
						
							
							
								
								update mfm-js  
							
							
							
						 
						
							2023-12-18 13:22:34 +09:00  
				
					
						
							
							
								 
						
							
								8a9f4ef441 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-18 13:14:58 +09:00  
				
					
						
							
							
								 
						
							
								5150053275 
								
							 
						 
						
							
							
								
								fix(backend): add missing kind definition for admin endpoints to improve security  
							
							
							
						 
						
							2023-12-18 12:32:26 +09:00  
				
					
						
							
							
								 
						
							
								2ecc0299b4 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-16 14:00:27 +09:00  
				
					
						
							
							
								 
						
							
								fda5147d06 
								
							 
						 
						
							
							
								
								fix(dev): ファイルの読み込みに失敗することがあるのを修正 ( #12684 )  
							
							... 
							
							
							
							* (enhance) コード入力をMkCodeEditorに変更
* (fix) devでファイルの読み込みに失敗することがある
* Revert "(enhance) コード入力をMkCodeEditorに変更"
This reverts commit 726d56c3e9 
							
						 
						
							2023-12-16 13:23:25 +09:00  
				
					
						
							
							
								 
						
							
								9f49b9f4d2 
								
							 
						 
						
							
							
								
								fix(backend): HTTP Digestヘッダのアルゴリズム部分に大文字の"SHA-256"しか使えない  
							
							... 
							
							
							
							Fix  #12678  
						
							2023-12-16 10:58:44 +09:00  
				
					
						
							
							
								 
						
							
								3e256eee2c 
								
							 
						 
						
							
							
								
								Fix(backend): JSONSchemaに不足しているパラメータを追加 ( #12680 )  
							
							... 
							
							
							
							* Fix(backend): JSONSchemaに不足しているパラメータを追加
* nullable:falseに修正
---------
Co-authored-by: sorairo <sorairo@shiosyakeyakini.info> 
							
						 
						
							2023-12-16 09:00:32 +09:00  
				
					
						
							
							
								 
						
							
								bd4d8694dd 
								
							 
						 
						
							
							
								
								perf: early return users/notes and users/featured-notes if me is blocked by requesting user ( #12663 )  
							
							
							
						 
						
							2023-12-15 11:24:13 +09:00  
				
					
						
							
							
								 
						
							
								5cc3d3c873 
								
							 
						 
						
							
							
								
								Remove an unnecessary type assertion ( #12666 )  
							
							
							
						 
						
							2023-12-15 11:22:49 +09:00  
				
					
						
							
							
								 
						
							
								417852779f 
								
							 
						 
						
							
							
								
								enhance: アイコンデコレーションの位置を微調整できるように  
							
							
							
						 
						
							2023-12-14 20:58:08 +09:00  
				
					
						
							
							
								 
						
							
								386fcedf35 
								
							 
						 
						
							
							
								
								(dev-mode) devモードの改善 ( #12639 )  
							
							... 
							
							
							
							* fix dev-mode
* fix dev-mode
* fix dev-mode
* fix dev-mode
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-14 20:16:02 +09:00  
				
					
						
							
							
								 
						
							
								a2a6a94614 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-14 18:28:04 +09:00  
				
					
						
							
							
								 
						
							
								aedc1d0ee9 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-14 13:22:12 +09:00  
				
					
						
							
							
								 
						
							
								2cfe64e9e6 
								
							 
						 
						
							
							
								
								fix swcrc  
							
							
							
						 
						
							2023-12-14 11:35:17 +09:00  
				
					
						
							
							
								 
						
							
								37820ad572 
								
							 
						 
						
							
							
								
								fix(backend): モデレーションログがモデレーターは閲覧できないように修正  
							
							... 
							
							
							
							Fix  #12622  
						
							2023-12-13 18:31:32 +09:00  
				
					
						
							
							
								 
						
							
								5472f4b934 
								
							 
						 
						
							
							
								
								enhance: アイコンデコレーションを複数設定できるように  
							
							
							
						 
						
							2023-12-13 16:56:19 +09:00  
				
					
						
							
							
								 
						
							
								06ca63f9c2 
								
							 
						 
						
							
							
								
								Fix(backend): inboxJobPerSecのデフォルト値を16から32に ( #12631 )  
							
							
							
						 
						
							2023-12-13 08:14:34 +09:00  
				
					
						
							
							
								 
						
							
								319267e096 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-09 13:02:14 +09:00  
				
					
						
							
							
								 
						
							
								e38af60fd0 
								
							 
						 
						
							
							
								
								fix: `secure: true` なエンドポイントの型が misskey-js に含まれていない ( #12603 )  
							
							... 
							
							
							
							* 作った
* 修正
* 修正 
							
						 
						
							2023-12-08 15:15:17 +09:00  
				
					
						
							
							
								 
						
							
								b0039f0946 
								
							 
						 
						
							
							
								
								chore: 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) ( #12593 )  
							
							... 
							
							
							
							* [wip]run standalone vite
* [wip]run standalone vite
* some fix (tabler icons, sw, streaming)
* fix theme
* fix run scripts
* favicon
* client-assets
* cssの読み込み順序とCSP設定の変更
* fix lang change
* fix clientManifest
* baseを相対パスにしてドメイン直下とサブディレクトリ配下両方に対応
* 色々修正
* 色々修正
* 色々修正
* fix
* Revert "client-assets"
This reverts commit 582601e90e 
							
						 
						
							2023-12-08 08:22:08 +09:00  
				
					
						
							
							
								 
						
							
								e6d01e33e6 
								
							 
						 
						
							
							
								
								fix(backend): ブロックした相手から自分のノートが見えないように(/users/featured-notes, /users/notes) ( #12511 )  
							
							... 
							
							
							
							* fix: ブロックした相手から自分のノートが見えないように(ユーザー,チャンネル)
* Update CHANGELOG.md
* /users/featured-notesでもブロックを考慮するように
* cacheServiceを使うように
* /channels/timeline.tsで必要のないnoteFilterを持たないように
* Update CHANGELOG.md
* FanoutTimelineEndpointServiceへの対応
- ブロックされている場合は、/users/notesでノートが表示されない
- ミュートしている場合は、ノートが表示される 
							
						 
						
							2023-12-07 18:15:38 +09:00  
				
					
						
							
							
								 
						
							
								bcf6b7f5ee 
								
							 
						 
						
							
							
								
								enhance: meilisearchを有効にしてもミュートやブロックを考慮するように ( #12575 )  
							
							... 
							
							
							
							* enhance: meilisearchを有効にしてもミュートやブロックを考慮するように
* Update CHANGELOG.md 
							
						 
						
							2023-12-07 17:09:31 +09:00  
				
					
						
							
							
								 
						
							
								1d3ef7b42f 
								
							 
						 
						
							
							
								
								fix(backend): pagination with sinceId broken ( #12586 )  
							
							... 
							
							
							
							* fix(backend): pagination with sinceId broken
* fix(backend): pagination with sinceId broken for dbFallback 
							
						 
						
							2023-12-07 17:07:06 +09:00  
				
					
						
							
							
								 
						
							
								e42c91dee7 
								
							 
						 
						
							
							
								
								feat: Roleに関するSchemaを追加 ( #12572 )  
							
							... 
							
							
							
							* feat: Roleに関連するschemaを追加
* feat: 新しいRoleSchemaを使うように
* chore: misskey.jsのデータを更新
* chore: misskey-js.api.mdを更新 
							
						 
						
							2023-12-06 15:47:57 +09:00  
				
					
						
							
							
								 
						
							
								8866c530c4 
								
							 
						 
						
							
							
								
								fix(backend): エポックを固定することで年越し時にトレンドが壊れる問題を修正 ( #12567 )  
							
							
							
						 
						
							2023-12-04 20:33:11 +09:00  
				
					
						
							
							
								 
						
							
								9c90ff7d06 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-04 19:40:46 +09:00  
				
					
						
							
							
								 
						
							
								bb38e62ae6 
								
							 
						 
						
							
							
								
								chore: 自分へのリプライのみ走査するように ( #12570 )  
							
							
							
						 
						
							2023-12-04 17:56:48 +09:00  
				
					
						
							
							
								 
						
							
								33034b0e02 
								
							 
						 
						
							
							
								
								feat: ユーザースキーマの改善 ( #12568 )  
							
							... 
							
							
							
							* chore: notifyにenumを設定
* feat: securityKeysListの型を明確に
* feat: notificationRecieveConfigにpropertiesを定義
* chore: misskey.jsのmodelを更新
* fix: as constをつけ忘れている 
							
						 
						
							2023-12-04 16:53:31 +09:00  
				
					
						
							
							
								 
						
							
								18109fcef7 
								
							 
						 
						
							
							
								
								Filter User / Instance Mutes in FanoutTimelineEndpointService ( #12565 )  
							
							... 
							
							
							
							* fix: unnecessary logging in FanoutTimelineEndpointService
* chore: TimelineOptions
* chore: add FanoutTimelineName type
* chore: forbid specifying both withReplies and withFiles since it's not implemented correctly
* chore: filter mutes, replies, renotes, files in FanoutTimelineEndpointService
* revert unintended changes
* use isReply in NoteCreateService
* fix: excludePureRenotes is not implemented
* fix: replies to me is excluded from local timeline
* chore(frontend): forbid enabling both withReplies and withFiles
* docs(changelog): インスタンスミュートが効かない問題の修正について言及 
							
						 
						
							2023-12-04 14:38:21 +09:00  
				
					
						
							
							
								 
						
							
								55c8ec80ed 
								
							 
						 
						
							
							
								
								fix (backend): 「みつける」のなかにミュートしたユーザが現れてしまう問題を修正 ( #12559 )  
							
							... 
							
							
							
							* fix (backend): 「みつける」のなかにミュートしたユーザが現れてしまう問題を修正
* fix 
							
						 
						
							2023-12-03 20:46:19 +09:00  
				
					
						
							
							
								 
						
							
								af15f8d09d 
								
							 
						 
						
							
							
								
								fix(backend): reject malformed timestamp ( #12554 )  
							
							
							
						 
						
							2023-12-03 14:38:42 +09:00  
				
					
						
							
							
								 
						
							
								34223f3da4 
								
							 
						 
						
							
							
								
								fix(backend): enhance nodeinfo by export instance admin via nodeAdmins key ( #12503 )  
							
							... 
							
							
							
							https://codeberg.org/thefederationinfo/nodeinfo_extension  
						
							2023-12-03 13:42:41 +09:00  
				
					
						
							
							
								 
						
							
								e17d741f4b 
								
							 
						 
						
							
							
								
								enhance(misskey-js) misskey-jsのストリーミングAPI定義をバックエンドに追従 ( #12552 )  
							
							... 
							
							
							
							* (enhance) misskey-jsのストリーミングAPI定義をバックエンドに追従
* fix ci
* fix ci 
							
						 
						
							2023-12-03 12:45:18 +09:00  
				
					
						
							
							
								 
						
							
								2eb86e0619 
								
							 
						 
						
							
							
								
								fix(backend): /emojiにおける拡張子の削除方法を修正 ( #12543 )  
							
							... 
							
							
							
							Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-12-03 10:28:35 +09:00  
				
					
						
							
							
								 
						
							
								c68d87538a 
								
							 
						 
						
							
							
								
								リストタイムラインでミュートが貫通してしまう問題に対処 ( #12534 )  
							
							... 
							
							
							
							* ユーザリストTL系の各種動作を修正・統一
* fix
* fix CHANGELOG.md
* テスト追加 
							
						 
						
							2023-12-03 10:19:37 +09:00  
				
					
						
							
							
								 
						
							
								4de4a2e143 
								
							 
						 
						
							
							
								
								fix: withChannelNotesとwithFilesを同時に指定したときの考慮 ( #12550 )  
							
							... 
							
							
							
							Co-authored-by: sorairo <sorairo@shiosyakeyakini.info> 
							
						 
						
							2023-12-03 10:18:28 +09:00  
				
					
						
							
							
								 
						
							
								336416261a 
								
							 
						 
						
							
							
								
								バックエンドが生成するapi.jsonからmisskey-jsの型を作成する ( #12434 )  
							
							... 
							
							
							
							* ひとまず生成できるところまで
* ファイル構成整理
* 生成コマンド整理
* misskey-jsへの組み込み
* fix generator.ts
* wip
* fix generator.ts
* fix package.json
* 生成ロジックの調整
* 型レベルでのswitch-case機構をmisskey-jsからfrontendに持ち込めるようにした
* 型チェック用のtsconfig.jsonを作成
* 他のエンドポイントを呼ぶ関数にも適用
* 未使用エンティティなどを削除
* misskey-js側で手動定義されていた型を自動生成された型に移行(ただしapi.jsonがvalidでなくなってしまったので後で修正する)
* messagingは廃止されている(テストのビルドエラー解消)
* validなapi.jsonを出力できるように修正
* 修正漏れ対応
* Ajvに怒られて起動できなかったところを修正
* fix ci(途中)
* パラメータenumをやめる
* add command
* add api.json
* 都度自動生成をやめる
* 一気通貫スクリプト修正
* fix ci
* 生成ロジック修正
* フロントの型チェックは結局やらなかったので戻しておく
* fix pnpm-lock.yaml
* add README.md
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-02 21:00:05 +09:00  
				
					
						
							
							
								 
						
							
								92029ac325 
								
							 
						 
						
							
							
								
								fix :  #12544  ( #12545 )  
							
							... 
							
							
							
							* meを渡し忘れている
* fix CHANGELOG.md
* Revert "fix CHANGELOG.md"
This reverts commit aaee4e9b8a 
							
						 
						
							2023-12-02 20:11:31 +09:00  
				
					
						
							
							
								 
						
							
								238e8ce939 
								
							 
						 
						
							
							
								
								fix: Filter featured collection ( #12541 )  
							
							
							
						 
						
							2023-12-02 19:32:30 +09:00  
				
					
						
							
							
								 
						
							
								a631b976c9 
								
							 
						 
						
							
							
								
								Refine fanout timeline ( #12507 )  
							
							... 
							
							
							
							* chore(endpoints/hybrid-timeline): don't pack inside getFromDb
* chore(endpoints/hybrid-timeline): Redisから取得する部分のうちSTLに依存しなそうなところを別のServiceに切り出し
* chore(endpoints/local-timeline): FanoutTimelineEndpointServiceで再実装
* chore(endpoints/channels/timeline): FanoutTimelineEndpointServiceで再実装
* chore(endpoints/timeline): FanoutTimelineEndpointServiceで再実装
* chore(endpoints/user-list-timeline): FanoutTimelineEndpointServiceで再実装
* chore(endpoints/users/notes): FanoutTimelineEndpointServiceで再実装
* chore: add useDbFallback to FanoutTimelineEndpointService.timeline and always true for channel / user note list
* style: fix lint error
* chore: split logic to multiple functions
* chore: implement redis fallback
* chore: 成功率を上げる
* fix: db fallback not working
* feat: allowPartial
* chore(frontend): set allowPartial
* chore(backend): remove fallbackIfEmpty
HTL will never be purged so it's no longer required
* fix: missing allowPartial in channel timeline
* fix: type of timelineConfig in hybrid-timeline
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-02 18:25:07 +09:00  
				
					
						
							
							
								 
						
							
								8968bfd309 
								
							 
						 
						
							
							
								
								fix(backend): カスタム絵文字のインポート時の動作を修正 ( #12360 )  
							
							... 
							
							
							
							Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-02 17:07:57 +09:00  
				
					
						
							
							
								 
						
							
								b6b838416d 
								
							 
						 
						
							
							
								
								chore: remove unimplemented excludeNsfw ( #12520 )  
							
							
							
						 
						
							2023-12-02 12:05:53 +09:00  
				
					
						
							
							
								 
						
							
								da0ecb650e 
								
							 
						 
						
							
							
								
								chore: フォローしたときにHTLをパージしなくする ( #12522 )  
							
							
							
						 
						
							2023-12-02 12:04:30 +09:00  
				
					
						
							
							
								 
						
							
								ca424df80e 
								
							 
						 
						
							
							
								
								fix: invite系の戻り値が間違っている  close   #12517  ( #12518 )  
							
							
							
						 
						
							2023-11-30 15:56:25 +09:00  
				
					
						
							
							
								 
						
							
								b05d71fabf 
								
							 
						 
						
							
							
								
								feat(frontend): 今日誕生日のフォロー中のユーザーを一覧表示できるウィジェットを追加 ( #12450 )  
							
							... 
							
							
							
							* (add) 今日誕生日のフォロイー一覧表示
* Update Changelog
* Update Changelog
* 実装漏れ
* create index
* (fix) index 
							
						 
						
							2023-11-30 14:49:26 +09:00  
				
					
						
							
							
								 
						
							
								3b3b908ccd 
								
							 
						 
						
							
							
								
								fix: packedNoteSchemaにclippedCountが抜けている ( #12499 )  
							
							
							
						 
						
							2023-11-29 08:08:06 +09:00  
				
					
						
							
							
								 
						
							
								51cf906b25 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-11-27 21:05:20 +09:00  
				
					
						
							
							
								 
						
							
								d32631d159 
								
							 
						 
						
							
							
								
								fix: query error in notes/featured ( #12439 )  
							
							
							
						 
						
							2023-11-26 12:54:23 +09:00  
				
					
						
							
							
								 
						
							
								2ee48ae04d 
								
							 
						 
						
							
							
								
								fix(backend): ギャラリーの人気の投稿の選出にidを用いるように ( #12448 )  
							
							
							
						 
						
							2023-11-26 10:05:56 +09:00  
				
					
						
							
							
								 
						
							
								7a494b2aa7 
								
							 
						 
						
							
							
								
								fix(backend): rename FunoutTimelineService to FanoutTimelineService ( #12453 )  
							
							
							
						 
						
							2023-11-26 10:02:22 +09:00  
				
					
						
							
							
								 
						
							
								3e0231d995 
								
							 
						 
						
							
							
								
								fix(backend): 何もノートしていないユーザーのフィードにアクセスするとエラーになる問題を修正 ( #12455 )  
							
							... 
							
							
							
							* fix(backend): 何もノートしていないユーザーのフィードにアクセスするとエラーになる問題を修正
* Update CHANGELOG.md
* add test
* fix: incorrect bob's username 
							
						 
						
							2023-11-26 10:01:06 +09:00  
				
					
						
							
							
								 
						
							
								252efe8252 
								
							 
						 
						
							
							
								
								fix: 特定の条件下でチャンネルやユーザーのノート一覧に最新のノートが表示されなくなる問題を修正 ( #12431 )  
							
							... 
							
							
							
							* fix: 特定の条件下でチャンネルやユーザーのノート一覧に最新のノートが表示されなくなる問題を修正
* update: CHANGELOG.md 
							
						 
						
							2023-11-24 20:19:46 +09:00  
				
					
						
							
							
								 
						
							
								536f08c401 
								
							 
						 
						
							
							
								
								fix: hard mute limit not applied ( #12428 )  
							
							... 
							
							
							
							* fix: hard mute limit not applied
* Update CHANGELOG.md 
							
						 
						
							2023-11-24 15:09:25 +09:00  
				
					
						
							
							
								 
						
							
								f7bdf5a2c0 
								
							 
						 
						
							
							
								
								Replace deprecated `Repository.findOneById()` ( #12426 )  
							
							
							
						 
						
							2023-11-24 09:48:36 +09:00  
				
					
						
							
							
								 
						
							
								ed6f866a4f 
								
							 
						 
						
							
							
								
								enhance/fix(AP/frontend): 最近追加されたMFMのもろもろを修正 ( #12420 )  
							
							... 
							
							
							
							* (enhance) MFM rubyが連合されるように
* Update Changelog
* Update Changelog
* (fix) unixtimeのフォールバック (AP)
* (fix) unixtimeのフォールバック (frontend)
* Update Changelog 
							
						 
						
							2023-11-23 19:49:45 +09:00  
				
					
						
							
							
								 
						
							
								4a2a44831b 
								
							 
						 
						
							
							
								
								fix(backend): 招待コードが使い回せる問題を修正 ( #12423 )  
							
							... 
							
							
							
							* (fix) 招待コードを一度のみ利用できるように
* Update Changelog 
							
						 
						
							2023-11-23 19:34:14 +09:00