40bb6069ec 
								
							 
						 
						
							
							
								
								fix(frontend): URLプレビューのto/hrefがない問題を修正  
							
							... 
							
							
							
							Fix of 9ae577871b (diff-cfa02e203bdbd03dbf312a889f009ca7f9ebd8376334ebd74c4961b716b22d93) 
							
						 
						
							2024-03-22 08:54:34 +09:00  
				
					
						
							
							
								 
						
							
								831c74a25b 
								
							 
						 
						
							
							
								
								fix: URLプレビューの動作改善+動作設定を可能にする ( #13579 )  
							
							... 
							
							
							
							* wip
* support new version
* URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする
* fix lint
* fix lint
* tweak preview request error handles
* fix: CHANGELOG.md
* fix
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-03-21 18:46:42 +09:00  
				
					
						
							
							
								 
						
							
								f4838e50b4 
								
							 
						 
						
							
							
								
								enhance(antenna): Botの投稿を除外できるように ( #13603 )  
							
							... 
							
							
							
							* enhance(antenna): Botの投稿を除外できるように (MisskeyIO#545)
(cherry picked from commit a95ce067c6 
							
						 
						
							2024-03-21 07:51:01 +09:00  
				
					
						
							
							
								 
						
							
								7795045b23 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2024-03-20 20:01:56 +09:00  
				
					
						
							
							
								 
						
							
								ca2df14a8f 
								
							 
						 
						
							
							
								
								fix(frontend): woodenPanelの配色を修正 ( #13561 )  
							
							... 
							
							
							
							* fix(frontend): woodenPanelの配色を修正
* fix 
							
						 
						
							2024-03-20 13:10:09 +09:00  
				
					
						
							
							
								 
						
							
								d7bb6c88d3 
								
							 
						 
						
							
							
								
								Cypress typescript ( #13591 )  
							
							... 
							
							
							
							* convert Cypress tests to TypeScript
this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy 
for their fork https://github.com/cutiekey/cutiekey/pull/7 
I just repacked their changes into a minimal set
* fix call to `window` in cypress tests
this error was spotted thanks to the TypeScript compiler:
```
support/commands.ts:33:12 - error TS2559: Type '(win: any) => void'
has no properties in common with type 'Partial<Loggable &
Timeoutable>'.
33  cy.window(win => {
              ~~~~~~~~
Found 1 error in support/commands.ts:33
```
(again, @lunaisnotaboy did the actual work) 
							
						 
						
							2024-03-20 11:25:49 +09:00  
				
					
						
							
							
								 
						
							
								115d91812e 
								
							 
						 
						
							
							
								
								fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする ( #13598 )  
							
							... 
							
							
							
							* fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする
* fix CHANGELOG.md 
							
						 
						
							2024-03-20 10:30:45 +09:00  
				
					
						
							
							
								 
						
							
								29aca946d4 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey-original/develop' into develop  
							
							
							
						 
						
							2024-03-19 23:03:48 +09:00  
				
					
						
							
							
								 
						
							
								5f6863b77e 
								
							 
						 
						
							
							
								
								Add missing credit (for  #13586 )  
							
							
							
						 
						
							2024-03-18 19:04:20 +09:00  
				
					
						
							
							
								 
						
							
								d3016a4d6a 
								
							 
						 
						
							
							
								
								are  
							
							
							
						 
						
							2024-03-18 19:02:54 +09:00  
				
					
						
							
							
								 
						
							
								0226a670dd 
								
							 
						 
						
							
							
								
								fix(backend): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 ( #13586 )  
							
							... 
							
							
							
							* enhance(OGP): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (MisskeyIO#528)
(cherry picked from commit 0c3de462d9 
							
						 
						
							2024-03-18 18:34:31 +09:00  
				
					
						
							
							
								 
						
							
								067cdf3ce4 
								
							 
						 
						
							
							
								
								enhance(frontend): ページのデザインを調整 ( #13590 )  
							
							... 
							
							
							
							* enhance(frontend): ページのデザインを調整
* 共有ボタンを直感的な導線に変更
* Update Changelog
* Update packages/frontend/src/components/page/page.image.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-03-18 18:21:27 +09:00  
				
					
						
							
							
								 
						
							
								d2a02da432 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey-original/develop' into develop  
							
							
							
						 
						
							2024-03-18 15:10:24 +09:00  
				
					
						
							
							
								 
						
							
								a38646bd0f 
								
							 
						 
						
							
							
								
								fix(backend): フォローリクエストを作成する際に既存のものは削除するように ( #13588 )  
							
							... 
							
							
							
							* fix: delete old follow request (if exists) before creating new
(cherry picked from commit ea948ccadc7eace1fcace176c9c070b2a9b46f56)
* Update Changelog
* Update Changelog
---------
Co-authored-by: Kaity A <kaity@atikayda.au> 
							
						 
						
							2024-03-18 14:20:28 +09:00  
				
					
						
							
							
								 
						
							
								b65203c9f8 
								
							 
						 
						
							
							
								
								fix(frontend): WebGL2コンテキストの初期化に失敗するとMisskeyが起動できなくなる問題を修正 ( #13587 )  
							
							... 
							
							
							
							* Fixed startup crash with seasonal effects
(cherry picked from commit eba0c2cc61512db22109e2f15604eb65f5b7d2f2)
* Update Changelog
* Update Changelog
---------
Co-authored-by: Leah <kevinlukej@gmail.com> 
							
						 
						
							2024-03-17 20:33:33 +09:00  
				
					
						
							
							
								 
						
							
								dcfab918e9 
								
							 
						 
						
							
							
								
								feat: send heartbeat right after visibility changed to 'visible' ( #13581 )  
							
							
							
						 
						
							2024-03-17 18:47:29 +09:00  
				
					
						
							
							
								 
						
							
								282cfae1b2 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2024-03-17 10:34:15 +09:00  
				
					
						
							
							
								 
						
							
								7e63ab0f56 
								
							 
						 
						
							
							
								
								refactor(backend): refactor chart engine  
							
							
							
						 
						
							2024-03-17 10:34:13 +09:00  
				
					
						
							
							
								 
						
							
								4b1ca9ef61 
								
							 
						 
						
							
							
								
								fix(general): `flash/create`でPlayの公開範囲を指定できない問題の修正と編集画面の調整 ( #13574 )  
							
							... 
							
							
							
							* fix(backend): param `visibility` wasn't included in `flash/create`
* fix(frontend): tweak flash editor ui
* Update CHANGELOG.md 
							
						 
						
							2024-03-15 22:02:57 +09:00  
				
					
						
							
							
								 
						
							
								71d0538647 
								
							 
						 
						
							
							
								
								fix(frontend): update locales/index.d.ts  
							
							
							
						 
						
							2024-03-14 18:18:32 +09:00  
				
					
						
							
							
								 
						
							
								8604bd9807 
								
							 
						 
						
							
							
								
								fix(dev): vscode-jest: Deprecated: Please use jest.runMode instead.  
							
							
							
						 
						
							2024-03-14 17:42:30 +09:00  
				
					
						
							
							
								 
						
							
								75fa43bc59 
								
							 
						 
						
							
							
								
								fix(dev): fix duplication in .vscode/extensions.json  
							
							
							
						 
						
							2024-03-14 17:39:38 +09:00  
				
					
						
							
							
								 
						
							
								88d47ab024 
								
							 
						 
						
							
							
								
								プラグインの簡易的なログを表示する機能 ( #13564 )  
							
							... 
							
							
							
							* add plugin logging
* change variable name
* Update plugin.ts
* Update CHANGELOG.md 
							
						 
						
							2024-03-13 22:38:26 +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  
				
					
						
							
							
								 
						
							
								ad0265dcd0 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey-original/develop' into develop  
							
							
							
						 
						
							2024-03-12 23:21:16 +09:00  
				
					
						
							
							
								 
						
							
								12e6171230 
								
							 
						 
						
							
							
								
								fix: channel timeline post form  
							
							
							
						 
						
							2024-03-12 23:20:59 +09:00  
				
					
						
							
							
								 
						
							
								51af59dfc5 
								
							 
						 
						
							
							
								
								fix: channel timeline post form  
							
							
							
						 
						
							2024-03-12 23:18:11 +09:00  
				
					
						
							
							
								 
						
							
								5c1d86b796 
								
							 
						 
						
							
							
								
								refactor(backend): UserEntityService.packMany()の高速化 ( #13550 )  
							
							... 
							
							
							
							* refactor(backend): UserEntityService.packMany()の高速化
* 修正 
							
						 
						
							2024-03-12 14:31:34 +09:00  
				
					
						
							
							
								 
						
							
								6d9c234cb6 
								
							 
						 
						
							
							
								
								fix: URL preview popup for local URL appears in the upper left corner ( #13555 )  
							
							
							
						 
						
							2024-03-12 13:50:24 +09:00  
				
					
						
							
							
								 
						
							
								b280faa8e7 
								
							 
						 
						
							
							
								
								enhance(frontend): 各サーバーはMisskeyを利用したサービスであることを強調 ( #13559 )  
							
							... 
							
							
							
							* ロゴ周りを追加
* 調整
---------
Co-authored-by: uboar <10250330+uboar@users.noreply.github.com> 
							
						 
						
							2024-03-12 13:48:14 +09:00  
				
					
						
							
							
								 
						
							
								e23e2f4ae9 
								
							 
						 
						
							
							
								
								Fix Changelog  
							
							
							
						 
						
							2024-03-12 12:09:26 +09:00  
				
					
						
							
							
								 
						
							
								6b676a928d 
								
							 
						 
						
							
							
								
								enhance(backend): antennas/updateの必須項目をantennaIdのみに ( #13542 )  
							
							... 
							
							
							
							* refactor: antennas/updateの必須項目を最小限に
* fix: userListIdがnullにできない 
							
						 
						
							2024-03-10 17:31:39 +09:00  
				
					
						
							
							
								 
						
							
								c2aba3886a 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey-original/develop' into develop  
							
							... 
							
							
							
							# Conflicts:
#	packages/frontend/src/components/MkNote.vue 
							
						 
						
							2024-03-09 20:49:56 +09:00  
				
					
						
							
							
								 
						
							
								e4eaf1220e 
								
							 
						 
						
							
							
								
								Update example.yml ( #13551 )  
							
							
							
						 
						
							2024-03-09 17:55:41 +09:00  
				
					
						
							
							
								 
						
							
								dbc4fd3e93 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2024-03-09 15:40:21 +09:00  
				
					
						
							
							
								 
						
							
								db29680e74 
								
							 
						 
						
							
							
								
								chore(dev): remove deprecated vscode plugins  
							
							
							
						 
						
							2024-03-09 15:31:21 +09:00  
				
					
						
							
							
								 
						
							
								45d1af23bb 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2024-03-09 04:10:21 +00:00  
				
					
						
							
							
								 
						
							
								1b064d7e30 
								
							 
						 
						
							
							
								
								chore(backend): validateNoteの結果Errorはそのままthrowする  
							
							... 
							
							
							
							理由がわからないため 
							
						 
						
							2024-03-09 04:10:17 +00:00  
				
					
						
							
							
								 
						
							
								27f823e882 
								
							 
						 
						
							
							
								
								enhance(frontend): リアクションの総数を表示するか設定で選べるように ( #13539 )  
							
							... 
							
							
							
							* enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512)
(cherry picked from commit 3c8475e5ac 
							
						 
						
							2024-03-08 18:13:09 +09:00  
				
					
						
							
							
								 
						
							
								f4a5740412 
								
							 
						 
						
							
							
								
								fix(frontend): 周年の実績が閏年を考慮するように ( #13525 )  
							
							... 
							
							
							
							* fix(frontend): 周年の実績が閏年を考慮するように
* まちがえた
* Update Changelog
* 変数の定義回数を減らす 
							
						 
						
							2024-03-07 17:21:57 +09:00  
				
					
						
							
							
								 
						
							
								c680e35aa0 
								
							 
						 
						
							
							
								
								enhance(frontend): 広告が同一ドメインの場合はRouterで遷移するように ( #13510 )  
							
							... 
							
							
							
							* enhance(frontend): 広告が同一ドメインの場合はRouterで遷移するように
* Update Changelog
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-03-07 16:36:06 +09:00  
				
					
						
							
							
								 
						
							
								412e9f284d 
								
							 
						 
						
							
							
								
								test(backend): enable typecheck by workflow ( #13526 )  
							
							
							
						 
						
							2024-03-07 09:51:57 +09:00  
				
					
						
							
							
								 
						
							
								7ead98cbe5 
								
							 
						 
						
							
							
								
								enhance(frontend): リアクションの総数を表示するように ( #13532 )  
							
							... 
							
							
							
							* enhance(frontend): リアクションの総数を表示するように
* Update Changelog
* リアクション選択済の色をaccentに 
							
						 
						
							2024-03-06 21:08:42 +09:00  
				
					
						
							
							
								 
						
							
								62922352b3 
								
							 
						 
						
							
							
								
								Revert "perf: boot.jsの調整"  
							
							... 
							
							
							
							This reverts commit 00c1e4eb55 
							
						 
						
							2024-03-06 09:49:01 +00:00  
				
					
						
							
							
								 
						
							
								00c1e4eb55 
								
							 
						 
						
							
							
								
								perf: boot.jsの調整  
							
							
							
						 
						
							2024-03-06 09:40:47 +00:00  
				
					
						
							
							
								 
						
							
								4457b02db2 
								
							 
						 
						
							
							
								
								fix(frontend)?: importAppScriptはimportをawaitするように  
							
							
							
						 
						
							2024-03-06 08:08:32 +00:00  
				
					
						
							
							
								 
						
							
								e9ffc01929 
								
							 
						 
						
							
							
								
								a  
							
							
							
						 
						
							2024-03-06 13:46:27 +09:00  
				
					
						
							
							
								 
						
							
								b40ecc6159 
								
							 
						 
						
							
							
								
								a  
							
							
							
						 
						
							2024-03-06 11:46:54 +09:00  
				
					
						
							
							
								 
						
							
								08d618bb8b 
								
							 
						 
						
							
							
								
								enhance(frontend): 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする ( #13520 )  
							
							... 
							
							
							
							* enhance(frontend): 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする
* 他のファイルタイプにも対応
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-03-05 18:06:57 +09:00  
				
					
						
							
							
								 
						
							
								45672a70f9 
								
							 
						 
						
							
							
								
								fix(frontend): router遷移時にmatchAllに入った場合一度`location.href`を経由するように ( #13509 )  
							
							... 
							
							
							
							* fix(frontend): router遷移時にmatchAllに入った場合一度`location.href`を経由するように
* Update Changelog
* Update CHANGELOG.md
* remove unnecessary args 
							
						 
						
							2024-03-05 17:27:33 +09:00