f62ad3ed3e 
								
							 
						 
						
							
							
								
								feat: notification grouping  
							
							... 
							
							
							
							Resolve  #12211  
						
							2023-11-02 15:57:55 +09:00  
				
					
						
							
							
								 
						
							
								6a73f7c108 
								
							 
						 
						
							
							
								
								i/updateのレートリミットを緩和  
							
							
							
						 
						
							2023-11-01 20:29:58 +09:00  
				
					
						
							
							
								 
						
							
								e88dbad3cf 
								
							 
						 
						
							
							
								
								tweak test  
							
							
							
						 
						
							2023-11-01 15:56:57 +09:00  
				
					
						
							
							
								 
						
							
								9b073e5fe6 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-11-01 15:32:35 +09:00  
				
					
						
							
							
								 
						
							
								77db652bff 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-11-01 14:06:54 +09:00  
				
					
						
							
							
								 
						
							
								e632a84431 
								
							 
						 
						
							
							
								
								tweak default configuration  
							
							
							
						 
						
							2023-11-01 14:00:31 +09:00  
				
					
						
							
							
								 
						
							
								7ed2a5fc1b 
								
							 
						 
						
							
							
								
								perf(backend): remove needless query  
							
							... 
							
							
							
							#12206  
						
							2023-11-01 13:55:19 +09:00  
				
					
						
							
							
								 
						
							
								5fb6847419 
								
							 
						 
						
							
							
								
								Feat: 未読通知数を表示できるように ( #11982 )  
							
							... 
							
							
							
							* 未読通知数を表示できるように
* Update Changelog
* オプトインにする
* Fix lint
* (add) テスト通知のプッシュ通知を追加
* add test
* フロントエンドの表示上限を99に変更
* Make it default on
* 共通スタイルをくくりだす
* Update Changelog
* tweak
* Update UserEntityService.ts
* rename
* Update navbar-for-mobile.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-11-01 13:34:05 +09:00  
				
					
						
							
							
								 
						
							
								7c692283ad 
								
							 
						 
						
							
							
								
								fix(backend): 自身の宛先なしダイレクト投稿がストリーミングで流れてこない問題を修正 ( #12203 )  
							
							... 
							
							
							
							* fix: dm stream
* add CHANGELOG 
							
						 
						
							2023-10-31 15:27:20 +09:00  
				
					
						
							
							
								 
						
							
								a35fe29ef4 
								
							 
						 
						
							
							
								
								fix(backend): アクセストークンを削除すると、通知が取得できなくなる場合がある問題を修正  
							
							
							
						 
						
							2023-10-31 11:45:03 +09:00  
				
					
						
							
							
								 
						
							
								d45b2dd3a7 
								
							 
						 
						
							
							
								
								lint fix  
							
							
							
						 
						
							2023-10-30 17:36:32 +09:00  
				
					
						
							
							
								 
						
							
								4f180ad45c 
								
							 
						 
						
							
							
								
								feat: アイコンデコレーションの管理をロールで設定できるように ( #12173 )  
							
							... 
							
							
							
							* アイコンデコレーションの管理をロールで設定できるように
* インポートミス
* Update packages/frontend/src/ui/_common_/common.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/frontend/src/ui/_common_/common.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-30 15:33:15 +09:00  
				
					
						
							
							
								 
						
							
								7015cc937b 
								
							 
						 
						
							
							
								
								fix(backend): We can renote pure renote ( #12171 )  
							
							... 
							
							
							
							* chore: make pure renote detection an function
* fix: we can renote pure renote
* docs(changelog): リノートをリノートできるのを修正
* fix: remaining debug log
* chore: move isPureRenote to misc
* chore: make isPureRenote type guard
* chore: use isPureRenote in other places
* fix CHANGELOG
* style: fix lint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-30 13:48:22 +09:00  
				
					
						
							
							
								 
						
							
								117db08880 
								
							 
						 
						
							
							
								
								fix(backend): プロフィールの自己紹介欄のMFMを連合するように(実装漏れ) ( #12185 )  
							
							... 
							
							
							
							* (refactor) eliminate nested ternary operation
* fix lint
* Jissou more 
							
						 
						
							2023-10-30 08:20:32 +09:00  
				
					
						
							
							
								 
						
							
								2de4d3329d 
								
							 
						 
						
							
							
								
								Fix: フォローしたユーザが、自分のフォローしていないチャンネルにノートを投稿した時、そのノートがHTLで見えてしまう ( #12186 )  
							
							... 
							
							
							
							* #12181  の問題に対処
「ユーザー・チャンネルともにフォローあり」のときの絞り込みに不備があり、フォローしているユーザの投稿であればチャンネルのフォロー関係なく通過するようになってしまっていた
* fix CHANGELOG.md
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> 
							
						 
						
							2023-10-30 08:19:27 +09:00  
				
					
						
							
							
								 
						
							
								59cc101752 
								
							 
						 
						
							
							
								
								fix(backend): プロフィールの自己紹介欄のMFMを連合するように ( #12184 )  
							
							... 
							
							
							
							* (fix) federate user description mfm
* fix
* Update Changelog 
							
						 
						
							2023-10-29 19:33:35 +09:00  
				
					
						
							
							
								 
						
							
								aefc941df3 
								
							 
						 
						
							
							
								
								typo  
							
							
							
						 
						
							2023-10-29 16:28:32 +09:00  
				
					
						
							
							
								 
						
							
								0fc36d11d7 
								
							 
						 
						
							
							
								
								fix(backend): STLにGTLの投稿が混ざる問題を修正  
							
							... 
							
							
							
							Fix  #12169  
						
							2023-10-29 16:13:30 +09:00  
				
					
						
							
							
								 
						
							
								a161a9c1e7 
								
							 
						 
						
							
							
								
								Fix: notes/timelineにフォローしているチャンネルのノートを含める ( #12179 )  
							
							... 
							
							
							
							* notes/timelineにフォローしているチャンネルのノートを含める
* fix CHANGELOG.md
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> 
							
						 
						
							2023-10-29 14:16:36 +09:00  
				
					
						
							
							
								 
						
							
								a8dc6d08b1 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-28 12:31:18 +09:00  
				
					
						
							
							
								 
						
							
								e5ff8d8445 
								
							 
						 
						
							
							
								
								enhance: プラグイン削除時にアクセストークンも削除する ( #12167 )  
							
							... 
							
							
							
							* (enhance) プラグイン削除時にトークンも削除
* update changelog 
							
						 
						
							2023-10-28 07:54:06 +09:00  
				
					
						
							
							
								 
						
							
								8a2309ba7d 
								
							 
						 
						
							
							
								
								fix(backend): ハッシュタグのランキングの問い合わせ結果がないときのエラー修正 ( #12145 )  
							
							... 
							
							
							
							* fix(backend): undefined result error
* Update Changelog
* Update packages/backend/src/core/FeaturedService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-27 18:37:17 +09:00  
				
					
						
							
							
								 
						
							
								a8ee67cace 
								
							 
						 
						
							
							
								
								Fix: チャンネルのフォロー・アンフォローの反映速度を改善 ( #12149 )  
							
							... 
							
							
							
							* チャンネルのフォロー・アンフォローの反映速度を改善
* fix lint
* userFollowingChannelsCacheの場所をCacheServiceからChannelFollowingServiceに移動
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> 
							
						 
						
							2023-10-27 18:34:02 +09:00  
				
					
						
							
							
								 
						
							
								dc0582739f 
								
							 
						 
						
							
							
								
								Fix: STLでフォローしていないチャンネルが表示される問題を修正 ( #12143 )  
							
							... 
							
							
							
							* タイムラインをpostgresから取得する際にフォローしていないチャンネルが取得されるのを修正
* CHANGELOGに追記 
							
						 
						
							2023-10-25 21:19:43 +09:00  
				
					
						
							
							
								 
						
							
								4dd4a11cef 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-10-24 14:38:18 +09:00  
				
					
						
							
							
								 
						
							
								afb37f0b03 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-10-24 14:38:15 +09:00  
				
					
						
							
							
								 
						
							
								0c730968a3 
								
							 
						 
						
							
							
								
								fix: RedisへのTLキャッシュが有効の場合にHTL/LTL/STL/リストが空になることがある問題を修正 ( #12088 ) ( #12124 )  
							
							... 
							
							
							
							* fix: RedisTimelineが有効の場合にHTLがリセットされた状態になる問題を修正
* add: CHANGELOG.md
* fix: LTL, STLでもTLが空になることがある問題を修正
* update: CHANGELOG.md
* fix: DBへのフォールバック時にwithRenotesが考慮されていないのを修正
* feat: リストにもDBフォールバックを実装
* fix: リストのDBフォールバック時の挙動を修正
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-24 14:34:32 +09:00  
				
					
						
							
							
								 
						
							
								9caae8a10a 
								
							 
						 
						
							
							
								
								feat: Facilitates the rollback of migration operations ( #12109 )  
							
							... 
							
							
							
							* Update package.json
* Update package.json 
							
						 
						
							2023-10-23 16:42:54 +09:00  
				
					
						
							
							
								 
						
							
								9d0648ed35 
								
							 
						 
						
							
							
								
								enhance(server): Improve user block (Renote Part) ( #12089 )  
							
							
							
						 
						
							2023-10-23 16:42:26 +09:00  
				
					
						
							
							
								 
						
							
								9dcccbc8e1 
								
							 
						 
						
							
							
								
								fix(backend): 自分のフォローしているユーザーの自分のフォローしていないユーザーの visibility: followers な投稿への返信がストリーミングで流れてくる問題を修正  
							
							... 
							
							
							
							Fix  #12117  
						
							2023-10-23 15:29:42 +09:00  
				
					
						
							
							
								 
						
							
								e6c54de814 
								
							 
						 
						
							
							
								
								enhance(backend): RedisへのTLのキャッシュをオフにできるように  
							
							
							
						 
						
							2023-10-23 15:17:25 +09:00  
				
					
						
							
							
								 
						
							
								5a39c1a8eb 
								
							 
						 
						
							
							
								
								fix type  
							
							
							
						 
						
							2023-10-23 11:07:27 +09:00  
				
					
						
							
							
								 
						
							
								c9ae5d0e51 
								
							 
						 
						
							
							
								
								fix type  
							
							
							
						 
						
							2023-10-23 09:24:13 +09:00  
				
					
						
							
							
								 
						
							
								fdeee5dd05 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-23 09:20:55 +09:00  
				
					
						
							
							
								 
						
							
								9221cbf42b 
								
							 
						 
						
							
							
								
								fix(backend): fix i/signin-history response  
							
							
							
						 
						
							2023-10-23 08:59:05 +09:00  
				
					
						
							
							
								 
						
							
								5dc0463323 
								
							 
						 
						
							
							
								
								fix(backend): ローカルタイムラインに投稿者自身の投稿への返信が含まれない問題を修正  
							
							
							
						 
						
							2023-10-22 16:23:50 +09:00  
				
					
						
							
							
								 
						
							
								ce09a35b03 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-10-22 13:02:27 +09:00  
				
					
						
							
							
								 
						
							
								4eaa02d25f 
								
							 
						 
						
							
							
								
								enhance: improve avatar decoration  
							
							
							
						 
						
							2023-10-22 13:02:24 +09:00  
				
					
						
							
							
								 
						
							
								4b295088fd 
								
							 
						 
						
							
							
								
								Update schemas.ts ( #12103 )  
							
							
							
						 
						
							2023-10-22 10:52:06 +09:00  
				
					
						
							
							
								 
						
							
								72327716ca 
								
							 
						 
						
							
							
								
								fix(backend): リストTLに自分のフォロワー限定投稿が含まれない問題を修正  
							
							... 
							
							
							
							Fix  #12110  
						
							2023-10-22 10:40:53 +09:00  
				
					
						
							
							
								 
						
							
								f51bca41c5 
								
							 
						 
						
							
							
								
								Feat: 外部サイトからテーマ・プラグインのインストールができるように ( #12034 )  
							
							... 
							
							
							
							* Feat: 外部サイトからテーマ・プラグインのインストールができるように
* Update Changelog
* Change Changelog
* Remove unnecessary imports
* Update fetch-external-resources.ts
* Update CHANGELOG.md
* Update CHANGELOG.md 
							
						 
						
							2023-10-21 18:41:12 +09:00  
				
					
						
							
							
								 
						
							
								722584bf72 
								
							 
						 
						
							
							
								
								すべてのフォロー中の人のwithRepliesを変える機能 ( #12049 )  
							
							... 
							
							
							
							* feat: endpoint to update all following
* feat(frontend): change show replies for all
* docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように
* fix: cancel not working 
							
						 
						
							2023-10-21 18:39:19 +09:00  
				
					
						
							
							
								 
						
							
								12fe09c6e7 
								
							 
						 
						
							
							
								
								プロフィールのURL認証をrel=meで可能に ( #12100 )  
							
							
							
						 
						
							2023-10-21 18:38:51 +09:00  
				
					
						
							
							
								 
						
							
								2c0a139da6 
								
							 
						 
						
							
							
								
								feat: Avatar decoration ( #12096 )  
							
							... 
							
							
							
							* wip
* Update ja-JP.yml
* Update profile.vue
* .js
* Update home.test.ts 
							
						 
						
							2023-10-21 18:38:07 +09:00  
				
					
						
							
							
								 
						
							
								6d6ddbc35e 
								
							 
						 
						
							
							
								
								fix(backend) api/iの未読のお知らせにcreatedAtを追加するように修正 ( #12092 )  
							
							... 
							
							
							
							Co-authored-by: sorairo <sorairo@shiosyakeyakini.info> 
							
						 
						
							2023-10-21 07:53:57 +09:00  
				
					
						
							
							
								 
						
							
								42a3489bcb 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-20 15:46:12 +09:00  
				
					
						
							
							
								 
						
							
								df957f7afe 
								
							 
						 
						
							
							
								
								update test  
							
							
							
						 
						
							2023-10-20 13:07:08 +09:00  
				
					
						
							
							
								 
						
							
								b394328eb1 
								
							 
						 
						
							
							
								
								fix(backend): フォロ限へのリプのリプ元が(非公開)の表示のまま  
							
							... 
							
							
							
							Fix  #12083  
						
							2023-10-20 11:58:09 +09:00  
				
					
						
							
							
								 
						
							
								d962ea3889 
								
							 
						 
						
							
							
								
								add timeline tests  
							
							
							
						 
						
							2023-10-20 08:15:31 +09:00  
				
					
						
							
							
								 
						
							
								683b71fc7e 
								
							 
						 
						
							
							
								
								add timeline tests  
							
							
							
						 
						
							2023-10-20 08:13:20 +09:00  
				
					
						
							
							
								 
						
							
								216b20d2db 
								
							 
						 
						
							
							
								
								fix(backend): 自分のフォロワー限定ノートがWebsoketに乗ってこない  
							
							... 
							
							
							
							Fix  #12081  
						
							2023-10-20 08:02:32 +09:00  
				
					
						
							
							
								 
						
							
								6ff5bfd2bc 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-10-20 07:48:31 +09:00  
				
					
						
							
							
								 
						
							
								4a7c6e261a 
								
							 
						 
						
							
							
								
								fix(backend): 管理者権限のロールを持っていても一部のAPIが使用できないことがある問題を修正  
							
							
							
						 
						
							2023-10-19 20:47:23 +09:00  
				
					
						
							
							
								 
						
							
								cc256f117e 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-19 19:51:59 +09:00  
				
					
						
							
							
								 
						
							
								991fa054a6 
								
							 
						 
						
							
							
								
								chore: STLのdb fallbackでwithRepliesがtrueのときにすべてのリプライを除外しないように ( #12075 )  
							
							... 
							
							
							
							MiFollowingを見るのは実装コストが高いため現状実装していない
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-19 19:34:52 +09:00  
				
					
						
							
							
								 
						
							
								93d3501c90 
								
							 
						 
						
							
							
								
								fix: replies are included even if withReplies = false in local timeline ( #12074 )  
							
							
							
						 
						
							2023-10-19 17:29:09 +09:00  
				
					
						
							
							
								 
						
							
								431d8c7802 
								
							 
						 
						
							
							
								
								fix(backend): Redisがからのときにhybrid-timelineにwithReplies = trueでアクセスするとSQLのシンタックスエラーになる  
							
							... 
							
							
							
							Fix  #12064  
						
							2023-10-19 16:22:19 +09:00  
				
					
						
							
							
								 
						
							
								30efd932a5 
								
							 
						 
						
							
							
								
								enhance: nyaizeはクライアントで表示時に行うように  
							
							... 
							
							
							
							Resolve  #12030  
						
							2023-10-19 11:42:17 +09:00  
				
					
						
							
							
								 
						
							
								ec45db7870 
								
							 
						 
						
							
							
								
								refactor and perf tweak  
							
							
							
						 
						
							2023-10-19 11:19:42 +09:00  
				
					
						
							
							
								 
						
							
								428d39a460 
								
							 
						 
						
							
							
								
								chore: disable debug log of fastify  
							
							
							
						 
						
							2023-10-19 11:18:17 +09:00  
				
					
						
							
							
								 
						
							
								f9549e1f1b 
								
							 
						 
						
							
							
								
								fix(backend): fix of  1671575d5d 
							
							
							
						 
						
							2023-10-19 11:17:59 +09:00  
				
					
						
							
							
								 
						
							
								1671575d5d 
								
							 
						 
						
							
							
								
								perf(backend): ノートのリアクション情報をキャッシュすることでDBへのクエリを削減  
							
							
							
						 
						
							2023-10-19 09:20:19 +09:00  
				
					
						
							
							
								 
						
							
								4d1d25e02f 
								
							 
						 
						
							
							
								
								perf(backend): improve my reaction population performance  
							
							
							
						 
						
							2023-10-19 08:07:22 +09:00  
				
					
						
							
							
								 
						
							
								2dfbf97db4 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-19 07:59:58 +09:00  
				
					
						
							
							
								 
						
							
								fcc4864080 
								
							 
						 
						
							
							
								
								perf(backend): reduce needless populateMyReaction calls  
							
							
							
						 
						
							2023-10-19 07:56:25 +09:00  
				
					
						
							
							
								 
						
							
								5b244cc6eb 
								
							 
						 
						
							
							
								
								update test  
							
							
							
						 
						
							2023-10-18 17:20:43 +09:00  
				
					
						
							
							
								 
						
							
								ae1e276085 
								
							 
						 
						
							
							
								
								fix of  6cc02fee99 
							
							
							
						 
						
							2023-10-18 17:17:56 +09:00  
				
					
						
							
							
								 
						
							
								6b5ee43800 
								
							 
						 
						
							
							
								
								enhance(backend): improve fanout tl for stl  
							
							
							
						 
						
							2023-10-18 15:51:50 +09:00  
				
					
						
							
							
								 
						
							
								6b7efb6f1d 
								
							 
						 
						
							
							
								
								fix(backend): fix admin/get-user-ips error  
							
							
							
						 
						
							2023-10-18 15:32:35 +09:00  
				
					
						
							
							
								 
						
							
								6cc02fee99 
								
							 
						 
						
							
							
								
								enhance(backend): improve fanout tl  
							
							... 
							
							
							
							Resolve  #11958 
Resolve  #12061  
						
							2023-10-18 12:26:16 +09:00  
				
					
						
							
							
								 
						
							
								2a88d8ee2d 
								
							 
						 
						
							
							
								
								refactor(backend): rename service  
							
							
							
						 
						
							2023-10-18 12:07:18 +09:00  
				
					
						
							
							
								 
						
							
								f6e1ee1d40 
								
							 
						 
						
							
							
								
								users/notesでDBから参照した際にチャンネル投稿のみ取得される問題を修正 ( #12056 )  
							
							... 
							
							
							
							* fix(backend): ユーザーのノート取得でDBにfallbackした際にチャンネルノートのみになる
* Update CHANGELOG
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-18 09:55:15 +09:00  
				
					
						
							
							
								 
						
							
								0bddd0ceae 
								
							 
						 
						
							
							
								
								Remove unnecessary nullish coalescing ( #12058 )  
							
							
							
						 
						
							2023-10-18 09:54:18 +09:00  
				
					
						
							
							
								 
						
							
								53099cad5a 
								
							 
						 
						
							
							
								
								fix: `admin/update-meta` が保存できない ( #12057 )  
							
							... 
							
							
							
							* Fix: invalid param impressumUrl
* Update CHANGELOG.md 
							
						 
						
							2023-10-18 09:48:49 +09:00  
				
					
						
							
							
								 
						
							
								145c5c8b2b 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-18 09:43:59 +09:00  
				
					
						
							
							
								 
						
							
								5a3c6575dd 
								
							 
						 
						
							
							
								
								新規にフォローした人のwithRepliesをtrueにする機能を追加 ( #12048 )  
							
							... 
							
							
							
							* feat: add defaultWithReplies to MiUser
* feat: use defaultWithReplies when creating MiFollowing
* feat: update defaultWithReplies from API
* feat: return defaultWithReplies as a part of $i
* feat(frontend): configure defaultWithReplies
* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように
* fix: typo
* style: fix lint failure
* chore: improve UI text
* chore: make optional params of  UserFollowingService.follow() object
* chore: UserFollowingService.follow() accept withReplies
* chore: add withReplies to MiFollowRequest
* chore: process withReplies for follow request
* feat: accept withReplies on 'following/create' endpoint
* feat: store defaultWithReplies in client store
* Revert "feat: return defaultWithReplies as a part of $i"
This reverts commit f2cc4fe695e3cee69f5ab14d70 
							
						 
						
							2023-10-17 20:56:17 +09:00  
				
					
						
							
							
								 
						
							
								e9db0680c4 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-17 09:04:17 +09:00  
				
					
						
							
							
								 
						
							
								5686e1d2d0 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-17 09:00:42 +09:00  
				
					
						
							
							
								 
						
							
								9338ab461e 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-16 20:13:05 +09:00  
				
					
						
							
							
								 
						
							
								5efd01ba70 
								
							 
						 
						
							
							
								
								feat: サーバーサイレンス機能を追加 ( #12031 )  
							
							... 
							
							
							
							* feat : サーバーサイレンスを追加
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update locale
* Update instance-info.vue
* update misskey-js.api.md
* lint fix
* migration fix
* 既存のものを使うように
* fix
* 色々直した
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/components/MkInstanceCardMini.vue
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* fix: サイレンスされてるサーバーからの投稿は全部ホームにする
* fix: undefinedでfalseを返すようにした
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-16 20:11:27 +09:00  
				
					
						
							
							
								 
						
							
								1966876320 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2023-10-16 17:42:33 +09:00  
				
					
						
							
							
								 
						
							
								3ebed5aa3e 
								
							 
						 
						
							
							
								
								feat: local-only antenna  
							
							... 
							
							
							
							Resolve  #11869  
						
							2023-10-16 15:06:00 +09:00  
				
					
						
							
							
								 
						
							
								6a321ba340 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2023-10-16 14:35:44 +09:00  
				
					
						
							
							
								 
						
							
								34d1b463a4 
								
							 
						 
						
							
							
								
								fix tests  
							
							
							
						 
						
							2023-10-16 12:58:17 +09:00  
				
					
						
							
							
								 
						
							
								24437a04d4 
								
							 
						 
						
							
							
								
								fix of  1fa1d31696 
							
							
							
						 
						
							2023-10-16 12:00:56 +09:00  
				
					
						
							
							
								 
						
							
								1fa1d31696 
								
							 
						 
						
							
							
								
								perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように  
							
							
							
						 
						
							2023-10-16 10:45:22 +09:00  
				
					
						
							
							
								 
						
							
								3f4ee98405 
								
							 
						 
						
							
							
								
								perf(backend): improve streaming api performance ( #12033 )  
							
							... 
							
							
							
							* wip
* Update NoteEntityService.ts
* wip
* wip
* wip
* wip 
							
						 
						
							2023-10-15 10:36:22 +09:00  
				
					
						
							
							
								 
						
							
								329830e2c3 
								
							 
						 
						
							
							
								
								perf(backend): tweak populateMyReaction  
							
							
							
						 
						
							2023-10-14 10:05:44 +09:00  
				
					
						
							
							
								 
						
							
								061e389340 
								
							 
						 
						
							
							
								
								perf(backend): nyaizeを投稿時にやる  
							
							... 
							
							
							
							Resolve  #12030  
						
							2023-10-14 10:04:13 +09:00  
				
					
						
							
							
								 
						
							
								7b6b3ad821 
								
							 
						 
						
							
							
								
								update test  
							
							
							
						 
						
							2023-10-11 18:25:02 +09:00  
				
					
						
							
							
								 
						
							
								a26d9ea132 
								
							 
						 
						
							
							
								
								enhance(backend): LTLでフォローしているユーザーからの自分への返信が含まれるように  
							
							
							
						 
						
							2023-10-11 17:29:24 +09:00  
				
					
						
							
							
								 
						
							
								566cb35370 
								
							 
						 
						
							
							
								
								update test  
							
							
							
						 
						
							2023-10-11 14:30:18 +09:00  
				
					
						
							
							
								 
						
							
								cf3624a54f 
								
							 
						 
						
							
							
								
								fix(backend): users/notesでセンシティブチャンネルの投稿が含まれる場合がある問題を修正  
							
							
							
						 
						
							2023-10-11 12:26:07 +09:00  
				
					
						
							
							
								 
						
							
								7a8d5e5840 
								
							 
						 
						
							
							
								
								enhance: ローカルタイムライン、ソーシャルタイムラインで返信を含むかどうか設定可能に  
							
							... 
							
							
							
							Resolve  #12001  
						
							2023-10-11 10:15:44 +09:00  
				
					
						
							
							
								 
						
							
								1f0c27edf2 
								
							 
						 
						
							
							
								
								fix(backend):  フォローしているユーザーからの自分の投稿への返信がタイムラインに含まれない問題を修正  
							
							
							
						 
						
							2023-10-11 08:18:00 +09:00  
				
					
						
							
							
								 
						
							
								26b7112b20 
								
							 
						 
						
							
							
								
								add tests  
							
							
							
						 
						
							2023-10-11 08:02:29 +09:00  
				
					
						
							
							
								 
						
							
								854ac95511 
								
							 
						 
						
							
							
								
								fix(backend): センシティブ設定されたチャンネルの投稿をusers/notesで返さないように  
							
							
							
						 
						
							2023-10-10 20:06:02 +09:00  
				
					
						
							
							
								 
						
							
								66940d6cf1 
								
							 
						 
						
							
							
								
								fix(backend): channels/timelineでミュートが効かない問題を修正  
							
							
							
						 
						
							2023-10-10 19:07:59 +09:00  
				
					
						
							
							
								 
						
							
								cf6e53b2ac 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-10 16:26:48 +09:00  
				
					
						
							
							
								 
						
							
								af1087aed4 
								
							 
						 
						
							
							
								
								Feat:「ファイルの詳細」ページを追加 ( #11995 )  
							
							... 
							
							
							
							* (add) ファイルビューア
* Update Changelog
* 既存のAPIを利用
* run api extratctor
* Change i18n
* (add) ページに関する説明を追加
* Update CHANGELOG
* (fix) design, classes 
							
						 
						
							2023-10-10 10:43:43 +09:00  
				
					
						
							
							
								 
						
							
								9f33ce1cd0 
								
							 
						 
						
							
							
								
								fix of  0bb0c32908 
							
							
							
						 
						
							2023-10-10 09:45:40 +09:00  
				
					
						
							
							
								 
						
							
								8ab3640291 
								
							 
						 
						
							
							
								
								fix of  0bb0c32908 
							
							
							
						 
						
							2023-10-09 21:52:31 +09:00  
				
					
						
							
							
								 
						
							
								edf847d966 
								
							 
						 
						
							
							
								
								fix of  0bb0c32908 
							
							
							
						 
						
							2023-10-09 21:23:07 +09:00  
				
					
						
							
							
								 
						
							
								13dbfef9f8 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-09 20:55:40 +09:00  
				
					
						
							
							
								 
						
							
								11c9e193a4 
								
							 
						 
						
							
							
								
								fix(backend): Misskeyのバックエンドプロセスが終了しない  
							
							... 
							
							
							
							Resolve  #10995  
						
							2023-10-09 20:47:49 +09:00  
				
					
						
							
							
								 
						
							
								0bb0c32908 
								
							 
						 
						
							
							
								
								enhance(backend): RedisへのTLの構築をListで行うように  
							
							... 
							
							
							
							#11404  
						
							2023-10-09 20:31:39 +09:00  
				
					
						
							
							
								 
						
							
								7473b2854f 
								
							 
						 
						
							
							
								
								fix(backend): users/notesでsinceId指定時にデータベースにフォールバックするように修正  
							
							
							
						 
						
							2023-10-09 18:14:38 +09:00  
				
					
						
							
							
								 
						
							
								04971ca565 
								
							 
						 
						
							
							
								
								perf(backend): untilDate/sinceDate指定時のクエリパフォーマンスを向上  
							
							
							
						 
						
							2023-10-09 18:13:53 +09:00  
				
					
						
							
							
								 
						
							
								6ff98846e6 
								
							 
						 
						
							
							
								
								fix(backend): 「ファイル付きのみ」のTLでファイル無しの新着ノートが表示される  
							
							... 
							
							
							
							Fix  #11939  
						
							2023-10-09 17:48:09 +09:00  
				
					
						
							
							
								 
						
							
								7066d61730 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-10-09 17:41:54 +09:00  
				
					
						
							
							
								 
						
							
								0680ea3a78 
								
							 
						 
						
							
							
								
								fix(backend): users/notes で途中までしかページネーションできなくなることがある問題を修正  
							
							
							
						 
						
							2023-10-09 16:54:27 +09:00  
				
					
						
							
							
								 
						
							
								0f367da84b 
								
							 
						 
						
							
							
								
								fix(backend): TLを途中までしかページネーションできなくなることがある問題を修正  
							
							... 
							
							
							
							Fix  #11404  
						
							2023-10-09 16:47:46 +09:00  
				
					
						
							
							
								 
						
							
								3a4039e2e1 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-09 15:34:03 +09:00  
				
					
						
							
							
								 
						
							
								4f20c87186 
								
							 
						 
						
							
							
								
								lint fixes  
							
							
							
						 
						
							2023-10-09 13:32:41 +09:00  
				
					
						
							
							
								 
						
							
								a2d3544a08 
								
							 
						 
						
							
							
								
								refactor(backend): better argument name  
							
							
							
						 
						
							2023-10-09 13:22:58 +09:00  
				
					
						
							
							
								 
						
							
								ca07459f5e 
								
							 
						 
						
							
							
								
								fix(backend): ダイレクト投稿がタイムライン上に正常に表示されない問題を修正 ( #11993 )  
							
							... 
							
							
							
							* DMをredisにpushするように
* add test
* add CHANGELOG
* Update NoteCreateService.ts
* lint
* ✌️ 
* 前のバージョンから発生した問題ではないため不要
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-09 12:36:25 +09:00  
				
					
						
							
							
								 
						
							
								457b4cf608 
								
							 
						 
						
							
							
								
								fix(backend): users/notes で 自身の visibility: followers なノートが含まれない問題を修正  
							
							
							
						 
						
							2023-10-09 08:54:57 +09:00  
				
					
						
							
							
								 
						
							
								5601ed0914 
								
							 
						 
						
							
							
								
								enhance(backend): UserListMembershipにユーザーリストの作成者IDを非正規化  
							
							
							
						 
						
							2023-10-09 08:46:05 +09:00  
				
					
						
							
							
								 
						
							
								4bbfc98883 
								
							 
						 
						
							
							
								
								Feat: タイムライン更新中に広告を挿入 ( #11989 )  
							
							... 
							
							
							
							* Feat: タイムライン更新中に広告を挿入
* 翻訳を変更
* Run api extractor
* fix api extractor
* Update locales/ja-JP.yml
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* confirm -> mkinfo
* MkInputにmin, maxを指定できるように
* 負の値が指定されたら何もしない
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-08 17:56:44 +09:00  
				
					
						
							
							
								 
						
							
								9240db35f3 
								
							 
						 
						
							
							
								
								perf(backend): improve hybrid-timeline performance  
							
							
							
						 
						
							2023-10-08 15:22:43 +09:00  
				
					
						
							
							
								 
						
							
								f37a3eff79 
								
							 
						 
						
							
							
								
								(fix) メールアドレス認証失敗時にメッセージを表示 ( #11986 )  
							
							
							
						 
						
							2023-10-08 13:48:12 +09:00  
				
					
						
							
							
								 
						
							
								bb9f04d586 
								
							 
						 
						
							
							
								
								Set http header for CORS in nodeinfo page ( #11988 )  
							
							... 
							
							
							
							* add Access-Control-Allow-Origin header
* WellKnownServerService.tsに合わせる
* update changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-08 13:47:45 +09:00  
				
					
						
							
							
								 
						
							
								8e0fb23068 
								
							 
						 
						
							
							
								
								fix(backend): 同じ種類のTLのストリーミングを複数接続できない問題を修正  
							
							... 
							
							
							
							Fix  #11985  
						
							2023-10-08 13:46:02 +09:00  
				
					
						
							
							
								 
						
							
								cd8fda50c8 
								
							 
						 
						
							
							
								
								fix(backend): fix of  8c684d5391 
							
							
							
						 
						
							2023-10-08 08:25:37 +09:00  
				
					
						
							
							
								 
						
							
								2859cbab91 
								
							 
						 
						
							
							
								
								perf(backend): WebSocket接続が多い場合のパフォーマンスを向上  
							
							... 
							
							
							
							https: //github.com/MisskeyIO/misskey/pull/176
Co-Authored-By: KOBA789 <kobahide789@gmail.com> 
							
						 
						
							2023-10-08 08:10:28 +09:00  
				
					
						
							
							
								 
						
							
								7cd9a90f26 
								
							 
						 
						
							
							
								
								perf(backend): use HyperLogLog instead of Set to improve hashtag chart performance  
							
							
							
						 
						
							2023-10-08 07:51:10 +09:00  
				
					
						
							
							
								 
						
							
								04c8a7077f 
								
							 
						 
						
							
							
								
								fix of  8c684d5391 
							
							
							
						 
						
							2023-10-07 20:27:35 +09:00  
				
					
						
							
							
								 
						
							
								986623dbdc 
								
							 
						 
						
							
							
								
								fix(backend): fix sql error when featured notes is zero  
							
							
							
						 
						
							2023-10-07 18:21:16 +09:00  
				
					
						
							
							
								 
						
							
								8c684d5391 
								
							 
						 
						
							
							
								
								enhance(backend): User TLをRedisにキャッシュされる以前まで遡れるように  
							
							... 
							
							
							
							#11958  
						
							2023-10-07 18:00:56 +09:00  
				
					
						
							
							
								 
						
							
								69de8cad7c 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-07 17:57:15 +09:00  
				
					
						
							
							
								 
						
							
								fb3338029b 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-07 17:48:10 +09:00  
				
					
						
							
							
								 
						
							
								dc435fb8ee 
								
							 
						 
						
							
							
								
								enhance(backend): tweak hashtag trend  
							
							
							
						 
						
							2023-10-07 14:05:58 +09:00  
				
					
						
							
							
								 
						
							
								0fe8c0134c 
								
							 
						 
						
							
							
								
								enhance(backend): notes/global-timeline復活  
							
							
							
						 
						
							2023-10-07 14:02:05 +09:00  
				
					
						
							
							
								 
						
							
								5e8c0deab3 
								
							 
						 
						
							
							
								
								プライバシーポリシー・運営者情報のリンクを追加 ( #11925 )  
							
							... 
							
							
							
							* 運営者情報・プライバシーポリシーリンクを追加
* Update Changelog
* Run api extractor
* プライバシーポリシー・利用規約の同意をまとめる
* Update Changelog
* fix lint
* fix
* api extractor
* improve design
* nodeinfoにプライバシーポリシー・運営者情報を追加 
							
						 
						
							2023-10-07 13:13:13 +09:00  
				
					
						
							
							
								 
						
							
								d6ef28d4ca 
								
							 
						 
						
							
							
								
								バックエンドのテストの改善 ( #11978 )  
							
							... 
							
							
							
							* Update utils.ts
* no async executer 
							
						 
						
							2023-10-07 12:25:16 +09:00  
				
					
						
							
							
								 
						
							
								c8d7a5ae76 
								
							 
						 
						
							
							
								
								連合なしアンケートのUpdateがリモートに配信されてしまうのを修正 ( #11977 )  
							
							
							
						 
						
							2023-10-07 12:19:05 +09:00  
				
					
						
							
							
								 
						
							
								71edc65d0d 
								
							 
						 
						
							
							
								
								enhance(backend): improve hashtags/trend performance  
							
							
							
						 
						
							2023-10-07 12:05:17 +09:00  
				
					
						
							
							
								 
						
							
								3a7558f36c 
								
							 
						 
						
							
							
								
								enhance(backend): 3日以内に投稿されたノートのみハイライト用スコア加算  
							
							
							
						 
						
							2023-10-07 07:59:46 +09:00  
				
					
						
							
							
								 
						
							
								4a595153dc 
								
							 
						 
						
							
							
								
								enhance(backend): 返信はハイライトに載らないように  
							
							
							
						 
						
							2023-10-07 07:53:14 +09:00  
				
					
						
							
							
								 
						
							
								873a93fea3 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-10-06 21:11:48 +09:00  
				
					
						
							
							
								 
						
							
								e4345679dc 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-10-06 21:11:45 +09:00  
				
					
						
							
							
								 
						
							
								11e657bdd7 
								
							 
						 
						
							
							
								
								絵文字重複チェック ( #11941 )  
							
							... 
							
							
							
							* 絵文字重複チェック
* アップデート時のチェック
* Update packages/backend/src/core/CustomEmojiService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/backend/src/server/api/endpoints/admin/emoji/add.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/backend/src/server/api/endpoints/admin/emoji/update.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-06 21:05:44 +09:00  
				
					
						
							
							
								 
						
							
								a5b6e807bb 
								
							 
						 
						
							
							
								
								feat: per user featured notes  
							
							
							
						 
						
							2023-10-06 18:30:08 +09:00  
				
					
						
							
							
								 
						
							
								8c663f65a8 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-10-06 17:40:46 +09:00  
				
					
						
							
							
								 
						
							
								481ca4ec03 
								
							 
						 
						
							
							
								
								add more test  
							
							
							
						 
						
							2023-10-06 17:36:54 +09:00  
				
					
						
							
							
								 
						
							
								95dc70021f 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-06 17:19:17 +09:00  
				
					
						
							
							
								 
						
							
								7d289c1b77 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-06 17:01:06 +09:00  
				
					
						
							
							
								 
						
							
								0bdbdba9f8 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-06 16:58:38 +09:00  
				
					
						
							
							
								 
						
							
								4489ca3c74 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-06 16:28:21 +09:00  
				
					
						
							
							
								 
						
							
								87416710c3 
								
							 
						 
						
							
							
								
								enhance(backend): some tweaks  
							
							
							
						 
						
							2023-10-06 16:17:29 +09:00  
				
					
						
							
							
								 
						
							
								132b01461d 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-06 16:10:59 +09:00  
				
					
						
							
							
								 
						
							
								dab205edb8 
								
							 
						 
						
							
							
								
								enhance(backend): improve featured system  
							
							
							
						 
						
							2023-10-06 14:24:25 +09:00  
				
					
						
							
							
								 
						
							
								e4dcab8671 
								
							 
						 
						
							
							
								
								chore(backend): response isHibernated in admin/show-user  
							
							
							
						 
						
							2023-10-05 21:35:23 +09:00  
				
					
						
							
							
								 
						
							
								780721e9a2 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-10-05 20:34:50 +09:00  
				
					
						
							
							
								 
						
							
								ee483f2dee 
								
							 
						 
						
							
							
								
								Disallow renote of direct note ( #11970 )  
							
							... 
							
							
							
							* chore: renoteに関するチェックをまとめる
* fix: ダイレクト投稿をrenoteできる
* fix(frontend): 自分のダイレクト投稿をrenoteできる
* docs(changelog): ダイレクト投稿をリノートできてしまう
* fix lint
* chore(backend): visibilityに関するエラーをApi Errorとして返す 
							
						 
						
							2023-10-05 17:03:50 +09:00  
				
					
						
							
							
								 
						
							
								2333bdb98a 
								
							 
						 
						
							
							
								
								fix(backend): sinceIdやsinceDateを利用してTLを取得することができない  
							
							... 
							
							
							
							Fix  #11961  
						
							2023-10-05 10:23:58 +09:00  
				
					
						
							
							
								 
						
							
								5b00fa6f82 
								
							 
						 
						
							
							
								
								enhance(backend): users/notesでチャンネル投稿を含めるオプション  
							
							... 
							
							
							
							Resolve  #11965  
						
							2023-10-05 09:48:45 +09:00  
				
					
						
							
							
								 
						
							
								d2bb35bcf3 
								
							 
						 
						
							
							
								
								add more tests  
							
							
							
						 
						
							2023-10-05 09:31:03 +09:00  
				
					
						
							
							
								 
						
							
								0dbf5175df 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-10-04 19:55:35 +09:00  
				
					
						
							
							
								 
						
							
								55c14aec2c 
								
							 
						 
						
							
							
								
								perf(backend): delete useless indexes  
							
							
							
						 
						
							2023-10-04 16:50:06 +09:00  
				
					
						
							
							
								 
						
							
								fb63fc1213 
								
							 
						 
						
							
							
								
								tweak tl  
							
							
							
						 
						
							2023-10-04 16:48:34 +09:00  
				
					
						
							
							
								 
						
							
								ca515d5a7e 
								
							 
						 
						
							
							
								
								tweak timelines  
							
							
							
						 
						
							2023-10-04 16:43:24 +09:00  
				
					
						
							
							
								 
						
							
								6ebea82dba 
								
							 
						 
						
							
							
								
								add more test  
							
							
							
						 
						
							2023-10-04 16:12:44 +09:00  
				
					
						
							
							
								 
						
							
								05d1f5e564 
								
							 
						 
						
							
							
								
								add more test  
							
							
							
						 
						
							2023-10-04 15:33:02 +09:00  
				
					
						
							
							
								 
						
							
								ee70f05a86 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2023-10-04 15:29:09 +09:00  
				
					
						
							
							
								 
						
							
								fb6a5c8356 
								
							 
						 
						
							
							
								
								add more test  
							
							
							
						 
						
							2023-10-04 14:47:45 +09:00  
				
					
						
							
							
								 
						
							
								a997b7bdcc 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2023-10-04 14:45:46 +09:00  
				
					
						
							
							
								 
						
							
								b40329887f 
								
							 
						 
						
							
							
								
								revert: note editing  
							
							
							
						 
						
							2023-10-04 12:05:01 +09:00  
				
					
						
							
							
								 
						
							
								cc4fd6b5c5 
								
							 
						 
						
							
							
								
								fix flaky test  
							
							
							
						 
						
							2023-10-04 11:56:47 +09:00  
				
					
						
							
							
								 
						
							
								3dd84f7824 
								
							 
						 
						
							
							
								
								tweak  
							
							
							
						 
						
							2023-10-04 11:48:51 +09:00  
				
					
						
							
							
								 
						
							
								610b68c8ff 
								
							 
						 
						
							
							
								
								tweak  
							
							
							
						 
						
							2023-10-04 11:32:33 +09:00  
				
					
						
							
							
								 
						
							
								a40734d417 
								
							 
						 
						
							
							
								
								fix(backend): [2023.10.1.beta-1] [ノート]タブでは見える投稿が[全て]タブに出てこない  
							
							... 
							
							
							
							Fix  #11960  
						
							2023-10-04 11:24:46 +09:00  
				
					
						
							
							
								 
						
							
								be81c1a6d6 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-10-04 11:15:37 +09:00  
				
					
						
							
							
								 
						
							
								17b83ff4c1 
								
							 
						 
						
							
							
								
								enhance: TLキャッシュ容量を設定できるように  
							
							
							
						 
						
							2023-10-04 08:46:27 +09:00  
				
					
						
							
							
								 
						
							
								0f6ee7dc1c 
								
							 
						 
						
							
							
								
								Create 1696332072038-clean.js  
							
							
							
						 
						
							2023-10-03 20:26:32 +09:00  
				
					
						
							
							
								 
						
							
								6277a5545c 
								
							 
						 
						
							
							
								
								feat: improve tl performance ( #11946 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip 
							
						 
						
							2023-10-03 20:26:11 +09:00  
				
					
						
							
							
								 
						
							
								6840434661 
								
							 
						 
						
							
							
								
								change request.routerPath to requrest.routeOptions.url ( #11935 )  
							
							
							
						 
						
							2023-09-30 14:44:16 +09:00  
				
					
						
							
							
								 
						
							
								d0917aac1a 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2023-09-30 08:56:37 +09:00  
				
					
						
							
							
								 
						
							
								7e74cff126 
								
							 
						 
						
							
							
								
								後方互換性の強化  
							
							
							
						 
						
							2023-09-30 08:12:25 +09:00  
				
					
						
							
							
								 
						
							
								392de4df36 
								
							 
						 
						
							
							
								
								enhance: ノートの翻訳機能の利用可否をロールで設定可能に  
							
							... 
							
							
							
							Resolve  #11923  
						
							2023-09-30 07:54:11 +09:00  
				
					
						
							
							
								 
						
							
								a512915a84 
								
							 
						 
						
							
							
								
								fix(backend): Redisに古いMisskeyバージョンのキャッシュが残っている場合の問題を修正  
							
							
							
						 
						
							2023-09-30 07:33:58 +09:00  
				
					
						
							
							
								 
						
							
								d92e2b6ae0 
								
							 
						 
						
							
							
								
								Update create.test.ts  
							
							
							
						 
						
							2023-09-29 16:41:03 +09:00  
				
					
						
							
							
								 
						
							
								961f5a0caa 
								
							 
						 
						
							
							
								
								fix(backend): fix notes/create validation  
							
							
							
						 
						
							2023-09-29 15:14:13 +09:00  
				
					
						
							
							
								 
						
							
								ac19b055c7 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-29 15:11:08 +09:00  
				
					
						
							
							
								 
						
							
								2529830bca 
								
							 
						 
						
							
							
								
								tweak  
							
							
							
						 
						
							2023-09-29 13:42:18 +09:00  
				
					
						
							
							
								 
						
							
								c01731f091 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-09-29 13:41:09 +09:00  
				
					
						
							
							
								 
						
							
								9771f1c435 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-09-29 13:26:11 +09:00  
				
					
						
							
							
								 
						
							
								9c448055a3 
								
							 
						 
						
							
							
								
								広告に関する修正(配信中の絞り込み、Create時にMiAdを返すように) ( #11913 )  
							
							... 
							
							
							
							* ad/createにて作成したMiAdを返すように
別なツールからアップデート等をする際に必要
* ad/list取得に現在掲載中のオプションを作成
* スイッチで配信中のみを絞れるように
* update CHANGELOG
* エラー修正
* Update packages/frontend/src/pages/admin/ads.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-29 12:27:05 +09:00  
				
					
						
							
							
								 
						
							
								b9da1415a5 
								
							 
						 
						
							
							
								
								feat: 通知の受信設定を強化  
							
							
							
						 
						
							2023-09-29 11:29:54 +09:00  
				
					
						
							
							
								 
						
							
								2438c047a7 
								
							 
						 
						
							
							
								
								enhance: 編集されたノートかどうか分かるように  
							
							
							
						 
						
							2023-09-28 21:06:14 +09:00  
				
					
						
							
							
								 
						
							
								c106db89e1 
								
							 
						 
						
							
							
								
								feat: note edit  
							
							
							
						 
						
							2023-09-28 17:21:16 +09:00  
				
					
						
							
							
								 
						
							
								772d2432b6 
								
							 
						 
						
							
							
								
								enhance: タイムラインからRenoteを除外するオプションを追加  
							
							
							
						 
						
							2023-09-28 15:32:47 +09:00  
				
					
						
							
							
								 
						
							
								eb740e2c72 
								
							 
						 
						
							
							
								
								enhance: タイムラインからRenoteを除外するオプションを追加  
							
							
							
						 
						
							2023-09-28 11:41:41 +09:00  
				
					
						
							
							
								 
						
							
								ce1218a2b2 
								
							 
						 
						
							
							
								
								enhance: ユーザーページのノート一覧でRenoteを除外できるように  
							
							
							
						 
						
							2023-09-28 11:02:01 +09:00  
				
					
						
							
							
								 
						
							
								055464a624 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-09-28 10:02:05 +09:00  
				
					
						
							
							
								 
						
							
								5ad0906c89 
								
							 
						 
						
							
							
								
								feat(backend): MasterプロセスのPIDを書き出せるように ( #11909 )  
							
							
							
						 
						
							2023-09-27 09:32:36 +09:00  
				
					
						
							
							
								 
						
							
								bd19d75c9c 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-09-25 16:03:43 +09:00  
				
					
						
							
							
								 
						
							
								576158e883 
								
							 
						 
						
							
							
								
								fix(backend): 「ユーザーの新規投稿」の通知設定を切り替えるとサーバー内部エラーが出る  
							
							... 
							
							
							
							Fix  #11892  
						
							2023-09-25 10:34:07 +09:00  
				
					
						
							
							
								 
						
							
								5318532a8d 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-09-25 10:29:12 +09:00  
				
					
						
							
							
								 
						
							
								dc8ab01168 
								
							 
						 
						
							
							
								
								fix(backend): お知らせのページネーションが機能しない  #11800  ( #11890 )  
							
							... 
							
							
							
							* fix(backend): お知らせのページネーションが機能しない #11800 
* Update CHANGELOG 
							
						 
						
							2023-09-24 20:08:00 +09:00  
				
					
						
							
							
								 
						
							
								fe570fe16b 
								
							 
						 
						
							
							
								
								Update DriveService.ts  
							
							
							
						 
						
							2023-09-24 16:45:36 +09:00  
				
					
						
							
							
								 
						
							
								cf573add27 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-09-24 16:24:13 +09:00  
				
					
						
							
							
								 
						
							
								00659220a5 
								
							 
						 
						
							
							
								
								Update update.ts  
							
							
							
						 
						
							2023-09-24 15:51:04 +09:00  
				
					
						
							
							
								 
						
							
								51546ad1ce 
								
							 
						 
						
							
							
								
								fix(backend): Playを非公開にできない  
							
							... 
							
							
							
							Fix  #11884  
						
							2023-09-24 15:46:14 +09:00  
				
					
						
							
							
								 
						
							
								841e6ff901 
								
							 
						 
						
							
							
								
								improve moderation log  
							
							
							
						 
						
							2023-09-24 15:40:38 +09:00  
				
					
						
							
							
								 
						
							
								509cea511c 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-24 11:09:49 +09:00  
				
					
						
							
							
								 
						
							
								8e5a90589d 
								
							 
						 
						
							
							
								
								improve moderation log  
							
							
							
						 
						
							2023-09-24 10:57:24 +09:00  
				
					
						
							
							
								 
						
							
								ed983a5baf 
								
							 
						 
						
							
							
								
								improve moderation log  
							
							
							
						 
						
							2023-09-24 10:46:09 +09:00  
				
					
						
							
							
								 
						
							
								2ad3b1fd74 
								
							 
						 
						
							
							
								
								improve moderation log  
							
							
							
						 
						
							2023-09-24 10:33:30 +09:00  
				
					
						
							
							
								 
						
							
								19bc9c20a6 
								
							 
						 
						
							
							
								
								improve moderation log  
							
							
							
						 
						
							2023-09-23 20:50:02 +09:00  
				
					
						
							
							
								 
						
							
								10924fd229 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-09-23 18:47:11 +09:00  
				
					
						
							
							
								 
						
							
								9e4d3ebe5f 
								
							 
						 
						
							
							
								
								enhance(backend): refine moderation log ( #10939 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update DriveService.ts 
							
						 
						
							2023-09-23 18:28:16 +09:00  
				
					
						
							
							
								 
						
							
								ba6e85482e 
								
							 
						 
						
							
							
								
								コミット忘れ  
							
							
							
						 
						
							2023-09-23 14:26:06 +09:00  
				
					
						
							
							
								 
						
							
								5a4cf059ee 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-23 12:46:19 +09:00  
				
					
						
							
							
								 
						
							
								8f77350089 
								
							 
						 
						
							
							
								
								enhance: PWAのshort_nameを設定可能に  
							
							
							
						 
						
							2023-09-23 12:38:20 +09:00  
				
					
						
							
							
								 
						
							
								cac1c2f1e9 
								
							 
						 
						
							
							
								
								fix(backend): notes/reactionsのページネーションが機能しない  
							
							
							
						 
						
							2023-09-23 10:00:38 +09:00  
				
					
						
							
							
								 
						
							
								526b3ae0e4 
								
							 
						 
						
							
							
								
								feat: ユーザを除外できるアンテナ ( #11277 )  
							
							... 
							
							
							
							* feat: ユーザを除外できるアンテナ
* feat(backend/api): ユーザを除外できるアンテナの作成・更新
* feat(frontend): ユーザを除外できるアンテナの作成・更新
* docs(changelog): add アンテナで一部のユーザを除外したすべてのノートから受信できるようになりました
* fix: d.ts生成時にexport defaultを生成するように
* fix CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-22 16:52:43 +09:00  
				
					
						
							
							
								 
						
							
								90a5511a54 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-09-22 16:47:45 +09:00  
				
					
						
							
							
								 
						
							
								032b6c6afb 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-22 16:47:42 +09:00  
				
					
						
							
							
								 
						
							
								3bbc2e55b1 
								
							 
						 
						
							
							
								
								fix(backend): mostr.pub, Mitraのユーザーをフォローできない問題を修正 ( #11791 )  
							
							... 
							
							
							
							* fix(backend): mostr.pub, Mitraのユーザーをフォローできない問題を修正
* Revert "fix(backend): mostr.pub, Mitraのユーザーをフォローできない問題を修正"
This reverts commit 9685715e64 
							
						 
						
							2023-09-22 16:43:01 +09:00  
				
					
						
							
							
								 
						
							
								c836157edb 
								
							 
						 
						
							
							
								
								enhance: 二要素認証設定時のセキュリティを強化 ( #11863 )  
							
							... 
							
							
							
							* enhance: 二要素認証設定時のセキュリティを強化
パスワード入力が必要な操作を行う際、二要素認証が有効であれば確認コードの入力も必要にする
* Update CoreModule.ts
* Update 2fa.ts
* wip
* wip
* Update 2fa.ts
* tweak 
							
						 
						
							2023-09-22 14:12:33 +09:00  
				
					
						
							
							
								 
						
							
								03b5acf17f 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2023-09-21 19:39:42 +09:00  
				
					
						
							
							
								 
						
							
								e3f151e230 
								
							 
						 
						
							
							
								
								feat: 指定したユーザーの投稿通知  
							
							... 
							
							
							
							Resolve  #11499  
						
							2023-09-21 18:48:15 +09:00  
				
					
						
							
							
								 
						
							
								e41619775f 
								
							 
						 
						
							
							
								
								feat: プロフィールでのリンク検証  
							
							... 
							
							
							
							Resolve  #11099  
						
							2023-09-21 11:58:51 +09:00  
				
					
						
							
							
								 
						
							
								6459eadcf1 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-21 10:25:44 +09:00  
				
					
						
							
							
								 
						
							
								b9c6992aac 
								
							 
						 
						
							
							
								
								update deps ( #11849 )  
							
							... 
							
							
							
							* update deps
* wip
* wip 
							
						 
						
							2023-09-20 16:43:45 +09:00  
				
					
						
							
							
								 
						
							
								fa13b815ef 
								
							 
						 
						
							
							
								
								fix: provide NoSuchNoteError error  
							
							
							
						 
						
							2023-09-20 11:43:33 +09:00  
				
					
						
							
							
								 
						
							
								5d65e34078 
								
							 
						 
						
							
							
								
								fix import  
							
							
							
						 
						
							2023-09-20 11:40:17 +09:00  
				
					
						
							
							
								 
						
							
								0183d24786 
								
							 
						 
						
							
							
								
								Update ClipService.ts  
							
							
							
						 
						
							2023-09-20 11:36:39 +09:00  
				
					
						
							
							
								 
						
							
								053da10e94 
								
							 
						 
						
							
							
								
								refactor(backend): update directory structure for models  
							
							
							
						 
						
							2023-09-20 11:33:36 +09:00  
				
					
						
							
							
								 
						
							
								c3db55b5b6 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-09-20 11:29:10 +09:00  
				
					
						
							
							
								 
						
							
								bb0b2df37e 
								
							 
						 
						
							
							
								
								refactor(backend): extract clip-related logics to ClipService  
							
							
							
						 
						
							2023-09-20 09:33:52 +09:00  
				
					
						
							
							
								 
						
							
								0dca6afa1f 
								
							 
						 
						
							
							
								
								fix(backend): MK_ONLY_SERVERオプションを指定した際にクラッシュする問題を修正  
							
							... 
							
							
							
							Fix : #11811  
						
							2023-09-17 15:43:50 +09:00  
				
					
						
							
							
								 
						
							
								0260a6af85 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2023-09-17 15:11:33 +09:00  
				
					
						
							
							
								 
						
							
								fba08c6310 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-09-17 14:36:57 +09:00  
				
					
						
							
							
								 
						
							
								f7c6932a83 
								
							 
						 
						
							
							
								
								enhance: 各ノートが被クリップ数を保持するようにし、無意味にnotes/clipsを叩かないように  
							
							
							
						 
						
							2023-09-17 10:55:26 +09:00  
				
					
						
							
							
								 
						
							
								814e28459e 
								
							 
						 
						
							
							
								
								enhance(backend): improve server icon setting  
							
							... 
							
							
							
							Resolve  #11481 
Resolve  #10901  
						
							2023-09-16 17:05:17 +09:00  
				
					
						
							
							
								 
						
							
								6cf466e5d1 
								
							 
						 
						
							
							
								
								update deps ( #11820 )  
							
							... 
							
							
							
							* update deps
* fix
* wip
* wip
* wip
* Update docker-compose.yml.example
* Delete reviewer-lottery.yml
* Update RepositoryModule.ts
* wip
* wip
* clean up
* update deps
* wip
* wip 
							
						 
						
							2023-09-15 14:28:29 +09:00  
				
					
						
							
							
								 
						
							
								cf7c6558ae 
								
							 
						 
						
							
							
								
								enhance nodeinfo by prpoagate the standart keys for homepage and repository ( #11830 )  
							
							
							
						 
						
							2023-09-14 09:56:33 +09:00  
				
					
						
							
							
								 
						
							
								3456680e1d 
								
							 
						 
						
							
							
								
								新しい実績を追加 ( #11817 )  
							
							... 
							
							
							
							* (add) new achievement
* (update) changelog
* Update test-notification.ts
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-12 15:48:19 +09:00  
				
					
						
							
							
								 
						
							
								42c7aad251 
								
							 
						 
						
							
							
								
								enhance(backend): configure ratelimit for notification creation apis  
							
							
							
						 
						
							2023-09-12 15:38:00 +09:00  
				
					
						
							
							
								 
						
							
								cd6428715e 
								
							 
						 
						
							
							
								
								feat: テスト通知を送信できるようにする ( #11810 )  
							
							... 
							
							
							
							* (add) Notification test
* Update Changelog
* (add) backend, frontend impl
* globalEventの名前を明確にする
* Run API Extractor 
							
						 
						
							2023-09-11 14:31:50 +09:00  
				
					
						
							
							
								 
						
							
								98e40e666c 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-09-11 14:28:50 +09:00  
				
					
						
							
							
								 
						
							
								74faa01db8 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-09-11 13:29:24 +09:00  
				
					
						
							
							
								 
						
							
								054ba3fea5 
								
							 
						 
						
							
							
								
								feat: nodeinfo 2.1 ( #11805 )  
							
							... 
							
							
							
							* feat: enable nodeinfo 2.1
Since 9dd06a7621e54c48e171507822cb3c 
							
						 
						
							2023-09-10 16:16:00 +09:00  
				
					
						
							
							
								 
						
							
								8749716700 
								
							 
						 
						
							
							
								
								enhance: センシティブチャンネルはユーザーのノート一覧から除外 ( #11797 )  
							
							... 
							
							
							
							* enhance: センシティブチャンネルはユーザーのノート一覧から除外
* READMEに明記
* Update notes.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-10 15:14:31 +09:00  
				
					
						
							
							
								 
						
							
								ff9a65e8fa 
								
							 
						 
						
							
							
								
								feat: passkey support ( #11804 )  
							
							... 
							
							
							
							https://github.com/MisskeyIO/misskey/pull/149  
						
							2023-09-08 14:05:03 +09:00  
				
					
						
							
							
								 
						
							
								af7e129b1e 
								
							 
						 
						
							
							
								
								fix(backend): timeout when querying mentions ( #11799 )  
							
							
							
						 
						
							2023-09-08 08:44:46 +09:00  
				
					
						
							
							
								 
						
							
								d8dc10829c 
								
							 
						 
						
							
							
								
								enhance(backend): 古いアンテナを自動停止するか切り替え可能に  
							
							... 
							
							
							
							Resolve  #11785  
						
							2023-09-07 16:20:28 +09:00  
				
					
						
							
							
								 
						
							
								ca00a08e6e 
								
							 
						 
						
							
							
								
								feat: introduce aidx and make it default  
							
							... 
							
							
							
							Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com> 
							
						 
						
							2023-09-06 18:33:51 +09:00  
				
					
						
							
							
								 
						
							
								bf303238f0 
								
							 
						 
						
							
							
								
								feat(backend): Webhook設定でsecretを空に出来るように ( #11784 )  
							
							... 
							
							
							
							* feat(backend): allow webhook secret to be empty
* Update CHANGELOG.md 
							
						 
						
							2023-09-06 13:02:33 +09:00  
				
					
						
							
							
								 
						
							
								59ab4af7ca 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-05 17:43:43 +09:00  
				
					
						
							
							
								 
						
							
								1beaac8e2d 
								
							 
						 
						
							
							
								
								fixes  
							
							
							
						 
						
							2023-09-05 17:02:14 +09:00  
				
					
						
							
							
								 
						
							
								2630513c83 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-09-05 15:06:17 +09:00  
				
					
						
							
							
								 
						
							
								7258888e76 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-09-05 15:04:53 +09:00  
				
					
						
							
							
								 
						
							
								f53cffaeb2 
								
							 
						 
						
							
							
								
								enhance(backend): タイムライン等の有効期限を設定可能に  
							
							... 
							
							
							
							Resolve  #11773  
						
							2023-09-05 15:03:50 +09:00  
				
					
						
							
							
								 
						
							
								1f7a81aae7 
								
							 
						 
						
							
							
								
								update deps ( #11764 )  
							
							... 
							
							
							
							* update deps
* node16
* wip
* wip
* wip
* Update test-utils.ts
* wip
* Update tsconfig.json
* wip
* Update package.json
* wip
* Update following.vue
* Update followers.vue
* Update index.vue
* Update share.vue
* Update MkUserPopup.vue
* Update MkPostForm.vue
* wip
* Update MkTokenGenerateWindow.vue
* Update MkPagination.vue
* refactor
* update deps
* update deps
* Update sw.ts
* wip
* wip
* wip
* Update FetchInstanceMetadataService.ts
* Update FetchInstanceMetadataService.ts
* update node
* update deps
* 🎨  
							
						 
						
							2023-09-04 13:33:38 +09:00  
				
					
						
							
							
								 
						
							
								a53727f1a5 
								
							 
						 
						
							
							
								
								Respond .well-known/host-meta.json with application/json ( #11777 )  
							
							... 
							
							
							
							According to RFC 6415 appendix-A.
   The server
   MUST include the HTTP "Content-Type" response header field with a
   value of "application/json".  Any other "Content-Type" value (or lack
   thereof) indicates that the server does not support the JRD format.
"application/jrd+json" is only used by WebFinger (RFC 7033) 
							
						 
						
							2023-09-03 16:42:32 +09:00  
				
					
						
							
							
								 
						
							
								257c4fccf1 
								
							 
						 
						
							
							
								
								feat: Refine 2fa ( #11766 )  
							
							... 
							
							
							
							* wip
* Update 2fa.qrdialog.vue
* Update 2fa.vue
* Update CHANGELOG.md
* tweak
* ✌️  
							
						 
						
							2023-08-28 18:25:31 +09:00  
				
					
						
							
							
								 
						
							
								70a7800927 
								
							 
						 
						
							
							
								
								プロフィールにその人が作ったPlayの一覧出せるように ( #11445 )  
							
							... 
							
							
							
							* プロフィールにその人が作ったPlayの一覧出せるように
* Update CHANGELOG.md
* playの公開範囲を設定できるように
* 間違えて変更してしまったのを修正
* Update packages/frontend/src/pages/flash/flash-edit.vue
* Update packages/frontend/src/pages/flash/flash-edit.vue
* tweak
* Update packages/backend/migration/1690796169261-play-visibility.js
* Update packages/backend/src/models/entities/Flash.ts
* Update packages/backend/src/models/entities/Flash.ts
* Update Flash.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-21 20:23:09 +09:00  
				
					
						
							
							
								 
						
							
								f664f941a2 
								
							 
						 
						
							
							
								
								fix: antennas validation ( #11469 )  
							
							
							
						 
						
							2023-08-21 17:33:04 +09:00  
				
					
						
							
							
								 
						
							
								388448f298 
								
							 
						 
						
							
							
								
								feat: Removing stack trace info in production env ( #11657 )  
							
							... 
							
							
							
							* feat: Hiding stack traces in production env
* sytle
* style
* style
* add SPDX
* move ./error.js to ./misc/error.js
* revert: remove frontend changes
* feat: Hiding stack traces in production env
* feat: Hiding stack traces in production env
* revert
* revert
* revert
* change and fix
* revert
* fix queue endpoint test
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> 
							
						 
						
							2023-08-21 17:21:57 +09:00  
				
					
						
							
							
								 
						
							
								50ec129b87 
								
							 
						 
						
							
							
								
								feat: 'server' webhook payload which hold misskey server url ( #11752 )  
							
							
							
						 
						
							2023-08-21 16:13:10 +09:00  
				
					
						
							
							
								 
						
							
								af806352a1 
								
							 
						 
						
							
							
								
								feat: ローカルのみノート検索 ( #11451 )  
							
							... 
							
							
							
							* Add local search
* Update CHANGELOG
* lint
* Remove TODO comment
* lint
* Update packages/backend/src/core/SearchService.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-20 13:39:37 +09:00  
				
					
						
							
							
								 
						
							
								750085ffd5 
								
							 
						 
						
							
							
								
								Fix: DB CONSTRAINT of RenoteMuting ( #11724 )  
							
							... 
							
							
							
							* Fix: DB CONSTRAINT of RenoteMuting
* change order of migration of fixing renotemuting 
							
						 
						
							2023-08-20 13:22:37 +09:00  
				
					
						
							
							
								 
						
							
								3eacbe6b6d 
								
							 
						 
						
							
							
								
								enhance(backend): Add address bind config option ( #11725 )  
							
							... 
							
							
							
							* Add address bind config option
* Edit changelog
* forgot to add to types 
							
						 
						
							2023-08-20 13:20:01 +09:00  
				
					
						
							
							
								 
						
							
								c9aeccb2ab 
								
							 
						 
						
							
							
								
								fix(backend): ジョブキュー管理画面の認証を回避できる問題を修正  
							
							
							
						 
						
							2023-08-20 10:00:10 +09:00  
				
					
						
							
							
								 
						
							
								60fe5d6824 
								
							 
						 
						
							
							
								
								fix(backend): fix typo `lnik` to `link` ( #11740 )  
							
							
							
						 
						
							2023-08-19 15:49:21 +09:00  
				
					
						
							
							
								 
						
							
								dd1783f984 
								
							 
						 
						
							
							
								
								chore(backend): Resolve `import/no-default-export` rule violations ( #11732 )  
							
							... 
							
							
							
							* Disable `import/no-default-export` properly
* Disable `import/no-default-export` 
							
						 
						
							2023-08-17 21:20:58 +09:00  
				
					
						
							
							
								 
						
							
								792622aead 
								
							 
						 
						
							
							
								
								refactor: prefix Mi for all entities ( #11719 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* Update RepositoryModule.ts
* wip
* wip
* wip
* Revert "wip"
This reverts commit c1c13b37d2 
							
						 
						
							2023-08-16 17:51:28 +09:00  
				
					
						
							
							
								 
						
							
								9487856495 
								
							 
						 
						
							
							
								
								feat: refine announcement ( #11497 )  
							
							... 
							
							
							
							* wip
* Update read-announcement.ts
* wip
* wip
* wip
* Update index.d.ts
* wip
* Create 1691649257651-refine-announcement.js
* wip
* wip
* wip
* wip
* wip
* wip
* Update announcements.vue
* wip
* wip
* Update announcements.vue
* wip
* Update announcements.vue
* wip
* Update misskey-js.api.md
* Update users.ts
* Create MkAnnouncementDialog.stories.impl.ts
* wip
* wip
* Create AnnouncementService.ts 
							
						 
						
							2023-08-13 20:12:29 +09:00  
				
					
						
							
							
								 
						
							
								5aada8bbe2 
								
							 
						 
						
							
							
								
								fix(backend): correctFilename changes dll to exe ( #11710 )  
							
							
							
						 
						
							2023-08-13 00:01:17 +09:00  
				
					
						
							
							
								 
						
							
								ec229dbd3b 
								
							 
						 
						
							
							
								
								fix(backend/ApNoteService): try retrieving again when failed by duplication ( #11472 )  
							
							... 
							
							
							
							* fix(backend/ApNoteService): try retrieving again when failed by duplication
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-08 13:26:03 +09:00  
				
					
						
							
							
								 
						
							
								f6a3f6f5f1 
								
							 
						 
						
							
							
								
								enhance(backend): Improve behavior of correctFilename ( #11484 )  
							
							... 
							
							
							
							* enhance(backend): Improve behavior of correctFilename
* ✌️ 
* 未知のファイル形式かつ拡張子がある場合は何もしない
* ✌️ 
* .ext
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-08 13:24:30 +09:00  
				
					
						
							
							
								 
						
							
								b26e4dc505 
								
							 
						 
						
							
							
								
								fix: muteがapiからのuser list timeline取得で機能しない ( #11480 )  
							
							
							
						 
						
							2023-08-08 13:23:25 +09:00  
				
					
						
							
							
								 
						
							
								2217a3c549 
								
							 
						 
						
							
							
								
								chore: cacheRemoteFilesのデフォルト値をfalseに ( #11398 )  
							
							... 
							
							
							
							* chore: cacheRemoteFilesのデフォルト値をfalseに
* proxyRemoteFiles to default
* update ja-JP.yml
* update ja-JP.yml
* youCanCleanRemoteFilesCache
* changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-05 14:03:01 +09:00  
				
					
						
							
							
								 
						
							
								c5b8766a18 
								
							 
						 
						
							
							
								
								feat: sensitive channel ( #11438 )  
							
							... 
							
							
							
							* feat(backend): add isSensitive to Channel
* feat(backend): support isSensitive in channel endpoints
* feat(frontend/channel-editor): support isSensitive in create/edit channel page
* feat(frontend/channel): show sensitive indicator for sensitive channels
* docs(changelog): add チャンネルをセンシティブ指定できるようになりました
* chore: license header for each file
* chore: add isSensitive of channel to Note object 
							
						 
						
							2023-08-05 13:58:31 +09:00  
				
					
						
							
							
								 
						
							
								79966d33b5 
								
							 
						 
						
							
							
								
								Fix typos ( #11450 )  
							
							
							
						 
						
							2023-08-05 13:56:33 +09:00  
				
					
						
							
							
								 
						
							
								8a6791da3f 
								
							 
						 
						
							
							
								
								refactor(backend): Remove unused injections ( #11462 )  
							
							... 
							
							
							
							* Remove unused injections
* Remove unused imports 
							
						 
						
							2023-08-05 10:33:00 +09:00  
				
					
						
							
							
								 
						
							
								2b4c8c9e0f 
								
							 
						 
						
							
							
								
								update deps ( #11409 )  
							
							... 
							
							
							
							* update deps
* Update .eslintrc.js
* Update .eslintrc.js
* lint
* lint
* Update update.ts
* update deps
* Update .eslintrc.js 
							
						 
						
							2023-07-31 19:14:20 +09:00  
				
					
						
							
							
								 
						
							
								5096be06ac 
								
							 
						 
						
							
							
								
								Remove an unused dependency ( #11405 )  
							
							
							
						 
						
							2023-07-29 15:17:29 +09:00  
				
					
						
							
							
								 
						
							
								ab3cd7b837 
								
							 
						 
						
							
							
								
								chore: add missing license identifier  
							
							
							
						 
						
							2023-07-28 14:02:58 +09:00  
				
					
						
							
							
								 
						
							
								eb7b5f905a 
								
							 
						 
						
							
							
								
								feat(backend): support OAuth 2.0 authorization ( #11053 )  
							
							... 
							
							
							
							* feat(backend): support OAuth 2.0 authorization
* secureRndstr fix
* nanndekowareta
* nanndekowareta2
* nanndekowareta3
* unref?
* refactor to not close fastify
* use microformats-parser
* Update OAuth2ProviderService.ts
* clarify the reason behind dns lookup
* refactor(backend): use @types/oauth2orize-pkce (#11350 )
* refactor(backend): use @types/oauth2orize-pkce
* Update package.json
* Update pnpm-lock.yaml
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
---------
Co-authored-by: mtgto <hogerappa@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-27 18:51:58 +09:00  
				
					
						
							
							
								 
						
							
								c2370a1be6 
								
							 
						 
						
							
							
								
								chore: 著作権とライセンスについての情報を各ファイルに追加する ( #11348 )  
							
							... 
							
							
							
							* chore: Add the SPDX information to each file
Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.
* tweak format
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-27 14:31:52 +09:00  
				
					
						
							
							
								 
						
							
								cb0fa9a8ab 
								
							 
						 
						
							
							
								
								Use promises API ( #11351 )  
							
							
							
						 
						
							2023-07-27 09:04:19 +09:00  
				
					
						
							
							
								 
						
							
								5083458071 
								
							 
						 
						
							
							
								
								refactor: forkでデフォルトのノート文字数を変更した場合、E2Eテストが落ちる問題を修正する ( #11366 )  
							
							... 
							
							
							
							* forkでデフォルトのノート文字数を変更した場合このテストが落ちる問題を修正する
* 文字数についてのコメントを追加しておく 
							
						 
						
							2023-07-27 09:00:48 +09:00  
				
					
						
							
							
								 
						
							
								cf3ac3c0be 
								
							 
						 
						
							
							
								
								build:  close   #10953  
							
							
							
						 
						
							2023-07-26 22:06:00 +09:00  
				
					
						
							
							
								 
						
							
								9208cfd5f3 
								
							 
						 
						
							
							
								
								fix: hide sensitive gallery image on OGP ( #11380 )  
							
							
							
						 
						
							2023-07-25 10:45:46 +00:00  
				
					
						
							
							
								 
						
							
								0404d9c103 
								
							 
						 
						
							
							
								
								fix(backend): Change isPublic to correctly recognize as:Public term ( #11347 )  
							
							... 
							
							
							
							* fix: Change isPublic to correctly recognize as:Public term
* Update CHANGELOG.md
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-07-25 10:35:21 +00:00  
				
					
						
							
							
								 
						
							
								c1a19ff900 
								
							 
						 
						
							
							
								
								fix(backend): Use OFFSET instead of SKIP when using LIMIT ( #11379 )  
							
							... 
							
							
							
							* fix(backend): Use OFFSET instead of SKIP when using LIMIT
* update CHANGELOG.md 
							
						 
						
							2023-07-25 19:21:50 +09:00  
				
					
						
							
							
								 
						
							
								ac6a8edf0b 
								
							 
						 
						
							
							
								
								Use BullMQAdapter ( #11367 )  
							
							
							
						 
						
							2023-07-25 16:32:52 +09:00  
				
					
						
							
							
								 
						
							
								c9b9db13c7 
								
							 
						 
						
							
							
								
								refactor: avoid redundant method chain  
							
							
							
						 
						
							2023-07-21 10:07:03 +00:00  
				
					
						
							
							
								 
						
							
								b3358f0a8b 
								
							 
						 
						
							
							
								
								enhance: Add OGP data for notes with multiple images/videos ( #11142 )  
							
							... 
							
							
							
							* Add OGP data for notes with multiple images/videos
* Update CHANGELOG.md
* Update packages/backend/src/server/web/views/note.pug
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update packages/backend/src/server/web/views/note.pug
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-07-21 09:40:30 +00:00  
				
					
						
							
							
								 
						
							
								af2368bd2b 
								
							 
						 
						
							
							
								
								perf(backend): use RSA 2048bit  
							
							... 
							
							
							
							#11129  
						
							2023-07-21 11:59:00 +09:00  
				
					
						
							
							
								 
						
							
								2cb8e8a748 
								
							 
						 
						
							
							
								
								fix(backend): antennas/notesを叩いてもアンテナの無効化が解除されないことがある問題を修正  
							
							
							
						 
						
							2023-07-21 10:09:03 +09:00  
				
					
						
							
							
								 
						
							
								2801946226 
								
							 
						 
						
							
							
								
								fix(server): アンテナ再有効の手段にアンテナ設定の更新を追加 ( #11036 )  
							
							... 
							
							
							
							* fix(server): アンテナ再有効の手段にアンテナの表示とアンテナ設定の更新を追加
* 無効+Redisも空なアンテナの再有効化手段を antennas/update だけに 
							
						 
						
							2023-07-21 10:06:11 +09:00  
				
					
						
							
							
								 
						
							
								64c142b1ca 
								
							 
						 
						
							
							
								
								chore(backend): better error message for unsupported attestation ( #11333 )  
							
							
							
						 
						
							2023-07-21 07:49:39 +09:00  
				
					
						
							
							
								 
						
							
								509e3f979e 
								
							 
						 
						
							
							
								
								fix redis config  
							
							... 
							
							
							
							https://github.com/misskey-dev/misskey/pull/11329#issuecomment-1644217395  
						
							2023-07-20 16:22:47 +00:00  
				
					
						
							
							
								 
						
							
								0a06eb27da 
								
							 
						 
						
							
							
								
								enhance(backend): 設定ファイルでioredisの全てのオプションを指定可能に ( #11329 )  
							
							... 
							
							
							
							* enhance(backend): 設定ファイルでioredisの全てのオプションを指定可能に
* yappa kousuru
* fix
* fix?
* fix
* Revert "fix"
This reverts commit 227f19ff3a 
							
						 
						
							2023-07-20 19:50:31 +09:00  
				
					
						
							
							
								 
						
							
								7d6ea74288 
								
							 
						 
						
							
							
								
								enhance(backend): admin/emoji/addで作成した絵文字を返すように  
							
							
							
						 
						
							2023-07-20 17:40:04 +09:00