6f6fdfe28e 
								
							 
						 
						
							
							
								
								Migration cleanup ( #16288 )  
							
							... 
							
							
							
							* chore: apply several @Index and @ManyToOne to match actual migration code
* chore: several decorator updates with typeorm bug workaround with patches
* feat: add final cleanup migration
* dev: add .editorconfig settings for generated migrations
* chore: update dockerfile to build package with patches
* chore: update federation test compose to include patches
* chore: revert few dependency update
* chore: don't check disableRegistration on test env
* test: add test for checking migration script
* chore: set proxyRemoteFiles true in test config
* chore: enter invitation code in signup test
* fix: register send button is not disabled when invitationCode is not input 
							
						 
						
							2025-07-16 15:49:05 +09:00  
				
					
						
							
							
								 
						
							
								65ba33867b 
								
							 
						 
						
							
							
								
								fix(backend): avoid deadlock when deleting account ( #16162 )  
							
							
							
						 
						
							2025-06-04 19:14:11 +09:00  
				
					
						
							
							
								 
						
							
								26506677c2 
								
							 
						 
						
							
							
								
								enhance: いくつかの設定ファイルの項目をコントロールパネルで設定するように ( #16026 )  
							
							... 
							
							
							
							* wip
* Update CHANGELOG.md
* feat: migrate to existing config value (#16030 )
* wip
* Update CHANGELOG.md
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com> 
							
						 
						
							2025-05-12 16:55:01 +09:00  
				
					
						
							
							
								 
						
							
								c23f2ff900 
								
							 
						 
						
							
							
								
								chore(deps): update node.js to v22.15.0 ( #15606 )  
							
							... 
							
							
							
							* chore(deps): update node.js to v22.15.0
* chore: determine Jest args from Node.js version
* fix
* fix: `import.meta.dirname` is not supported in v20.10.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> 
							
						 
						
							2025-05-04 19:00:36 +09:00  
				
					
						
							
							
								 
						
							
								a5fa9a2cef 
								
							 
						 
						
							
							
								
								chore(workflow): use `node-version-file` instead of hardcoded `node-version` ( #15658 )  
							
							... 
							
							
							
							* chore(workflow): use `node-version-file` instead of hardcoded `node-version`
* chore: test min version 
							
						 
						
							2025-05-04 14:14:09 +09:00  
				
					
						
							
							
								 
						
							
								b5268fa240 
								
							 
						 
						
							
							
								
								fix(test): fix federation test ( #15900 )  
							
							
							
						 
						
							2025-04-28 11:24:26 +09:00  
				
					
						
							
							
								 
						
							
								86774ad753 
								
							 
						 
						
							
							
								
								fix: improve flaky federation test ( #15845 )  
							
							
							
						 
						
							2025-04-16 07:51:21 +09:00  
				
					
						
							
							
								 
						
							
								f1f24e39d2 
								
							 
						 
						
							
							
								
								Feat: Chat ( #15686 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* Update types.ts
* Create 1742203321812-chat.js
* wip
* wip
* Update room.vue
* Update home.vue
* Update home.vue
* Update ja-JP.yml
* Update index.d.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* Update home.vue
* clean up
* Update misskey-js.api.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* lint fixes
* lint
* Update UserEntityService.ts
* search
* wip
* 🎨 
* wip
* Update home.ownedRooms.vue
* wip
* Update CHANGELOG.md
* Update style.scss
* wip
* improve performance
* improve performance
* Update timeline.test.ts 
							
						 
						
							2025-03-24 21:32:46 +09:00  
				
					
						
							
							
								 
						
							
								698505030e 
								
							 
						 
						
							
							
								
								fix(test): fix federation test ( #15630 )  
							
							
							
						 
						
							2025-03-08 19:11:09 +09:00  
				
					
						
							
							
								 
						
							
								83c3bb839f 
								
							 
						 
						
							
							
								
								deps: update pnpm to v10 ( #15588 )  
							
							... 
							
							
							
							* Revert "fix(build): corepackのバグの回避 (#15387 )"
This reverts commit 9c70a4e6314abc6c194e 
							
						 
						
							2025-03-07 07:03:52 +00:00  
				
					
						
							
							
								 
						
							
								616cccf251 
								
							 
						 
						
							
							
								
								enhance(backend): refine system account ( #15530 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* Update SystemAccountService.ts
* Update 1740121393164-system-accounts.js
* Update DeleteAccountService.ts
* wip
* wip
* wip
* wip
* Update 1740121393164-system-accounts.js
* Update RepositoryModule.ts
* wip
* wip
* wip
* Update ApRendererService.ts
* wip
* wip
* Update SystemAccountService.ts
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* add print logs
* ログが長すぎて出てないかもしれない
* fix migration
* refactor
* fix fed-tests
* Update RelayService.ts
* merge
* Update user.test.ts
* chore: emit log
* fix: tweak sleep duration
* fix: exit 1
* fix: wait for misskey processes to become healthy
* fix: longer sleep for user deletion
* fix: make sleep longer again
* デッドロック解消の試み
https://github.com/misskey-dev/misskey/issues/15005 
* Revert "デッドロック解消の試み"
This reverts commit 266141f66f 
							
						 
						
							2025-03-02 20:06:20 +09:00  
				
					
						
							
							
								 
						
							
								389ec6350b 
								
							 
						 
						
							
							
								
								fix(backend): send Delete activity of a note to users who renoted or replied to it ( #15554 )  
							
							... 
							
							
							
							* fix(backend): send Delete activity of a note to users who renoted or replied to it
* Update CHANGELOG.md 
							
						 
						
							2025-02-26 00:29:12 +00:00  
				
					
						
							
							
								 
						
							
								ffd8cf07e6 
								
							 
						 
						
							
							
								
								update deps ( #15311 )  
							
							... 
							
							
							
							* wip
* bump misskey-dev/eslint-plugin
* lint fixes (backend)
* lint fixes (frontend)
* lint fixes (frontend-embed)
* rollback nsfwjs to 4.2.0
ref: infinitered/nsfwjs#904 
* rollback openapi-typescript to v6
v7でOpenAPIのバリデーションが入るようになった関係でスコープ外での変更が避けられないため一時的に戻した
* lint fixes (misskey-js)
* temporarily disable errored lint rule (frontend-shared)
* fix lint
* temporarily ignore errored file for lint (frontend-shared)
* rollback simplewebauthn/server to 12.0.0
v13 contains breaking changes that require some decision making
* lint fixes (frontend-shared)
* build misskey-js with types
* fix(backend): migrate simplewebauthn/server to v12
* fix(misskey-js/autogen): ignore indent rules to generate consistent output
* attempt to fix test
changes due to capricorn86/happy-dom#1617  (XMLSerializer now produces valid XML)
* attempt to fix test
changes due to capricorn86/happy-dom#1617  (XMLSerializer now produces valid XML)
* fix test
* fix test
* fix test
* Apply suggestions from code review
Co-authored-by: anatawa12 <anatawa12@icloud.com>
* bump summaly to v5.2.0
* update tabler-icons to v3.30.0-based
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: anatawa12 <anatawa12@icloud.com> 
							
						 
						
							2025-02-15 10:24:22 +09:00  
				
					
						
							
							
								 
						
							
								9c70a4e631 
								
							 
						 
						
							
							
								
								fix(build): corepackのバグの回避 ( #15387 )  
							
							... 
							
							
							
							* fix: disallow corepack from fetching latest manager version instead use specified version in package.json
* Update Changelog
* fix?
* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows
* Revert "apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows"
This reverts commit 67f0dc31ad 
							
						 
						
							2025-02-03 13:45:59 +00:00  
				
					
						
							
							
								 
						
							
								f123be38b9 
								
							 
						 
						
							
							
								
								enhance(frontend): 照会の際にエラーを表示するように ( #15147 )  
							
							... 
							
							
							
							* enhance: 照会の失敗理由を表示するように
* Update Changelog
* fix
* fix test
* lookupErrors-> remoteLookupErrors 
							
						 
						
							2024-12-19 16:05:33 +09:00  
				
					
						
							
							
								 
						
							
								3a6c2aa835 
								
							 
						 
						
							
							
								
								fix(backend): fix type error(s) in security fixes ( #15009 )  
							
							... 
							
							
							
							* Fix type error in security fixes
(cherry picked from commit fa3cf6c2996741e642955c5e2fca8ad785e83205)
* Fix error in test function calls
(cherry picked from commit 1758f29364eca3cbd13dbb5c84909c93712b3b3b)
* Fix style error
(cherry picked from commit 23c4aa25714af145098baa7edd74c1d217e51c1a)
* Fix another style error
(cherry picked from commit 36af07abe28bec670aaebf9f5af5694bb582c29a)
* Fix `.punyHost` misuse
(cherry picked from commit 6027b516e1c82324d55d6e54d0e17cbd816feb42)
* attempt to fix test: make yaml valid
---------
Co-authored-by: Julia Johannesen <julia@insertdomain.name> 
							
						 
						
							2024-11-21 12:10:02 +09:00  
				
					
						
							
							
								 
						
							
								ec4358d1e8 
								
							 
						 
						
							
							
								
								fix(misskey-js): WebSocketの型定義をReconnectingWebsocketに依存するように ( #14850 )  
							
							... 
							
							
							
							* fix(misskey-js): WebSocketの型定義をReconnectingWebsocketに依存するように
* Update Changelog
* run api extractor
* fix
* fix 
							
						 
						
							2024-10-28 11:43:05 +09:00  
				
					
						
							
							
								 
						
							
								b990ae6b23 
								
							 
						 
						
							
							
								
								test(backend): add federation test ( #14582 )  
							
							... 
							
							
							
							* test(backend): add federation test
* fix(ci): install pnpm
* fix(ci): cd
* fix(ci): build entire project
* fix(ci): skip frontend build
* fix(ci): pull submodule when checkout
* chore: show log for debugging
* Revert "chore: show log for debugging"
This reverts commit a930964b8d#14728 
* chore: enable eslint check
* perf: don't start linked services when test
* test(note): remote note deletion for moderation
* chore: define config template
* chore: write setup script
* refactor: omit unnecessary conditional
* refactor: clarify scope
* refactor: omit type assertion
* refactor: omit logs
* style
* refactor: redundant promise
* refactor: unnecessary imports
* refactor: use readable error code
* refactor: cache set in signin function
* refactor: optimize import 
							
						 
						
							2024-10-15 13:37:00 +09:00