FineArchs 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								88d47ab024 
								
							 
						 
						
							
							
								
								プラグインの簡易的なログを表示する機能 ( #13564 )  
							
							... 
							
							
							
							* add plugin logging
* change variable name
* Update plugin.ts
* Update CHANGELOG.md 
							
						 
						
							2024-03-13 22:38:26 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								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 
							
								 
							
						 
					 
				
					
						
							
								
								
									おさむのひと 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5c1d86b796 
								
							 
						 
						
							
							
								
								refactor(backend): UserEntityService.packMany()の高速化 ( #13550 )  
							
							... 
							
							
							
							* refactor(backend): UserEntityService.packMany()の高速化
* 修正 
							
						 
						
							2024-03-12 14:31:34 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									anatawa12 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								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 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alina Sireneva 
								
							 
						 
						
							
							
							
							
								
							
							
								d991eccd3f 
								
							 
						 
						
							
							
								
								fix: Promise.resolve  
							
							
							
						 
						
							2024-03-11 16:42:10 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alina Sireneva 
								
							 
						 
						
							
							
							
							
								
							
							
								0085305579 
								
							 
						 
						
							
							
								
								fix: load libopenmpt on demand  
							
							
							
						 
						
							2024-03-11 15:32:59 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								6826e43ad7 
								
							 
						 
						
							
							
								
								make cookie a bit more secure -  fixes   #445  
							
							... 
							
							
							
							We can't make the cookie `HttpOnly` because we're setting it from
Javascript, but I'm not sure it's worth the trouble to redesign that:
`JSON.parse(localStorage.account).token` gives you the token anyway,
hiding the cookie from JS won't offer much protection.
At least we can mark is `Secure` (meaning, only send it over HTTPS)
and _delete it on logout_ (it wasn't!) 
							
						 
						
							2024-03-10 10:26:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								ff189b1952 
								
							 
						 
						
							
							
								
								hide CW-ed featured notes on welcome page -  fixes   #458  
							
							... 
							
							
							
							not the most elegant solution, but simple and robust 
							
						 
						
							2024-03-10 10:13:35 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									yupix 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6b676a928d 
								
							 
						 
						
							
							
								
								enhance(backend): antennas/updateの必須項目をantennaIdのみに ( #13542 )  
							
							... 
							
							
							
							* refactor: antennas/updateの必須項目を最小限に
* fix: userListIdがnullにできない 
							
						 
						
							2024-03-10 17:31:39 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								43544a6479 
								
							 
						 
						
							
							
								
								longer statement_timeout for migrations - fixes 450  
							
							
							
						 
						
							2024-03-09 15:38:36 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								354cb2a675 
								
							 
						 
						
							
							
								
								handle non-ASCII emoji names  
							
							... 
							
							
							
							* use the more inclusive regexp for validating emoji names
* always normalize emoji names, aliases, categories
the latter point is necessary to allow matching, for example, `ä`
against `a`+combining diaeresis
this will also need to bump the version of `sfm-js` once we merge
https://activitypub.software/TransFem-org/sfm-js/-/merge_requests/2  
							
						 
						
							2024-03-09 12:51:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								dbc4fd3e93 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2024-03-09 15:40:21 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
							
							
								
							
							
								45d1af23bb 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2024-03-09 04:10:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
							
							
								
							
							
								1b064d7e30 
								
							 
						 
						
							
							
								
								chore(backend): validateNoteの結果Errorはそのままthrowする  
							
							... 
							
							
							
							理由がわからないため 
							
						 
						
							2024-03-09 04:10:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								760df9ebf0 
								
							 
						 
						
							
							
								
								copy changes to SkNote*  
							
							
							
						 
						
							2024-03-08 16:10:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								15c78d1a01 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey/develop' into future  
							
							
							
						 
						
							2024-03-08 16:09:56 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									かっこかり 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								27f823e882 
								
							 
						 
						
							
							
								
								enhance(frontend): リアクションの総数を表示するか設定で選べるように ( #13539 )  
							
							... 
							
							
							
							* enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512)
(cherry picked from commit 3c8475e5ac217f055eab0f6d0aedcbbcb2a2f27c)
* fix: いいねのみの場合は強制的にカウント表示
* make `showReactionsCount` default false
* リアクションだけ
* けしわすれ
* けしわすれ2
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> 
							
						 
						
							2024-03-08 18:13:09 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								8ab3f3aad6 
								
							 
						 
						
							
							
								
								copy changes to SkNote*  
							
							
							
						 
						
							2024-03-07 16:20:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								dfff4d2073 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'misskey/develop' into future  
							
							
							
						 
						
							2024-03-07 16:09:36 +00: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								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 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
							
							
								
							
							
								62922352b3 
								
							 
						 
						
							
							
								
								Revert "perf: boot.jsの調整"  
							
							... 
							
							
							
							This reverts commit 00c1e4eb55 
							
						 
						
							2024-03-06 09:49:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
							
							
								
							
							
								00c1e4eb55 
								
							 
						 
						
							
							
								
								perf: boot.jsの調整  
							
							
							
						 
						
							2024-03-06 09:40:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
							
							
								
							
							
								4457b02db2 
								
							 
						 
						
							
							
								
								fix(frontend)?: importAppScriptはimportをawaitするように  
							
							
							
						 
						
							2024-03-06 08:08:32 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								ff0117a1a5 
								
							 
						 
						
							
							
								
								check prohibited words when creating notes  
							
							... 
							
							
							
							some small differences (between Misskey and us) inside the `create`
method made `git` put all the changes inside the `import` method… I
thought I had copied them all, but I had missed one, and it's a pretty
important one: prohibited words were not being checked! 
							
						 
						
							2024-03-05 16:52:05 +00: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								4c69cbcd2b 
								
							 
						 
						
							
							
								
								merge: update list of project members ( !452 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/452 
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: Leah <kevinlukej@gmail.com> 
							
						 
						
							2024-03-04 20:35:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								2a4e26c05f 
								
							 
						 
						
							
							
								
								update list of project members  
							
							
							
						 
						
							2024-03-04 20:35:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								1e658ee04d 
								
							 
						 
						
							
							
								
								merge: fix repo + feedback URLs for Firefish / IceShrimp ( !450 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/450 
Approved-by: Luna <her@mint.lgbt>
Approved-by: Amelia Yukii <amelia.yukii@shourai.de> 
							
						 
						
							2024-03-04 20:22:49 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								061cc40384 
								
							 
						 
						
							
							
								
								merge: allow lookup / search for http URLs ( !457 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/457 
Approved-by: Luna <her@mint.lgbt>
Approved-by: Amelia Yukii <amelia.yukii@shourai.de> 
							
						 
						
							2024-03-04 20:20:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Leah 
								
							 
						 
						
							
							
							
							
								
							
							
								eba0c2cc61 
								
							 
						 
						
							
							
								
								Fixed startup crash with seasonal effects  
							
							
							
						 
						
							2024-03-04 18:47:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9542cb8d62 
								
							 
						 
						
							
							
								
								fix(backend): リモートサーバーの情報が更新できなくなっていた問題を修正 ( #13507 )  
							
							... 
							
							
							
							* fix(backend): fetchInstanceMetadataのLockが永遠に解除されない問題を修正
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* fix test
* fix
* comment
* comment
* improve test
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> 
							
						 
						
							2024-03-04 13:48:57 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								96d8432b85 
								
							 
						 
						
							
							
								
								allow lookup / search for http URLs  
							
							
							
						 
						
							2024-03-03 14:45:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								03464cc379 
								
							 
						 
						
							
							
								
								always align code to the left -  fixes   #436  
							
							... 
							
							
							
							"featured notes" on the welcome page's right-hand column are shown
with the text right-aligned; code should not be affected by that. This
makes sure it isn't 
							
						 
						
							2024-03-03 12:06:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								ebe8179c9e 
								
							 
						 
						
							
							
								
								save and restore UI language together with other prefs -  fixes   #443  
							
							
							
						 
						
							2024-03-03 11:23:49 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									zyoshoka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								38837bd388 
								
							 
						 
						
							
							
								
								test(backend): refactor tests ( #13499 )  
							
							... 
							
							
							
							* test(backend): refactor tests
* fix: failed test 
							
						 
						
							2024-03-03 20:15:35 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								7d00c4529b 
								
							 
						 
						
							
							
								
								fix repo + feedback URLs for Firefish / IceShrimp  
							
							
							
						 
						
							2024-03-03 11:12:58 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								6ecfe7c7c3 
								
							 
						 
						
							
							
								
								remove duplicate method  
							
							
							
						 
						
							2024-03-02 17:34:31 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								23f476dbf3 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into release/2024.3.1  
							
							
							
						 
						
							2024-03-02 17:28:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								af548d05ca 
								
							 
						 
						
							
							
								
								merge upstream for 2024.2.1  
							
							
							
						 
						
							2024-03-02 16:36:49 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								3afdafed61 
								
							 
						 
						
							
							
								
								2024.3.1  
							
							
							
						 
						
							2024-03-02 17:06:01 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
							
							
								
							
							
								2744cbd310 
								
							 
						 
						
							
							
								
								fix(frontend): MkCustomEmojiでフォールバックをテキストか画像か選べるように  
							
							... 
							
							
							
							fix of #13487  
							
						 
						
							2024-03-02 07:05:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									おさむのひと 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								32690f576f 
								
							 
						 
						
							
							
								
								fix(frontend): ピン留め or 履歴に表示されるカスタム絵文字がサーバから削除されるとリアクションが出来なくなる ( #13486 )  
							
							... 
							
							
							
							* fix(frontend): ピン留めに登録されているカスタム絵文字がサーバから削除されるとリアクションが出来なくなる
* fix CHANGELOG.md
* fix Unicode Emojis
* fix Unicode Emojis
* fix 
							
						 
						
							2024-03-02 13:28:10 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tamaina 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								114d3319e8 
								
							 
						 
						
							
							
								
								chore(client): 絵文字の画像読み込みに失敗した際はテキストではなくダミー画像を表示 ( #13487 )  
							
							
							
						 
						
							2024-03-02 13:26:21 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Acid Chicken (硫酸鶏) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f704891932 
								
							 
						 
						
							
							
								
								fix: emoji colorization  
							
							
							
						 
						
							2024-03-02 05:53:43 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
							
							
								
							
							
								ba9d47fb69 
								
							 
						 
						
							
							
								
								2024.3.0  
							
							
							
						 
						
							2024-03-01 20:22:06 +09:00