a3d1fa199e 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/emoji-grid  
							
							... 
							
							
							
							# Conflicts:
#	packages/frontend/src/components/MkFolder.vue 
							
						 
						
							2024-10-05 18:53:20 +09:00  
				
					
						
							
							
								 
						
							
								e344650278 
								
							 
						 
						
							
							
								
								Update generate.tsx  
							
							
							
						 
						
							2024-10-04 13:40:49 +09:00  
				
					
						
							
							
								 
						
							
								c9cbbc2d39 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into pr/13473  
							
							
							
						 
						
							2024-09-27 11:33:25 +09:00  
				
					
						
							
							
								 
						
							
								a37df2cd8e 
								
							 
						 
						
							
							
								
								fix(frontend): weird AP delivered chart in control panel ( #14481 )  
							
							... 
							
							
							
							* fix(frontend): `Out: Fail` was negative number
* fix(frontend): don't stack AP delivered chart
* test(#10336 ): add `pages/admin/overview.ap-requests.vue` story
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-09-24 09:47:31 +09:00  
				
					
						
							
							
								 
						
							
								a5e61b8c19 
								
							 
						 
						
							
							
								
								Revert "refactor"  
							
							... 
							
							
							
							This reverts commit 0134e6e420 
							
						 
						
							2024-09-17 17:05:52 +09:00  
				
					
						
							
							
								 
						
							
								0134e6e420 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2024-09-17 17:00:48 +09:00  
				
					
						
							
							
								 
						
							
								2cbe1d1210 
								
							 
						 
						
							
							
								
								feat(frontend): ノート・ユーザータイムライン埋め込み ( #13929 )  
							
							... 
							
							
							
							* fix
* navhookをbootに移動
* サーバーサイドのbootも分けるように
* 埋め込みページかどうかの判定は最初の一回だけに
* tooltipは出せるように
* fix design
* 埋め込み独自のtooltipを削除
* ロジックの分岐が多かったMkNoteDetailedを分離
* fix indent
* プレビュー用iframeにフォーカスが当たるのを修正
* popupの制御を出す側で行うように
* パラメータが逆になっていたのを修正
* Update MkEmbedCodeGenDialog.vue
* fix
* eliminate misskey-js lint warns
* fix
* add appropriate attributes to embed html
* enhance: サーバーサイドのembed系をさらに分離
* enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む)
* type
* lint
* fix indent
* server-side styleを完全に分離
* Revert "refactor: 画面サイズのしきい値をconstにまとめる"
This reverts commit 05ca36f400937ae4452112bab1c6fb5c0ce01dbdf4863524d7ed8eabb246d3c192651927c7900b0cc08ccb65ba1488b67066aab1c76981 
							
						 
						
							2024-09-09 20:57:36 +09:00  
				
					
						
							
							
								 
						
							
								6c3b97bb2f 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/emoji-grid  
							
							... 
							
							
							
							# Conflicts:
#	CHANGELOG.md
#	locales/index.d.ts
#	locales/ja-JP.yml
#	packages/frontend/.storybook/generate.tsx 
							
						 
						
							2024-08-12 15:34:12 +09:00  
				
					
						
							
							
								 
						
							
								01a815f8a7 
								
							 
						 
						
							
							
								
								fix(general): some fixes and improvements of Play visibility ( #14384 )  
							
							... 
							
							
							
							* fix(backend): missing `visibility` param in packing flash
* fix(frontend): use `visibility` value got from API
* enhance(frontend): change preview appearance of private Play
* Update CHANGELOG.md 
							
						 
						
							2024-08-10 09:34:49 +09:00  
				
					
						
							
							
								 
						
							
								c7354c5e30 
								
							 
						 
						
							
							
								
								test( #10336 ): add `components/Mk[D-E].*` stories ( #14118 )  
							
							... 
							
							
							
							* test(storybook): add `components/Mk[D-E].*` stories
* fix: mock instance name
* fix: invalid `reactionAcceptance` value
* style: missing trailing commas 
							
						 
						
							2024-07-30 19:48:16 +09:00  
				
					
						
							
							
								 
						
							
								bff813042e 
								
							 
						 
						
							
							
								
								feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 ( #14128 )  
							
							... 
							
							
							
							* refactor(frontend): noteSearchAvailableをaccountsに移動
* feat: searchページでのクエリの受取りとtypeによる表示タブの変更
* user検索でsearchの親から受け取った値を基に入力値を初期化
* feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得
* feat(frontend): ユーザーのノートを検索するページに遷移するボタン
* feat(frontend): ノート検索にホスト名指定のオプション追加
also 🎨 
* style: ただ照会部分を囲っただけ(可読性確保のために)
* refactor: remove unneed import
defineProps and withDefaults are compiler micro when using `<script setup>`
FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed .
* Update CHANGELOG
* Fix: ノート検索の初期値が常にホスト指定になってしまう
* notesSearchAvailableをaccountに持たせるのをやめる
* SDPX-Licence-Identifier
* Fix: Vitest fails due to instance.policies being undefined
* Add Storybook for search
* Fix(storybook): ノート検索が利用できないと出てしまう問題
* storybookでユーザー選択ができないのを修正
* feat: ノート検索で自分を選択可能に
& 🎨 
* feat(background): api/metaで検索可能なノートのスコープを参照できるように
* globalのノートが検索不可能な場合、検索オプションを表示しないように
* Update CHANGELOG.md
* config.meilisearch.scopeがstring[]を取ることがあるので修正
* meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように
* hostが空文字の時の挙動を修正
* ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした 
							
						 
						
							2024-07-30 15:51:08 +09:00  
				
					
						
							
							
								 
						
							
								7e0343d724 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/emoji-grid  
							
							
							
						 
						
							2024-07-27 08:18:04 +09:00  
				
					
						
							
							
								 
						
							
								25b65925f7 
								
							 
						 
						
							
							
								
								refactor: misskey-assetsサブモジュールを削除 ( #12818 )  
							
							... 
							
							
							
							* (change) misskey-assetsサブモジュールを削除
* なんか残ってた 
							
						 
						
							2024-07-18 01:47:11 +09:00  
				
					
						
							
							
								 
						
							
								1cefedb6ac 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/emoji-grid  
							
							
							
						 
						
							2024-07-07 11:58:32 +09:00  
				
					
						
							
							
								 
						
							
								fab7d5e484 
								
							 
						 
						
							
							
								
								fix(storybook): build skipping even after updating impl story files ( #14124 )  
							
							
							
						 
						
							2024-07-04 12:33:43 +09:00  
				
					
						
							
							
								 
						
							
								f1b1e2a7cc 
								
							 
						 
						
							
							
								
								fix(storybook): prevent infinite remount of component ( #14101 )  
							
							... 
							
							
							
							* fix(storybook): prevent infinite remount of component
* fix: disable flaky `.toMatch()` test 
							
						 
						
							2024-07-02 10:57:20 +09:00  
				
					
						
							
							
								 
						
							
								a9012d3d0c 
								
							 
						 
						
							
							
								
								test(frontend): fix component error in `MkChart` story ( #14056 )  
							
							
							
						 
						
							2024-06-21 17:29:37 +09:00  
				
					
						
							
							
								 
						
							
								d4e2be68ee 
								
							 
						 
						
							
							
								
								fix(frontend): chart in `MkInstanceCardMini` is no longer displayed ( #13932 )  
							
							... 
							
							
							
							* fix(frontend): chart in `MkInstanceCardMini` is no longer displayed
* Update CHANGELOG.md
* test: add `MkInstanceCardMini` story
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-06-15 10:32:51 +09:00  
				
					
						
							
							
								 
						
							
								499f7b7324 
								
							 
						 
						
							
							
								
								ランダム値によるUI変更の抑制  
							
							
							
						 
						
							2024-06-09 11:15:14 +09:00  
				
					
						
							
							
								 
						
							
								629fb916f9 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2024-06-09 10:39:12 +09:00  
				
					
						
							
							
								 
						
							
								5fc7f04c4d 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/emoji-grid  
							
							
							
						 
						
							2024-06-08 22:19:17 +09:00  
				
					
						
							
							
								 
						
							
								9849aab402 
								
							 
						 
						
							
							
								
								test( #10336 ): add `components/MkC.*` stories ( #13830 )  
							
							... 
							
							
							
							* test(storybook): add `components/MkC.*` stories
* test(storybook): add some tests
* test: add sleep
* test: comment-out flaky test
* test(storybook): add test for `MkChannelFollowButton`
* chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test
* fix(chromatic): add delay to `MkChannelList`
* chore: replace `mswDecorator` with `mswLoader`
* fix(storybook): tweak some parameters
* chore: serve static files
* fix(chromatic): add delay to `MkCwButton`
* chore: delete logging for debug
* fix: add right click in `MkContextMenu` play
* refactor: remove unused imports 
							
						 
						
							2024-06-08 18:00:54 +09:00  
				
					
						
							
							
								 
						
							
								2c7e15f841 
								
							 
						 
						
							
							
								
								Merge branch 'refs/heads/develop' into feature/emoji-grid  
							
							... 
							
							
							
							# Conflicts:
#	CHANGELOG.md
#	packages/frontend/src/components/MkModal.vue 
							
						 
						
							2024-06-08 09:56:40 +09:00  
				
					
						
							
							
								 
						
							
								ba62b7378b 
								
							 
						 
						
							
							
								
								fix(storybook): fix wrong `tabler-icons` CSS path ( #13828 )  
							
							
							
						 
						
							2024-05-18 18:52:17 +09:00  
				
					
						
							
							
								 
						
							
								2b21c19362 
								
							 
						 
						
							
							
								
								update deps ( #13624 )  
							
							... 
							
							
							
							* update deps
* Update package.json
* update deps
* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684 )
* ✌️ 
* ✌️ 
* pureimageの代わりに@napi-rs/canvasを使う (#13748 )
* pureimageの代わりに@napi-rs/canvasを使う
* remove writestream
* remove createtemp
* wip
* Update ClientServerService.ts
* update pnpm to 9.x
* update deps
* re: update pnpm to 9.x
* update node
* ✌️ 
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2024-05-04 20:56:14 +09:00  
				
					
						
							
							
								 
						
							
								9c057e6854 
								
							 
						 
						
							
							
								
								fix(frontend): fix Storybook type errors ( #13779 )  
							
							... 
							
							
							
							* fix(frontend): fix Storybook type errors
* fix: `hasReduce` doesn't work in args 
							
						 
						
							2024-05-01 16:39:16 +09:00  
				
					
						
							
							
								 
						
							
								4915f6cc34 
								
							 
						 
						
							
							
								
								fix ci  
							
							
							
						 
						
							2024-03-20 08:24:34 +09:00  
				
					
						
							
							
								 
						
							
								7a22282346 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into pr/13473  
							
							
							
						 
						
							2024-03-17 17:00:01 +09:00  
				
					
						
							
							
								 
						
							
								29f6ba6310 
								
							 
						 
						
							
							
								
								chore: add missing SPDX ID and workflow check ( #13570 )  
							
							... 
							
							
							
							* chore: add workflow which checks if SPDX ID exists
* chore: add missing SPDX ID in some files
* chore: change trigger condition
* chore: trigger on push
* lint 
							
						 
						
							2024-03-13 22:37:18 +09:00  
				
					
						
							
							
								 
						
							
								122fba32f5 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/emoji-grid  
							
							... 
							
							
							
							# Conflicts:
#	packages/backend/src/core/CustomEmojiService.ts 
							
						 
						
							2024-02-26 19:45:46 +09:00  
				
					
						
							
							
								 
						
							
								cb668b22ad 
								
							 
						 
						
							
							
								
								課題はまだ残っているが、ひとまず完了  
							
							
							
						 
						
							2024-02-26 07:27:41 +09:00  
				
					
						
							
							
								 
						
							
								0a0af6887a 
								
							 
						 
						
							
							
								
								test(frontend): Chromaticテストが落ちるのを修正 ( #13448 )  
							
							... 
							
							
							
							* test(frontend): Chromaticテストが落ちるのを修正
* fix: テストケースを修正
* refactor: comment 
							
						 
						
							2024-02-25 18:06:40 +09:00  
				
					
						
							
							
								 
						
							
								e5b95755e8 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2024-02-25 14:22:01 +09:00  
				
					
						
							
							
								 
						
							
								c2c920c4a2 
								
							 
						 
						
							
							
								
								[wip] add custom-emojis-manager2.stories.impl.ts  
							
							
							
						 
						
							2024-02-23 09:34:26 +09:00  
				
					
						
							
							
								 
						
							
								879596ca7d 
								
							 
						 
						
							
							
								
								[wip] add custom-emojis-manager2.stories.impl.ts  
							
							
							
						 
						
							2024-02-23 08:59:15 +09:00  
				
					
						
							
							
								 
						
							
								098cf397b9 
								
							 
						 
						
							
							
								
								add MkGrid.stories.impl.ts  
							
							
							
						 
						
							2024-02-22 19:24:47 +09:00  
				
					
						
							
							
								 
						
							
								216325840d 
								
							 
						 
						
							
							
								
								fix MkRoleSelectDialog.vue and storybook scenario  
							
							
							
						 
						
							2024-02-21 08:40:08 +09:00  
				
					
						
							
							
								 
						
							
								9189117ef1 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/emoji-grid  
							
							
							
						 
						
							2024-02-14 20:06:42 +09:00  
				
					
						
							
							
								 
						
							
								b8800b8b95 
								
							 
						 
						
							
							
								
								build: upgrade Storybook to 8 beta ( #13297 )  
							
							... 
							
							
							
							* chore: upgrade Storybook to 8
* ci: restore Storybook workflow
* build: createRequire
* ci: TurboSnap life extension 
							
						 
						
							2024-02-14 18:48:25 +09:00  
				
					
						
							
							
								 
						
							
								763cac0aad 
								
							 
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2024-02-14 13:04:23 +09:00  
				
					
						
							
							
								 
						
							
								c1514ce91d 
								
							 
						 
						
							
							
								
								(re)  update SPDX-FileCopyrightText  
							
							... 
							
							
							
							Fix  #13290  
							
						 
						
							2024-02-13 15:59:27 +00:00  
				
					
						
							
							
								 
						
							
								311c2172d7 
								
							 
						 
						
							
							
								
								Revert "update SPDX-FileCopyrightText"  
							
							... 
							
							
							
							This reverts commit 9b5aeb76d8 
							
						 
						
							2024-02-13 15:50:11 +00:00  
				
					
						
							
							
								 
						
							
								9b5aeb76d8 
								
							 
						 
						
							
							
								
								update SPDX-FileCopyrightText  
							
							
							
						 
						
							2024-02-12 11:37:45 +09:00  
				
					
						
							
							
								 
						
							
								5299d17060 
								
							 
						 
						
							
							
								
								test(frontend): migrate MSW in Storybook to v2 ( #13195 )  
							
							
							
						 
						
							2024-02-08 13:28:49 +09:00  
				
					
						
							
							
								 
						
							
								4e2d802967 
								
							 
						 
						
							
							
								
								enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように ( #12702 )  
							
							... 
							
							
							
							* Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072 )
* refactor: crowdin 編集部分のコミットを打ち消し
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 
* refactor: オブジェクトの名前修正
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 
* fix: 設定項目の説明を削除
名称が具体的になって必要なくなったため
https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463  
							
						 
						
							2023-12-18 20:59:20 +09:00  
				
					
						
							
							
								 
						
							
								13990279c3 
								
							 
						 
						
							
							
								
								enhance: Unicode 15.0で新たに追加された絵文字をリアクションに使えるように ( #12683 )  
							
							
							
						 
						
							2023-12-18 14:51:29 +09:00  
				
					
						
							
							
								 
						
							
								aedc1d0ee9 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-12-14 13:22:12 +09:00  
				
					
						
							
							
								 
						
							
								2c0a139da6 
								
							 
						 
						
							
							
								
								feat: Avatar decoration ( #12096 )  
							
							... 
							
							
							
							* wip
* Update ja-JP.yml
* Update profile.vue
* .js
* Update home.test.ts 
							
						 
						
							2023-10-21 18:38:07 +09:00  
				
					
						
							
							
								 
						
							
								ac19b055c7 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-29 15:11:08 +09:00  
				
					
						
							
							
								 
						
							
								e3f151e230 
								
							 
						 
						
							
							
								
								feat: 指定したユーザーの投稿通知  
							
							... 
							
							
							
							Resolve  #11499  
						
							2023-09-21 18:48:15 +09:00