Sayamame-beans 
							
						 
					 
					
						
						
							
						
						b44313fe3c 
					 
					
						
						
							
							fix(backend): type(schema) of reactionAcceptance was wrong ( #14317 )  
						
						
						
						
					 
					
						2024-07-30 12:32:03 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						72bc789746 
					 
					
						
						
							
							feature: ユーザ作成時にSystemWebhookを発信できるようにする ( #14321 )  
						
						... 
						
						
						
						* feature: ユーザ作成時にSystemWebhookを発信できるようにする
* fix CHANGELOG.md 
						
						
					 
					
						2024-07-29 21:31:32 +09:00 
						 
				 
			
				
					
						
							
							
								Sayamame-beans 
							
						 
					 
					
						
						
							
						
						61f4a03e6c 
					 
					
						
						
							
							Fix(frontend): 下書き/削除して編集で保持されない項目があった問題を修正 ( #14285 )  
						
						... 
						
						
						
						* chore(frontend): reorder assignments
* fix(frontend): visibleUserIds is not kept when deleteAndEdit
* fix(frontend): quoteId is not kept on draft
* fix(frontend): reactionAcceptance is not kept for draft/deleteAndEdit
* docs(changelog): update changelog 
						
						
					 
					
						2024-07-28 11:19:32 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						337b42bcb1 
					 
					
						
						
							
							revert  5f88d56d96 
						
						... 
						
						
						
						バグがある(かつすぐに修正できそうにない) & まだレビュー途中で意図せずマージされたため 
						
						
					 
					
						2024-07-20 21:33:20 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						5f88d56d96 
					 
					
						
						
							
							perf(federation): Ed25519署名に対応する ( #13464 )  
						
						... 
						
						
						
						* 1. ed25519キーペアを発行・Personとして公開鍵を送受信
* validate additionalPublicKeys
* getAuthUserFromApIdはmainを選ぶ
* ✌️ 
* fix
* signatureAlgorithm
* set publicKeyCache lifetime
* refresh
* httpMessageSignatureAcceptable
* ED25519_SIGNED_ALGORITHM
* ED25519_PUBLIC_KEY_SIGNATURE_ALGORITHM
* remove sign additionalPublicKeys signature requirements
* httpMessageSignaturesSupported
* httpMessageSignaturesImplementationLevel
* httpMessageSignaturesImplementationLevel: '01'
* perf(federation): Use hint for getAuthUserFromApId (#13470 )
* Hint for getAuthUserFromApId
* とどのつまりこれでいいのか?
* use @misskey-dev/node-http-message-signatures
* fix
* signedPost, signedGet
* ap-request.tsを復活させる
* remove digest prerender
* fix test?
* fix test
* add httpMessageSignaturesImplementationLevel to FederationInstance
* ManyToOne
* fetchPersonWithRenewal
* exactKey
* ✌️ 
* use const
* use gen-key-pair fn. from  '@misskey-dev/node-http-message-signatures'
* update node-http-message-signatures
* fix
* @misskey-dev/node-http-message-signatures@0.0.0-alpha.11
* getAuthUserFromApIdでupdatePersonの頻度を増やす
* cacheRaw.date
* use requiredInputs
https://github.com/misskey-dev/misskey/pull/13464#discussion_r1509964359 
* update @misskey-dev/node-http-message-signatures
* clean up
* err msg
* fix(backend): fetchInstanceMetadataのLockが永遠に解除されない問題を修正
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com >
* fix httpMessageSignaturesImplementationLevel validation
* fix test
* fix
* comment
* comment
* improve test
* fix
* use Promise.all in genRSAAndEd25519KeyPair
* refreshAndprepareEd25519KeyPair
* refreshAndfindKey
* commetn
* refactor public keys add
* digestプリレンダを復活させる
RFC実装時にどうするか考える
* fix, async
* fix
* !== true
* use save
* Deliver update person when new key generated (not tested)
https://github.com/misskey-dev/misskey/pull/13464#issuecomment-1977049061 
* 循環参照で落ちるのを解消?
* fix?
* Revert "fix?"
This reverts commit 0082f6f8e8https://github.com/misskey-dev/misskey/pull/13950 
* define additionalPublicKeys
* fix
* merge fix
* refreshAndprepareEd25519KeyPair → refreshAndPrepareEd25519KeyPair
* remove gen-key-pair.ts
* defaultMaxListeners = 512
* Revert "defaultMaxListeners = 512"
This reverts commit f2c412c180d0aada55c19e0a93f11030769358+mei23@users.noreply.github.com >
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com > 
						
						
					 
					
						2024-07-18 01:28:17 +09:00 
						 
				 
			
				
					
						
							
							
								Sayamame-beans 
							
						 
					 
					
						
						
							
						
						7afa593d11 
					 
					
						
						
							
							Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に ( #14078 )  
						
						... 
						
						
						
						* feat: implement role policy "canUpdateBioMedia"
* docs(changelog): update changelog
* docs(changelog): update changelog
* chore: regenerate misskey-js type definitions
* chore: Apply suggestion from code review
Co-authored-by: anatawa12 <anatawa12@icloud.com >
* chore: fix unnecessarily strict inequality check
* chore: policies should be gotten only once
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com > 
						
						
					 
					
						2024-07-14 09:31:05 +09:00 
						 
				 
			
				
					
						
							
							
								Kisaragi 
							
						 
					 
					
						
						
							
						
						eafae79869 
					 
					
						
						
							
							test(backend): goodbye, Lenna ( #14111 )  
						
						
						
						
					 
					
						2024-07-02 14:29:44 +09:00 
						 
				 
			
				
					
						
							
							
								Acid Chicken 
							
						 
					 
					
						
						
							
						
						1a82a41f92 
					 
					
						
						
							
							refactor(backend): get column names from metadata ( #13943 )  
						
						... 
						
						
						
						* ci: enable
* chore: stop when generated column found
* chore: get column names from metadata
* ci: disable 
						
						
					 
					
						2024-06-15 10:28:57 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						61fae45390 
					 
					
						
						
							
							feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする ( #13758 )  
						
						... 
						
						
						
						* feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする
* モデログに対応&エンドポイントを単一オブジェクトでのサポートに変更(API経由で大量に作るシチュエーションもないと思うので)
* fix spdx
* fix migration
* fix migration
* fix models
* add e2e webhook
* tweak
* fix modlog
* fix bugs
* add tests and fix bugs
* add tests and fix bugs
* add tests
* fix path
* regenerate locale
* 混入除去
* 混入除去
* add abuseReportResolved
* fix pnpm-lock.yaml
* add abuseReportResolved test
* fix bugs
* fix ui
* add tests
* fix CHANGELOG.md
* add tests
* add RoleService.getModeratorIds tests
* WebhookServiceをUserとSystemに分割
* fix CHANGELOG.md
* fix test
* insertOneを使う用に
* fix
* regenerate locales
* revert version
* separate webhook job queue
* fix
* 🎨 
* Update QueueProcessorService.ts
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com >
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-06-08 15:34:19 +09:00 
						 
				 
			
				
					
						
							
							
								Acid Chicken 
							
						 
					 
					
						
						
							
						
						2b8056a852 
					 
					
						
						
							
							fix(backend): use insertOne insteadof insert/findOneOrFail combination ( #13908 )  
						
						... 
						
						
						
						* fix(backend): use insertOne insteadof insert/findOneOrFail combination
* fix: typo
* fix(backend): inherit mainAlias?
* refactor(backend): use extend
* fix(backend): invalid entityTarget
* fix(backend): fake where
* chore: debug
* chore: debug
* test: log
* fix(backend): column names
* fix(backend): remove dummy from
* revert: log
* fix(backend): position
* fix(backend): automatic aliasing
* chore(backend): alias
* chore(backend): remove from
* fix(backend): type
* fix(backend): avoid pure name
* test(backend): fix type
* chore(backend): use cte
* fix(backend): avoid useless alias
* fix(backend): fix typo
* fix(backend): __disambiguation__
* fix(backend): quote
* chore(backend): t
* chore(backend): accessible
* chore(backend): concrete returning
* fix(backend): quote
* chore: log more
* chore: log metadata
* chore(backend): use raw
* fix(backend): returning column name
* fix(backend): transform
* build(backend): wanna logging
* build(backend): transform empty
* build(backend): build alias
* build(backend): restore name
* chore: return entity
* fix: test case
* test(backend): 204
* chore(backend): log sql
* chore(backend): assert user joined
* fix(backend): typo
* chore(backend): log long sql
* chore(backend): log join
* chore(backend): log join depth null
* chore(backend): joinAttributes
* chore(backend): override createJoinExpression
* chore: join log
* fix(backend): escape
* test(backend): log log
* chore(backend): join gonna success?
* chore(backend): relations
* chore(backend): undefined
* chore(backend): target
* chore(backend): remove log
* chore(backend): log chart update
* chore(backend): log columns
* chore(backend): check hasMetadata
* chore(backend): unshift id when not included
* chore(backend): missing select
* chore(backend): remove debug code 
						
						
					 
					
						2024-06-01 11:16:44 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						5b8f8e7087 
					 
					
						
						
							
							fix(backend): fix backward compatibility of antenna  
						
						
						
						
					 
					
						2024-05-31 11:24:17 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						be11fd7508 
					 
					
						
						
							
							enhance: サーバーのお問い合わせ先URLを設定できるように  
						
						
						
						
					 
					
						2024-05-31 10:12:23 +09:00 
						 
				 
			
				
					
						
							
							
								anatawa12 
							
						 
					 
					
						
						
							
						
						4579be0f54 
					 
					
						
						
							
							新着ノートをサウンドで通知する機能をdeck UIに追加 ( #13867 )  
						
						... 
						
						
						
						* feat(deck-ui): implement note notification
* chore: remove notify in antenna
* docs(changelog): 新着ノートをサウンドで通知する機能をdeck UIに追加
* fix: type error in test
* lint: key order
* fix: remove notify column
* test: remove test for notify
* chore: make sound selectable
* fix: add license header
* fix: add license header again
* Unnecessary await
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com >
* ファイルを選択してください -> ファイルが選択されていません
* fix: i18n忘れ
* fix: i18n忘れ
* pleaseSelectFile > fileNotSelected
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com > 
						
						
					 
					
						2024-05-27 20:54:53 +09:00 
						 
				 
			
				
					
						
							
							
								anatawa12 
							
						 
					 
					
						
						
							
						
						83a9aa4533 
					 
					
						
						
							
							feat: suspend instance improvements ( #13861 )  
						
						... 
						
						
						
						* feat(backend): dead instance detection
* feat(backend): suspend type detection
* feat(frontend): show suspend reason on frontend
* feat(backend): resume federation automatically if the server is automatically suspended
* docs(changelog): 配信停止まわりの改善
* lint: fix lint errors
* Update packages/frontend/src/pages/instance-info.vue
* lint: fix lint error
* chore: suspendedState => suspensionState
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-05-23 15:55:47 +09:00 
						 
				 
			
				
					
						
							
							
								anatawa12 
							
						 
					 
					
						
						
							
						
						f6df94070b 
					 
					
						
						
							
							Exclude channel notes from featured polls ( #13838 )  
						
						... 
						
						
						
						* feat(backend): add `channelId` to `MiPoll` as a Denormalized field
* feat(backend): option to exclude polls in channels
* chore: exclude channel notes from featured polls
* docs(changelog): みつけるのアンケート欄にてチャンネルのアンケートが含まれてしまう問題を修正
* fix: missing license header 
						
						
					 
					
						2024-05-20 18:08:20 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						cd7f7271ca 
					 
					
						
						
							
							enhance: 新しいコンディショナルロール条件の実装 ( #13732 )  
						
						... 
						
						
						
						* enhance: 新しいコンディショナルロールの実装
* fix: CHANGELOG.md 
						
						
					 
					
						2024-04-19 15:22:23 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						bba3097765 
					 
					
						
						
							
							enhance: クリップのノート数を表示するように ( #13686 )  
						
						... 
						
						
						
						* enhance: クリップのノート数を表示できるように
* Update Changelog 
						
						
					 
					
						2024-04-14 21:30:24 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						831c74a25b 
					 
					
						
						
							
							fix: URLプレビューの動作改善+動作設定を可能にする ( #13579 )  
						
						... 
						
						
						
						* wip
* support new version
* URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする
* fix lint
* fix lint
* tweak preview request error handles
* fix: CHANGELOG.md
* fix
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-03-21 18:46:42 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						f4838e50b4 
					 
					
						
						
							
							enhance(antenna): Botの投稿を除外できるように ( #13603 )  
						
						... 
						
						
						
						* enhance(antenna): Botの投稿を除外できるように (MisskeyIO#545)
(cherry picked from commit a95ce067c617376330+u1-liquid@users.noreply.github.com > 
						
						
					 
					
						2024-03-21 07:51:01 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						29f6ba6310 
					 
					
						
						
							
							chore: add missing SPDX ID and workflow check ( #13570 )  
						
						... 
						
						
						
						* chore: add workflow which checks if SPDX ID exists
* chore: add missing SPDX ID in some files
* chore: change trigger condition
* chore: trigger on push
* lint 
						
						
					 
					
						2024-03-13 22:37:18 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						7ead98cbe5 
					 
					
						
						
							
							enhance(frontend): リアクションの総数を表示するように ( #13532 )  
						
						... 
						
						
						
						* enhance(frontend): リアクションの総数を表示するように
* Update Changelog
* リアクション選択済の色をaccentに 
						
						
					 
					
						2024-03-06 21:08:42 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						a74406677c 
					 
					
						
						
							
							fix packedRoleCondFormulaValueAssignedRoleSchema  
						
						
						
						
					 
					
						2024-03-01 12:03:33 +09:00 
						 
				 
			
				
					
						
							
							
								Yuriha 
							
						 
					 
					
						
						
							
						
						26d4c5fd94 
					 
					
						
						
							
							メンションの最大数をロールごとに設定可能にする ( #13343 )  
						
						... 
						
						
						
						* Add new role policy: maximum mentions per note
* fix
* Reviewを反映
* fix
* Add ChangeLog
* Update type definitions
* Add E2E test
* CHANGELOG に説明を追加
---------
Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com > 
						
						
					 
					
						2024-02-29 20:48:02 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						0d47877db1 
					 
					
						
						
							
							enhance(backend): フォロー・フォロワー関連の通知の受信設定の強化 ( #13468 )  
						
						... 
						
						
						
						* enhance(backend): 通知の受信設定に「フォロー中またはフォロワー」を追加
* fix(backend): 通知の受信設定で「相互フォロー」が正しく動作しない問題を修正
* Update CHANGELOG.md 
						
						
					 
					
						2024-02-28 09:49:34 +09:00 
						 
				 
			
				
					
						
							
							
								zawa-ch 
							
						 
					 
					
						
						
							
						
						f906ad6ca7 
					 
					
						
						
							
							Enhance: コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加 ( #13463 )  
						
						... 
						
						
						
						* コンディショナルロールの条件に「マニュアルロールへのアサイン」を追加
* コメント修正 
						
						
					 
					
						2024-02-27 18:45:46 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						0fb7b98f96 
					 
					
						
						
							
							fix(backend): fix incorrect schemas ( #13458 )  
						
						
						
						
					 
					
						2024-02-26 19:49:12 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						d20542c495 
					 
					
						
						
							
							enhance: metaをSSR HTMLに埋め込む ( #13436 )  
						
						... 
						
						
						
						* enhance: `meta`をSSR HTMLに埋め込む
* HTML Metaの有効時間を指定
* 1時間
* MetaEntityService
* JSONをPackするように
* ✌️ 
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-02-23 10:47:17 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						26c8b53f70 
					 
					
						
						
							
							enhance: サーバーごとにモデレーションノートを残せるように  
						
						
						
						
					 
					
						2024-02-22 20:59:52 +09:00 
						 
				 
			
				
					
						
							
							
								anatawa12 
							
						 
					 
					
						
						
							
						
						0b636d1bf9 
					 
					
						
						
							
							fix: nodeinfoにenableMcaptchaとenableTurnstileが無い ( #13387 )  
						
						
						
						
					 
					
						2024-02-19 08:33:36 +09:00 
						 
				 
			
				
					
						
							
							
								Acid Chicken (硫酸鶏) 
							
						 
					 
					
						
						
							
						
						acba96c1d3 
					 
					
						
						
							
							feat: license violation protection ( #13285 )  
						
						... 
						
						
						
						* spec(frontend): aboutページにリポジトリ・フィードバックのURLを表示させる
Cherry-picked from MisskeyIO#441
Cherry-picked from MisskeyIO#438
* feat: license violation protection
* build: fix typo
* build: fix typo
* fix: farewell to the static type land
* fix: key typo
* fix: import typo
* fix: properly interpret `prominently`
* docs: add disclaimer
* docs: update CHANGELOG
* chore: add gap
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com >
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com > 
						
						
					 
					
						2024-02-17 13:34:50 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						40bbae3d6c 
					 
					
						
						
							
							fix(backend): add missing schemas and fix incorrect schemas ( #13295 )  
						
						... 
						
						
						
						* fix(backend): add missing schemas and fix incorrect schemas
* fix: ci
* fix: ci (本命)
* fix: run `pnpm build-misskey-js-with-types`
* fix: typos
* fix: role-condition-formula-value contains `id`
* fix: incorrect schema 
						
						
					 
					
						2024-02-16 14:27:33 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						c1514ce91d 
					 
					
						
						
							
							(re)  update SPDX-FileCopyrightText  
						
						... 
						
						
						
						Fix  #13290  
						
						
					 
					
						2024-02-13 15:59:27 +00:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						311c2172d7 
					 
					
						
						
							
							Revert "update SPDX-FileCopyrightText"  
						
						... 
						
						
						
						This reverts commit 9b5aeb76d8 
						
						
					 
					
						2024-02-13 15:50:11 +00:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9b5aeb76d8 
					 
					
						
						
							
							update SPDX-FileCopyrightText  
						
						
						
						
					 
					
						2024-02-12 11:37:45 +09:00 
						 
				 
			
				
					
						
							
							
								おさむのひと 
							
						 
					 
					
						
						
							
						
						614c9a0fc6 
					 
					
						
						
							
							fix: 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加 ( #13210 )  
						
						... 
						
						
						
						* fix: 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加
* Serviceでチェックするように変更 
						
						
					 
					
						2024-02-09 10:07:18 +09:00 
						 
				 
			
				
					
						
							
							
								1Step621 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								yukineko 
							
						 
					 
					
						
						
							
						
						d8bdbd53ed 
					 
					
						
						
							
							fix: api-docが開けない問題を修正 ( #13132 )  
						
						... 
						
						
						
						* refactor: 自己参照を使用している箇所に`selfRef`を持たせるように
* feat: スキーマ生成時に自己参照を含むかどうかを指定できるように
* fix: api.jsonにselfRefが含まれているのを修正
* refactor: 他の箇所と同様にselfRefの除去を行うように
* remove: 不要なimportを削除 
						
						
					 
					
						2024-02-02 12:47:07 +09:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								yukineko 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						5719a929ad 
					 
					
						
						
							
							enhance(reversi): 変則なしマッチングを可能に  
						
						
						
						
					 
					
						2024-01-24 16:37:06 +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 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						94e282b612 
					 
					
						
						
							
							perf(reversi): improve performance of reversi backend  
						
						
						
						
					 
					
						2024-01-22 15:41:29 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						a17251d913 
					 
					
						
						
							
							enhance(reversi): tweak reversi  
						
						
						
						
					 
					
						2024-01-21 10:07:43 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						b9a81edae5 
					 
					
						
						
							
							enhance(reversi): tweak reversi  
						
						
						
						
					 
					
						2024-01-20 13:14:46 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						a637b4e282 
					 
					
						
						
							
							feat: reversi  
						
						... 
						
						
						
						Resolve  #12962  
					
						2024-01-19 20:51:49 +09:00 
						 
				 
			
				
					
						
							
							
								YS 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						cf54c2ba47 
					 
					
						
						
							
							feat: ranking system of bubble game  
						
						... 
						
						
						
						Resolve  #12961  
					
						2024-01-11 18:13:39 +09:00 
						 
				 
			
				
					
						
							
							
								Chocolate Pie 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						a9127e3ecd 
					 
					
						
						
							
							enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように ( #12887 )  
						
						... 
						
						
						
						* enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように
* Update Changelog 
						
						
					 
					
						2024-01-03 13:35:40 +09:00 
						 
				 
			
				
					
						
							
							
								MomentQYC 
							
						 
					 
					
						
						
							
						
						7948018e6a 
					 
					
						
						
							
							feat: Add support for TrueMail ( #12850 )  
						
						... 
						
						
						
						Co-authored-by: MarryDream <2190758465@qq.com > 
						
						
					 
					
						2023-12-29 18:23:29 +09:00