syuilo 
							
						 
					 
					
						
						
							
						
						8c9ec5827f 
					 
					
						
						
							
							enhance(frontend): improve accounts management  
						
						
						
						
					 
					
						2025-03-13 22:12:23 +09:00 
						 
				 
			
				
					
						
							
							
								taichan 
							
						 
					 
					
						
						
							
						
						6419af2179 
					 
					
						
						
							
							fix(frontend, dev): storybookのビルドエラー修正のため、as構文にリファクタ ( #15640 )  
						
						
						
						
					 
					
						2025-03-10 09:34:45 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						224bbd486f 
					 
					
						
						
							
							refactor  
						
						
						
						
					 
					
						2024-10-31 13:50:50 +09:00 
						 
				 
			
				
					
						
							
							
								かっこかり 
							
						 
					 
					
						
						
							
						
						b668d161a9 
					 
					
						
						
							
							refactor(frontend): prefix css variables (UI) ( #14739 )  
						
						... 
						
						
						
						* refactor(frontend): prefix css variables
* `MI_UI` -> `MI`
* fix
* `stickyBottom`
* stickyTop 
						
						
					 
					
						2024-10-10 16:12:16 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						4a356f1ba7 
					 
					
						
						
							
							refactor(frontend): prefix css variables ( #14725 )  
						
						... 
						
						
						
						* wip
* Update index.d.ts
* remove unnecessary codes 
						
						
					 
					
						2024-10-09 18:08:14 +09:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						c1514ce91d 
					 
					
						
						
							
							(re)  update SPDX-FileCopyrightText  
						
						... 
						
						
						
						Fix  #13290  
						
						
					 
					
						2024-02-13 15:59:27 +00:00 
						 
				 
			
				
					
						
							
							
								tamaina 
							
						 
					 
					
						
						
							
						
						311c2172d7 
					 
					
						
						
							
							Revert "update SPDX-FileCopyrightText"  
						
						... 
						
						
						
						This reverts commit 9b5aeb76d8 
						
						
					 
					
						2024-02-13 15:50:11 +00:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9b5aeb76d8 
					 
					
						
						
							
							update SPDX-FileCopyrightText  
						
						
						
						
					 
					
						2024-02-12 11:37:45 +09:00 
						 
				 
			
				
					
						
							
							
								Acid Chicken (硫酸鶏) 
							
						 
					 
					
						
						
							
						
						7881f06be0 
					 
					
						
						
							
							refactor: deprecate i18n.t ( #13039 )  
						
						... 
						
						
						
						* refactor: deprecate i18n.t
* revert: deprecate i18n.t
This reverts commit 7dbf873a2f 
						
						
					 
					
						2024-01-20 08:11:59 +09:00 
						 
				 
			
				
					
						
							
							
								Camilla Ett 
							
						 
					 
					
						
						
							
						
						358dc6289b 
					 
					
						
						
							
							Enhance(frontend): 管理者の場合はAPI tokenの発行画面で管理機能に関する権限を付与できるように ( #12944 )  
						
						... 
						
						
						
						* Enhance(frontend): 管理者の場合はAPI tokenの発行画面で管理機能に関する権限を付与できるように
* update CHANGELOG.md
* tweak style
* (refactor) remove unnecessary imports
* fix lint
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com >
Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com > 
						
						
					 
					
						2024-01-09 21:18:09 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						2177792a3c 
					 
					
						
						
							
							refactor(frontend): reduce type errors  
						
						
						
						
					 
					
						2024-01-05 12:52:24 +09:00 
						 
				 
			
				
					
						
							
							
								Chocolate Pie 
							
						 
					 
					
						
						
							
						
						c96bc36fed 
					 
					
						
						
							
							Merge pull request from GHSA-7pxq-6xx9-xpgm  
						
						... 
						
						
						
						* fix: fix improper authorization when accessing with third-party application
* refactor: refactor type definitions
* fix: get rid of unnecessary access limitation
* enhance: サードパーティアプリケーションがWebsocket APIを使えるように
* fix: add missing parentheses
* Revert "fix(backend): add missing kind definition for admin endpoints to improve security"
This reverts commit 5150053275tamaina@hotmail.co.jp > 
						
						
					 
					
						2023-12-27 15:08:59 +09:00 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
						
						eb7c65ccb3 
					 
					
						
						
							
							fix(frontend): アクセストークン発行の画面の権限が表示されない  
						
						... 
						
						
						
						Fix  #11880  
					
						2023-09-24 11:04:08 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						b0f6c44f36 
					 
					
						
						
							
							refactor(frontend): use ESM  
						
						
						
						
					 
					
						2023-09-19 16:37:43 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Shun Sakai 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						6a5ef5b6f2 
					 
					
						
						
							
							refactor  
						
						
						
						
					 
					
						2023-05-19 13:58:09 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9224b6635f 
					 
					
						
						
							
							refactor(frontend): remove $ts and $t  
						
						
						
						
					 
					
						2023-04-01 14:01:57 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						58bfb4dca4 
					 
					
						
						
							
							refactor  
						
						
						
						
					 
					
						2023-01-07 15:09:46 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						d09e1f4925 
					 
					
						
						
							
							refactor  
						
						
						
						
					 
					
						2023-01-07 14:59:54 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						82c4f694a0 
					 
					
						
						
							
							🎨  
						
						
						
						
					 
					
						2023-01-06 13:40:17 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						372a17d7f0 
					 
					
						
						
							
							refactor  
						
						
						
						
					 
					
						2023-01-06 09:41:14 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						047262ab20 
					 
					
						
						
							
							refactor  
						
						
						
						
					 
					
						2023-01-05 21:04:56 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						58ae2ccbfa 
					 
					
						
						
							
							🎨  
						
						
						
						
					 
					
						2023-01-05 19:50:52 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						c93f091ba8 
					 
					
						
						
							
							perf(client): use shallowRef instead of ref for template reference  
						
						
						
						
					 
					
						2023-01-03 13:37:32 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9384f5399d 
					 
					
						
						
							
							rename: client -> frontend  
						
						
						
						
					 
					
						2022-12-27 14:36:33 +09:00