2c1a7470d3 
								
							 
						 
						
							
							
								
								feat: サーバー初期設定時に初期パスワードを要求できるように ( #14626 )  
							
							... 
							
							
							
							* feat: サーバー初期設定時専用の初期パスワードを設定できるように
* 無いのに入力された場合もエラーにする
* 🎨 
* 🎨 
* cypress-devcontainerにもpassを設定(テストが失敗するため)
* [ci skip] 🎨 
* ✌️ 
* test: please revert this commit before merge
* Revert "test: please revert this commit before merge"
This reverts commit 66b2b48f66 
							
						 
						
							2024-10-03 18:18:00 +09:00  
				
					
						
							
							
								 
						
							
								e97b7fe2a1 
								
							 
						 
						
							
							
								
								Bump version to 2024.10.0-alpha.0  
							
							
							
						 
						
							2024-10-03 06:18:15 +00:00  
				
					
						
							
							
								 
						
							
								83db116c46 
								
							 
						 
						
							
							
								
								enhance(backend): notify new login ( #14673 )  
							
							... 
							
							
							
							* wip
* Update CHANGELOG.md
* wip
* fix
* Update index.d.ts
* Update SigninService.ts
* Update MkNotification.vue 
							
						 
						
							2024-10-03 15:06:04 +09:00  
				
					
						
							
							
								 
						
							
								e9519b02fb 
								
							 
						 
						
							
							
								
								fix(misskey-js): build misskey-js with types ( #14665 )  
							
							
							
						 
						
							2024-10-01 20:53:02 +09:00  
				
					
						
							
							
								 
						
							
								781e64aa7f 
								
							 
						 
						
							
							
								
								Release: 2024.9.0  
							
							
							
						 
						
							2024-09-29 11:42:16 +00:00  
				
					
						
							
							
								 
						
							
								d6e1f022d4 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-beta.14  
							
							
							
						 
						
							2024-09-29 11:37:44 +00:00  
				
					
						
							
							
								 
						
							
								2ea49703f6 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.13  
							
							
							
						 
						
							2024-09-29 09:58:32 +00:00  
				
					
						
							
							
								 
						
							
								57effa9ef0 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.12  
							
							
							
						 
						
							2024-09-28 09:19:30 +00:00  
				
					
						
							
							
								 
						
							
								ca022b9349 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.11  
							
							
							
						 
						
							2024-09-28 01:22:47 +00:00  
				
					
						
							
							
								 
						
							
								28e9d4e483 
								
							 
						 
						
							
							
								
								feat: フォローされた際のメッセージを設定できるようにする ( #14430 )  
							
							... 
							
							
							
							* feat: フォローされた際のメッセージを設定できるようにする
Resolve  #14425 
* Update CHANGELOG.md
* 既にフォローしているユーザーのメッセージも見れるように
* Update packages/frontend/src/components/MkNotification.vue
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix indent
* Update users.ts
* wip
* Update users.ts
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> 
							
						 
						
							2024-09-28 09:55:21 +09:00  
				
					
						
							
							
								 
						
							
								d8a2eeb7ed 
								
							 
						 
						
							
							
								
								feat: エクスポート完了時に通知を発行するように ( #14484 )  
							
							... 
							
							
							
							* feat: エクスポート完了時に通知を発行するように
* Update Changelog
* entitity -> entity
* fix: ペイロードを含むように
* fix icon
* exportableEntities -> userExportableEntities 
							
						 
						
							2024-09-26 14:15:03 +09:00  
				
					
						
							
							
								 
						
							
								d8dd1683c9 
								
							 
						 
						
							
							
								
								Add Sign in with passkey Button ( #14577 )  
							
							... 
							
							
							
							* Sign in with passkey (PoC)
* 💄  Added "Login with Passkey" Button
* refactor: Improve error response when WebAuthn challenge fails
* signinResponse should be placed under the SigninWithPasskeyResponse object.
* Frontend fix
* Fix: Rate limiting key for passkey signin
Use specific rate limiting key: 'signin-with-passkey'  for passkey sign-in API to avoid collisions with signin rate-limit.
* Refactor: enhance Passkey sign-in flow and error handling
- Increased the rate limit for Passkey sign-in attempts to accommodate the two API calls needed per sign-in.
- Improved error messages and handling in both the `WebAuthnService` and the `SigninWithPasskeyApiService`, providing more context and better usability.
- Updated error messages to provide more specific and helpful details to the user.
These changes aim to enhance the Passkey sign-in experience by providing more robust error handling, improving security by limiting API calls, and delivering a more user-friendly interface.
* Refactor: Streamline 2FA flow and remove redundant Passkey button.
- Separate the flow of 1FA and 2FA.
- Remove duplicate passkey buttons
* Fix: Add error messages to MkSignin
* chore: Hide passkey button if the entered user does not use passkey login
* Update CHANGELOG.md
* Refactor: Rename functions and Add comments
* Update locales/ja-JP.yml
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Fix: Update translation
- update index.d.ts
- update ko-KR.yml, en-US.yml
- Fix: Reflect Changed i18n key on MkSignin
---------
Co-authored-by: Squarecat-meow <kw7551@gmail.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-09-26 08:25:33 +09:00  
				
					
						
							
							
								 
						
							
								f2385a8ffc 
								
							 
						 
						
							
							
								
								fix(misskey-js): correct `noteUpdated` event type ( #14632 )  
							
							
							
						 
						
							2024-09-25 17:35:54 +09:00  
				
					
						
							
							
								 
						
							
								8890a7a0b7 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.10  
							
							
							
						 
						
							2024-09-25 03:43:12 +00:00  
				
					
						
							
							
								 
						
							
								7045547e46 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.9  
							
							
							
						 
						
							2024-09-24 09:32:19 +00:00  
				
					
						
							
							
								 
						
							
								1b2b95e199 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.8  
							
							
							
						 
						
							2024-09-24 01:22:57 +00:00  
				
					
						
							
							
								 
						
							
								6378dfbffc 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.7  
							
							
							
						 
						
							2024-09-23 13:00:04 +00:00  
				
					
						
							
							
								 
						
							
								733fd56058 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.6  
							
							
							
						 
						
							2024-09-23 10:53:19 +00:00  
				
					
						
							
							
								 
						
							
								2c615357f2 
								
							 
						 
						
							
							
								
								fix(misskey-js): wrong hashtag channel param type ( #14611 )  
							
							
							
						 
						
							2024-09-23 09:53:50 +09:00  
				
					
						
							
							
								 
						
							
								76b9bc478a 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.5  
							
							
							
						 
						
							2024-09-22 11:49:02 +00:00  
				
					
						
							
							
								 
						
							
								1d5a3023f4 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.4  
							
							
							
						 
						
							2024-09-22 09:44:00 +00:00  
				
					
						
							
							
								 
						
							
								891bbcf475 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.3  
							
							
							
						 
						
							2024-09-22 03:56:51 +00:00  
				
					
						
							
							
								 
						
							
								76408667f3 
								
							 
						 
						
							
							
								
								update deps ( #14594 )  
							
							... 
							
							
							
							* wip
* Update ClientServerService.ts
* eslint
* Update fetch-resource.ts
* wip 
							
						 
						
							2024-09-22 12:32:01 +09:00  
				
					
						
							
							
								 
						
							
								67a5119072 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.2  
							
							
							
						 
						
							2024-09-21 11:17:18 +00:00  
				
					
						
							
							
								 
						
							
								d3f1b0f090 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.1  
							
							
							
						 
						
							2024-09-20 12:37:51 +00:00  
				
					
						
							
							
								 
						
							
								f0834ca14c 
								
							 
						 
						
							
							
								
								enhance: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように ( #14583 )  
							
							... 
							
							
							
							* enhance: インポート操作の実行可否をロールで制御できるように
* Update Changelog 
							
						 
						
							2024-09-20 21:04:58 +09:00  
				
					
						
							
							
								 
						
							
								0b062f1407 
								
							 
						 
						
							
							
								
								Misskey® Reactions Buffering Technology™ ( #14579 )  
							
							... 
							
							
							
							* wip
* wip
* Update ReactionsBufferingService.ts
* Update ReactionsBufferingService.ts
* wip
* wip
* wip
* Update ReactionsBufferingService.ts
* wip
* wip
* wip
* Update NoteEntityService.ts
* wip
* wip
* wip
* wip
* Update CHANGELOG.md 
							
						 
						
							2024-09-20 21:03:53 +09:00  
				
					
						
							
							
								 
						
							
								2d0e9e0544 
								
							 
						 
						
							
							
								
								Bump version to 2024.9.0-alpha.0  
							
							
							
						 
						
							2024-09-19 11:55:43 +00:00  
				
					
						
							
							
								 
						
							
								4ac8aad50a 
								
							 
						 
						
							
							
								
								feat: UserWebhook/SystemWebhookのテスト送信機能を追加 ( #14489 )  
							
							... 
							
							
							
							* feat: UserWebhook/SystemWebhookのテスト送信機能を追加
* fix CHANGELOG.md
* 一部設定をパラメータから上書き出来るように修正
* remove async
* regenerate autogen 
							
						 
						
							2024-09-19 17:20:50 +09:00  
				
					
						
							
							
								 
						
							
								2cbe1d1210 
								
							 
						 
						
							
							
								
								feat(frontend): ノート・ユーザータイムライン埋め込み ( #13929 )  
							
							... 
							
							
							
							* fix
* navhookをbootに移動
* サーバーサイドのbootも分けるように
* 埋め込みページかどうかの判定は最初の一回だけに
* tooltipは出せるように
* fix design
* 埋め込み独自のtooltipを削除
* ロジックの分岐が多かったMkNoteDetailedを分離
* fix indent
* プレビュー用iframeにフォーカスが当たるのを修正
* popupの制御を出す側で行うように
* パラメータが逆になっていたのを修正
* Update MkEmbedCodeGenDialog.vue
* fix
* eliminate misskey-js lint warns
* fix
* add appropriate attributes to embed html
* enhance: サーバーサイドのembed系をさらに分離
* enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む)
* type
* lint
* fix indent
* server-side styleを完全に分離
* Revert "refactor: 画面サイズのしきい値をconstにまとめる"
This reverts commit 05ca36f400937ae4452112bab1c6fb5c0ce01dbdf4863524d7ed8eabb246d3c192651927c7900b0cc08ccb65ba1488b67066aab1c76981 
							
						 
						
							2024-09-09 20:57:36 +09:00  
				
					
						
							
							
								 
						
							
								0d0cd738f8 
								
							 
						 
						
							
							
								
								refactor(misskey-js): warnを除去 ( #14520 )  
							
							
							
						 
						
							2024-09-07 02:38:01 +09:00  
				
					
						
							
							
								 
						
							
								8d19bdbb65 
								
							 
						 
						
							
							
								
								fix(misskey-js): content-typeはapplication/jsonでないもののみを記録するように ( #14508 )  
							
							
							
						 
						
							2024-09-06 17:22:45 +09:00  
				
					
						
							
							
								 
						
							
								7fe3035059 
								
							 
						 
						
							
							
								
								fix(backend): use `prefixItems` in `admin/queue/*-delayed` endpoint schema ( #14468 )  
							
							... 
							
							
							
							* fix(backend): represent tuples with `prefixItems`
* refactor(frontend): fix type errors
* fix(backend): add `prefixItems` in `SchemaType`
* fix(backend): add `unevaluatedItems: false` to disallow extra items
* refactor(frontend): consolidate `'deliver' | 'queue'` type def into `queue.vue`
* fix(backend): add `unevaluatedItems` in `SchemaType` 
							
						 
						
							2024-08-30 10:58:59 +09:00  
				
					
						
							
							
								 
						
							
								06855f769f 
								
							 
						 
						
							
							
								
								refactor(sw): use fully typed locales ( #14470 )  
							
							... 
							
							
							
							* refactor(sw): use fully typed locales
* fix(backend): enumerate achievement notification type 
							
						 
						
							2024-08-30 10:58:11 +09:00  
				
					
						
							
							
								 
						
							
								3e85052754 
								
							 
						 
						
							
							
								
								fix(backend): correct `app`-type notification schema ( #14471 )  
							
							
							
						 
						
							2024-08-29 18:57:44 +09:00  
				
					
						
							
							
								 
						
							
								8032a4e12a 
								
							 
						 
						
							
							
								
								enhance(frontend): サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように  
							
							
							
						 
						
							2024-08-23 16:40:11 +09:00  
				
					
						
							
							
								 
						
							
								621626aad3 
								
							 
						 
						
							
							
								
								Release: 2024.8.0  
							
							
							
						 
						
							2024-08-18 08:08:38 +00:00  
				
					
						
							
							
								 
						
							
								2e8a1029a4 
								
							 
						 
						
							
							
								
								Bump version to 2024.8.0-rc.5  
							
							
							
						 
						
							2024-08-18 05:21:24 +00:00  
				
					
						
							
							
								 
						
							
								b708b27bc8 
								
							 
						 
						
							
							
								
								Bump version to 2024.8.0-rc.4  
							
							
							
						 
						
							2024-08-18 04:37:19 +00:00  
				
					
						
							
							
								 
						
							
								83c04c55ad 
								
							 
						 
						
							
							
								
								fix(misskey-js): eliminate any (follow-up of  #13523 ) ( #14422 )  
							
							
							
						 
						
							2024-08-17 18:15:46 +09:00  
				
					
						
							
							
								 
						
							
								6cdecd72ee 
								
							 
						 
						
							
							
								
								Bump version to 2024.8.0-rc.3  
							
							
							
						 
						
							2024-08-17 06:17:02 +00:00  
				
					
						
							
							
								 
						
							
								fd744f44c1 
								
							 
						 
						
							
							
								
								enhance(backend): ページ、ギャラリー、Playのモデレーション強化 ( #13523 )  
							
							... 
							
							
							
							* enhance(backend): Page、ギャラリー、Playのモデレーション強化
* Update CHANGELOG.md
* fix: update misskey-js
* refactor(frontend): use `MkA`
* Update CHANGELOG.md
* fix(i18n): Page -> ページ 
							
						 
						
							2024-08-17 15:01:08 +09:00  
				
					
						
							
							
								 
						
							
								68ec7450af 
								
							 
						 
						
							
							
								
								Bump version to 2024.8.0-beta.2  
							
							
							
						 
						
							2024-08-17 04:11:09 +00:00  
				
					
						
							
							
								 
						
							
								059eb6d379 
								
							 
						 
						
							
							
								
								fix(frontend): リノートの判定が甘いのを修正 ( #14396 )  
							
							... 
							
							
							
							* fix(frontend): リノートの判定が甘いのを修正
* fix
* Update Changelog
* fix
* use type assertion
* fix + add comments
* lint
* misskey-jsに移動
* PureRenote -> Renote
* isRenote -> isPureRenote 
							
						 
						
							2024-08-17 11:28:22 +09:00  
				
					
						
							
							
								 
						
							
								2ab5ee81b1 
								
							 
						 
						
							
							
								
								Bump version to 2024.8.0-alpha.1  
							
							
							
						 
						
							2024-08-17 01:25:43 +00:00  
				
					
						
							
							
								 
						
							
								ef950a345b 
								
							 
						 
						
							
							
								
								suspend周りの改修 ( #14409 )  
							
							... 
							
							
							
							* enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように
* Update CHANGELOG.md
* wip
* Update gen-spec.ts
* Update packages/backend/src/server/api/endpoints/admin/suspend-user.ts
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
* owa-
* revert misskey-js related changes (#14414 )
---------
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
Co-authored-by: anatawa12 <anatawa12@icloud.com> 
							
						 
						
							2024-08-17 09:57:28 +09:00  
				
					
						
							
							
								 
						
							
								a8810af8d9 
								
							 
						 
						
							
							
								
								fix(backend): リバーシの設定変更が反映されないのを修正 ( #14404 )  
							
							... 
							
							
							
							* fix(backend): リバーシの設定変更が反映されないのを修正
* Update Changelog
* add bindthis 
							
						 
						
							2024-08-16 21:02:12 +09:00  
				
					
						
							
							
								 
						
							
								41936c16c4 
								
							 
						 
						
							
							
								
								chore: fix some comments ( #14394 )  
							
							... 
							
							
							
							Signed-off-by: timesince <seekseat@icloud.com> 
							
						 
						
							2024-08-12 14:03:16 +09:00  
				
					
						
							
							
								 
						
							
								4d757865f4 
								
							 
						 
						
							
							
								
								Bump version to 2024.8.0-alpha.0  
							
							
							
						 
						
							2024-08-11 07:59:20 +00:00  
				
					
						
							
							
								 
						
							
								01a815f8a7 
								
							 
						 
						
							
							
								
								fix(general): some fixes and improvements of Play visibility ( #14384 )  
							
							... 
							
							
							
							* fix(backend): missing `visibility` param in packing flash
* fix(frontend): use `visibility` value got from API
* enhance(frontend): change preview appearance of private Play
* Update CHANGELOG.md 
							
						 
						
							2024-08-10 09:34:49 +09:00  
				
					
						
							
							
								 
						
							
								59e2e43a68 
								
							 
						 
						
							
							
								
								Release: 2024.7.0  
							
							
							
						 
						
							2024-07-31 11:20:28 +00:00  
				
					
						
							
							
								 
						
							
								400ae6ef01 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-rc.8  
							
							
							
						 
						
							2024-07-30 11:35:33 +00:00  
				
					
						
							
							
								 
						
							
								5c42a0e439 
								
							 
						 
						
							
							
								
								feat: media silence ( #13842 )  
							
							... 
							
							
							
							* feat: media silence
* fix: lint
* feat: deny creating custom emoji reaction and using custom emoji from media silenced hosts
* chore: メディアサイレンスの説明にカスタム絵文字の話を追加
* Update locales/ja-JP.yml
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* chore: update index.d.ts
* docs(changelog): update changelog
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> 
							
						 
						
							2024-07-30 19:47:45 +09:00  
				
					
						
							
							
								 
						
							
								86b4f49880 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-rc.7  
							
							
							
						 
						
							2024-07-30 10:25:10 +00:00  
				
					
						
							
							
								 
						
							
								2307849c9a 
								
							 
						 
						
							
							
								
								fix(misskey-js): misskey-js.api.mdのコミット漏れ修正 ( #14329 )  
							
							
							
						 
						
							2024-07-30 19:01:47 +09:00  
				
					
						
							
							
								 
						
							
								8bae2ecabd 
								
							 
						 
						
							
							
								
								fix(misskey-js): モデログのフィルタに追加漏れがあったのを修正 ( #14328 )  
							
							
							
						 
						
							2024-07-30 18:37:07 +09:00  
				
					
						
							
							
								 
						
							
								674a424db3 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-rc.6  
							
							
							
						 
						
							2024-07-30 08:39:38 +00:00  
				
					
						
							
							
								 
						
							
								bff813042e 
								
							 
						 
						
							
							
								
								feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 ( #14128 )  
							
							... 
							
							
							
							* refactor(frontend): noteSearchAvailableをaccountsに移動
* feat: searchページでのクエリの受取りとtypeによる表示タブの変更
* user検索でsearchの親から受け取った値を基に入力値を初期化
* feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得
* feat(frontend): ユーザーのノートを検索するページに遷移するボタン
* feat(frontend): ノート検索にホスト名指定のオプション追加
also 🎨 
* style: ただ照会部分を囲っただけ(可読性確保のために)
* refactor: remove unneed import
defineProps and withDefaults are compiler micro when using `<script setup>`
FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed .
* Update CHANGELOG
* Fix: ノート検索の初期値が常にホスト指定になってしまう
* notesSearchAvailableをaccountに持たせるのをやめる
* SDPX-Licence-Identifier
* Fix: Vitest fails due to instance.policies being undefined
* Add Storybook for search
* Fix(storybook): ノート検索が利用できないと出てしまう問題
* storybookでユーザー選択ができないのを修正
* feat: ノート検索で自分を選択可能に
& 🎨 
* feat(background): api/metaで検索可能なノートのスコープを参照できるように
* globalのノートが検索不可能な場合、検索オプションを表示しないように
* Update CHANGELOG.md
* config.meilisearch.scopeがstring[]を取ることがあるので修正
* meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように
* hostが空文字の時の挙動を修正
* ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした 
							
						 
						
							2024-07-30 15:51:08 +09:00  
				
					
						
							
							
								 
						
							
								5eea41b089 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-rc.5  
							
							
							
						 
						
							2024-07-30 06:11:15 +00:00  
				
					
						
							
							
								 
						
							
								de3ddb5b44 
								
							 
						 
						
							
							
								
								enhance: 管理画面でアーカイブにしたお知らせを表示・編集できるように ( #14286 )  
							
							... 
							
							
							
							* enhance: 管理画面でアーカイブにしたお知らせを表示できるように
* Update Changelog 
							
						 
						
							2024-07-30 13:02:03 +09:00  
				
					
						
							
							
								 
						
							
								b44313fe3c 
								
							 
						 
						
							
							
								
								fix(backend): type(schema) of reactionAcceptance was wrong ( #14317 )  
							
							
							
						 
						
							2024-07-30 12:32:03 +09:00  
				
					
						
							
							
								 
						
							
								c3437b1908 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-rc.4  
							
							
							
						 
						
							2024-07-30 00:20:09 +00:00  
				
					
						
							
							
								 
						
							
								72bc789746 
								
							 
						 
						
							
							
								
								feature: ユーザ作成時にSystemWebhookを発信できるようにする ( #14321 )  
							
							... 
							
							
							
							* feature: ユーザ作成時にSystemWebhookを発信できるようにする
* fix CHANGELOG.md 
							
						 
						
							2024-07-29 21:31:32 +09:00  
				
					
						
							
							
								 
						
							
								efa80f9ad4 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-beta.3  
							
							
							
						 
						
							2024-07-28 02:23:46 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								085b3abf26 
								
							 
						 
						
							
							
								
								update deps ( #14312 )  
							
							
							
						 
						
							2024-07-28 11:14:31 +09:00  
				
					
						
							
							
								 
						
							
								908d3ecb5c 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-beta.2  
							
							
							
						 
						
							2024-07-25 12:02:12 +00:00  
				
					
						
							
							
								 
						
							
								3d8eda14a2 
								
							 
						 
						
							
							
								
								[Re] refactor(misskey-js): 警告をすべて解決 ( #14277 )  
							
							... 
							
							
							
							* chore(misskey-js): Unchanged files with check annotationsで紛らわしい部分の警告を抑制 ロジック面は後で直す
* dummy change to see if the feature do not report them (to be reverted after the check)
* refactor: 型合わせ
* refactor: fix warnings from c22dd6358b67072e3ca6 
							
						 
						
							2024-07-25 16:40:14 +09:00  
				
					
						
							
							
								 
						
							
								337b42bcb1 
								
							 
						 
						
							
							
								
								revert  5f88d56d96 
							
							... 
							
							
							
							バグがある(かつすぐに修正できそうにない) & まだレビュー途中で意図せずマージされたため 
							
						 
						
							2024-07-20 21:33:20 +09:00  
				
					
						
							
							
								 
						
							
								efb04293bb 
								
							 
						 
						
							
							
								
								docs(misskey-js): fix broken i-want-you image link in README.md ( #14265 )  
							
							
							
						 
						
							2024-07-19 16:47:12 +09:00  
				
					
						
							
							
								 
						
							
								73a42ea2ee 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-beta.1  
							
							
							
						 
						
							2024-07-17 17:23:58 +00:00  
				
					
						
							
							
								 
						
							
								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 f2c412c180d0aada55c19e0a93f110 
							
						 
						
							2024-07-18 01:28:17 +09:00  
				
					
						
							
							
								 
						
							
								f0d738d8bf 
								
							 
						 
						
							
							
								
								Bump version to 2024.7.0-beta.0  
							
							
							
						 
						
							2024-07-17 08:15:21 +00:00  
				
					
						
							
							
								 
						
							
								d47fd4ffe1 
								
							 
						 
						
							
							
								
								fix: error with trying to handle SIGKILL ( #14208 )  
							
							
							
						 
						
							2024-07-14 21:29:35 +09:00  
				
					
						
							
							
								 
						
							
								76181385d2 
								
							 
						 
						
							
							
								
								refactor(misskey-js): enable exactOptionalPropertyTypes ( #14203 )  
							
							... 
							
							
							
							* refactor(misskey-js): enable exactOptionalPropertyTypes
* refactor(misskey-js): fix error where is appeared by enabling 
							
						 
						
							2024-07-14 15:52:43 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								52d8a54fc7 
								
							 
						 
						
							
							
								
								feat(misskey-js): `POST admin/roles/create`の型を具象化 ( #14167 )  
							
							... 
							
							
							
							* feat(misskey-js): `POST admin/roles/create`の型を具象化
* fix
* docs: CHANGELOG.md
* test(misskey-js): admin/roles/createの型が合うことを表明
* test(misskey-js): single quote
* test(misskey-js): 無を読もうとして爆発するのを修正
* test(misskey-js): fix comment 
							
						 
						
							2024-07-10 20:40:04 +09:00  
				
					
						
							
							
								 
						
							
								f119f8c2cc 
								
							 
						 
						
							
							
								
								feat(misskey-js): multipart/form-dataのリクエストに対応 ( #14147 )  
							
							... 
							
							
							
							* feat(misskey-js): multipart/form-dataのリクエストに対応
* lint
* add test
* Update Changelog
* テストを厳しくする
* lint
* multipart/form-dataではnullのプロパティを弾くように 
							
						 
						
							2024-07-07 14:08:18 +09:00  
				
					
						
							
							
								 
						
							
								eafae79869 
								
							 
						 
						
							
							
								
								test(backend): goodbye, Lenna ( #14111 )  
							
							
							
						 
						
							2024-07-02 14:29:44 +09:00  
				
					
						
							
							
								 
						
							
								427648c4b8 
								
							 
						 
						
							
							
								
								update deps ( #14057 )  
							
							... 
							
							
							
							* wip
* locales/index.jsのymlファイル取得ロジックを調節
* regenerate pnpm-lock.yaml
* fix(backend): typecheck fails
* chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend
* chore: migrate ESLint configs to flat config (#14094 )
* chore: migrate ESLint configs to flat config
* fix: update paths
* fix: frontend lint fails
* refactor(misskey-js): lint build.js
* update deps
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Co-authored-by: zyoshoka <root@zyoshoka.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> 
							
						 
						
							2024-07-02 11:38:34 +09:00  
				
					
						
							
							
								 
						
							
								b50eb511b0 
								
							 
						 
						
							
							
								
								refactor: api/*/update系の必須キーを最低限に ( #13824 )  
							
							... 
							
							
							
							* refactor: clips/updateの必須キーをclipIdのみに
* refactor: admin/roles/update の必須キーをroleIdのみに
* feat: pages/update の必須キーをpageIdのみに
* refactor: gallery/posts/update の必須キーをpostidのみに
* feat: misskey-jsの型を更新
* feat: i/webhooks/updateの必須キーをwebhookIdのみに
* feat: admin/ad/updateの必須キーをidのみに
* feat: misskey-jsの型を更新
* chore: update CHANGELOG.md
* docs: update CHANGELOG.md
* fix: secretが更新できなくなる場合がある
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* Update packages/backend/src/server/api/endpoints/gallery/posts/update.ts
---------
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-06-22 14:52:27 +09:00  
				
					
						
							
							
								 
						
							
								1df90cef4c 
								
							 
						 
						
							
							
								
								update typescript  
							
							
							
						 
						
							2024-06-21 13:03:00 +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  
				
					
						
							
							
								 
						
							
								6078081c33 
								
							 
						 
						
							
							
								
								[skip ci] Release: 2024.5.0  
							
							
							
						 
						
							2024-05-31 12:24:53 +00:00  
				
					
						
							
							
								 
						
							
								a59aa20be8 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.13  
							
							
							
						 
						
							2024-05-31 12:18:52 +00:00  
				
					
						
							
							
								 
						
							
								61eec93f4e 
								
							 
						 
						
							
							
								
								Revert "2024.5.0"  
							
							... 
							
							
							
							This reverts commit 27d1b7e615 
							
						 
						
							2024-05-31 21:16:35 +09:00  
				
					
						
							
							
								 
						
							
								27d1b7e615 
								
							 
						 
						
							
							
								
								2024.5.0  
							
							
							
						 
						
							2024-05-31 21:09:19 +09:00  
				
					
						
							
							
								 
						
							
								316d192bc0 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.12  
							
							
							
						 
						
							2024-05-31 12:05:47 +00:00  
				
					
						
							
							
								 
						
							
								46164f879b 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.11  
							
							
							
						 
						
							2024-05-31 11:20:13 +00:00  
				
					
						
							
							
								 
						
							
								374c8791d7 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.10  
							
							
							
						 
						
							2024-05-31 11:13:42 +00:00  
				
					
						
							
							
								 
						
							
								dc55adbaf7 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.9  
							
							
							
						 
						
							2024-05-31 07:06:41 +00:00  
				
					
						
							
							
								 
						
							
								1e007b63aa 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.8  
							
							
							
						 
						
							2024-05-31 04:38:45 +00:00  
				
					
						
							
							
								 
						
							
								a0c596b030 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into release/2024.5.0  
							
							
							
						 
						
							2024-05-31 13:28:25 +09:00  
				
					
						
							
							
								 
						
							
								eaa85f5aa3 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2024-05-31 13:28:11 +09:00  
				
					
						
							
							
								 
						
							
								dfeaa1145b 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into release/2024.5.0  
							
							
							
						 
						
							2024-05-31 13:19:49 +09:00  
				
					
						
							
							
								 
						
							
								be11fd7508 
								
							 
						 
						
							
							
								
								enhance: サーバーのお問い合わせ先URLを設定できるように  
							
							
							
						 
						
							2024-05-31 10:12:23 +09:00  
				
					
						
							
							
								 
						
							
								eaadd643eb 
								
							 
						 
						
							
							
								
								chore(misskey-js): fix `repository` and add `license` in `package.json` ( #13902 )  
							
							
							
						 
						
							2024-05-29 20:57:48 +09:00  
				
					
						
							
							
								 
						
							
								f75e46752e 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.7  
							
							
							
						 
						
							2024-05-28 09:18:21 +00:00  
				
					
						
							
							
								 
						
							
								244adef70e 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-rc.6  
							
							
							
						 
						
							2024-05-28 09:18:05 +00:00  
				
					
						
							
							
								 
						
							
								4704dfe061 
								
							 
						 
						
							
							
								
								Bump version to 2024.5.0-beta.5  
							
							
							
						 
						
							2024-05-27 12:00:25 +00:00