zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								406b4bdbe7 
								
							 
						 
						
							
							
								
								refactor(frontend): 非推奨となったReactivity Transformを使わないように ( #12539 )  
							
							... 
							
							
							
							* refactor(frontend): 非推奨となったReactivity Transformを使わないように
* refactor: 不要な括弧を除去
* fix: 不要なアノテーションを除去
* fix: Refの配列をrefしている部分の対応
* refactor: 不要な括弧を除去
* fix: lint
* refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換
* fix: type error
* chore: drop reactivity transform from eslint configuration
* refactor: remove unnecessary import
* fix: 対応漏れ 
							
						 
						
							2023-12-07 14:42:09 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								9c90ff7d06 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-04 19:40:46 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									おさむのひと 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								336416261a 
								
							 
						 
						
							
							
								
								バックエンドが生成するapi.jsonからmisskey-jsの型を作成する ( #12434 )  
							
							... 
							
							
							
							* ひとまず生成できるところまで
* ファイル構成整理
* 生成コマンド整理
* misskey-jsへの組み込み
* fix generator.ts
* wip
* fix generator.ts
* fix package.json
* 生成ロジックの調整
* 型レベルでのswitch-case機構をmisskey-jsからfrontendに持ち込めるようにした
* 型チェック用のtsconfig.jsonを作成
* 他のエンドポイントを呼ぶ関数にも適用
* 未使用エンティティなどを削除
* misskey-js側で手動定義されていた型を自動生成された型に移行(ただしapi.jsonがvalidでなくなってしまったので後で修正する)
* messagingは廃止されている(テストのビルドエラー解消)
* validなapi.jsonを出力できるように修正
* 修正漏れ対応
* Ajvに怒られて起動できなかったところを修正
* fix ci(途中)
* パラメータenumをやめる
* add command
* add api.json
* 都度自動生成をやめる
* 一気通貫スクリプト修正
* fix ci
* 生成ロジック修正
* フロントの型チェックは結局やらなかったので戻しておく
* fix pnpm-lock.yaml
* add README.md
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-12-02 21:00:05 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b2d188aab1 
								
							 
						 
						
							
							
								
								chore: bump axios dep version in megalodon  
							
							
							
						 
						
							2023-11-30 02:29:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								51cf906b25 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-11-27 21:05:20 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								42bf8e5e76 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2023-11-22 23:40:27 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								77ac51a680 
								
							 
						 
						
							
							
								
								update typescript to 5.3  
							
							
							
						 
						
							2023-11-21 11:32:13 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								4f9922d46c 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-11-17 15:10:04 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jaehong Kang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								04075ee0be 
								
							 
						 
						
							
							
								
								enhance(backend): Implementation of HTTP header and body validation to fix SIF-2023-002 ( #12334 )  
							
							... 
							
							
							
							Using Buffer instead of string
Co-authored-by: perillamint <perillamint@silicon.moe> 
							
						 
						
							2023-11-15 11:13:34 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								65c5626b65 
								
							 
						 
						
							
							
								
								Merge pull request from GHSA-3f39-6537-3cgc  
							
							... 
							
							
							
							This commit implements HTTP header and body validation to fix
[SIF-2023-002](https://advisory.silicon.moe/advisory/sif-2023-002/ )
Signed-off-by: perillamint <perillamint@silicon.moe>
Co-authored-by: perillamint <perillamint@silicon.moe>
Co-authored-by: yunochi <yuno@yunochi.com> 
							
						 
						
							2023-11-14 17:09:45 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								30bb24d18c 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-11-14 10:35:48 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ikasoba 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								54870d067b 
								
							 
						 
						
							
							
								
								aiscript-vscodeのバージョンを更新 ( #12299 )  
							
							
							
						 
						
							2023-11-10 17:18:23 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ecf63c4333 
								
							 
						 
						
							
							
								
								merge: remove tensorflow, AiService ( #140 )  
							
							
							
						 
						
							2023-11-05 14:42:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								2eda00d9b9 
								
							 
						 
						
							
							
								
								upd: rip out AiService  
							
							
							
						 
						
							2023-11-05 11:55:19 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7c480424a6 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2023-11-03 15:35:12 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								1729307fcf 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-11-03 14:41:21 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8388b18df9 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2023-11-01 12:39:07 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								77db652bff 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-11-01 14:06:54 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4dd23a3793 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2023-10-31 19:33:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1a8243f1ca 
								
							 
						 
						
							
							
								
								MkCodeのパースエンジンをShikiに変更 ( #12102 )  
							
							... 
							
							
							
							* (swap) prism -> shiki
* fix styles
* (bump) aiscript-vscode to v0.0.5
* refactor
* replace prism-editor (beta)
* Update scratchpad.vue
* (enhance) MkCodeEditor自動インデント改行
* (fix) lint
* (add) scratchpad: MkStickyContainer
* Update CHANGELOG.md
* clean up
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-29 14:12:40 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f92773d995 
								
							 
						 
						
							
							
								
								fix: lockfile  
							
							
							
						 
						
							2023-10-29 01:00:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								a8dc6d08b1 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-28 12:31:18 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								fdeee5dd05 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-23 09:20:55 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								42a3489bcb 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-20 15:46:12 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								cc256f117e 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-19 19:51:59 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4b230d792c 
								
							 
						 
						
							
							
								
								merge: upstream changes  
							
							
							
						 
						
							2023-10-18 19:48:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								145c5c8b2b 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-18 09:43:59 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								e9db0680c4 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-17 09:04:17 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								68886b9ab5 
								
							 
						 
						
							
							
								
								merge: upstream performance changes & instance silencing  
							
							
							
						 
						
							2023-10-16 23:38:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								9338ab461e 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-16 20:13:05 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f8f128b347 
								
							 
						 
						
							
							
								
								merge: all upstream changes  
							
							
							
						 
						
							2023-10-13 19:01:17 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								cf6e53b2ac 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-10 16:26:48 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								13dbfef9f8 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-09 20:55:40 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								e6ca53c5e1 
								
							 
						 
						
							
							
								
								update rollup to 4.0.0  
							
							
							
						 
						
							2023-10-06 17:36:43 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								95dc70021f 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-06 17:19:17 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								38e35e1472 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2023-10-03 15:20:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3d8414e499 
								
							 
						 
						
							
							
								
								fix: like button opening post view, remove tabler  
							
							
							
						 
						
							2023-10-01 02:34:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f2e299a7a9 
								
							 
						 
						
							
							
								
								upd: change icon font  
							
							
							
						 
						
							2023-09-30 18:52:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								ac19b055c7 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-29 15:11:08 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8595a325ce 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2023-09-26 02:26:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5d7c86668a 
								
							 
						 
						
							
							
								
								upd: lock  
							
							
							
						 
						
							2023-09-25 01:53:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								08cd1f313c 
								
							 
						 
						
							
							
								
								test: fix lock  
							
							
							
						 
						
							2023-09-25 01:22:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c782085af4 
								
							 
						 
						
							
							
								
								upd: change oauth  
							
							
							
						 
						
							2023-09-24 19:47:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								82a51d49a0 
								
							 
						 
						
							
							
								
								improve moderation log  
							
							
							
						 
						
							2023-09-24 15:10:56 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								509cea511c 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-24 11:09:49 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								afda15260f 
								
							 
						 
						
							
							
								
								upd: megalodon to v7  
							
							
							
						 
						
							2023-09-24 01:44:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2375d043d1 
								
							 
						 
						
							
							
								
								add: Megalodon, initial mastodon api  
							
							
							
						 
						
							2023-09-23 18:49:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								5a4cf059ee 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-23 12:46:19 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								032b6c6afb 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-22 16:47:42 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mar0xy 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7111c6c90b 
								
							 
						 
						
							
							
								
								upd: swap bcrypt to argon2, add misskey-js to dev, auto load replies  
							
							
							
						 
						
							2023-09-22 00:21:57 +02:00