github-actions[bot] 
							
						 
					 
					
						
						
							
						
						e97b7fe2a1 
					 
					
						
						
							
							Bump version to 2024.10.0-alpha.0  
						
						
						
						
					 
					
						2024-10-03 06:18:15 +00:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						781e64aa7f 
					 
					
						
						
							
							Release: 2024.9.0  
						
						
						
						
					 
					
						2024-09-29 11:42:16 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						d6e1f022d4 
					 
					
						
						
							
							Bump version to 2024.9.0-beta.14  
						
						
						
						
					 
					
						2024-09-29 11:37:44 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						2ea49703f6 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.13  
						
						
						
						
					 
					
						2024-09-29 09:58:32 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						57effa9ef0 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.12  
						
						
						
						
					 
					
						2024-09-28 09:19:30 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						ca022b9349 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.11  
						
						
						
						
					 
					
						2024-09-28 01:22:47 +00:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Yuri Lee 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						f2385a8ffc 
					 
					
						
						
							
							fix(misskey-js): correct noteUpdated event type ( #14632 )  
						
						
						
						
					 
					
						2024-09-25 17:35:54 +09:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						8890a7a0b7 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.10  
						
						
						
						
					 
					
						2024-09-25 03:43:12 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						7045547e46 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.9  
						
						
						
						
					 
					
						2024-09-24 09:32:19 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						1b2b95e199 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.8  
						
						
						
						
					 
					
						2024-09-24 01:22:57 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						6378dfbffc 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.7  
						
						
						
						
					 
					
						2024-09-23 13:00:04 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						733fd56058 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.6  
						
						
						
						
					 
					
						2024-09-23 10:53:19 +00:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						2c615357f2 
					 
					
						
						
							
							fix(misskey-js): wrong hashtag channel param type ( #14611 )  
						
						
						
						
					 
					
						2024-09-23 09:53:50 +09:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						76b9bc478a 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.5  
						
						
						
						
					 
					
						2024-09-22 11:49:02 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						1d5a3023f4 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.4  
						
						
						
						
					 
					
						2024-09-22 09:44:00 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						891bbcf475 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.3  
						
						
						
						
					 
					
						2024-09-22 03:56:51 +00:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						76408667f3 
					 
					
						
						
							
							update deps ( #14594 )  
						
						... 
						
						
						
						* wip
* Update ClientServerService.ts
* eslint
* Update fetch-resource.ts
* wip 
						
						
					 
					
						2024-09-22 12:32:01 +09:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						67a5119072 
					 
					
						
						
							
							Bump version to 2024.9.0-alpha.2  
						
						
						
						
					 
					
						2024-09-21 11:17:18 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						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 05ca36f400937ae4452112bab1c6fb5c0ce01dbdf4863524d7ed8eabb246d3c192651927c7900b0cc08ccb65ba1488b67066aab1c769814439005+syuilo@users.noreply.github.com >
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com > 
						
						
					 
					
						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 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						3e85052754 
					 
					
						
						
							
							fix(backend): correct app-type notification schema ( #14471 )  
						
						
						
						
					 
					
						2024-08-29 18:57:44 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						8032a4e12a 
					 
					
						
						
							
							enhance(frontend): サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように  
						
						
						
						
					 
					
						2024-08-23 16:40:11 +09:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						621626aad3 
					 
					
						
						
							
							Release: 2024.8.0  
						
						
						
						
					 
					
						2024-08-18 08:08:38 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						2e8a1029a4 
					 
					
						
						
							
							Bump version to 2024.8.0-rc.5  
						
						
						
						
					 
					
						2024-08-18 05:21:24 +00:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						6cdecd72ee 
					 
					
						
						
							
							Bump version to 2024.8.0-rc.3  
						
						
						
						
					 
					
						2024-08-17 06:17:02 +00:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						2ab5ee81b1 
					 
					
						
						
							
							Bump version to 2024.8.0-alpha.1  
						
						
						
						
					 
					
						2024-08-17 01:25:43 +00:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								timesince 
							
						 
					 
					
						
						
							
						
						41936c16c4 
					 
					
						
						
							
							chore: fix some comments ( #14394 )  
						
						... 
						
						
						
						Signed-off-by: timesince <seekseat@icloud.com > 
						
						
					 
					
						2024-08-12 14:03:16 +09:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						4d757865f4 
					 
					
						
						
							
							Bump version to 2024.8.0-alpha.0  
						
						
						
						
					 
					
						2024-08-11 07:59:20 +00:00 
						 
				 
			
				
					
						
							
							
								zyoshoka 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
						
						59e2e43a68 
					 
					
						
						
							
							Release: 2024.7.0  
						
						
						
						
					 
					
						2024-07-31 11:20:28 +00:00