syuilo 
							
						 
					 
					
						
						
							
						
						545371011a 
					 
					
						
						
							
							use happy-dom 10.0.3  
						
						 
						
						... 
						
						
						
						Resolve  #11287  
						
						
					 
					
						2023-07-16 07:43:55 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								woxtu 
							
						 
					 
					
						
						
							
						
						b392f44b81 
					 
					
						
						
							
							refactor(backend): Improve UUID generation ( #11286 )  
						
						 
						
						... 
						
						
						
						* Replace with `crypto.randomUUID()`
* Remove uuid 
						
						
					 
					
						2023-07-15 18:39:38 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						9a5bc78eb4 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-07-15 16:07:30 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						1f181536ae 
					 
					
						
						
							
							use engines  
						
						 
						
						
						
						
					 
					
						2023-07-08 08:52:51 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								popkirby 
							
						 
					 
					
						
						
							
						
						8daca59ca6 
					 
					
						
						
							
							perf(backend): use mutex for nsfw model loading ( #11109 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: tamaina <tamaina@hotmail.co.jp > 
						
						
					 
					
						2023-07-08 07:27:26 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						d5c4e77c44 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-07-07 10:53:06 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						8099bc24e1 
					 
					
						
						
							
							refactor(backend): use node16 for moduleResolution ( #10938 )  
						
						 
						
						... 
						
						
						
						* refactor(backend): use node16 for moduleResolution
* update deps
* Update tsconfig.json
* ✌️ 
* revive KEYWORD
* restore strict-event-emitter-types dependency
* restore ms dependency
* cancel redundant import reorder
* fix
* Delete ms.ts
* remove rndstr
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com > 
						
						
					 
					
						2023-06-25 21:13:15 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						ef354e94f2 
					 
					
						
						
							
							refactor(backend): replace rndstr with secureRndstr ( #11044 )  
						
						 
						
						... 
						
						
						
						* refactor(backend): replace rndstr with secureRndstr
* Update pnpm-lock.yaml
* .js 
						
						
					 
					
						2023-06-25 11:04:33 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						a2c0573f84 
					 
					
						
						
							
							refactor(backend): replace private-ip with ipaddr.js ( #11041 )  
						
						 
						
						... 
						
						
						
						* refactor(backend): replace private-ip with ipaddr.js
* restore ip-cidr 
						
						
					 
					
						2023-06-25 06:35:09 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						60cc7f62e6 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-06-24 13:11:53 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						91d790bbb6 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-06-02 11:34:38 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						f930eaee02 
					 
					
						
						
							
							perf(backend): use websockets/ws instead of theturtle32/WebSocket-Node ( #10884 )  
						
						 
						
						... 
						
						
						
						* perf(backend): use websockets/ws instead of theturtle32/WebSocket-Node
Resolve  #10883 
* refactor
* Update StreamingApiServerService.ts
* Update StreamingApiServerService.ts
* ✌️ 
* Update StreamingApiServerService.ts
* fix main stream init
* fix timing 2
* setIntervalの重複を避ける(気休め)
* add comment
* ✌️ 
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp > 
						
						
					 
					
						2023-05-29 13:32:19 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						fd7b77c542 
					 
					
						
						
							
							enhance(backend): migrate bull to bullmq ( #10910 )  
						
						 
						
						... 
						
						
						
						* wip
* wip
* Update QueueService.ts
* wip
* refactor
* ✌️ 
* fix
* Update QueueStatsService.ts
* refactor
* Update ApNoteService.ts
* Update mock-resolver.ts
* refactor
* Update mock-resolver.ts 
						
						
					 
					
						2023-05-29 11:54:49 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tamaina 
							
						 
					 
					
						
						
							
						
						4129ac157a 
					 
					
						
						
							
							package.jsonの並び替えを修正  
						
						 
						
						
						
						
					 
					
						2023-05-25 14:50:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						1de774fa3d 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-05-24 10:16:42 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Acid Chicken (硫酸鶏) 
							
						 
					 
					
						
						
							
						
						81fd94e635 
					 
					
						
						
							
							chore: update slacc ( #10867 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: syuilo <Syuilotan@yahoo.co.jp > 
						
						
					 
					
						2023-05-20 10:34:31 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						acd5e0b8f6 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-05-19 16:34:56 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						6f1994c665 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-05-12 11:41:53 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Acid Chicken (硫酸鶏) 
							
						 
					 
					
						
						
							
						
						4a72941eda 
					 
					
						
						
							
							perf: use slacc on check-word-mute ( #10721 )  
						
						 
						
						... 
						
						
						
						* perf: use slacc on check-word-mute when all of specified words are single word
* perf: use slacc as possible
* build: avoid tarball
* chore: update slacc
* build: update package name 
						
						
					 
					
						2023-05-05 19:49:34 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						5c08f2b93b 
					 
					
						
						
							
							feat: Introduce Meilisearch ( #10755 )  
						
						 
						
						... 
						
						
						
						* wip
* wip
* Update SearchService.ts
* Update SearchService.ts
* wip
* wip
* Update SearchService.ts
* Update CHANGELOG.md
* wip
* Update SearchService.ts
* Update docker-compose.yml.example 
						
						
					 
					
						2023-05-05 08:52:14 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						bcd123371b 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-05-02 20:52:36 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						8c9cb9ee15 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-04-19 12:52:14 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						5f67ca434d 
					 
					
						
						
							
							update ioredis 5.x  
						
						 
						
						
						
						
					 
					
						2023-04-14 10:09:03 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						88f22da052 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-04-06 20:22:26 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tamaina 
							
						 
					 
					
						
						
							
						
						26068a3a8f 
					 
					
						
						
							
							use workspace:*, use pnpm@8.1.0  
						
						 
						
						
						
						
					 
					
						2023-03-30 13:01:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						bb2b33f2c9 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-03-30 12:03:04 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						cee1d5e2d0 
					 
					
						
						
							
							chore: integrate misskey-js as a workspace item (git subtree) ( #10409 )  
						
						 
						
						... 
						
						
						
						* Additional changes for the merge
* api-misskey-js 
						
						
					 
					
						2023-03-30 09:33:19 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						abdb43c440 
					 
					
						
						
							
							Revert "Additional changes for the merge"  
						
						 
						
						... 
						
						
						
						This reverts commit efb5e1d1cc . 
						
						
					 
					
						2023-03-25 08:20:34 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						efb5e1d1cc 
					 
					
						
						
							
							Additional changes for the merge  
						
						 
						
						
						
						
					 
					
						2023-03-25 08:13:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								YS 
							
						 
					 
					
						
						
							
						
						658901a47f 
					 
					
						
						
							
							bump aws-sdk  to v3 for s3 ( #10363 )  
						
						 
						
						... 
						
						
						
						* indent
* aws-sdk v3移行 
						
						
					 
					
						2023-03-23 13:48:14 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						c0bad443ff 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-03-10 14:00:14 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tamaina 
							
						 
					 
					
						
						
							
						
						c36e7d1a07 
					 
					
						
						
							
							enhance(server): メディアプロキシでico,bmpを読めるように ( #10186 )  
						
						 
						
						... 
						
						
						
						* enhance(server): downloadUrlでContent-Dispositionからファイル名を取得
Resolve  #10036 
Resolve  #4750 
* untitled
* オブジェクトストレージのContent-Dispositionのファイル名の拡張子をContent-Typeに添ったものにする
* ✌️ 
* tiff
* fix filename
* add test
* /files/でもContent-Disposition
* enhance(server): メディアプロキシでico,bmpを読めるように
Fix  #10120 
* comment
* fix test
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp > 
						
						
					 
					
						2023-03-04 19:23:11 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						61215e50ff 
					 
					
						
						
							
							test(backend): APIテストの復活 ( #10163 )  
						
						 
						
						... 
						
						
						
						* Revert 1c5291f818 
* APIテストの復活
* apiテストの移行
* moduleNameMapper修正
* simpleGetでthrowしないように
status確認しているので要らない
* longer timeout
* ローカルでは問題ないのになんで
* case sensitive
* Run Nest instance within the current process
* Skip some setIntervals
* wait for 5 seconds
* kill them all!!
* logHeapUsage: true
* detectOpenHandlesがじゃましているらしい
* maxWorkers=1?
* restore drive api tests
* workerIdleMemoryLimit: 500MB
* 1024MiB
* Wait what 
						
						
					 
					
						2023-03-03 11:13:12 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						76f3bdcdf9 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-02-26 18:51:45 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kabo2468 
							
						 
					 
					
						
						
							
						
						1c9c9745f5 
					 
					
						
						
							
							Windows環境でswcを使うと正常にビルドができない問題の修正 ( #10074 )  
						
						 
						
						... 
						
						
						
						* Update @swc/core to v1.3.36
* Update CHANGELOG.md
* Update CHANGELOG.md 
						
						
					 
					
						2023-02-25 05:22:36 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						9edd0d25c2 
					 
					
						
						
							
							Pass --detectOpenHandles to Jest ( #9895 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: tamaina <tamaina@hotmail.co.jp > 
						
						
					 
					
						2023-02-24 14:37:22 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Masaya Suzuki 
							
						 
					 
					
						
						
							
						
						6b52403d05 
					 
					
						
						
							
							起動時にRedisの疎通確認を行う ( #9832 )  
						
						 
						
						... 
						
						
						
						* 起動時にRedisの疎通確認を行う
* check:connectをstart内に移動
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp > 
						
						
					 
					
						2023-02-24 14:09:17 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CaffeinePower 
							
						 
					 
					
						
						
							
						
						cde0eb621d 
					 
					
						
						
							
							feat(server): add @swc/core-android-arm64 to optional ( #10034 )  
						
						 
						
						... 
						
						
						
						* feat: add optional swc
* fix: windowsで動かない現象を修正
* fix: fix swc path alias
* fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更
* feat(server): add @swc/core-android-arm64 to optional
* fix: conflict 
						
						
					 
					
						2023-02-23 16:23:16 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						4e23500732 
					 
					
						
						
							
							use swc  
						
						 
						
						
						
						
					 
					
						2023-02-23 15:36:47 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CaffeinePower 
							
						 
					 
					
						
						
							
						
						b965f5e4a9 
					 
					
						
						
							
							feat: swc build in windows ( #10032 )  
						
						 
						
						... 
						
						
						
						* feat: add optional swc
* fix: windowsで動かない現象を修正
* fix: fix swc path alias
* fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 
						
						
					 
					
						2023-02-23 15:36:17 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						d1a69abf81 
					 
					
						
						
							
							use tsc for build  
						
						 
						
						... 
						
						
						
						Windowsだとエラーが出るため 
						
						
					 
					
						2023-02-23 11:06:23 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						28bea88da0 
					 
					
						
						
							
							Update package.json  
						
						 
						
						
						
						
					 
					
						2023-02-23 10:17:00 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tamaina 
							
						 
					 
					
						
						
							
						
						f7c6ea93d7 
					 
					
						
						
							
							perf(backend): Use swc on pnpm build ( #10026 )  
						
						 
						
						... 
						
						
						
						* perf(backend): Use swc on pnpm build
* update CHANGELOG
* no jest 
						
						
					 
					
						2023-02-22 23:09:24 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								potpro 
							
						 
					 
					
						
						
							
						
						bd13ea3d2c 
					 
					
						
						
							
							MFMのDOM ParserをJSDOMからhappy-domに変更する ( #10016 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: syuilo <Syuilotan@yahoo.co.jp > 
						
						
					 
					
						2023-02-22 17:32:45 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						716ffcace6 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-02-20 17:04:57 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tamaina 
							
						 
					 
					
						
						
							
						
						980bf1306e 
					 
					
						
						
							
							🎨  2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように ( #9985 )  
						
						 
						
						... 
						
						
						
						* wip
* fix
* wip
* wip
* ✌️ 
* rename key
* 🎨 
* update CHANGELOG.md
* パスワードレスログインの判断はサーバーで
* 日本語
* 日本語
* 日本語
* 日本語
* ✌️ 
* fix
* refactor
* トークン→確認コード
* fix password-less / qr click
* use otpauth
* 日本語
* autocomplete
* パスワードレス設定は外に出す
* 🎨 
* 🎨 
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp > 
						
						
					 
					
						2023-02-20 16:40:24 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kagami Sascha Rosylight 
							
						 
					 
					
						
						
							
						
						dd52be3a01 
					 
					
						
						
							
							ci: run typecheck and eslint separately ( #9966 )  
						
						 
						
						... 
						
						
						
						* ci: run typecheck and eslint separately
* fix syntax 
						
						
					 
					
						2023-02-17 10:57:40 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tamaina 
							
						 
					 
					
						
						
							
						
						4e68126c06 
					 
					
						
						
							
							enhance(server): URLプレビュー(summaly)はプロキシを通すように ( #9905 )  
						
						 
						
						... 
						
						
						
						* enhance(server): URLプレビュー(summaly)はプロキシを通すように
* update summaly
* update summaly
* 型エラーバスター
* basic.html
* Delete basic.html
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp > 
						
						
					 
					
						2023-02-14 14:17:07 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						54df243b90 
					 
					
						
						
							
							fix: typeorm migrations not working  
						
						 
						
						... 
						
						
						
						Fix  #9868  
						
						
					 
					
						2023-02-11 10:49:17 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								syuilo 
							
						 
					 
					
						
						
							
						
						1ff14d81c1 
					 
					
						
						
							
							update deps  
						
						 
						
						
						
						
					 
					
						2023-02-09 09:25:31 +09:00