335c77e9e5 
								
							 
						 
						
							
							
								
								fix: rollback nsfwjs to 4.2.0  
							
							
							
						 
						
							2025-06-13 16:24:31 +09:00  
				
					
						
							
							
								 
						
							
								113728797f 
								
							 
						 
						
							
							
								
								fix: update node.js min version to 20.18.1  
							
							
							
						 
						
							2025-06-13 16:19:30 +09:00  
				
					
						
							
							
								 
						
							
								3dbeb4659b 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2025-06-13 16:18:09 +09:00  
				
					
						
							
							
								 
						
							
								ec92919cb1 
								
							 
						 
						
							
							
								
								update deps / migrate jest 30  
							
							
							
						 
						
							2025-06-13 15:43:26 +09:00  
				
					
						
							
							
								 
						
							
								40cfaf2b87 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into renovate/major-backend-update-dependencies  
							
							
							
						 
						
							2025-06-13 15:35:34 +09:00  
				
					
						
							
							
								 
						
							
								b16a05b9a7 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies ( #16143 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-06-11 09:56:29 +09:00  
				
					
						
							
							
								 
						
							
								b5767c315a 
								
							 
						 
						
							
							
								
								fix(backend): correct outbox pagination ( #16176 )  
							
							
							
						 
						
							2025-06-08 09:12:59 +09:00  
				
					
						
							
							
								 
						
							
								65ba33867b 
								
							 
						 
						
							
							
								
								fix(backend): avoid deadlock when deleting account ( #16162 )  
							
							
							
						 
						
							2025-06-04 19:14:11 +09:00  
				
					
						
							
							
								 
						
							
								b7aa013a41 
								
							 
						 
						
							
							
								
								feat: 全てのチャットメッセージを既読にできるように  
							
							
							
						 
						
							2025-06-03 21:06:37 +09:00  
				
					
						
							
							
								 
						
							
								c2b1718863 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into renovate/major-backend-update-dependencies  
							
							
							
						 
						
							2025-06-02 09:47:37 +09:00  
				
					
						
							
							
								 
						
							
								8f025c447b 
								
							 
						 
						
							
							
								
								fix(backend): ログインできなくなるため、ugcVisibilityForVisitorがnoneでもusers/showは許可するように  
							
							
							
						 
						
							2025-06-02 08:37:22 +09:00  
				
					
						
							
							
								 
						
							
								0c2d799acd 
								
							 
						 
						
							
							
								
								fix(backend): ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正 ( #16124 )  
							
							... 
							
							
							
							* fix(backend): ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正
* fix CHANGELOG.md 
							
						 
						
							2025-05-31 16:34:25 +09:00  
				
					
						
							
							
								 
						
							
								0f6b28f970 
								
							 
						 
						
							
							
								
								enhance(backend): tweak default maxFileSizeMb value  
							
							... 
							
							
							
							ref: #15988  
							
						 
						
							2025-05-29 17:35:10 +09:00  
				
					
						
							
							
								 
						
							
								85c28d5cb7 
								
							 
						 
						
							
							
								
								enhance(backend): 外部サイトのOGPのキャッシュ期間を調整  
							
							
							
						 
						
							2025-05-29 13:53:33 +09:00  
				
					
						
							
							
								 
						
							
								66f7e5acd5 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into renovate/major-backend-update-dependencies  
							
							
							
						 
						
							2025-05-29 13:19:35 +09:00  
				
					
						
							
							
								 
						
							
								1214d1d8fc 
								
							 
						 
						
							
							
								
								Export/Import withReplies ( #15986 )  
							
							... 
							
							
							
							* feat: export withReplies of UserList
* feat: export withReplies of following
* import following時のwithRepliesがデフォルト値であることを明示する
* changelog
* update index.d.ts
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-05-29 13:15:41 +09:00  
				
					
						
							
							
								 
						
							
								367dac4edd 
								
							 
						 
						
							
							
								
								Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 ( #16009 )  
							
							... 
							
							
							
							* chore: change 3rd parameter of generateMutedUserQueryForNotes to options
* chore: allow specifying note column for note/block query
* chore: check for mute / block for renote of note with DB query
* chore: check for mute / block for renote of note with FTT
* refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる
* docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正
* fix missing default parameter
* Update is-user-related.ts
* test: add tests for mutes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-05-29 13:13:07 +09:00  
				
					
						
							
							
								 
						
							
								e4b7a1f4e1 
								
							 
						 
						
							
							
								
								fix tests  
							
							... 
							
							
							
							* test
* Update activitypub.ts
* Update activitypub.ts
* Update create.ts
* Update create.ts
* Update endpoints.ts 
							
						 
						
							2025-05-29 12:41:27 +09:00  
				
					
						
							
							
								 
						
							
								825c337cf4 
								
							 
						 
						
							
							
								
								improve log  
							
							
							
						 
						
							2025-05-28 19:01:21 +09:00  
				
					
						
							
							
								 
						
							
								9bbc2028ad 
								
							 
						 
						
							
							
								
								feat: URLプレビューのリダイレクトを受け入れるかどうかを設定できるようにする ( #16112 )  
							
							... 
							
							
							
							* feat: URLプレビューのリダイレクトを受け入れるかどうかを設定できるようにする
* fix CHANGELOG.md
* fix lang 
							
						 
						
							2025-05-27 20:46:22 +09:00  
				
					
						
							
							
								 
						
							
								deebcb29da 
								
							 
						 
						
							
							
								
								migrate sinonjs/fake-timers  
							
							
							
						 
						
							2025-05-27 17:11:36 +09:00  
				
					
						
							
							
								 
						
							
								ac61d49873 
								
							 
						 
						
							
							
								
								Revert "temporarily roll back simonjs/fake-timers to v11.3.1"  
							
							... 
							
							
							
							This reverts commit 54f1fc3d79 
							
						 
						
							2025-05-27 17:03:15 +09:00  
				
					
						
							
							
								 
						
							
								104505fe5a 
								
							 
						 
						
							
							
								
								Merge branch 'renovate/major-backend-update-dependencies' of  https://github.com/misskey-dev/misskey  into renovate/major-backend-update-dependencies  
							
							
							
						 
						
							2025-05-27 16:44:35 +09:00  
				
					
						
							
							
								 
						
							
								54f1fc3d79 
								
							 
						 
						
							
							
								
								temporarily roll back simonjs/fake-timers to v11.3.1  
							
							
							
						 
						
							2025-05-27 16:44:31 +09:00  
				
					
						
							
							
								 
						
							
								737019c03f 
								
							 
						 
						
							
							
								
								Revert "attempt to fix test"  
							
							... 
							
							
							
							This reverts commit c508318627 
							
						 
						
							2025-05-27 16:35:34 +09:00  
				
					
						
							
							
								 
						
							
								263f0a8bba 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into renovate/major-backend-update-dependencies  
							
							
							
						 
						
							2025-05-27 15:12:23 +09:00  
				
					
						
							
							
								 
						
							
								c508318627 
								
							 
						 
						
							
							
								
								attempt to fix test  
							
							
							
						 
						
							2025-05-27 15:09:16 +09:00  
				
					
						
							
							
								 
						
							
								e078cd9296 
								
							 
						 
						
							
							
								
								fix: jest.js exits with zero value even if underlying jest exited with non-zero value ( #16111 )  
							
							
							
						 
						
							2025-05-27 15:07:47 +09:00  
				
					
						
							
							
								 
						
							
								1276e65049 
								
							 
						 
						
							
							
								
								fix(backend): follow-up of  #16105  ( #16109 )  
							
							
							
						 
						
							2025-05-27 14:42:48 +09:00  
				
					
						
							
							
								 
						
							
								5c78dd3e34 
								
							 
						 
						
							
							
								
								attempt to fix test  
							
							
							
						 
						
							2025-05-27 14:24:34 +09:00  
				
					
						
							
							
								 
						
							
								50a5e7a5dc 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'msky/develop' into renovate/major-backend-update-dependencies  
							
							
							
						 
						
							2025-05-27 13:56:35 +09:00  
				
					
						
							
							
								 
						
							
								07c2de3749 
								
							 
						 
						
							
							
								
								fix(backend): typeormのbreaking changeに対応 ( #16105 )  
							
							... 
							
							
							
							* fix(backend): typeormのbreaking changeに対応
* attempt to fix test 
							
						 
						
							2025-05-27 13:50:45 +09:00  
				
					
						
							
							
								 
						
							
								47f4f11e3e 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies ( #16087 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-05-27 13:18:59 +09:00  
				
					
						
							
							
								 
						
							
								d381eaa309 
								
							 
						 
						
							
							
								
								tweak max retries  
							
							
							
						 
						
							2025-05-27 12:59:55 +09:00  
				
					
						
							
							
								 
						
							
								179b18b347 
								
							 
						 
						
							
							
								
								spdx  
							
							
							
						 
						
							2025-05-27 12:20:16 +09:00  
				
					
						
							
							
								 
						
							
								70415bdab5 
								
							 
						 
						
							
							
								
								use main redis for lock  
							
							
							
						 
						
							2025-05-27 12:18:50 +09:00  
				
					
						
							
							
								 
						
							
								90e2dfef4e 
								
							 
						 
						
							
							
								
								update deps (MisskeyIO#889)  
							
							... 
							
							
							
							- メンテナンスされないredis-lockを自前実装に変更
- 既にロックされている場合のリトライ間隔を調整 
							
						 
						
							2025-05-27 12:14:13 +09:00  
				
					
						
							
							
								 
						
							
								1b999c6536 
								
							 
						 
						
							
							
								
								migrate webauthnservice  
							
							
							
						 
						
							2025-05-27 11:58:08 +09:00  
				
					
						
							
							
								 
						
							
								e4f85f59ff 
								
							 
						 
						
							
							
								
								fix(backend): remove removed type previously exported from file-type  
							
							
							
						 
						
							2025-05-27 11:54:22 +09:00  
				
					
						
							
							
								 
						
							
								6c1b17510d 
								
							 
						 
						
							
							
								
								remove types/bcryptjs  
							
							
							
						 
						
							2025-05-27 11:53:51 +09:00  
				
					
						
							
							
								 
						
							
								d27075c5f5 
								
							 
						 
						
							
							
								
								fix(backend): correct invalid schema format specifying only `required` for `anyOf` ( #16089 )  
							
							... 
							
							
							
							* fix(backend): correct invalid schema format specifying only `required` for `anyOf`
* refactor(backend): make types derived from `allOf` or `anyOf` more strong 
							
						 
						
							2025-05-27 08:57:09 +09:00  
				
					
						
							
							
								 
						
							
								026e9897ca 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies  
							
							
							
						 
						
							2025-05-26 22:50:00 +00:00  
				
					
						
							
							
								 
						
							
								ed3a844f5d 
								
							 
						 
						
							
							
								
								fix(backend): add response schema for `notes/show-partial-bulk` endpoint ( #16093 )  
							
							
							
						 
						
							2025-05-25 08:38:45 +09:00  
				
					
						
							
							
								 
						
							
								4fcb80bcf2 
								
							 
						 
						
							
							
								
								enhance(backend): ファイル種別が判定できない場合、拡張子を参照するように  
							
							
							
						 
						
							2025-05-24 14:28:49 +09:00  
				
					
						
							
							
								 
						
							
								90e39d22d2 
								
							 
						 
						
							
							
								
								fix(backend): unallowedFileTypeエラーがハンドリングされていない問題を修正  
							
							
							
						 
						
							2025-05-24 13:55:34 +09:00  
				
					
						
							
							
								 
						
							
								9c98c13743 
								
							 
						 
						
							
							
								
								fix(backend): better nullable ref schema representation ( #16088 )  
							
							... 
							
							
							
							* fix(backend): better nullable ref schema representation
* refactor 
							
						 
						
							2025-05-23 20:27:16 +09:00  
				
					
						
							
							
								 
						
							
								9d36d36fc4 
								
							 
						 
						
							
							
								
								fix(backend): admin側のエンドポイントで作成した招待コードに作成者の情報が記録されない問題を修正 ( #16076 )  
							
							... 
							
							
							
							* fix(backend): admin側のエンドポイントで作成した招待コードに作成者の情報が記録されない問題を修正
* Update Changelog 
							
						 
						
							2025-05-23 09:49:21 +09:00  
				
					
						
							
							
								 
						
							
								e750c9171e 
								
							 
						 
						
							
							
								
								feat: ロールでアップロード可能なファイル種別を設定可能に ( #16081 )  
							
							... 
							
							
							
							* wip
* Update RoleService.ts
* wip
* Update RoleService.ts
* Update CHANGELOG.md 
							
						 
						
							2025-05-22 23:01:31 +09:00  
				
					
						
							
							
								 
						
							
								c2478e5877 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies ( #15911 )  
							
							... 
							
							
							
							* fix(deps): update [backend] update dependencies
* run pnpm dedupe to fix type errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> 
							
						 
						
							2025-05-22 19:31:38 +09:00  
				
					
						
							
							
								 
						
							
								000ed1f51f 
								
							 
						 
						
							
							
								
								fix(frontend): ジョブキューインスペクタの型エラー解消 ( #16020 )  
							
							... 
							
							
							
							* fix(frontend): ジョブキューインスペクタの型エラー解消
* fix
* fix
* fix
* fix 
							
						 
						
							2025-05-22 12:06:07 +09:00