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 
								
							 
						 
						
							
							
							
							
								
							
							
								b6fdd71957 
								
							 
						 
						
							
							
								
								消し忘れ  
							
							
							
						 
						
							2024-08-27 20:40:11 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								36dff66883 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2024-08-27 20:36:43 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								8032a4e12a 
								
							 
						 
						
							
							
								
								enhance(frontend): サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように  
							
							
							
						 
						
							2024-08-23 16:40:11 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								2f009f7d49 
								
							 
						 
						
							
							
								
								add note  
							
							
							
						 
						
							2024-08-23 16:31:16 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								f85aa7b641 
								
							 
						 
						
							
							
								
								fix(backend): ファイルがサイズの制限を超えてアップロードされた際にエラーを返さなかった問題を修正  
							
							
							
						 
						
							2024-08-23 16:29:05 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1008fa32a0 
								
							 
						 
						
							
							
								
								better boot error screen  
							
							
							
						 
						
							2024-08-22 14:03:11 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									atsuchan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								043ab1f69b 
								
							 
						 
						
							
							
								
								fix(backend): Fix chart generation non-matching blockedHosts ( #14441 )  
							
							
							
						 
						
							2024-08-20 13:49:42 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hazel K 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9ce44b24b8 
								
							 
						 
						
							
							
								
								fix(backend): memory leak in memory caches ( #14363 )  
							
							... 
							
							
							
							* encapsulate `MemoryKVCache<T>`
* remove infinity caches
* encapsulate other caches
* add missing awaits to internally synchronize caches
* implement pull-through caching
* tune cache lifetimes
* optimize cache GC by stopping early
* summarize changes in CHANGELOG.md
* Fix timeout comments
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* add comments about awaiting the redis write
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> 
							
						 
						
							2024-08-18 13:34:01 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									taichan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bf8c42eecd 
								
							 
						 
						
							
							
								
								Fix(beckend): html content-type detection on signedGet ( #14424 )  
							
							... 
							
							
							
							* fix(backend): contenttype detection of html in signedGet
* code style
* fix by review 
							
						 
						
							2024-08-17 19:51:56 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								129af06198 
								
							 
						 
						
							
							
								
								Update packages/backend/src/core/activitypub/ApRequestService.ts  
							
							
							
						 
						
							2024-08-17 18:25:46 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									taichan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9fbc1b7f7b 
								
							 
						 
						
							
							
								
								enhance(backend): headタグ内にrel=alternateの指定のあるlinkタグがある場合、記述されたURLを参照して照会できるように ( #14371 )  
							
							... 
							
							
							
							* signedGet時にhttpかつalternate属性のlinkがある場合に一回だけfollowして照会する
* Fix: validation position
* Fix import
* Fix tagname
* Update CHANGELOG
* Fix code style
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-08-17 15:12:23 +09: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								06684fe49b 
								
							 
						 
						
							
							
								
								fix(backend): ベースロールのポリシー変更時モデレーションログが残るように ( #14418 )  
							
							... 
							
							
							
							* fix(policies): ベースロールのポリシー変更時モデレーションログが残るように (MisskeyIO#700)
(cherry picked from commit 80389a914049f6f26237fde8da7d4e1bd41452fc)
* Update Changelog
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> 
							
						 
						
							2024-08-17 12:07:00 +09: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								d3cdc08802 
								
							 
						 
						
							
							
								
								fix(backend): 無制限にストリーミングのチャンネルに接続できる問題を修正  
							
							
							
						 
						
							2024-08-17 09:30:03 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a8810af8d9 
								
							 
						 
						
							
							
								
								fix(backend): リバーシの設定変更が反映されないのを修正 ( #14404 )  
							
							... 
							
							
							
							* fix(backend): リバーシの設定変更が反映されないのを修正
* Update Changelog
* add bindthis 
							
						 
						
							2024-08-16 21:02:12 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								86dd4abadc 
								
							 
						 
						
							
							
								
								Revert "enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように"  
							
							... 
							
							
							
							This reverts commit cd210001e6 
							
						 
						
							2024-08-14 20:29:06 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								cd210001e6 
								
							 
						 
						
							
							
								
								enhance(backend): 凍結されたアカウントのフォローリクエストを表示しないように  
							
							
							
						 
						
							2024-08-14 18:08:51 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									timesince 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								41936c16c4 
								
							 
						 
						
							
							
								
								chore: fix some comments ( #14394 )  
							
							... 
							
							
							
							Signed-off-by: timesince <seekseat@icloud.com> 
							
						 
						
							2024-08-12 14:03:16 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ab7bbd4e57 
								
							 
						 
						
							
							
								
								fix(backend): ダイレクト投稿をユーザーごとのチャートから除外 ( #14350 )  
							
							... 
							
							
							
							* fix(chart): ダイレクト投稿をユーザーごとのチャートから除外 (MisskeyIO#679)
(cherry picked from commit 3db41c2d829ac18daabbdf52fe6235a874735b31)
* Update Changelog
---------
Co-authored-by: Yuuki <yukikum57@gmail.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-08-11 16:27:08 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								93fc06d18b 
								
							 
						 
						
							
							
								
								fix(backend): getApTypeでエラーを投げないように ( #14361 )  
							
							... 
							
							
							
							* fix(backend): getApTypeでエラーを投げないように
* Update Changelog
* Update Changelog
* Update type.ts
* add comment 
							
						 
						
							2024-08-11 16:25:57 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0aaf74ee22 
								
							 
						 
						
							
							
								
								fix(backend): InstanceEntityService.packMany に me が渡っていないのを修正 ( #14360 )  
							
							... 
							
							
							
							* fix: pass current user into `InstanceEntityService.packMany`
(cherry picked from commit 858ba18876 
							
						 
						
							2024-08-11 11:28:07 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								37c9d91ba0 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2024-08-10 21:07:37 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								93c569c2cd 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2024-08-10 21:07:33 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cb10156f01 
								
							 
						 
						
							
							
								
								fix(frontend): iOSでacctなどがリンクとして誤検知されるのを抑制 ( #14354 )  
							
							... 
							
							
							
							* fix(frontend): iosでの自動リンク化を抑制
* Update Changelog
* typo
* typo
* Update CHANGELOG.md 
							
						 
						
							2024-08-10 20:46:26 +09: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f50941389d 
								
							 
						 
						
							
							
								
								fix: readAllNotifications message not working ( #14374 )  
							
							... 
							
							
							
							* refactor: add and use isJsonObject
* fix: readNotification message without body is not working
* docs(changelog): WSの`readAllNotifications` メッセージが `body` を持たない場合に動作しない問題
* Update CHANGELOG.md
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> 
							
						 
						
							2024-08-09 16:04:41 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daiki Mizukami 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0d508db8a7 
								
							 
						 
						
							
							
								
								fix(backend): check visibility of following/followers of remote users / feat: moderators can see following/followers of all users ( #14375 )  
							
							... 
							
							
							
							* fix(backend): check visibility of following/followers of remote users
Resolves https://github.com/misskey-dev/misskey/issues/13362 .
* test(backend): add tests for visibility of following/followers of remote users
* docs(changelog): update CHANGELOG.md
* feat: moderators can see following/followers of all users
* docs(changelog): update CHANGELOG.md
* refactor(backend): minor refactoring
`createPerson`と`if`の条件を統一するとともに、異常系の
処理をearly returnに追い出すための変更。
* feat(backend): moderators can see following/followers count of all users
As per https://github.com/misskey-dev/misskey/pull/14375#issuecomment-2275044908 . 
							
						 
						
							2024-08-09 12:10:51 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								820becb4e4 
								
							 
						 
						
							
							
								
								fix import  
							
							
							
						 
						
							2024-08-09 10:51:18 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3137c104f2 
								
							 
						 
						
							
							
								
								test: フォローしていないユーザーからの自分への返信が含まれることを確認するテストを追加 ( #14333 )  
							
							
							
						 
						
							2024-07-31 07:23:38 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								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 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8f40f932e4 
								
							 
						 
						
							
							
								
								自分のフォロワー限定投稿に対するリプライがホームタイムラインで見えないことが有る問題を修正 ( #13835 )  
							
							... 
							
							
							
							* fix: reply to my follower notes are not shown on the home timeline
* fix: reply to follower note by non-following is on social timeline
* docs: changelog
* test: add endpoint test for changes
* test(e2e): 自分のfollowers投稿に対するリプライが流れる
* test(e2e/streaming): 自分のfollowers投稿に対するリプライが流れる
* test(e2e/streaming): フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題
* test(e2e/timelines): try fixing typecheck error
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> 
							
						 
						
							2024-07-30 19:44:08 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sayamame-beans 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d0b7c74fd1 
								
							 
						 
						
							
							
								
								検索からハッシュタグのページが開けるように、users/searchに@から始まる文字列が与えられた際の処理を修正 等 ( #13858 )  
							
							... 
							
							
							
							* enhance(frontend): 検索からハッシュタグのページを開けるように
* fix(frontend): 照会で入力が`#`のみの場合は`/tags/`に遷移しないように
* docs(changelog): update changelog
* enhance(frontend): ユーザー検索からもハッシュタグのページを開けるように
* docs(changelog): update changelog
* enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように
* enhance(frontend): 検索内容に空白が含まれている場合は照会/ハッシュタグページを開かないように
* docs(changelog): update changelog
* Revert "enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように"
This reverts commit f84eecea964b90e9b115eac19ed6f19a603a6bbc.
* enhance(frontend): 検索から照会/ハッシュタグページを開くかどうか確認するように
* docs(changelog): update changelog
* chore: fix lint
* docs(changelog): update changelog insertion position
* enhance(frontend): 検索から`@user@host`の形式で照会出来るように
* fix(frontend): 照会で入力が`@`のみの場合に`/@`に遷移しないように
* fix(backend): `users/search`において`@`から始まるqueryに対する処理が正しくなかった問題を修正
* docs(changelog): update changelog
* chore(backend): fix lint error
* fix(backend): more improvements for users/search when query startswith `@`
* chore: unify common conditions
* docs(changelog): refine changelog
* chore(backend): fix lint error
* MkInputをpreventに対応させ、enterの意図せぬ伝搬を防ぐ
* chore(frontend/search.user): use .prevent to prevent the propagation of enter instead of setTimeout
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: taichanne30 <dev@taichan.site> 
							
						 
						
							2024-07-30 19:18:43 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									taichan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b359e3c95b 
								
							 
						 
						
							
							
								
								Fix condition of noteSearchableScope ( #14325 )  
							
							
							
						 
						
							2024-07-30 16:51:50 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6bd46e790b 
								
							 
						 
						
							
							
								
								refactor(backend): remove unrelated comments  
							
							
							
						 
						
							2024-07-30 16:18:18 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									taichan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								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 
							
								 
							
						 
					 
				
					
						
							
								
								
									taichan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7e9c38d6fb 
								
							 
						 
						
							
							
								
								Fix(backend): ドライブのファイルのurl, uri, src の上限引き上げ  ( #14323 )  
							
							... 
							
							
							
							* enhance: ドライブurlの上限文字数を引き上げ
* Fix: おそらくフォーク独自の変更のように見える部分(metaに関する変更部分)を削除
* UPDATE changelog
* Add SPDX prefixes
* Fix: インデックスの張り直しを消した
---------
Co-authored-by: slofp <phy.public@gmail.com> 
							
						 
						
							2024-07-30 15:29:24 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								de3ddb5b44 
								
							 
						 
						
							
							
								
								enhance: 管理画面でアーカイブにしたお知らせを表示・編集できるように ( #14286 )  
							
							... 
							
							
							
							* enhance: 管理画面でアーカイブにしたお知らせを表示できるように
* Update Changelog 
							
						 
						
							2024-07-30 13:02:03 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									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 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								085b3abf26 
								
							 
						 
						
							
							
								
								update deps ( #14312 )  
							
							
							
						 
						
							2024-07-28 11:14:31 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								46d96c7412 
								
							 
						 
						
							
							
								
								fix(build): autogen生成時にbackendを2度buildしているのを修正 ( #14309 )  
							
							... 
							
							
							
							* fix(build): autogen生成時にbackendを2度buildしているのを修正
* fix
* fix 
							
						 
						
							2024-07-27 18:09:15 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								befa8e4a7f 
								
							 
						 
						
							
							
								
								fix(backend): avoid caching remote user's HTL when receiving Note ( #13772 )  
							
							... 
							
							
							
							* fix(backend): avoid caching remote user's HTL when receiving Note
* test(backend): add test for FFT
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-07-25 16:37:46 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fc71bcc98e 
								
							 
						 
						
							
							
								
								fix(backend): avoid notifying to remote users on local ( #13774 )  
							
							... 
							
							
							
							* fix(backend): avoid notifying to remote users on local
* Update CHANGELOG.md
* refactor: check before calling method
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-07-25 16:32:07 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								337b42bcb1 
								
							 
						 
						
							
							
								
								revert  5f88d56d96 
							
							... 
							
							
							
							バグがある(かつすぐに修正できそうにない) & まだレビュー途中で意図せずマージされたため 
							
						 
						
							2024-07-20 21:33:20 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									woxtu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6920f0fa7e 
								
							 
						 
						
							
							
								
								Disable ESLint for migration files ( #14262 )  
							
							
							
						 
						
							2024-07-19 10:05:34 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								10ce7bf3c4 
								
							 
						 
						
							
							
								
								kill any from streaming API Implementation ( #14251 )  
							
							... 
							
							
							
							* chore: add JsonValue type
* refactor: kill any from Connection.ts
* refactor: fix StreamEventEmitter contains undefined instead of null
* refactor: kill any from channels
* docs(changelog): Fix: Steaming APIが不正なデータを受けた場合の動作が不安定である問題
* fix license header
* fix lints 
							
						 
						
							2024-07-18 20:04:23 +09:00