Hazelnoot 
								
							 
						 
						
							
							
							
							
								
							
							
								a4e86758c1 
								
							 
						 
						
							
							
								
								merge upstream 2025-02-03  
							
							
							
						 
						
							2025-02-03 14:36:09 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2c3a41e4a0 
								
							 
						 
						
							
							
								
								fix(frontend): tabler-iconsが読み込めない問題を修正(暫定的対応) ( #15332 )  
							
							... 
							
							
							
							* fix(frontend): update tabler icons
* Update Changelog
* update
* update 
							
						 
						
							2025-01-28 05:46:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hazelnoot 
								
							 
						 
						
							
							
							
							
								
							
							
								dad00e6590 
								
							 
						 
						
							
							
								
								tooling: fix "cannot find module eslint" error when running "build-misskey-js-with-types"  
							
							
							
						 
						
							2025-01-27 23:15:57 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								145c6cf2b5 
								
							 
						 
						
							
							
								
								fix: node.js の punycode モジュールが使用されている場所がある問題 ( #15248 )  
							
							... 
							
							
							
							* fix: punycode.js が使用されていない場所がある問題
* fix: use punycode/punycode.js on backend
* fix: use punycode/punycode.es6.js on backend
* fix: d.ts missing declare keyword
* chore: don't use punycode.js on backend
* update pnpm-lock.yaml
* chore: remove punycode.d.ts
* chore: use punycode.js instead of punycode npm package
* chore: bump psl to 1.15.0
* chore: bump nsfwjs to 4.2.0
4.2.1 is not usable because of https://github.com/infinitered/nsfwjs/issues/904 
* chore: prevent loading node-fetch from tensorflow
* chore: DOMWindow['document'] => Document
IDK why DOMWindow['document'] fails, but might be related to tsc internal complexity limit
* fix: disable --trace-deprecation
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-01-14 12:37:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d60c307c4e 
								
							 
						 
						
							
							
								
								refactor/deps(frontend): shikiのdeprecated表現を修正 ( #15169 )  
							
							... 
							
							
							
							* fix(frontend): shikiのdeprecated表現を修正
* update aiscript-vscode
* ✌️ 
* fix
* remove unused imports
* bump aiscript-vscode to 0.1.15 
							
						 
						
							2025-01-11 13:47:15 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nanashi. 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								99ba7ebaa2 
								
							 
						 
						
							
							
								
								fix(frontend-shared): nodemonをdevDependenciesに追加 ( #15225 )  
							
							
							
						 
						
							2025-01-07 12:21:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								241949da04 
								
							 
						 
						
							
							
								
								merge: fix(frontend): Ensure physics run consistently across different device framerates ( !823 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/823 
Closes  #684 
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev> 
							
						 
						
							2024-12-17 21:50:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									CenTdemeern1 
								
							 
						 
						
							
							
							
							
								
							
							
								4918ae34a5 
								
							 
						 
						
							
							
								
								Upgrade matter-js to version 0.20.0  
							
							... 
							
							
							
							This version uses fixed rates across platforms in Matter.Runner. This fixes inconsistent rates in `physics.ts`. 
							
						 
						
							2024-12-17 17:55:40 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e50ff9db6a 
								
							 
						 
						
							
							
								
								upd: make schedule time work cross timezones  
							
							
							
						 
						
							2024-12-15 22:41:16 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								9937ff39be 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/2024.10  
							
							
							
						 
						
							2024-12-08 19:03:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									CenTdemeern1 
								
							 
						 
						
							
							
							
							
								
							
							
								051073a046 
								
							 
						 
						
							
							
								
								Always load Ruffle from CDN and add it as a dependency  
							
							... 
							
							
							
							This commit has a long story behind it.
Removes Ruffle from /scripts/ and instead always loads the installed version from unpkg, Ruffle's preferred CDN.
This requires having unpkg in the CORS rules.
Ruffle is also loaded from the CDN in dev mode. To help with this an externalPackages array has been added to the vite dev config.
Co-authored-by: Julia Johannesen <julia@insertdomain.name> 
							
						 
						
							2024-12-08 19:15:40 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								74b9351572 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/2024.10  
							
							
							
						 
						
							2024-12-05 09:17:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								387dc4bb4b 
								
							 
						 
						
							
							
								
								UNTESTED maybe laxer match on authority -  fixes   #815  
							
							
							
						 
						
							2024-11-29 11:39:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								6c13dc04f2 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/2024.10  
							
							
							
						 
						
							2024-11-23 10:41:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								bc816cb166 
								
							 
						 
						
							
							
								
								Merge tag '2024.11.0' into feature/2024.10  
							
							
							
						 
						
							2024-11-22 12:29:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								eef0c895bc 
								
							 
						 
						
							
							
								
								use execa 8.0.1  
							
							... 
							
							
							
							#14966  
						
							2024-11-15 19:48:31 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								d9d92bcfbf 
								
							 
						 
						
							
							
								
								Revert "use nodemon 3.0.2"  
							
							... 
							
							
							
							This reverts commit ce1f84e5a3 
							
						 
						
							2024-11-15 19:40:12 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								ce1f84e5a3 
								
							 
						 
						
							
							
								
								use nodemon 3.0.2  
							
							... 
							
							
							
							#14966  
						
							2024-11-15 19:33:50 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e26e24b610 
								
							 
						 
						
							
							
								
								update deps ( #14950 )  
							
							... 
							
							
							
							* update deps
* wip
* Revert "wip"
This reverts commit 393de249fe248ae181221266e0b7828a3ac53152.
* wip
* wip
* wip
* wip 
							
						 
						
							2024-11-15 17:22:00 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Luna Nova 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								906c2863db 
								
							 
						 
						
							
							
								
								fix: move cypress to optionalDependencies in packages/frontent/package.json  
							
							
							
						 
						
							2024-11-12 14:33:05 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								f079edaf3c 
								
							 
						 
						
							
							
								
								Merge tag '2024.10.1' into feature/2024.10  
							
							
							
						 
						
							2024-11-08 15:52:37 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Luna Nova 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3b89b73d27 
								
							 
						 
						
							
							
								
								fix: move cypress to optionalDependencies  
							
							
							
						 
						
							2024-10-18 23:20:47 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hazelnoot 
								
							 
						 
						
							
							
							
							
								
							
							
								0c2e113e8e 
								
							 
						 
						
							
							
								
								update fast-xml-parser to patch security issue (DoS)  
							
							
							
						 
						
							2024-10-15 22:03:42 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hazelnoot 
								
							 
						 
						
							
							
							
							
								
							
							
								af3bb7346e 
								
							 
						 
						
							
							
								
								update axios and ws to patch security issue (unexploitable in our case)  
							
							
							
						 
						
							2024-10-15 22:00:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hazelnoot 
								
							 
						 
						
							
							
							
							
								
							
							
								1f53df66d4 
								
							 
						 
						
							
							
								
								update katex to patch security issue (DoS + 2 more unexploitable)  
							
							
							
						 
						
							2024-10-15 21:51:11 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hazelnoot 
								
							 
						 
						
							
							
							
							
								
							
							
								5f3cb09eb1 
								
							 
						 
						
							
							
								
								fix lint errors in SkFormula.vue  
							
							
							
						 
						
							2024-10-15 21:50:05 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								abb93f1d79 
								
							 
						 
						
							
							
								
								use sfm for embeds  
							
							
							
						 
						
							2024-10-10 13:48:39 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								5856858f49 
								
							 
						 
						
							
							
								
								try to fix icons  
							
							
							
						 
						
							2024-10-09 15:52:42 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								f00576bce6 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey/master' into feature/2024.9.0  
							
							
							
						 
						
							2024-10-09 15:17:22 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d8f30fb793 
								
							 
						 
						
							
							
								
								fix(frontend): canvas-confettiの型定義を追加 ( #14692 )  
							
							
							
						 
						
							2024-10-04 17:32:18 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								864327b4a7 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2024-10-04 11:20:56 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2a4ab0e187 
								
							 
						 
						
							
							
								
								fix(misskey-js): type fixes related to signup and signin ( #14679 )  
							
							
							
						 
						
							2024-10-03 18:33:56 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								d3e2b59f53 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2024-10-03 15:04:53 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1184436461 
								
							 
						 
						
							
							
								
								fix(backend): update and re-enable Bull Dashboard ( #14648 )  
							
							
							
						 
						
							2024-09-29 18:44:55 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								6fdb2b13f4 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2024-09-28 10:04:16 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								76408667f3 
								
							 
						 
						
							
							
								
								update deps ( #14594 )  
							
							... 
							
							
							
							* wip
* Update ClientServerService.ts
* eslint
* Update fetch-resource.ts
* wip 
							
						 
						
							2024-09-22 12:32:01 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Esurio/1673beta 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d4d15f338e 
								
							 
						 
						
							
							
								
								fix: EmailServiceでインラインスタイルを適用するように ( #14600 )  
							
							... 
							
							
							
							Co-authored-by: Esurio <esurio@esurio1673.net> 
							
						 
						
							2024-09-21 18:18:52 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								7439230401 
								
							 
						 
						
							
							
								
								bump happy-dom  
							
							... 
							
							
							
							just because MisskeyIO uses this version 
							
						 
						
							2024-09-20 08:30:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								e9e51fdc01 
								
							 
						 
						
							
							
								
								bump glob  
							
							... 
							
							
							
							latest version no longer uses `inflight`; other dependencies still use
an older `glob`, though… 
							
						 
						
							2024-09-20 08:29:36 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7d7a12d7d6 
								
							 
						 
						
							
							
								
								fix(deps): broken lockfile ( #14556 )  
							
							
							
						 
						
							2024-09-15 21:57:22 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								be0906a6c7 
								
							 
						 
						
							
							
								
								fix(backend): happy-domで外部HTMLをパースする際に関連リソースが読み込まれる問題を修正 ( #14521 )  
							
							... 
							
							
							
							* bump happy-dom, disable all JS&c when parsing
version 10 didn't quite support disabling all of that
I have tested that `MfmService` (the other code that uses `happy-dom`)
still works fine: the RSS feed for a user is generated correctly, with
HTML rendered from MFM
(cherry picked from commit 26e0412fbb 
							
						 
						
							2024-09-15 12:30:27 +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 05ca36f400889456981e89489ae0ae242fa09b67.
* fix
* revert all changes in base.pug
* embedドメインをまとめた
* embedドメインをまとめた
* prevent calling contextmenu in embed page by stopping at the caller
* fix import
* fix import
* improve directory structure
* fix import
* register timeline ui as a container
* wa-
* rename
* wa-
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaImage.vue
* Update EmNote.vue
* revert mkmedialist changes
* 戻し漏れ
* wip
* tweak embed media ui
* revert original media components
* Update boot.embed.js
* rename
* wip
* Update MkNote.vue
* wip
* Update MkSubNoteContent.vue
* Update EmNote.vue
* Update packages/frontend/src/router/definition.ts
* Revert "Update packages/frontend/src/router/definition.ts"
This reverts commit 937ae44521cdb0f250796943b20142b65f8ed944.
* refactor EmMediaImage
* fix import
* remove unused imports
* Update router.ts
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* Update EmNote.vue
* Update EmNote.vue
* Create EmA.vue
* Create EmAvatar.vue
* Update EmAvatar.vue
* wip
* wip
* wip
* Create EmImgWithBlurhash.vue
* Update EmImgWithBlurhash.vue
* Create EmPagination.vue
* wip
* Update boot.ts
* wip
* wip
* wi@p
* wip
* wip
* wiop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update boot.ts
* wip
* Update MkMisskeyFlavoredMarkdown.ts
* wip
* wip
* wip
* wip
* wip
* Update post-message.ts
* wip
* Update EmNoteDetailed.vue
* Update EmNoteDetailed.vue
* Create instance.ts
* Update EmNoteDetailed.vue
* wip
* Update EmNoteDetailed.vue
* wip
* wip
* wip
* Update pnpm-lock.yaml
* wip
* wip
* wp
* wip
* Update ClientServerService.ts
* wip
* Update boot.ts
* Update vite.config.local-dev.ts
* Update vite.config.ts
* Create index.html
* wa-
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Create EmLink.vue
* Create EmMention.vue
* Update EmMfm.ts
* wip
* wip
* wip
* wip
* Update vite.config.ts
* Update boot.ts
* Update EmA.vue
* うぃp
* wip
* wip
* Create EmError.vue
* wip
* Update MkEmbedCodeGenDialog.vue
* Update EmNote.vue
* wip
* wip
* Update user-timeline.vue
* Update check-spdx-license-id.yml
* wip
* wip
* style(frontend-shared): lint fixes on build.js
* fix(frontend-shared): include `*.{js,json}` files in js-built
* wip
* use alias
* refactor
* refactor
* Update scroll.ts
* refactor
* refactor
* refactor
* wip
* wip
* wip
* wip
* Update roles.vue
* Update branding.vue
* wip
* wip
* wip
* Update page.vue
* wip
* fix import
* add missing css variables
* 絵文字をtwemojiに変更
クライアントデフォルトにあわせるため
* force empoll readonly
* fix compiler error
* fix broken imports
* tweak button style
* run api extractor
* fix storybook theme preloads
* fix storybook instance imports
* Update preview.ts
* Update preview.ts
* Update preview.ts
* Revert "Update preview.ts"
This reverts commit 12bab1c6fbd3baf753515df760ff19d027b85155.
* Revert "Update preview.ts"
This reverts commit 5c0ce01dbdf2194ffe94aba950f747a9968f29c4.
* Revert "Update preview.ts"
This reverts commit f4863524d7e5ca0f25470808849c24a72bea000a.
* Revert "fix storybook instance imports"
This reverts commit ed8eabb246edf731d31adffbe3c77c539e53ae9e.
* Revert "wip"
This reverts commit d3c1926519878155193a1654f49141e515d49683.
* Revert "Update page.vue"
This reverts commit 27c7900b0c1ae296b56075e8a9c22585d9cd744b.
* Revert "Update branding.vue"
This reverts commit c08ccb65ba66774c3e2b3dcfc6153004b5c0aa16.
* Revert "Update roles.vue"
This reverts commit 1488b670660cb1803d17d8f5c78f2d79e59fa52d.
* Revert "wip"
This reverts commit aab1c769814b08c257cad3025422a0eea3bfba4f.
* refactor: use common media proxy
* fix imports
* fix
* fix: MediaProxyの初期化を保証する(storybook対策?)
* enhance(frontend-embed): improve embedParams provide
* fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正
* fix
* embed-pageを共通化
* fix import
* fix import
* fix import
* const.jsを共通化
(たぶんrevertしすぎた)
* fix type error
* fix duplicated import
* fix lint
* fix
* コメントとして残す
* sharedとembedをlint対象にする
* lint
* attempt to fix eslint (frontend-shared)
* lint fixes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> 
							
						 
						
							2024-09-09 20:57:36 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								26e0412fbb 
								
							 
						 
						
							
							
								
								bump happy-dom, disable all JS&c when parsing  
							
							... 
							
							
							
							version 10 didn't quite support disabling all of that
I have tested that `MfmService` (the other code that uses `happy-dom`)
still works fine: the RSS feed for a user is generated correctly, with
HTML rendered from MFM 
							
						 
						
							2024-08-30 15:35:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								6151099f5b 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8  
							
							
							
						 
						
							2024-08-30 12:08:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								a58df8ac7c 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/misskey-2024.07  
							
							
							
						 
						
							2024-08-18 13:13:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Julia Johannesen 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								aff57333d5 
								
							 
						 
						
							
							
								
								Add @types/proxy-addr  
							
							
							
						 
						
							2024-08-17 13:12:16 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								bfaf938609 
								
							 
						 
						
							
							
								
								update misskey-dev/eslint-plugin  
							
							
							
						 
						
							2024-08-17 09:38:16 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								4cd44130e0 
								
							 
						 
						
							
							
								
								use the correct remote address  
							
							... 
							
							
							
							we're doing the same thing that Fastify does in the non-streaming
ServerService 
							
						 
						
							2024-08-16 18:00:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7e3dedb045 
								
							 
						 
						
							
							
								
								fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version) ( #14380 )  
							
							... 
							
							
							
							* fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version)
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2024-08-10 09:35:50 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								ef99b1ca07 
								
							 
						 
						
							
							
								
								put back dependency I had deleted by accident  
							
							
							
						 
						
							2024-08-02 13:47:40 +01:00