fd8d253e1e 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-10-22 09:43:55 +09:00  
				
					
						
							
							
								 
						
							
								845713bdbf 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-10-22 09:28:59 +09:00  
				
					
						
							
							
								 
						
							
								f51bca41c5 
								
							 
						 
						
							
							
								
								Feat: 外部サイトからテーマ・プラグインのインストールができるように ( #12034 )  
							
							... 
							
							
							
							* Feat: 外部サイトからテーマ・プラグインのインストールができるように
* Update Changelog
* Change Changelog
* Remove unnecessary imports
* Update fetch-external-resources.ts
* Update CHANGELOG.md
* Update CHANGELOG.md 
							
						 
						
							2023-10-21 18:41:12 +09:00  
				
					
						
							
							
								 
						
							
								722584bf72 
								
							 
						 
						
							
							
								
								すべてのフォロー中の人のwithRepliesを変える機能 ( #12049 )  
							
							... 
							
							
							
							* feat: endpoint to update all following
* feat(frontend): change show replies for all
* docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように
* fix: cancel not working 
							
						 
						
							2023-10-21 18:39:19 +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  
				
					
						
							
							
								 
						
							
								e6873fb259 
								
							 
						 
						
							
							
								
								Switch avatar images that depend on the animation setting ( #12097 )  
							
							
							
						 
						
							2023-10-21 13:31:16 +09:00  
				
					
						
							
							
								 
						
							
								f4970c7d2f 
								
							 
						 
						
							
							
								
								fix(frontend): Use opening quote in notifications ( #12082 )  
							
							... 
							
							
							
							Signed-off-by: Natsuki Ikeguchi <me@s6n.jp> 
							
						 
						
							2023-10-21 07:54:28 +09:00  
				
					
						
							
							
								 
						
							
								42a3489bcb 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-20 15:46:12 +09:00  
				
					
						
							
							
								 
						
							
								21986a2168 
								
							 
						 
						
							
							
								
								enhance(frontend): 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく  
							
							
							
						 
						
							2023-10-20 11:51:01 +09:00  
				
					
						
							
							
								 
						
							
								18af290b18 
								
							 
						 
						
							
							
								
								chore: tweak MkNotifications  
							
							
							
						 
						
							2023-10-20 11:33:33 +09:00  
				
					
						
							
							
								 
						
							
								cc256f117e 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-19 19:51:59 +09:00  
				
					
						
							
							
								 
						
							
								7b361224f8 
								
							 
						 
						
							
							
								
								fix(frontend): Recieve Unrenote on streaming ( #12079 )  
							
							... 
							
							
							
							* fix(frontend): Recieve Unrenote
表示しているリノートがリノート解除されたらストリーミングで受信してすぐに消えるようにする
* fix(frontend): Recieve Unrenote lint fixing
* fix(frontend): Recieve Unrenote Decapture
Decapture忘れてたー 
							
						 
						
							2023-10-19 19:36:18 +09:00  
				
					
						
							
							
								 
						
							
								721cbe085b 
								
							 
						 
						
							
							
								
								fix(frontend): fix of  30efd932a5 
							
							
							
						 
						
							2023-10-19 17:42:19 +09:00  
				
					
						
							
							
								 
						
							
								30efd932a5 
								
							 
						 
						
							
							
								
								enhance: nyaizeはクライアントで表示時に行うように  
							
							... 
							
							
							
							Resolve  #12030  
						
							2023-10-19 11:42:17 +09:00  
				
					
						
							
							
								 
						
							
								52a82ac193 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-10-18 10:07:21 +09:00  
				
					
						
							
							
								 
						
							
								145c5c8b2b 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-18 09:43:59 +09:00  
				
					
						
							
							
								 
						
							
								5a3c6575dd 
								
							 
						 
						
							
							
								
								新規にフォローした人のwithRepliesをtrueにする機能を追加 ( #12048 )  
							
							... 
							
							
							
							* feat: add defaultWithReplies to MiUser
* feat: use defaultWithReplies when creating MiFollowing
* feat: update defaultWithReplies from API
* feat: return defaultWithReplies as a part of $i
* feat(frontend): configure defaultWithReplies
* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように
* fix: typo
* style: fix lint failure
* chore: improve UI text
* chore: make optional params of  UserFollowingService.follow() object
* chore: UserFollowingService.follow() accept withReplies
* chore: add withReplies to MiFollowRequest
* chore: process withReplies for follow request
* feat: accept withReplies on 'following/create' endpoint
* feat: store defaultWithReplies in client store
* Revert "feat: return defaultWithReplies as a part of $i"
This reverts commit f2cc4fe695e3cee69f5ab14d70 
							
						 
						
							2023-10-17 20:56:17 +09:00  
				
					
						
							
							
								 
						
							
								e9db0680c4 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-17 09:04:17 +09:00  
				
					
						
							
							
								 
						
							
								9338ab461e 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-16 20:13:05 +09:00  
				
					
						
							
							
								 
						
							
								5efd01ba70 
								
							 
						 
						
							
							
								
								feat: サーバーサイレンス機能を追加 ( #12031 )  
							
							... 
							
							
							
							* feat : サーバーサイレンスを追加
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update locale
* Update instance-info.vue
* update misskey-js.api.md
* lint fix
* migration fix
* 既存のものを使うように
* fix
* 色々直した
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/components/MkInstanceCardMini.vue
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* fix: サイレンスされてるサーバーからの投稿は全部ホームにする
* fix: undefinedでfalseを返すようにした
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-16 20:11:27 +09:00  
				
					
						
							
							
								 
						
							
								3ebed5aa3e 
								
							 
						 
						
							
							
								
								feat: local-only antenna  
							
							... 
							
							
							
							Resolve  #11869  
						
							2023-10-16 15:06:00 +09:00  
				
					
						
							
							
								 
						
							
								096fa16c4c 
								
							 
						 
						
							
							
								
								enhance(frontend): TLの返信表示オプションを記憶するように  
							
							... 
							
							
							
							Resolve  #12016  
						
							2023-10-13 16:49:56 +09:00  
				
					
						
							
							
								 
						
							
								04908bc90c 
								
							 
						 
						
							
							
								
								.js  
							
							
							
						 
						
							2023-10-13 16:42:57 +09:00  
				
					
						
							
							
								 
						
							
								7132958948 
								
							 
						 
						
							
							
								
								fix(frontend): 絵文字ピッカーで横に長いカスタム絵文字が見切れる問題を修正  
							
							
							
						 
						
							2023-10-11 17:58:40 +09:00  
				
					
						
							
							
								 
						
							
								7a8d5e5840 
								
							 
						 
						
							
							
								
								enhance: ローカルタイムライン、ソーシャルタイムラインで返信を含むかどうか設定可能に  
							
							... 
							
							
							
							Resolve  #12001  
						
							2023-10-11 10:15:44 +09:00  
				
					
						
							
							
								 
						
							
								51b6a012a5 
								
							 
						 
						
							
							
								
								fix(frontend): ユーザープロフィールページでセンシティブなメディアが隠されない問題を修正  
							
							
							
						 
						
							2023-10-10 19:49:25 +09:00  
				
					
						
							
							
								 
						
							
								373c2af46a 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-10-10 18:11:58 +09:00  
				
					
						
							
							
								 
						
							
								f5e72f7d3e 
								
							 
						 
						
							
							
								
								🎨  CWボタンを大きく  
							
							
							
						 
						
							2023-10-10 18:08:54 +09:00  
				
					
						
							
							
								 
						
							
								cf6e53b2ac 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-10 16:26:48 +09:00  
				
					
						
							
							
								 
						
							
								9dd0f8c39b 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-10-10 16:25:06 +09:00  
				
					
						
							
							
								 
						
							
								af1087aed4 
								
							 
						 
						
							
							
								
								Feat:「ファイルの詳細」ページを追加 ( #11995 )  
							
							... 
							
							
							
							* (add) ファイルビューア
* Update Changelog
* 既存のAPIを利用
* run api extratctor
* Change i18n
* (add) ページに関する説明を追加
* Update CHANGELOG
* (fix) design, classes 
							
						 
						
							2023-10-10 10:43:43 +09:00  
				
					
						
							
							
								 
						
							
								13dbfef9f8 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-09 20:55:40 +09:00  
				
					
						
							
							
								 
						
							
								6ff98846e6 
								
							 
						 
						
							
							
								
								fix(backend): 「ファイル付きのみ」のTLでファイル無しの新着ノートが表示される  
							
							... 
							
							
							
							Fix  #11939  
						
							2023-10-09 17:48:09 +09:00  
				
					
						
							
							
								 
						
							
								19a507633e 
								
							 
						 
						
							
							
								
								lint fixes  
							
							
							
						 
						
							2023-10-09 15:37:58 +09:00  
				
					
						
							
							
								 
						
							
								ca022cbbdf 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-10-08 18:04:56 +09:00  
				
					
						
							
							
								 
						
							
								274c21e2cc 
								
							 
						 
						
							
							
								
								chore(backend): tweak MkInput  
							
							
							
						 
						
							2023-10-08 17:57:48 +09:00  
				
					
						
							
							
								 
						
							
								4bbfc98883 
								
							 
						 
						
							
							
								
								Feat: タイムライン更新中に広告を挿入 ( #11989 )  
							
							... 
							
							
							
							* Feat: タイムライン更新中に広告を挿入
* 翻訳を変更
* Run api extractor
* fix api extractor
* Update locales/ja-JP.yml
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* confirm -> mkinfo
* MkInputにmin, maxを指定できるように
* 負の値が指定されたら何もしない
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-08 17:56:44 +09:00  
				
					
						
							
							
								 
						
							
								774bf6a55e 
								
							 
						 
						
							
							
								
								enhance(frontend): make default volume of video 30%  
							
							
							
						 
						
							2023-10-08 14:01:40 +09:00  
				
					
						
							
							
								 
						
							
								5e8c0deab3 
								
							 
						 
						
							
							
								
								プライバシーポリシー・運営者情報のリンクを追加 ( #11925 )  
							
							... 
							
							
							
							* 運営者情報・プライバシーポリシーリンクを追加
* Update Changelog
* Run api extractor
* プライバシーポリシー・利用規約の同意をまとめる
* Update Changelog
* fix lint
* fix
* api extractor
* improve design
* nodeinfoにプライバシーポリシー・運営者情報を追加 
							
						 
						
							2023-10-07 13:13:13 +09:00  
				
					
						
							
							
								 
						
							
								a5b6e807bb 
								
							 
						 
						
							
							
								
								feat: per user featured notes  
							
							
							
						 
						
							2023-10-06 18:30:08 +09:00  
				
					
						
							
							
								 
						
							
								e6ca53c5e1 
								
							 
						 
						
							
							
								
								update rollup to 4.0.0  
							
							
							
						 
						
							2023-10-06 17:36:43 +09:00  
				
					
						
							
							
								 
						
							
								95dc70021f 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-10-06 17:19:17 +09:00  
				
					
						
							
							
								 
						
							
								ee483f2dee 
								
							 
						 
						
							
							
								
								Disallow renote of direct note ( #11970 )  
							
							... 
							
							
							
							* chore: renoteに関するチェックをまとめる
* fix: ダイレクト投稿をrenoteできる
* fix(frontend): 自分のダイレクト投稿をrenoteできる
* docs(changelog): ダイレクト投稿をリノートできてしまう
* fix lint
* chore(backend): visibilityに関するエラーをApi Errorとして返す 
							
						 
						
							2023-10-05 17:03:50 +09:00  
				
					
						
							
							
								 
						
							
								979741ce09 
								
							 
						 
						
							
							
								
								tweak ui  
							
							
							
						 
						
							2023-10-05 10:03:13 +09:00  
				
					
						
							
							
								 
						
							
								5b00fa6f82 
								
							 
						 
						
							
							
								
								enhance(backend): users/notesでチャンネル投稿を含めるオプション  
							
							... 
							
							
							
							Resolve  #11965  
						
							2023-10-05 09:48:45 +09:00  
				
					
						
							
							
								 
						
							
								e4ade46a2d 
								
							 
						 
						
							
							
								
								fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 ( #11912 )  
							
							... 
							
							
							
							* fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除
* fix(frontend): 各localesからsfx/chat sfx/chatbgを削除 
							
						 
						
							2023-10-04 20:17:05 +09:00  
				
					
						
							
							
								 
						
							
								89e4f28d06 
								
							 
						 
						
							
							
								
								enhance(frontend): tweak ui  
							
							
							
						 
						
							2023-10-04 20:03:52 +09:00  
				
					
						
							
							
								 
						
							
								0dbf5175df 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-10-04 19:55:35 +09:00  
				
					
						
							
							
								 
						
							
								bcbcaa9c60 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-10-04 12:56:57 +09:00  
				
					
						
							
							
								 
						
							
								b40329887f 
								
							 
						 
						
							
							
								
								revert: note editing  
							
							
							
						 
						
							2023-10-04 12:05:01 +09:00  
				
					
						
							
							
								 
						
							
								17b83ff4c1 
								
							 
						 
						
							
							
								
								enhance: TLキャッシュ容量を設定できるように  
							
							
							
						 
						
							2023-10-04 08:46:27 +09:00  
				
					
						
							
							
								 
						
							
								5fd0cb31f6 
								
							 
						 
						
							
							
								
								fix: deck uiでuser listを見たときにリプライが表示されない ( #11951 )  
							
							... 
							
							
							
							* fix: deck uiでuser listを見たときにリプライが表示されない
* docs(changelog): deck uiでuser listを見たときにリプライが表示されない
* Update list-column.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-10-03 20:38:34 +09:00  
				
					
						
							
							
								 
						
							
								a511d8eddc 
								
							 
						 
						
							
							
								
								2段階認証のバックアップコード一覧をテキストファイルでダウンロード可能に ( #11957 )  
							
							
							
						 
						
							2023-10-03 20:27:37 +09:00  
				
					
						
							
							
								 
						
							
								6277a5545c 
								
							 
						 
						
							
							
								
								feat: improve tl performance ( #11946 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip 
							
						 
						
							2023-10-03 20:26:11 +09:00  
				
					
						
							
							
								 
						
							
								5ee93dc4a2 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-10-03 18:34:04 +09:00  
				
					
						
							
							
								 
						
							
								10ae0b329a 
								
							 
						 
						
							
							
								
								enhance(frontend): tweak ui  
							
							
							
						 
						
							2023-10-03 18:33:22 +09:00  
				
					
						
							
							
								 
						
							
								e00fdc2d59 
								
							 
						 
						
							
							
								
								fix(frontend): use-tooltip の呼び出し元の UI が無くなったら自動的に削除されるようにする ( #11949 )  
							
							... 
							
							
							
							* Update use-tooltip.ts
* Update CHANGELOG.md 
							
						 
						
							2023-10-03 11:27:51 +09:00  
				
					
						
							
							
								 
						
							
								09dfb9bde3 
								
							 
						 
						
							
							
								
								feat: AiScriptでホストのアドレスを参照できる定数 ( #11924 )  
							
							... 
							
							
							
							* add HOST_URL
* Update CHANGELOG.md
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-30 09:39:21 +09:00  
				
					
						
							
							
								 
						
							
								392de4df36 
								
							 
						 
						
							
							
								
								enhance: ノートの翻訳機能の利用可否をロールで設定可能に  
							
							... 
							
							
							
							Resolve  #11923  
						
							2023-09-30 07:54:11 +09:00  
				
					
						
							
							
								 
						
							
								cc6a96e1c9 
								
							 
						 
						
							
							
								
								enhance(front)end: improve moderation log  
							
							
							
						 
						
							2023-09-30 07:42:38 +09:00  
				
					
						
							
							
								 
						
							
								5edc885c22 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2023-09-29 17:05:35 +09:00  
				
					
						
							
							
								 
						
							
								e5c339b86a 
								
							 
						 
						
							
							
								
								enhance(frontend): タイムラインでファイルが添付されたノートのみ表示するオプションを追加  
							
							
							
						 
						
							2023-09-29 16:56:17 +09:00  
				
					
						
							
							
								 
						
							
								f269841a83 
								
							 
						 
						
							
							
								
								Feat: AiScriptでリモートサーバーのAPIを叩く関数を追加 ( #11887 )  
							
							... 
							
							
							
							* add Mk:apiExternal
* fix
* lint
* Update CHANGELOG.md
* Update api.ts
* add apiExternal()
* add apiExternal()
* allow / ambiguity
* use os.apiExternal()
* add checks
* fix url 
							
						 
						
							2023-09-29 15:21:45 +09:00  
				
					
						
							
							
								 
						
							
								b349d0baf8 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-09-29 15:14:18 +09:00  
				
					
						
							
							
								 
						
							
								ac19b055c7 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-29 15:11:08 +09:00  
				
					
						
							
							
								 
						
							
								9771f1c435 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-09-29 13:26:11 +09:00  
				
					
						
							
							
								 
						
							
								9c448055a3 
								
							 
						 
						
							
							
								
								広告に関する修正(配信中の絞り込み、Create時にMiAdを返すように) ( #11913 )  
							
							... 
							
							
							
							* ad/createにて作成したMiAdを返すように
別なツールからアップデート等をする際に必要
* ad/list取得に現在掲載中のオプションを作成
* スイッチで配信中のみを絞れるように
* update CHANGELOG
* エラー修正
* Update packages/frontend/src/pages/admin/ads.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-29 12:27:05 +09:00  
				
					
						
							
							
								 
						
							
								b9da1415a5 
								
							 
						 
						
							
							
								
								feat: 通知の受信設定を強化  
							
							
							
						 
						
							2023-09-29 11:29:54 +09:00  
				
					
						
							
							
								 
						
							
								4216a67462 
								
							 
						 
						
							
							
								
								.js  
							
							
							
						 
						
							2023-09-29 11:22:59 +09:00  
				
					
						
							
							
								 
						
							
								2438c047a7 
								
							 
						 
						
							
							
								
								enhance: 編集されたノートかどうか分かるように  
							
							
							
						 
						
							2023-09-28 21:06:14 +09:00  
				
					
						
							
							
								 
						
							
								c106db89e1 
								
							 
						 
						
							
							
								
								feat: note edit  
							
							
							
						 
						
							2023-09-28 17:21:16 +09:00  
				
					
						
							
							
								 
						
							
								63c6a9bb80 
								
							 
						 
						
							
							
								
								Feat: register_post_form_actionでcwを変更可能にする ( #11911 )  
							
							... 
							
							
							
							* 投稿フォームのアクション追加するプラグインでCWを変更可能にする
* Update CHANGELOG 
							
						 
						
							2023-09-28 15:35:00 +09:00  
				
					
						
							
							
								 
						
							
								772d2432b6 
								
							 
						 
						
							
							
								
								enhance: タイムラインからRenoteを除外するオプションを追加  
							
							
							
						 
						
							2023-09-28 15:32:47 +09:00  
				
					
						
							
							
								 
						
							
								eb740e2c72 
								
							 
						 
						
							
							
								
								enhance: タイムラインからRenoteを除外するオプションを追加  
							
							
							
						 
						
							2023-09-28 11:41:41 +09:00  
				
					
						
							
							
								 
						
							
								d854942a1f 
								
							 
						 
						
							
							
								
								.js  
							
							
							
						 
						
							2023-09-28 11:04:14 +09:00  
				
					
						
							
							
								 
						
							
								ce1218a2b2 
								
							 
						 
						
							
							
								
								enhance: ユーザーページのノート一覧でRenoteを除外できるように  
							
							
							
						 
						
							2023-09-28 11:02:01 +09:00  
				
					
						
							
							
								 
						
							
								9d0c077311 
								
							 
						 
						
							
							
								
								fix: leverage join misskey multilingual behaviour ( #11908 )  
							
							... 
							
							
							
							Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> 
							
						 
						
							2023-09-27 13:48:21 +09:00  
				
					
						
							
							
								 
						
							
								440f3144ae 
								
							 
						 
						
							
							
								
								enhance(frontend): improve moderation log  
							
							
							
						 
						
							2023-09-27 10:00:26 +09:00  
				
					
						
							
							
								 
						
							
								bd19d75c9c 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-09-25 16:03:43 +09:00  
				
					
						
							
							
								 
						
							
								dcaea66dbf 
								
							 
						 
						
							
							
								
								fix(frontend): ログアウト状態でのノートメニュー内の詳細ボタンの表示をログイン状態と同じに ( #11896 )  
							
							... 
							
							
							
							* fix(frontend): ログアウト状態でのノートの詳細ボタンの表示をログイン状態と同じに
* Update CHANGELOG.md 
							
						 
						
							2023-09-25 10:30:00 +09:00  
				
					
						
							
							
								 
						
							
								5318532a8d 
								
							 
						 
						
							
							
								
								enhance: improve moderation log  
							
							
							
						 
						
							2023-09-25 10:29:12 +09:00  
				
					
						
							
							
								 
						
							
								82a51d49a0 
								
							 
						 
						
							
							
								
								improve moderation log  
							
							
							
						 
						
							2023-09-24 15:10:56 +09:00  
				
					
						
							
							
								 
						
							
								30b231225c 
								
							 
						 
						
							
							
								
								Mk:apiで外部サーバーとの接続を禁止 ( #11883 )  
							
							... 
							
							
							
							* Mk:url(): no automatic token attaching when ep is url
* Limit requests to external servers by Mk:api
* remove unused import
* Update CHANGELOG.md
* Update packages/frontend/src/scripts/aiscript/api.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-24 14:41:41 +09:00  
				
					
						
							
							
								 
						
							
								d05563c448 
								
							 
						 
						
							
							
								
								tweak ui  
							
							
							
						 
						
							2023-09-24 11:21:03 +09:00  
				
					
						
							
							
								 
						
							
								509cea511c 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-24 11:09:49 +09:00  
				
					
						
							
							
								 
						
							
								72075314a8 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-09-24 11:08:51 +09:00  
				
					
						
							
							
								 
						
							
								eb7c65ccb3 
								
							 
						 
						
							
							
								
								fix(frontend): アクセストークン発行の画面の権限が表示されない  
							
							... 
							
							
							
							Fix  #11880  
						
							2023-09-24 11:04:08 +09:00  
				
					
						
							
							
								 
						
							
								ed53b5f9bc 
								
							 
						 
						
							
							
								
								fix: ノート通知で絵文字が使われている名前が絵文字で表示されない  #11877  ( #11878 )  
							
							
							
						 
						
							2023-09-24 07:54:58 +09:00  
				
					
						
							
							
								 
						
							
								76c4fedb7f 
								
							 
						 
						
							
							
								
								fix(frontend): 子メニューの表示位置がおかしい  
							
							
							
						 
						
							2023-09-23 20:35:05 +09:00  
				
					
						
							
							
								 
						
							
								c3ccec723f 
								
							 
						 
						
							
							
								
								.js  
							
							
							
						 
						
							2023-09-23 20:34:45 +09:00  
				
					
						
							
							
								 
						
							
								9e4d3ebe5f 
								
							 
						 
						
							
							
								
								enhance(backend): refine moderation log ( #10939 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update DriveService.ts 
							
						 
						
							2023-09-23 18:28:16 +09:00  
				
					
						
							
							
								 
						
							
								5a4cf059ee 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-23 12:46:19 +09:00  
				
					
						
							
							
								 
						
							
								d8a023063d 
								
							 
						 
						
							
							
								
								fix behavior of MkMenu.vue  
							
							
							
						 
						
							2023-09-23 12:43:32 +09:00  
				
					
						
							
							
								 
						
							
								8f77350089 
								
							 
						 
						
							
							
								
								enhance: PWAのshort_nameを設定可能に  
							
							
							
						 
						
							2023-09-23 12:38:20 +09:00  
				
					
						
							
							
								 
						
							
								063d24ad4f 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-09-23 12:24:33 +09:00  
				
					
						
							
							
								 
						
							
								ad8ddbf12f 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-09-23 09:59:50 +09:00  
				
					
						
							
							
								 
						
							
								1924bd20bb 
								
							 
						 
						
							
							
								
								enhance(frontend): プラグインのソースコードを確認・コピーできるように ( #11873 )  
							
							... 
							
							
							
							* (add) plugin: view and copy source code
* (fix) plugin permission ui
* Update Changelog 
							
						 
						
							2023-09-23 09:08:14 +09:00  
				
					
						
							
							
								 
						
							
								3085739e0e 
								
							 
						 
						
							
							
								
								🎨  
							
							... 
							
							
							
							Resolve  #11867  
						
							2023-09-22 21:10:54 +09:00  
				
					
						
							
							
								 
						
							
								d2ae80dd21 
								
							 
						 
						
							
							
								
								fix(frontend): リアクション一覧が種別ごとにフィルタできない  
							
							... 
							
							
							
							Fix  #11865  
						
							2023-09-22 21:09:14 +09:00  
				
					
						
							
							
								 
						
							
								526b3ae0e4 
								
							 
						 
						
							
							
								
								feat: ユーザを除外できるアンテナ ( #11277 )  
							
							... 
							
							
							
							* feat: ユーザを除外できるアンテナ
* feat(backend/api): ユーザを除外できるアンテナの作成・更新
* feat(frontend): ユーザを除外できるアンテナの作成・更新
* docs(changelog): add アンテナで一部のユーザを除外したすべてのノートから受信できるようになりました
* fix: d.ts生成時にexport defaultを生成するように
* fix CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-22 16:52:43 +09:00  
				
					
						
							
							
								 
						
							
								032b6c6afb 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-22 16:47:42 +09:00  
				
					
						
							
							
								 
						
							
								7dc9fe4e24 
								
							 
						 
						
							
							
								
								feat(frontend): センシティブなメディアを目立たせる設定を追加 ( #11851 )  
							
							... 
							
							
							
							* (add) highlight sensitive image
* Update Changelog
* (change) 設定の位置
* (add) apply mediaHighlight to video
* (change) image -> media
* Update CHANGELOG
* やっぱもうちょっと太い方がいい
* (fix) style
* Update ja-JP.yml
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-22 16:03:10 +09:00  
				
					
						
							
							
								 
						
							
								c836157edb 
								
							 
						 
						
							
							
								
								enhance: 二要素認証設定時のセキュリティを強化 ( #11863 )  
							
							... 
							
							
							
							* enhance: 二要素認証設定時のセキュリティを強化
パスワード入力が必要な操作を行う際、二要素認証が有効であれば確認コードの入力も必要にする
* Update CoreModule.ts
* Update 2fa.ts
* wip
* wip
* Update 2fa.ts
* tweak 
							
						 
						
							2023-09-22 14:12:33 +09:00  
				
					
						
							
							
								 
						
							
								eca8c7a52f 
								
							 
						 
						
							
							
								
								tweak ui  
							
							
							
						 
						
							2023-09-22 10:01:34 +09:00  
				
					
						
							
							
								 
						
							
								e3f151e230 
								
							 
						 
						
							
							
								
								feat: 指定したユーザーの投稿通知  
							
							... 
							
							
							
							Resolve  #11499  
						
							2023-09-21 18:48:15 +09:00  
				
					
						
							
							
								 
						
							
								51c3ef5561 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-21 15:24:47 +09:00  
				
					
						
							
							
								 
						
							
								b654446f93 
								
							 
						 
						
							
							
								
								enhance(frontend): tweak ui  
							
							
							
						 
						
							2023-09-21 15:14:08 +09:00  
				
					
						
							
							
								 
						
							
								e41619775f 
								
							 
						 
						
							
							
								
								feat: プロフィールでのリンク検証  
							
							... 
							
							
							
							Resolve  #11099  
						
							2023-09-21 11:58:51 +09:00  
				
					
						
							
							
								 
						
							
								1250309a69 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-09-21 10:29:40 +09:00  
				
					
						
							
							
								 
						
							
								6459eadcf1 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-21 10:25:44 +09:00  
				
					
						
							
							
								 
						
							
								8e2d47b2e8 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-09-20 16:44:12 +09:00  
				
					
						
							
							
								 
						
							
								b9c6992aac 
								
							 
						 
						
							
							
								
								update deps ( #11849 )  
							
							... 
							
							
							
							* update deps
* wip
* wip 
							
						 
						
							2023-09-20 16:43:45 +09:00  
				
					
						
							
							
								 
						
							
								bb460a1785 
								
							 
						 
						
							
							
								
								feat(frontend): スリープ無効化機能  
							
							... 
							
							
							
							Resolve  #11853  
						
							2023-09-20 10:02:39 +09:00  
				
					
						
							
							
								 
						
							
								934e4be658 
								
							 
						 
						
							
							
								
								fix(frontend): 環境によってはMisskey Webが開けない問題を修正  
							
							... 
							
							
							
							Fix  #11846  
						
							2023-09-19 17:08:55 +09:00  
				
					
						
							
							
								 
						
							
								09c00d0a1b 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-09-19 17:06:58 +09:00  
				
					
						
							
							
								 
						
							
								e98fbfeec1 
								
							 
						 
						
							
							
								
								cjs  
							
							
							
						 
						
							2023-09-19 17:06:56 +09:00  
				
					
						
							
							
								 
						
							
								578b0ebe0c 
								
							 
						 
						
							
							
								
								Scratchpadに非同期のエラーを処理する機能を追加 ( #11850 )  
							
							... 
							
							
							
							* opts.callをtopCallに置換
* AiScriptのエラーコールバックをscratchpadに導入
* lint
* Update CHANGELOG.md 
							
						 
						
							2023-09-19 16:53:43 +09:00  
				
					
						
							
							
								 
						
							
								b0f6c44f36 
								
							 
						 
						
							
							
								
								refactor(frontend): use ESM  
							
							
							
						 
						
							2023-09-19 16:37:43 +09:00  
				
					
						
							
							
								 
						
							
								299c9c4118 
								
							 
						 
						
							
							
								
								feat(frontend): 任意のユーザーリストをタイムラインページにピン留めできるように  
							
							
							
						 
						
							2023-09-19 10:58:42 +09:00  
				
					
						
							
							
								 
						
							
								5c48878dc5 
								
							 
						 
						
							
							
								
								enhance(dev): 関数呼び出しの前にスペースを入れることを許可しない  
							
							
							
						 
						
							2023-09-19 09:36:07 +09:00  
				
					
						
							
							
								 
						
							
								44985ae858 
								
							 
						 
						
							
							
								
								feat: Mk:apiが失敗時エラー型の値を返すように ( #2 ) ( #11843 )  
							
							... 
							
							
							
							* Mk:apiが失敗時エラー型の値を返すように (#2 )
* Update CHANGELOG.md 
							
						 
						
							2023-09-18 14:23:33 +09:00  
				
					
						
							
							
								 
						
							
								25ae4bca9c 
								
							 
						 
						
							
							
								
								tab  
							
							
							
						 
						
							2023-09-18 13:25:49 +09:00  
				
					
						
							
							
								 
						
							
								350ebbadba 
								
							 
						 
						
							
							
								
								fix(frontend): prevent layout-shift of reactions viewer  
							
							... 
							
							
							
							Fix  #11842  
						
							2023-09-18 11:42:26 +09:00  
				
					
						
							
							
								 
						
							
								a2d58d9f48 
								
							 
						 
						
							
							
								
								fix(frontend): 返信ではないノートの詳細ページが見れない(2023.9.0-beta.6)  
							
							
							
						 
						
							2023-09-17 17:41:24 +09:00  
				
					
						
							
							
								 
						
							
								60f3cc6f07 
								
							 
						 
						
							
							
								
								update aiscript to 0.16.0  
							
							
							
						 
						
							2023-09-17 16:54:25 +09:00  
				
					
						
							
							
								 
						
							
								f7c6932a83 
								
							 
						 
						
							
							
								
								enhance: 各ノートが被クリップ数を保持するようにし、無意味にnotes/clipsを叩かないように  
							
							
							
						 
						
							2023-09-17 10:55:26 +09:00  
				
					
						
							
							
								 
						
							
								907d519da3 
								
							 
						 
						
							
							
								
								enhance(frontend): improve note detail page  
							
							
							
						 
						
							2023-09-17 10:33:33 +09:00  
				
					
						
							
							
								 
						
							
								814e28459e 
								
							 
						 
						
							
							
								
								enhance(backend): improve server icon setting  
							
							... 
							
							
							
							Resolve  #11481 
Resolve  #10901  
						
							2023-09-16 17:05:17 +09:00  
				
					
						
							
							
								 
						
							
								d2831c612f 
								
							 
						 
						
							
							
								
								Update vite.config.ts  
							
							
							
						 
						
							2023-09-15 19:49:52 +09:00  
				
					
						
							
							
								 
						
							
								6cf466e5d1 
								
							 
						 
						
							
							
								
								update deps ( #11820 )  
							
							... 
							
							
							
							* update deps
* fix
* wip
* wip
* wip
* Update docker-compose.yml.example
* Delete reviewer-lottery.yml
* Update RepositoryModule.ts
* wip
* wip
* clean up
* update deps
* wip
* wip 
							
						 
						
							2023-09-15 14:28:29 +09:00  
				
					
						
							
							
								 
						
							
								d869481db9 
								
							 
						 
						
							
							
								
								feat(frontend): "Moderation Note" ,"Add moderation note" をローカライズ可能に ( #11819 )  
							
							... 
							
							
							
							* feat 11818
* update CHANGELOG
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-12 15:49:18 +09:00  
				
					
						
							
							
								 
						
							
								3456680e1d 
								
							 
						 
						
							
							
								
								新しい実績を追加 ( #11817 )  
							
							... 
							
							
							
							* (add) new achievement
* (update) changelog
* Update test-notification.ts
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-12 15:48:19 +09:00  
				
					
						
							
							
								 
						
							
								25e030a707 
								
							 
						 
						
							
							
								
								enhance(frontend): improve some caches  
							
							
							
						 
						
							2023-09-11 14:55:18 +09:00  
				
					
						
							
							
								 
						
							
								cd6428715e 
								
							 
						 
						
							
							
								
								feat: テスト通知を送信できるようにする ( #11810 )  
							
							... 
							
							
							
							* (add) Notification test
* Update Changelog
* (add) backend, frontend impl
* globalEventの名前を明確にする
* Run API Extractor 
							
						 
						
							2023-09-11 14:31:50 +09:00  
				
					
						
							
							
								 
						
							
								7bd0a5b7cb 
								
							 
						 
						
							
							
								
								(refactor) do generateDTS in build-assets ( #11812 )  
							
							
							
						 
						
							2023-09-10 19:31:01 +09:00  
				
					
						
							
							
								 
						
							
								c0838c473f 
								
							 
						 
						
							
							
								
								enhance(frontend): データセーバーモードで隠れる画像を増やす等 ( #11806 )  
							
							... 
							
							
							
							* enhance datasaver mode
* サムネイルがないとき変な角丸にならんようにする
* Avoid using wildcard selector
* Avoid wildcard
* Update MkMediaImage.vue
* (fix) ノートの画像プレビューがでない
* (fix) recent pages design
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-10 18:40:20 +09:00  
				
					
						
							
							
								 
						
							
								85078601c2 
								
							 
						 
						
							
							
								
								enhance(frontend): cache user lists / antennas  
							
							
							
						 
						
							2023-09-10 17:40:59 +09:00  
				
					
						
							
							
								 
						
							
								295665a177 
								
							 
						 
						
							
							
								
								enhance(frontend): リアクションの表示サイズをより大きくできるように  
							
							
							
						 
						
							2023-09-10 17:16:50 +09:00  
				
					
						
							
							
								 
						
							
								55d392818c 
								
							 
						 
						
							
							
								
								enhance(frontend): add Ui:C:postForm to play  
							
							
							
						 
						
							2023-09-09 09:54:54 +09:00  
				
					
						
							
							
								 
						
							
								cd7ab326cd 
								
							 
						 
						
							
							
								
								Revert "enhance(frontend): データセーバーモードで隠れる画像を増やす等 ( #11779 )"  
							
							... 
							
							
							
							This reverts commit 22d966e92d 
							
						 
						
							2023-09-08 14:15:35 +09:00  
				
					
						
							
							
								 
						
							
								ff9a65e8fa 
								
							 
						 
						
							
							
								
								feat: passkey support ( #11804 )  
							
							... 
							
							
							
							https://github.com/MisskeyIO/misskey/pull/149  
						
							2023-09-08 14:05:03 +09:00  
				
					
						
							
							
								 
						
							
								32f5949935 
								
							 
						 
						
							
							
								
								chore: Goodbye gulp ( #11447 )  
							
							... 
							
							
							
							* Add a script for building assets
* Replace with script executions
* Remove gulp dependencies
* Fix dependencies
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-07 16:56:17 +09:00  
				
					
						
							
							
								 
						
							
								4c3935bf80 
								
							 
						 
						
							
							
								
								chore(frontend): renote of note in sensitive channel is now home renote by default. ( #11476 )  
							
							... 
							
							
							
							* chore(frontend): renote of note in sensitive channel is now home renote by default.
* docs: センシティブチャンネルのNoteのReNoteはデフォルトでHome TLに流れるようになりました
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-07 16:48:47 +09:00  
				
					
						
							
							
								 
						
							
								22d966e92d 
								
							 
						 
						
							
							
								
								enhance(frontend): データセーバーモードで隠れる画像を増やす等 ( #11779 )  
							
							... 
							
							
							
							* enhance datasaver mode
* サムネイルがないとき変な角丸にならんようにする
* Avoid using wildcard selector
* Avoid wildcard
* Update MkMediaImage.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-06 17:36:14 +09:00  
				
					
						
							
							
								 
						
							
								b0eae49eaa 
								
							 
						 
						
							
							
								
								feat(frontend): remove renote with by admin privilege ( #11789 )  
							
							
							
						 
						
							2023-09-05 19:29:52 +09:00  
				
					
						
							
							
								 
						
							
								59ab4af7ca 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-09-05 17:43:43 +09:00  
				
					
						
							
							
								 
						
							
								46b0eb46b3 
								
							 
						 
						
							
							
								
								feat(frontend): Report renote abuse ( #11466 )  
							
							... 
							
							
							
							* chore: add way to show renote in window / tab
* feat: report abuse for renote
* docs: Renote自体を通報できるように
* revert: make renote time link
* chore: add copy renote menu
* chore: remove copy/report renote from note menu
* fix: abuse menu without actual selection shown
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-09-05 17:25:08 +09:00  
				
					
						
							
							
								 
						
							
								e7d30c8eb4 
								
							 
						 
						
							
							
								
								(ad) translation for deck column settings ( #11778 )  
							
							
							
						 
						
							2023-09-04 13:59:21 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								db2f49cda4 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-09-02 13:16:05 +09:00  
				
					
						
							
							
								 
						
							
								724ed47e5f 
								
							 
						 
						
							
							
								
								enhance(frontend): AiScriptからMisskeyサーバーAPIを呼び出す際の制限を撤廃  
							
							... 
							
							
							
							Resolve  #7123  
						
							2023-09-01 13:21:47 +09:00  
				
					
						
							
							
								 
						
							
								f75ee1eef0 
								
							 
						 
						
							
							
								
								enhance(frontend): ノート詳細ページ読み込み時に前後のノートの存在チェックを行わなず、常に存在すると仮定するようにしてパフォーマンスを向上  
							
							
							
						 
						
							2023-09-01 09:36:19 +09:00  
				
					
						
							
							
								 
						
							
								257c4fccf1 
								
							 
						 
						
							
							
								
								feat: Refine 2fa ( #11766 )  
							
							... 
							
							
							
							* wip
* Update 2fa.qrdialog.vue
* Update 2fa.vue
* Update CHANGELOG.md
* tweak
* ✌️  
							
						 
						
							2023-08-28 18:25:31 +09:00  
				
					
						
							
							
								 
						
							
								cb80dff7df 
								
							 
						 
						
							
							
								
								x.comでも展開ができるように ( #11757 )  
							
							
							
						 
						
							2023-08-22 15:56:36 +09:00  
				
					
						
							
							
								 
						
							
								1f7a4b092d 
								
							 
						 
						
							
							
								
								fix(frontend): 動きのあるMFM無効時にレインボー文字が出ない問題を修正 ( #11361 )  
							
							... 
							
							
							
							* (fix) mfm: rainbow fallback
* Update changelog
* Update CHANGELOG.md (カレンダーリリース対応)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-21 20:24:18 +09:00  
				
					
						
							
							
								 
						
							
								70a7800927 
								
							 
						 
						
							
							
								
								プロフィールにその人が作ったPlayの一覧出せるように ( #11445 )  
							
							... 
							
							
							
							* プロフィールにその人が作ったPlayの一覧出せるように
* Update CHANGELOG.md
* playの公開範囲を設定できるように
* 間違えて変更してしまったのを修正
* Update packages/frontend/src/pages/flash/flash-edit.vue
* Update packages/frontend/src/pages/flash/flash-edit.vue
* tweak
* Update packages/backend/migration/1690796169261-play-visibility.js
* Update packages/backend/src/models/entities/Flash.ts
* Update packages/backend/src/models/entities/Flash.ts
* Update Flash.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-21 20:23:09 +09:00  
				
					
						
							
							
								 
						
							
								5758ea463a 
								
							 
						 
						
							
							
								
								プレビューの表示状態を記憶するように ( #11346 )  
							
							... 
							
							
							
							* feat: keep show showPreview
* docs(changelog): add プレビューの表示した状態ををダイアログを閉じても保存するように
* chore: 記憶する領域をdeviceに 
							
						 
						
							2023-08-21 18:52:20 +09:00  
				
					
						
							
							
								 
						
							
								49fc4cce3c 
								
							 
						 
						
							
							
								
								fix: Make more than 10 announcements visible on Admin ( #11720 )  
							
							
							
						 
						
							2023-08-21 17:26:21 +09:00  
				
					
						
							
							
								 
						
							
								8038049068 
								
							 
						 
						
							
							
								
								enhance(frontend/aiscript): 現在の設定言語を取得できるように  
							
							... 
							
							
							
							Resolvve #11750  
							
						 
						
							2023-08-21 11:53:06 +09:00  
				
					
						
							
							
								 
						
							
								bf6158ca71 
								
							 
						 
						
							
							
								
								fix(frontend): "メッセージを送信" の初期テキストを修正する ( #11721 )  
							
							... 
							
							
							
							* fix(frontend): "メッセージを送信" の初期テキストを
あるサーバー A にいるとする。他のサーバー B のユーザー X へ
「メッセージを送信」しようとしたとする。その時に出てくる投稿
フォームには X へのメンションが最初から入っている。
しかし、そのメンションには B の情報が入っておらず、 A の
同名ユーザー X へのメンションとなってしまっている。
See https://github.com/misskey-dev/misskey/issues/11716 
* Update CHANGELOG.md 
							
						 
						
							2023-08-20 17:54:11 +09:00  
				
					
						
							
							
								 
						
							
								af806352a1 
								
							 
						 
						
							
							
								
								feat: ローカルのみノート検索 ( #11451 )  
							
							... 
							
							
							
							* Add local search
* Update CHANGELOG
* lint
* Remove TODO comment
* lint
* Update packages/backend/src/core/SearchService.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-20 13:39:37 +09:00  
				
					
						
							
							
								 
						
							
								ba16abb9f3 
								
							 
						 
						
							
							
								
								fix(frontend): Misskeyプラグインをインストールする際のAiScriptバージョンのチェックが0.14.0以降に対応していない問題を修正 ( #11729 )  
							
							... 
							
							
							
							* fix: aiscript version check of plugin
* Update CHANGELOG.md
* docs(CHANGELOG): remove 11420 issue link
* fix(frontend): Possibility of exception in non-semver version format 
							
						 
						
							2023-08-18 19:36:05 +09:00  
				
					
						
							
							
								 
						
							
								c3fd848750 
								
							 
						 
						
							
							
								
								fix: word mute is not applied to sub note ( #11711 )  
							
							... 
							
							
							
							* fix: word mute is not applied to sub note
* chore: update changelog
* chore: run eslint fix
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-08-14 13:02:59 +09:00  
				
					
						
							
							
								 
						
							
								ab58b651f7 
								
							 
						 
						
							
							
								
								fix(frontend/scroll): no callback for disconnected elements ( #11714 )  
							
							... 
							
							
							
							* fix(frontend/scroll): no callback for disconnected elements
* Update CHANGELOG.md 
							
						 
						
							2023-08-13 21:22:57 +09:00  
				
					
						
							
							
								 
						
							
								bbef2a953e 
								
							 
						 
						
							
							
								
								enhance(frontend): tweak user moderation page  
							
							
							
						 
						
							2023-08-13 21:02:25 +09:00  
				
					
						
							
							
								 
						
							
								a8d7b69fbd 
								
							 
						 
						
							
							
								
								fix(frontend): fix style of _error_.vue  
							
							
							
						 
						
							2023-08-13 20:23:54 +09:00  
				
					
						
							
							
								 
						
							
								9487856495 
								
							 
						 
						
							
							
								
								feat: refine announcement ( #11497 )  
							
							... 
							
							
							
							* wip
* Update read-announcement.ts
* wip
* wip
* wip
* Update index.d.ts
* wip
* Create 1691649257651-refine-announcement.js
* wip
* wip
* wip
* wip
* wip
* wip
* Update announcements.vue
* wip
* wip
* Update announcements.vue
* wip
* Update announcements.vue
* wip
* Update misskey-js.api.md
* Update users.ts
* Create MkAnnouncementDialog.stories.impl.ts
* wip
* wip
* Create AnnouncementService.ts 
							
						 
						
							2023-08-13 20:12:29 +09:00  
				
					
						
							
							
								 
						
							
								2896fc6cb4 
								
							 
						 
						
							
							
								
								fix(frontend/MkUrlPreview): allow fullscreen from tweets ( #11712 )  
							
							... 
							
							
							
							* fix(frontend/MkUrlPreview): allow fullscreen from tweets
* Update url-preview.test.ts 
							
						 
						
							2023-08-13 12:29:13 +09:00  
				
					
						
							
							
								 
						
							
								e6f3dd81ba 
								
							 
						 
						
							
							
								
								fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる ( #11441 )  
							
							... 
							
							
							
							* fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる
* fix
* noCache
* ✌️ 
* fix
* ????
* a
* a
* ✌️ 
* fix emoji picker
* ?????
* close
* 1
* fix2
* ✌️ 
* fix
* ✌️ 
* ✌️ 
* ✌️ 
* preferClick
* ✌️ 
* fix lint
* a
* rm nocache 
							
						 
						
							2023-08-09 09:08:47 +09:00  
				
					
						
							
							
								 
						
							
								43375409f7 
								
							 
						 
						
							
							
								
								fix(frontend): webkit-text-size-adjustを100%に固定する ( #11487 )  
							
							... 
							
							
							
							* disable webkit-text-size-adjust
* Update CHANGELOG.md 
							
						 
						
							2023-08-08 13:22:01 +09:00  
				
					
						
							
							
								 
						
							
								db5046ed3a 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2023-08-06 12:16:49 +00:00  
				
					
						
							
							
								 
						
							
								722a731c26 
								
							 
						 
						
							
							
								
								chore: Increase displayLimit in about.federation.vue  
							
							... 
							
							
							
							https://github.com/misskey-dev/misskey/issues/11355#issuecomment-1666823238  
						
							2023-08-06 12:15:28 +00:00  
				
					
						
							
							
								 
						
							
								e11320dbb7 
								
							 
						 
						
							
							
								
								feat: increase emoji picker search results ( #11371 )  
							
							... 
							
							
							
							Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-05 14:05:32 +09:00  
				
					
						
							
							
								 
						
							
								2217a3c549 
								
							 
						 
						
							
							
								
								chore: cacheRemoteFilesのデフォルト値をfalseに ( #11398 )  
							
							... 
							
							
							
							* chore: cacheRemoteFilesのデフォルト値をfalseに
* proxyRemoteFiles to default
* update ja-JP.yml
* update ja-JP.yml
* youCanCleanRemoteFilesCache
* changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-08-05 14:03:01 +09:00  
				
					
						
							
							
								 
						
							
								c5b8766a18 
								
							 
						 
						
							
							
								
								feat: sensitive channel ( #11438 )  
							
							... 
							
							
							
							* feat(backend): add isSensitive to Channel
* feat(backend): support isSensitive in channel endpoints
* feat(frontend/channel-editor): support isSensitive in create/edit channel page
* feat(frontend/channel): show sensitive indicator for sensitive channels
* docs(changelog): add チャンネルをセンシティブ指定できるようになりました
* chore: license header for each file
* chore: add isSensitive of channel to Note object 
							
						 
						
							2023-08-05 13:58:31 +09:00  
				
					
						
							
							
								 
						
							
								b465bcd601 
								
							 
						 
						
							
							
								
								chore(frontend): video sourceからtypeを削除  
							
							... 
							
							
							
							Resolve  #7894  
						
							2023-08-02 08:14:17 +00:00  
				
					
						
							
							
								 
						
							
								8a72a05958 
								
							 
						 
						
							
							
								
								enhance(frontend): ユーザーメニューでスイッチでユーザーリストに追加・削除できるように ( #11439 )  
							
							... 
							
							
							
							* メニューのトグルをいい感じにする
* user list toggle!
* add changelog
* fix
* stop 
							
						 
						
							2023-08-01 15:32:03 +09:00  
				
					
						
							
							
								 
						
							
								2b4c8c9e0f 
								
							 
						 
						
							
							
								
								update deps ( #11409 )  
							
							... 
							
							
							
							* update deps
* Update .eslintrc.js
* Update .eslintrc.js
* lint
* lint
* Update update.ts
* update deps
* Update .eslintrc.js 
							
						 
						
							2023-07-31 19:14:20 +09:00  
				
					
						
							
							
								 
						
							
								4aed5968f6 
								
							 
						 
						
							
							
								
								enhance(frontend): 押したリアクションのデザインを改善 ( #11434 )  
							
							... 
							
							
							
							* enhance(frontend): 押したリアクションのデザインを改善
* Update CHANGELOG 
							
						 
						
							2023-07-31 17:38:41 +09:00  
				
					
						
							
							
								 
						
							
								007ed5c929 
								
							 
						 
						
							
							
								
								enhance(frontend): TwitterアイコンをXに変更 ( #11436 )  
							
							
							
						 
						
							2023-07-31 17:05:40 +09:00  
				
					
						
							
							
								 
						
							
								61c9b0757e 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-07-31 05:54:49 +00:00  
				
					
						
							
							
								 
						
							
								62e347c270 
								
							 
						 
						
							
							
								
								chore: Safari(beta?)でTLのマージンがおかしいのを修正  
							
							
							
						 
						
							2023-07-31 05:54:30 +00:00  
				
					
						
							
							
								 
						
							
								bdf390eb7e 
								
							 
						 
						
							
							
								
								fix(frontend): 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正 ( #11433 )  
							
							... 
							
							
							
							* fix(frontend): 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正
* remove comment
* clean up
* ✌️ 
* add CHANGELOG 
							
						 
						
							2023-07-31 14:13:34 +09:00  
				
					
						
							
							
								 
						
							
								a52f63ec6a 
								
							 
						 
						
							
							
								
								fix(frontend, misskey-js): make block switch work ( #11429 )  
							
							... 
							
							
							
							* fix(frontend, misskey-js): make block switch work
* Update CHANGELOG.md 
							
						 
						
							2023-07-31 12:22:57 +09:00  
				
					
						
							
							
								 
						
							
								339086995f 
								
							 
						 
						
							
							
								
								chore(frontend): support Spotify for brainDiver ( #11407 )  
							
							... 
							
							
							
							* chore(frontend): support Spotify for brainDiver
* no lowercase
* album
* syntax fix
* Update packages/frontend/src/components/MkPostForm.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* reformat
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-07-28 17:46:43 +09:00  
				
					
						
							
							
								 
						
							
								ab3cd7b837 
								
							 
						 
						
							
							
								
								chore: add missing license identifier  
							
							
							
						 
						
							2023-07-28 14:02:58 +09:00  
				
					
						
							
							
								 
						
							
								eb7b5f905a 
								
							 
						 
						
							
							
								
								feat(backend): support OAuth 2.0 authorization ( #11053 )  
							
							... 
							
							
							
							* feat(backend): support OAuth 2.0 authorization
* secureRndstr fix
* nanndekowareta
* nanndekowareta2
* nanndekowareta3
* unref?
* refactor to not close fastify
* use microformats-parser
* Update OAuth2ProviderService.ts
* clarify the reason behind dns lookup
* refactor(backend): use @types/oauth2orize-pkce (#11350 )
* refactor(backend): use @types/oauth2orize-pkce
* Update package.json
* Update pnpm-lock.yaml
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
---------
Co-authored-by: mtgto <hogerappa@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-27 18:51:58 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								78b502bcab 
								
							 
						 
						
							
							
								
								URL取得変数を関数に変更  #11392  ( #11393 )  
							
							
							
						 
						
							2023-07-27 09:00:22 +09:00  
				
					
						
							
							
								 
						
							
								71b016b293 
								
							 
						 
						
							
							
								
								fix: PhotoSwipeによるクライアントのメモリリークの解消 ( #11395 )  
							
							... 
							
							
							
							* Destroy PhotoSwipe on unmounted
* Update CHANGELOG.md 
							
						 
						
							2023-07-27 06:44:16 +09:00  
				
					
						
							
							
								 
						
							
								090253c2d2 
								
							 
						 
						
							
							
								
								fix(frontend): replies to channel posts could change the visibility  
							
							
							
						 
						
							2023-07-27 00:58:37 +09:00  
				
					
						
							
							
								 
						
							
								b8360b1b5a 
								
							 
						 
						
							
							
								
								fix(frontend): Remove errors in prefeerences-backups.vue  
							
							
							
						 
						
							2023-07-26 12:40:45 +00:00  
				
					
						
							
							
								 
						
							
								09f37fc9e5 
								
							 
						 
						
							
							
								
								fix(frontend):  #11386  でウィンドウの場合に正常に表示されない問題を修正  
							
							
							
						 
						
							2023-07-26 08:31:23 +00:00  
				
					
						
							
							
								 
						
							
								926f208fcf 
								
							 
						 
						
							
							
								
								fix(frontend): Fix cat ears are awkward on reply modal  
							
							
							
						 
						
							2023-07-26 17:24:13 +09:00  
				
					
						
							
							
								 
						
							
								037c2e9332 
								
							 
						 
						
							
							
								
								Revert "fix(frontend): Fix cat ears are awkward on reply modal ( #11309 )"  
							
							... 
							
							
							
							This reverts commit 5280a5e5c6 
							
						 
						
							2023-07-26 17:17:26 +09:00  
				
					
						
							
							
								 
						
							
								e5ac864077 
								
							 
						 
						
							
							
								
								Update packages/frontend/src/pages/custom-emojis-manager.vue  
							
							... 
							
							
							
							Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-07-26 16:51:53 +09:00  
				
					
						
							
							
								 
						
							
								bc927b8f75 
								
							 
						 
						
							
							
								
								perf(frontend): Reduce getting clientWidth in MkMediaImage ( #11386 )  
							
							... 
							
							
							
							* perf(frontend): Reduce getting clientWidth
* fix
* ✌️  
							
						 
						
							2023-07-26 16:50:54 +09:00  
				
					
						
							
							
								 
						
							
								dc452bf89a 
								
							 
						 
						
							
							
								
								Remove redundant double quotes in page titles ( #11352 )  
							
							
							
						 
						
							2023-07-26 15:26:41 +09:00  
				
					
						
							
							
								 
						
							
								92337b0504 
								
							 
						 
						
							
							
								
								fix(frontend): 一部モーダルダイアログでスクロールできない問題を修正  
							
							
							
						 
						
							2023-07-26 13:50:58 +09:00  
				
					
						
							
							
								 
						
							
								e5fce15ba5 
								
							 
						 
						
							
							
								
								fix(frontend): Selecting all emojis in Custom emoji is impossible  
							
							... 
							
							
							
							Fix  #11381  
						
							2023-07-26 10:30:52 +09:00  
				
					
						
							
							
								 
						
							
								545b5cab96 
								
							 
						 
						
							
							
								
								fix: insert bottom spacing appropriately ( #11370 )  
							
							
							
						 
						
							2023-07-25 19:49:52 +09:00  
				
					
						
							
							
								 
						
							
								fe13755be8 
								
							 
						 
						
							
							
								
								refactor: Array.from(iterable).map(mapfn)をArray.from(iterable | { length: number }, mapfn)に ( #11337 )  
							
							... 
							
							
							
							* refactor: Array.from(iterable).map(mapfn)をArray.from(iterable, mapfn)に
* Update packages/frontend/src/components/MkTagCloud.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-07-25 10:46:52 +00:00  
				
					
						
							
							
								 
						
							
								81ba841fb8 
								
							 
						 
						
							
							
								
								perf(frontend): MkMediaListのアスペクト比制限を調整 ( #11377 )  
							
							
							
						 
						
							2023-07-25 19:44:52 +09:00  
				
					
						
							
							
								 
						
							
								fca6ae9403 
								
							 
						 
						
							
							
								
								enhance(frontend): リストTLで、ユーザーが追加・削除されてもTLを更新しないように  
							
							
							
						 
						
							2023-07-24 06:11:30 +00:00  
				
					
						
							
							
								 
						
							
								4f4f15a6a4 
								
							 
						 
						
							
							
								
								chore(frontend): MkImgWithBlurhashのデコードのエラーをconsole.logに  
							
							
							
						 
						
							2023-07-24 06:05:37 +00:00  
				
					
						
							
							
								 
						
							
								50de2e76b4 
								
							 
						 
						
							
							
								
								test: MkAd play  
							
							
							
						 
						
							2023-07-21 11:22:43 +00:00  
				
					
						
							
							
								 
						
							
								40c5699d93 
								
							 
						 
						
							
							
								
								fix: typo  
							
							
							
						 
						
							2023-07-21 10:56:48 +00:00  
				
					
						
							
							
								 
						
							
								a87dd5ddec 
								
							 
						 
						
							
							
								
								fix: response to experimental rIC support on Safari removed due to Google Login bug?  
							
							
							
						 
						
							2023-07-21 10:53:37 +00:00  
				
					
						
							
							
								 
						
							
								a8cd8ed99e 
								
							 
						 
						
							
							
								
								enhance: 自動でたたまれる機能が返信先や引用RNにも適用されるように ( #10989 )  
							
							... 
							
							
							
							* 返信、引用RNでMFMがあったら自動で隠すように
* Update CHANGELOG.md
* Update MkSubNoteContent.vue
* refactor: avoid `Boolean`
* docs: update CHANGELOG.md
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-07-21 09:58:57 +00:00  
				
					
						
							
							
								 
						
							
								0d2e3df061 
								
							 
						 
						
							
							
								
								Hide action buttons on `MkUrlPreviewPopup` ( #11332 )  
							
							
							
						 
						
							2023-07-21 09:57:21 +09:00  
				
					
						
							
							
								 
						
							
								df2b61fcc6 
								
							 
						 
						
							
							
								
								fix(frontend): workaround storybook issue ( #11334 )  
							
							
							
						 
						
							2023-07-21 07:11:32 +09:00  
				
					
						
							
							
								 
						
							
								b546d4108f 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-07-20 20:18:55 +09:00  
				
					
						
							
							
								 
						
							
								46f86a9146 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-07-20 20:17:40 +09:00  
				
					
						
							
							
								 
						
							
								47b684100d 
								
							 
						 
						
							
							
								
								refactor(frontend): use nodemon for storybook ( #11297 )  
							
							... 
							
							
							
							* refactor(frontend): use nodemon for storybook
* Update package.json 
							
						 
						
							2023-07-20 17:41:48 +09:00  
				
					
						
							
							
								 
						
							
								8e11a30c36 
								
							 
						 
						
							
							
								
								enhance(frontend): 絵文字登録でファイル名を絵文字名の初期値に  
							
							
							
						 
						
							2023-07-20 17:29:21 +09:00  
				
					
						
							
							
								 
						
							
								32430a0dba 
								
							 
						 
						
							
							
								
								update aiscript to 0.15.0  
							
							
							
						 
						
							2023-07-20 12:43:58 +09:00  
				
					
						
							
							
								 
						
							
								871027fa0c 
								
							 
						 
						
							
							
								
								enhance: ユーザーにロールが期限付きでアサインされている場合、その期限をユーザーのモデレーションページで確認できるように  
							
							... 
							
							
							
							Close  #11059  
						
							2023-07-20 10:54:41 +09:00  
				
					
						
							
							
								 
						
							
								2ddf575cdc 
								
							 
						 
						
							
							
								
								use storybook 7.0.27  
							
							... 
							
							
							
							Resolve  #11318  
						
							2023-07-20 10:26:08 +09:00  
				
					
						
							
							
								 
						
							
								8a058876a3 
								
							 
						 
						
							
							
								
								update aiscript to 0.14.1  
							
							
							
						 
						
							2023-07-20 10:24:09 +09:00  
				
					
						
							
							
								 
						
							
								1df259a7b2 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-07-20 10:21:23 +09:00  
				
					
						
							
							
								 
						
							
								1e40088d98 
								
							 
						 
						
							
							
								
								enhance(frontend): tweak MkSignupDialog.rules.vue  
							
							
							
						 
						
							2023-07-20 10:18:40 +09:00  
				
					
						
							
							
								 
						
							
								5e53b41f2d 
								
							 
						 
						
							
							
								
								fix(frontend): ユーザー名が長い場合に、フォローボタンを折り返して表示させる ( #11326 )  
							
							
							
						 
						
							2023-07-20 08:11:16 +09:00  
				
					
						
							
							
								 
						
							
								5280a5e5c6 
								
							 
						 
						
							
							
								
								fix(frontend): Fix cat ears are awkward on reply modal ( #11309 )  
							
							... 
							
							
							
							* fix(frontend): #11279  adjusted margin & padding
* Revert "fix(frontend): #11279  adjusted margin & padding"
This reverts commit e82a2d482a 
							
						 
						
							2023-07-19 12:31:38 +09:00  
				
					
						
							
							
								 
						
							
								c50b952ff9 
								
							 
						 
						
							
							
								
								update aiscript to 0.14.0  
							
							
							
						 
						
							2023-07-19 11:26:08 +09:00  
				
					
						
							
							
								 
						
							
								b0b0ecb857 
								
							 
						 
						
							
							
								
								Improve number formatting ( #11315 )  
							
							
							
						 
						
							2023-07-19 07:10:12 +09:00  
				
					
						
							
							
								 
						
							
								54c0ed2ed7 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-07-18 20:00:45 +09:00  
				
					
						
							
							
								 
						
							
								269cd560c7 
								
							 
						 
						
							
							
								
								enhance(frontend): フォロー/フォロワー非公開時の表示を改善  
							
							... 
							
							
							
							Close  #10934 
Resolve  #10887  
						
							2023-07-18 19:50:23 +09:00  
				
					
						
							
							
								 
						
							
								e6db7b9fa7 
								
							 
						 
						
							
							
								
								feat(frontend): Renote時に公開範囲のデフォルト設定が適用されるように ( #11240 )  
							
							... 
							
							
							
							* chore: use saved visibility on renote
* chore: use saved localOnly on renote
* docs: add comment about why smallerVisibility accepts string
* docs(changelog): add Renote時に公開範囲のデフォルト設定が適用されるように
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-18 19:17:17 +09:00  
				
					
						
							
							
								 
						
							
								4f22176b8f 
								
							 
						 
						
							
							
								
								perf(frontend): improve performance of contextmenu  
							
							... 
							
							
							
							Resolve  #11303  
						
							2023-07-17 14:10:40 +09:00  
				
					
						
							
							
								 
						
							
								9f9498c4f0 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-07-17 12:15:45 +09:00  
				
					
						
							
							
								 
						
							
								d01fba9a8d 
								
							 
						 
						
							
							
								
								[ci skip]  🎨  
							
							
							
						 
						
							2023-07-17 12:03:01 +09:00  
				
					
						
							
							
								 
						
							
								07e96b734a 
								
							 
						 
						
							
							
								
								enhance(client): ロール設定画面でロールIDを確認できるように  
							
							
							
						 
						
							2023-07-17 08:28:31 +09:00  
				
					
						
							
							
								 
						
							
								421b0b7057 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-07-17 08:19:56 +09:00  
				
					
						
							
							
								 
						
							
								be595ebd62 
								
							 
						 
						
							
							
								
								enhance(client): Deckで非ルートページにアクセスした際に簡易UIで表示しない設定を追加  
							
							
							
						 
						
							2023-07-17 08:11:17 +09:00  
				
					
						
							
							
								 
						
							
								96cde67b2c 
								
							 
						 
						
							
							
								
								Use nullish coalescing operator ( #11294 )  
							
							
							
						 
						
							2023-07-16 14:21:05 +09:00  
				
					
						
							
							
								 
						
							
								545371011a 
								
							 
						 
						
							
							
								
								use happy-dom 10.0.3  
							
							... 
							
							
							
							Resolve  #11287  
						
							2023-07-16 07:43:55 +09:00  
				
					
						
							
							
								 
						
							
								d5f30ecb86 
								
							 
						 
						
							
							
								
								feat(backend): allow disabling cache for sensitive files ( #11245 )  
							
							... 
							
							
							
							* feat(backend): allow disabling cache for sensitive files
* Update CHANGELOG.md
* fix storybook
* Update locales/ja-JP.yml
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-15 20:12:20 +09:00  
				
					
						
							
							
								 
						
							
								9d5dd7201e 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-07-15 16:36:39 +09:00  
				
					
						
							
							
								 
						
							
								9a5bc78eb4 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-07-15 16:07:30 +09:00  
				
					
						
							
							
								 
						
							
								c926a61e07 
								
							 
						 
						
							
							
								
								feat(frontend): ユーザーリスト管理でユーザー数とロールポリシーの登録可能ユーザー数を表示するなど ( #11231 )  
							
							... 
							
							
							
							* feat(frontend): ユーザーリスト一覧で、ユーザー数とロールポリシーの登録可能ユーザー数を表示する
* ✌️ 
* fix
* fix
* wip
* loading
* fix 
							
						 
						
							2023-07-15 13:53:09 +09:00  
				
					
						
							
							
								 
						
							
								866e3f0432 
								
							 
						 
						
							
							
								
								fix-6096 ( #11281 )  
							
							
							
						 
						
							2023-07-15 10:00:03 +09:00  
				
					
						
							
							
								 
						
							
								02957a1b5d 
								
							 
						 
						
							
							
								
								enhance: 招待機能の改善 ( #11195 )  
							
							... 
							
							
							
							* refactor(backend): 招待機能を改修
* feat(backend): 招待コードのcreate/delete/listエンドポイントを追加
* add(misskey-js): エンドポイントと型を追加
* change(backend): metaでinvite関連の情報も返すように
* add(misskey-js): エンドポイントと型を追加
* add(backend): `/endpoints/invite/limit`を追加
* fix: createdByがnullableではなかったのを修正
* fix: relationが取得できていなかった問題を修正
* fix: パラメータを間違えていたのを修正
* feat(client): 招待ページを実装
* change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更
* feat: 招待コードをコピーできるように
* change(backend): metaに招待コード発行に関する情報を持たせるのをやめる
* feat: ロールごとに招待コードの発行上限数などを設定できるように
* change(client): 招待コードをコピーしたときにダイアログを出すように
* add: 招待に関する管理者用のエンドポイントを追加
* change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように
* change(backend): admin/invite/listはオフセットでページネーションするように
* feat(client): 招待コードの管理ページを追加
* feat(client): 招待コードのリストをソートできるように
* change: `admin/invite/create`のレスポンスを修正
* fix(client): 有効期限を指定できていなかった問題を修正
* refactor: 必要のない箇所を削除
* perf(backend): use limit() instead of take()
* change(client): 作成ボタンを見た目を変更
* refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように
* fix(client): paginationの仕様が変わっていたので修正
* change(backend): expiresAtパラメータのnullを許容
* change(client): 有効期限を設けないときは日付の入力欄を非表示に
* fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正
* fix: n時間のときに「n時間間」となってしまうのを修正
* fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正
* change(client): 招待コードのユーザー名が不明な理由を表示するように
* update: CHANGELOG.md
* lint
* refactor
* refactor
* tweak ui
* 🎨 
* 🎨 
* add(backend): indexを追加
* change(backend): indexの追加に伴う変更
* change(client): インスタンスメニューの「招待」の場所を変更
* add(frontend): MkInviteCode用のstorybookを追加
* Update misskey-js.api.md
* fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-07-15 09:57:58 +09:00  
				
					
						
							
							
								 
						
							
								2b6dbd4fcb 
								
							 
						 
						
							
							
								
								refactor: 可読性のため一部で`Array.prototype.at`を使うように ( #11274 )  
							
							... 
							
							
							
							* refactor: `Array.prototype.at`を使うように
* fixup! refactor: `Array.prototype.at`を使うように 
							
						 
						
							2023-07-14 10:45:01 +09:00  
				
					
						
							
							
								 
						
							
								c0dbc3b53f 
								
							 
						 
						
							
							
								
								refactor: `substr` -> `substring` ( #11273 )  
							
							
							
						 
						
							2023-07-14 07:59:54 +09:00  
				
					
						
							
							
								 
						
							
								35ffe3c52f 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-07-13 20:10:21 +09:00  
				
					
						
							
							
								 
						
							
								c13fd42015 
								
							 
						 
						
							
							
								
								現在閲覧中のURLを取得するプロパティを追加 ( #11234 )  
							
							... 
							
							
							
							* 現在閲覧中のURLを取得するプロパティを追加 #11232 
* commit the uncommitted remainder
---------
Co-authored-by: setaria <v.setaria@gmail.com> 
							
						 
						
							2023-07-13 19:52:18 +09:00  
				
					
						
							
							
								 
						
							
								a72ef70770 
								
							 
						 
						
							
							
								
								fix(frontend): allow non-center container align ( #11255 )  
							
							... 
							
							
							
							Closes  #11251  
						
							2023-07-13 19:51:16 +09:00  
				
					
						
							
							
								 
						
							
								9a391bd863 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-07-13 16:21:08 +09:00  
				
					
						
							
							
								 
						
							
								12456b22c5 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-07-13 16:16:13 +09:00  
				
					
						
							
							
								 
						
							
								b6a432fd7b 
								
							 
						 
						
							
							
								
								fix(storybook): solve test failures ( #11262 )  
							
							... 
							
							
							
							* fix(locales, storybook): use default import
* fix(storybook): solve test failures
* Update MkAd.stories.impl.ts 
							
						 
						
							2023-07-13 08:41:55 +09:00  
				
					
						
							
							
								 
						
							
								cd9affd568 
								
							 
						 
						
							
							
								
								fix(locales, storybook): use default import ( #11259 )  
							
							
							
						 
						
							2023-07-12 22:27:51 +02:00  
				
					
						
							
							
								 
						
							
								b97694b083 
								
							 
						 
						
							
							
								
								fix: typo in custom emojis manager ( #11250 )  
							
							
							
						 
						
							2023-07-12 16:31:48 +09:00  
				
					
						
							
							
								 
						
							
								48d3341462 
								
							 
						 
						
							
							
								
								chore(frontend): Remove experimental flag from migration feature  
							
							
							
						 
						
							2023-07-11 05:56:56 +00:00  
				
					
						
							
							
								 
						
							
								f4d1fcaf67 
								
							 
						 
						
							
							
								
								feat: ユーザーをcontextmenuからアンテナに追加できるようになど ( #11206 )  
							
							... 
							
							
							
							* feat: ユーザーをcontextmenuからアンテナに追加できるように close  #11115 
* MkAvatars.vue変更
* nanka iroiro
* fix MkAvatars
* ix
* fix
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-07-10 15:55:10 +09:00  
				
					
						
							
							
								 
						
							
								239ea39d6f 
								
							 
						 
						
							
							
								
								feat: フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように ( #11218 )  
							
							... 
							
							
							
							* feat: フォローやお気に入り登録をしていないチャンネルを開く時は概要ページを開くように
* Update CHANGELOG.md
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-07-10 13:30:41 +09:00  
				
					
						
							
							
								 
						
							
								63e21a4ee3 
								
							 
						 
						
							
							
								
								fix(frontend): 画面ビューワをタップした場合、マウスクリックと同様に画像ビューワを閉じるように ( #11211 )  
							
							... 
							
							
							
							* fix: change tapAction of photoswipe to 'close'
* doc: update CHANGELOG.md
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-07-10 13:26:05 +09:00  
				
					
						
							
							
								 
						
							
								1a096c557e 
								
							 
						 
						
							
							
								
								refactor: fix lint failure ( #11214 )  
							
							
							
						 
						
							2023-07-09 15:46:17 +02:00  
				
					
						
							
							
								 
						
							
								53b1684c39 
								
							 
						 
						
							
							
								
								fix(frontend): use system-ui for system font ( #11177 )  
							
							... 
							
							
							
							* fix(frontend): correct system font stack
This was originally set to Hiragino Maru Gothic Pro, which is the same as the current default font.
* just use system-ui
per code review https://github.com/misskey-dev/misskey/pull/11177#discussion_r1257260039 
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> 
							
						 
						
							2023-07-09 14:24:05 +02:00  
				
					
						
							
							
								 
						
							
								9dd53527ca 
								
							 
						 
						
							
							
								
								feat: プロフィールURLをコピー ボタンを追加  close   #11190  ( #11205 )  
							
							
							
						 
						
							2023-07-09 17:20:50 +09:00  
				
					
						
							
							
								 
						
							
								59046d583d 
								
							 
						 
						
							
							
								
								refactor(locales, sw): use es module ( #11204 )  
							
							... 
							
							
							
							* refactor(locales): use es module
* fix sw build
* fix gulp
* try fixing storybook
* Revert "try fixing storybook"
This reverts commit 5f2a4eee01 
							
						 
						
							2023-07-09 17:19:07 +09:00  
				
					
						
							
							
								 
						
							
								6ba9805536 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-07-09 09:47:20 +09:00  
				
					
						
							
							
								 
						
							
								74a05ec739 
								
							 
						 
						
							
							
								
								fix(frontend): fix storybook build ( #11203 )  
							
							
							
						 
						
							2023-07-09 07:06:13 +09:00  
				
					
						
							
							
								 
						
							
								ac6d6fdeb8 
								
							 
						 
						
							
							
								
								enhance(frontend): 引用対象を「もっと見る」で展開した場合、「閉じる」で畳めるように  
							
							... 
							
							
							
							Resolve  #11185  
						
							2023-07-08 19:01:47 +09:00  
				
					
						
							
							
								 
						
							
								6a015341ef 
								
							 
						 
						
							
							
								
								fix(frontend): 長い文章を投稿する際、プレビューが画面からはみ出る問題を修正  
							
							... 
							
							
							
							Fix  #11186  
						
							2023-07-08 18:55:02 +09:00  
				
					
						
							
							
								 
						
							
								3796da6836 
								
							 
						 
						
							
							
								
								feat: フォルダーやファイルでもIDをコピーできるように ( #11189 )  
							
							... 
							
							
							
							* feat: フォルダーやファイルでもIDをコピーできるように close  #11188 
* docs: update CHANGELOG.md 
							
						 
						
							2023-07-08 18:45:41 +09:00  
				
					
						
							
							
								 
						
							
								36d5deeb61 
								
							 
						 
						
							
							
								
								fix: フォルダーのページネーションが機能しない ( #11187 )  
							
							... 
							
							
							
							* fix: フォルダーのページネーションが機能しない close  #11180 
* Update MkDrive.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-08 17:48:10 +09:00  
				
					
						
							
							
								 
						
							
								e40a0b98e4 
								
							 
						 
						
							
							
								
								fix(frontend): search user with trailing space ( #11184 )  
							
							... 
							
							
							
							* fix(frontend): search user with trailing space
* fix(backend): search user with trailing space
* Update search.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-08 17:41:52 +09:00  
				
					
						
							
							
								 
						
							
								15683370f0 
								
							 
						 
						
							
							
								
								fix(frontend): ページ遷移でスクロール位置が保持されない問題を修正  
							
							... 
							
							
							
							Fix  #11068  
						
							2023-07-08 15:30:36 +09:00  
				
					
						
							
							
								 
						
							
								c2d7008cff 
								
							 
						 
						
							
							
								
								tweak localization  
							
							... 
							
							
							
							Resolve  #11119  
						
							2023-07-08 12:53:51 +09:00  
				
					
						
							
							
								 
						
							
								bd843863d0 
								
							 
						 
						
							
							
								
								fix: 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 ( #10973 )  
							
							... 
							
							
							
							* 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 (misskey-dev/misskey#10922 )
* Update CHANGELOG.md
* fix
* Update CHANGELOG.md
* Update CHANGELOG.md 
							
						 
						
							2023-07-08 08:58:35 +09:00  
				
					
						
							
							
								 
						
							
								3c6175d959 
								
							 
						 
						
							
							
								
								広告の曜日を設定できるように ( #10095 )  
							
							... 
							
							
							
							* 曜日選択できるように
* ラベル選択でもチェックが変更されるように
* adを参照しないといけないかも
* smallint -> integer
* 異物混入だったので取りだし
* タイムゾーン指定(Date2つ使うのなんか違和感
* 未テスト
* これにすると出てこないかも
* UIチョット変更
* UI変更 fix bug
* 畳むように修正
* dayofweek->dayOfWeek
* マイグレ時にnot null,default設定してるのでnullable:falseでよさそう
* コメントの記載
* Update packages/backend/src/server/api/endpoints/meta.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-07-08 08:56:11 +09:00  
				
					
						
							
							
								 
						
							
								588465566b 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-07-08 08:46:42 +09:00  
				
					
						
							
							
								 
						
							
								d84796588c 
								
							 
						 
						
							
							
								
								cleanup: trim trailing whitespace ( #11136 )  
							
							... 
							
							
							
							* cleanup: trim trailing whitespace
* update(`.editorconfig`)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-07-08 07:08:16 +09:00  
				
					
						
							
							
								 
						
							
								eacc90debc 
								
							 
						 
						
							
							
								
								fix(client): ZenUIでポップアップの表示位置がおかしい問題を修正  
							
							
							
						 
						
							2023-07-07 20:18:06 +09:00  
				
					
						
							
							
								 
						
							
								2606167f0d 
								
							 
						 
						
							
							
								
								chore: collapse renote of my note ( #11166 )  
							
							... 
							
							
							
							* chore(frontend): 自分のnoteのrenoteも省略するように
Co-authored-by: madorama <madorama999@gmail.com>
* docs(changelog): add 見たことのあるRenoteを省略して表示をオンのときに自分のnoteのrenoteを省略するように
---------
Co-authored-by: madorama <madorama999@gmail.com> 
							
						 
						
							2023-07-07 20:05:11 +09:00  
				
					
						
							
							
								 
						
							
								bc4d27410c 
								
							 
						 
						
							
							
								
								feat: webp convert @frontend ( #11150 )  
							
							... 
							
							
							
							* webp convert @frontend
* 0.85 → 0.90
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-07-07 13:44:31 +09:00  
				
					
						
							
							
								 
						
							
								d5c4e77c44 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-07-07 10:53:06 +09:00  
				
					
						
							
							
								 
						
							
								bc61f37faa 
								
							 
						 
						
							
							
								
								refactor(frontend): fix enum types in scripts/form ( #11138 )  
							
							
							
						 
						
							2023-07-06 20:23:54 +09:00  
				
					
						
							
							
								 
						
							
								c065b97140 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-07-06 16:18:09 +09:00  
				
					
						
							
							
								 
						
							
								0137af892a 
								
							 
						 
						
							
							
								
								chore(frontend): tweak photoswipe animation  
							
							... 
							
							
							
							Resolve  #11117  
						
							2023-07-06 16:18:06 +09:00  
				
					
						
							
							
								 
						
							
								06bf5c1ff1 
								
							 
						 
						
							
							
								
								fix(frontend): In MkPagination, init() also initializes items  
							
							... 
							
							
							
							ユーザーページのノートタブで小タブを変更すると前のタイムラインが残る問題を修正 
							
						 
						
							2023-07-06 06:43:05 +00:00  
				
					
						
							
							
								 
						
							
								9e955d20c4 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-07-06 15:07:51 +09:00  
				
					
						
							
							
								 
						
							
								165c53a547 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-07-06 15:04:42 +09:00  
				
					
						
							
							
								 
						
							
								3597da5c49 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-07-06 15:04:39 +09:00  
				
					
						
							
							
								 
						
							
								6b2c92cb68 
								
							 
						 
						
							
							
								
								chore(backend): fix typo in MkImgWithBlurhash.vue ( #11125 )  
							
							... 
							
							
							
							occured -> occurred 
							
						 
						
							2023-07-06 09:19:10 +09:00  
				
					
						
							
							
								 
						
							
								dc8763215a 
								
							 
						 
						
							
							
								
								feat(frontend): 画像を動画と同様に簡単に隠せるように ( #11127 )  
							
							... 
							
							
							
							* feat: hide image easily
* docs(changelog): add 画像を動画と同様に簡単に隠せるように 
							
						 
						
							2023-07-06 08:49:07 +09:00  
				
					
						
							
							
								 
						
							
								ac4245dce1 
								
							 
						 
						
							
							
								
								feat(frontend): allow cropping images on drive ( #11092 )  
							
							... 
							
							
							
							* feat(frontend): allow cropping images on drive
* nanka iroiro
* folder
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-07-05 13:54:40 +09:00  
				
					
						
							
							
								 
						
							
								1ab9f096c3 
								
							 
						 
						
							
							
								
								feat(frontend): deck UIのカラムからアンテナ、リストの編集画面を開けるように ( #11104 )  
							
							... 
							
							
							
							* feat: add edit antenna button onto deck column
* feat: add edit list button onto deck column
* docs(changelog): add deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました 
							
						 
						
							2023-07-05 13:04:27 +09:00  
				
					
						
							
							
								 
						
							
								92d9946f59 
								
							 
						 
						
							
							
								
								enhance(frontend): Better Timeline(MkPagination) Experience ( #11066 )  
							
							... 
							
							
							
							* enhance(frontend): Better MkPagination Appearance
* fix
* fix
* 新規投稿が空でも先頭に戻ったらunshiftItemsする
* use Map
* refactor, 型エラー潰し
* refactor 
							
						 
						
							2023-07-05 00:59:37 +09:00  
				
					
						
							
							
								 
						
							
								526fa8bf3f 
								
							 
						 
						
							
							
								
								perf(frontend): use setInterval instead of setTimeout chain in MkTime  ( #10981 )  
							
							... 
							
							
							
							* perf(frontend): use setInterval instead of setTimeout chain in MkTime
* fix
* props.origin
* props.origin 2
* fix
* add comment
* setIntervalを再設定する
* refactor 
							
						 
						
							2023-07-04 22:48:39 +09:00  
				
					
						
							
							
								 
						
							
								aa92df4e50 
								
							 
						 
						
							
							
								
								chore(frontend): add comment  
							
							
							
						 
						
							2023-07-04 11:21:44 +00:00  
				
					
						
							
							
								 
						
							
								84d3a06637 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-07-03 14:35:10 +09:00  
				
					
						
							
							
								 
						
							
								60cddf87d8 
								
							 
						 
						
							
							
								
								Update MkRetentionLineChart.vue  
							
							
							
						 
						
							2023-07-03 14:35:07 +09:00  
				
					
						
							
							
								 
						
							
								6157616b37 
								
							 
						 
						
							
							
								
								fix(frontend): sparkle内にリンクを入れるとクリック不能になる問題の修正 ( #11075 )  
							
							... 
							
							
							
							* wip
* Fix 11021 
							
						 
						
							2023-07-03 11:27:56 +09:00  
				
					
						
							
							
								 
						
							
								af3258dc79 
								
							 
						 
						
							
							
								
								perf(backend): make some features optionable  
							
							... 
							
							
							
							Resolve  #11064 
Resolve  #11065  
						
							2023-07-02 16:02:32 +09:00  
				
					
						
							
							
								 
						
							
								734c41aba5 
								
							 
						 
						
							
							
								
								perf(frontend): MkImgWithBlurhashでblurhash描画に使うcanvasは再利用するようにする ( #10966 )  
							
							... 
							
							
							
							* blurhashを描画するためのcanvasは再利用する
* Revert "perf(frontend): WebGL contextの数を減らす"
This reverts commit aeb8955ca2 
							
						 
						
							2023-07-02 13:46:49 +09:00  
				
					
						
							
							
								 
						
							
								a1327fa9e1 
								
							 
						 
						
							
							
								
								perf(backend): allow get for some endpoints  
							
							
							
						 
						
							2023-07-02 08:28:26 +09:00  
				
					
						
							
							
								 
						
							
								58a898dfe0 
								
							 
						 
						
							
							
								
								Fix offscreencanvas undefined ( #11017 )  
							
							... 
							
							
							
							* Suppress ReferenceError on some environments (i.e. older iOS)
* fix
* fix
* lint
* adopt suggestion by acid-chicken 
							
						 
						
							2023-06-26 10:45:14 +09:00  
				
					
						
							
							
								 
						
							
								8099bc24e1 
								
							 
						 
						
							
							
								
								refactor(backend): use node16 for moduleResolution ( #10938 )  
							
							... 
							
							
							
							* refactor(backend): use node16 for moduleResolution
* update deps
* Update tsconfig.json
* ✌️ 
* revive KEYWORD
* restore strict-event-emitter-types dependency
* restore ms dependency
* cancel redundant import reorder
* fix
* Delete ms.ts
* remove rndstr
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> 
							
						 
						
							2023-06-25 21:13:15 +09:00  
				
					
						
							
							
								 
						
							
								5d922e3084 
								
							 
						 
						
							
							
								
								chore(frontend): use @vitest/coverage-v8  
							
							
							
						 
						
							2023-06-24 15:20:15 +02:00  
				
					
						
							
							
								 
						
							
								fd4c43786a 
								
							 
						 
						
							
							
								
								chore(dev): use buraha via npm  
							
							
							
						 
						
							2023-06-24 18:22:53 +09:00  
				
					
						
							
							
								 
						
							
								60cc7f62e6 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-06-24 13:11:53 +09:00  
				
					
						
							
							
								 
						
							
								dc27ba6f03 
								
							 
						 
						
							
							
								
								enhance(frontend): improve ux of deck scroll  
							
							... 
							
							
							
							Resolve  #11007  
						
							2023-06-24 12:58:26 +09:00  
				
					
						
							
							
								 
						
							
								3fe1c862f6 
								
							 
						 
						
							
							
								
								update misskey-js version  
							
							
							
						 
						
							2023-06-24 12:46:30 +09:00  
				
					
						
							
							
								 
						
							
								33a2c0b59e 
								
							 
						 
						
							
							
								
								Make role tag clickable on user pages ( #11019 )  
							
							
							
						 
						
							2023-06-24 07:51:44 +09:00  
				
					
						
							
							
								 
						
							
								8c7bcdf998 
								
							 
						 
						
							
							
								
								fix(client): サーバーメトリクスが90度傾いている ( #11012 )  
							
							
							
						 
						
							2023-06-17 13:54:54 +09:00  
				
					
						
							
							
								 
						
							
								f5dfb64a52 
								
							 
						 
						
							
							
								
								ユーザー統計表示機能を削除  
							
							... 
							
							
							
							Resolve  #10998  
						
							2023-06-13 14:13:33 +09:00  
				
					
						
							
							
								 
						
							
								fa7fd9ce25 
								
							 
						 
						
							
							
								
								fix image of MkError.vue  
							
							
							
						 
						
							2023-06-11 15:38:06 +09:00  
				
					
						
							
							
								 
						
							
								94c09f1441 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-06-11 09:53:07 +09:00  
				
					
						
							
							
								 
						
							
								46222d0258 
								
							 
						 
						
							
							
								
								tweak of  f3a16bcd6 
							
							
							
						 
						
							2023-06-10 17:41:52 +09:00  
				
					
						
							
							
								 
						
							
								f3a16bcd6d 
								
							 
						 
						
							
							
								
								ロールのユーザーリストを非公開にできるように ( #10987 )  
							
							... 
							
							
							
							* ロールのユーザーリストを非公開にできるように
* Changelog update 
							
						 
						
							2023-06-10 17:26:48 +09:00  
				
					
						
							
							
								 
						
							
								dd733ec1d0 
								
							 
						 
						
							
							
								
								enhance(frontend): サーバーのテーマ設定を別ページに分離  
							
							
							
						 
						
							2023-06-09 15:53:40 +09:00  
				
					
						
							
							
								 
						
							
								0465e74521 
								
							 
						 
						
							
							
								
								Fix: enhance: タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように ( #10982 )  
							
							
							
						 
						
							2023-06-09 14:08:35 +09:00  
				
					
						
							
							
								 
						
							
								34a32a8334 
								
							 
						 
						
							
							
								
								エラー画像URLを設定可能に ( #10959 )  
							
							... 
							
							
							
							* エラー画像URLを設定可能に
* Update CHANGELOG.md
* 設定したエラーアイコンをprefetchするようにbase.pugを変更
* 不足していたデータを追加
* enhance(frontend): デザイン調整 
							
						 
						
							2023-06-09 14:00:53 +09:00  
				
					
						
							
							
								 
						
							
								3941c73db0 
								
							 
						 
						
							
							
								
								tweak of  6032c2be1 
							
							
							
						 
						
							2023-06-09 12:55:27 +09:00  
				
					
						
							
							
								 
						
							
								6032c2be1c 
								
							 
						 
						
							
							
								
								fix(frontend): Scrolling Issue in Safari for Top and Bottom Bars  
							
							... 
							
							
							
							fix  #10977  
						
							2023-06-09 12:51:16 +09:00  
				
					
						
							
							
								 
						
							
								29856a9129 
								
							 
						 
						
							
							
								
								tweak of  981e6f996 
							
							
							
						 
						
							2023-06-06 09:16:38 +09:00  
				
					
						
							
							
								 
						
							
								aeb8955ca2 
								
							 
						 
						
							
							
								
								perf(frontend): WebGL contextの数を減らす  
							
							... 
							
							
							
							#10960  
						
							2023-06-06 09:09:23 +09:00  
				
					
						
							
							
								 
						
							
								981e6f996e 
								
							 
						 
						
							
							
								
								fix(frontend): タブがアクティブな間はstreamが切断されないように  
							
							... 
							
							
							
							Fix  #10952  
						
							2023-06-06 09:04:57 +09:00  
				
					
						
							
							
								 
						
							
								2d5bb40ad0 
								
							 
						 
						
							
							
								
								Condensedlines reflow once ( #10944 )  
							
							... 
							
							
							
							* perf: Update MkCondensedLine styles after reading all dimensions
* perf: reduce reflow in MkCondensedLine
* lint
* Update packages/frontend/src/components/global/MkCondensedLine.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update packages/frontend/src/components/global/MkCondensedLine.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-06-05 18:06:33 +09:00  
				
					
						
							
							
								 
						
							
								9e716fd813 
								
							 
						 
						
							
							
								
								fix(frontend): MkUserPopupが省略されないのを修正  
							
							... 
							
							
							
							Fix  #10870  
						
							2023-06-05 08:58:00 +00:00  
				
					
						
							
							
								 
						
							
								0cb3c7481c 
								
							 
						 
						
							
							
								
								fix typo: schema -> scheme  
							
							
							
						 
						
							2023-06-05 10:55:18 +09:00  
				
					
						
							
							
								 
						
							
								a7abf941c0 
								
							 
						 
						
							
							
								
								fix:vue-plyr廃止追加対応(Audio要素のコンテキストメニューをブラウザデフォルトに) ( #10940 )  
							
							... 
							
							
							
							* wip
* add comment
* fix quotes 
							
						 
						
							2023-06-02 16:31:25 +09:00  
				
					
						
							
							
								 
						
							
								482b00df77 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-06-02 14:13:36 +09:00  
				
					
						
							
							
								 
						
							
								91d790bbb6 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-06-02 11:34:38 +09:00  
				
					
						
							
							
								 
						
							
								40295ae57d 
								
							 
						 
						
							
							
								
								fix style  
							
							... 
							
							
							
							Fix  #10870  
						
							2023-06-02 11:03:59 +09:00  
				
					
						
							
							
								 
						
							
								8bdf0dd135 
								
							 
						 
						
							
							
								
								test: ignore `MkImgWithBlurhash` to avoid unstable snapshots  
							
							
							
						 
						
							2023-06-01 23:27:58 +09:00  
				
					
						
							
							
								 
						
							
								eedc8049db 
								
							 
						 
						
							
							
								
								fix(frontend): make scrollbar-color track transparent  
							
							... 
							
							
							
							Fix  #9414  
						
							2023-06-01 12:03:07 +00:00  
				
					
						
							
							
								 
						
							
								23f272cc7d 
								
							 
						 
						
							
							
								
								[ci skip] update patrons  
							
							
							
						 
						
							2023-06-01 19:55:33 +09:00  
				
					
						
							
							
								 
						
							
								15450b18e8 
								
							 
						 
						
							
							
								
								[ci skip] make enableCondensedLineForAcct false by default  
							
							... 
							
							
							
							for performance 
							
						 
						
							2023-06-01 19:50:51 +09:00  
				
					
						
							
							
								 
						
							
								50aeaf7498 
								
							 
						 
						
							
							
								
								[ci skip]  🎨  
							
							
							
						 
						
							2023-06-01 19:45:06 +09:00  
				
					
						
							
							
								 
						
							
								861bfa06a8 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-06-01 18:07:30 +09:00  
				
					
						
							
							
								 
						
							
								3b30ee3130 
								
							 
						 
						
							
							
								
								test: fix vitest  
							
							
							
						 
						
							2023-06-01 08:50:26 +00:00  
				
					
						
							
							
								 
						
							
								f6830885d7 
								
							 
						 
						
							
							
								
								tweak of  cd8274888 
							
							
							
						 
						
							2023-06-01 17:34:56 +09:00  
				
					
						
							
							
								 
						
							
								337dd97b49 
								
							 
						 
						
							
							
								
								perf( #10923 ): CSS Modules のクラス名をインライン化する ( #10930 )  
							
							... 
							
							
							
							* perf(#10923 ): unwind css module class name
* perf(#10923 ): support multiple components
* refactor: clean up
* refactor(#10923 ): avoid `useCssModule()`
* fix(#10923 ): allow direct literal class name
* fix(#10923 ): avoid computed class name
* fix(#10923 ): allow literal keys
* fix(#10923 ): typo
* fix(#10923 ): invalid class names
* chore: test
* revert: test
This reverts commit 5c7ef366ec#10923 ): hidden tale
* perf(#10923 ): also unwind scoped css contained components
* perf(#10923 ): `normalizeClass` AOT compilation
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-06-01 17:19:46 +09:00  
				
					
						
							
							
								 
						
							
								cd82748889 
								
							 
						 
						
							
							
								
								enhance(frontend): 追加の絵文字用辞書をダウンロードできるように  
							
							... 
							
							
							
							Resolve  #10921  
						
							2023-06-01 17:10:53 +09:00  
				
					
						
							
							
								 
						
							
								2c0b10b0ee 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-06-01 16:28:24 +09:00  
				
					
						
							
							
								 
						
							
								6c09361ec6 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-06-01 13:50:13 +09:00  
				
					
						
							
							
								 
						
							
								3089a86c8e 
								
							 
						 
						
							
							
								
								fix: テーマにプロパティ 'fgOnWhite' を追加してフォローボタンのスタイルを調整 ( #10931 )  
							
							... 
							
							
							
							* fix: add theme property 'fgOnWhite' and fix styles of follow button.
* fix: add theme property 'fgOnWhite' and fix styles of follow button. 
							
						 
						
							2023-06-01 13:29:44 +09:00  
				
					
						
							
							
								 
						
							
								a4de927df8 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-06-01 09:20:39 +09:00  
				
					
						
							
							
								 
						
							
								a2c77a0944 
								
							 
						 
						
							
							
								
								Update style.scss  
							
							
							
						 
						
							2023-06-01 09:20:37 +09:00  
				
					
						
							
							
								 
						
							
								d8a564c6a0 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-06-01 08:54:37 +09:00  
				
					
						
							
							
								 
						
							
								ff94b64c91 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-06-01 07:51:02 +09:00  
				
					
						
							
							
								 
						
							
								1cc616b86c 
								
							 
						 
						
							
							
								
								fix(frontend): disconnect ResizeObserver  
							
							
							
						 
						
							2023-05-31 16:04:01 +00:00  
				
					
						
							
							
								 
						
							
								6addf9002c 
								
							 
						 
						
							
							
								
								tweak ui  
							
							
							
						 
						
							2023-05-31 18:03:43 +09:00  
				
					
						
							
							
								 
						
							
								6dd219b6c7 
								
							 
						 
						
							
							
								
								fix: Firefoxにおける絵文字ピッカーのTabキーフォーカス問題の修正 ( #10926 )  
							
							... 
							
							
							
							* fix 10744
* fix 10744
* Update CHANGELOG.md
* add comment 
							
						 
						
							2023-05-31 14:03:54 +09:00  
				
					
						
							
							
								 
						
							
								9521519cb8 
								
							 
						 
						
							
							
								
								reafactor  
							
							
							
						 
						
							2023-05-31 13:41:38 +09:00  
				
					
						
							
							
								 
						
							
								e11f82c300 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-31 13:27:59 +09:00  
				
					
						
							
							
								 
						
							
								aba0755880 
								
							 
						 
						
							
							
								
								enhance(client): MFMのx2, scale, positionが含まれていたらノートをたたむようにした ( #10165 )  
							
							... 
							
							
							
							* enhance(client): MFMのx2, scale, positionが含まれていたらノートをたたむようにした
* Update CHANGELOG.md
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2023-05-31 12:57:40 +09:00  
				
					
						
							
							
								 
						
							
								821bb1c476 
								
							 
						 
						
							
							
								
								perf(frontend): サーバーにカスタム絵文字の種類が多い場合のパフォーマンスの改善  
							
							... 
							
							
							
							Resolve  #10925  
						
							2023-05-31 12:42:24 +09:00  
				
					
						
							
							
								 
						
							
								14da0a65f7 
								
							 
						 
						
							
							
								
								tweak ui  
							
							
							
						 
						
							2023-05-31 12:24:00 +09:00  
				
					
						
							
							
								 
						
							
								f8f3304164 
								
							 
						 
						
							
							
								
								fix(frontend/MkNoteDetailed): fix css module  
							
							
							
						 
						
							2023-05-30 16:24:45 +00:00  
				
					
						
							
							
								 
						
							
								d7efdd7123 
								
							 
						 
						
							
							
								
								perf(frontend): minify file names  
							
							... 
							
							
							
							Resolve  #10924  
						
							2023-05-30 18:55:22 +09:00  
				
					
						
							
							
								 
						
							
								f2d9e3105d 
								
							 
						 
						
							
							
								
								fix(frontend): Pagesのコンテンツが表示されない・作成や編集ができない問題を修正  
							
							... 
							
							
							
							Fix  #10908  
						
							2023-05-30 17:37:38 +09:00  
				
					
						
							
							
								 
						
							
								a4a171781b 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-05-30 15:23:21 +09:00  
				
					
						
							
							
								 
						
							
								8e8e3dbe4e 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-30 15:18:08 +09:00  
				
					
						
							
							
								 
						
							
								de71845b35 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-30 14:38:13 +09:00  
				
					
						
							
							
								 
						
							
								a3a47b8d35 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-30 14:34:55 +09:00  
				
					
						
							
							
								 
						
							
								f091007882 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-30 12:16:39 +09:00  
				
					
						
							
							
								 
						
							
								8f14b42e81 
								
							 
						 
						
							
							
								
								perf: インスタンスデフォルトテーマを予めjson5 -> jsonに変換しておくことでjson5を初期バンドルに含めずに済むように  
							
							
							
						 
						
							2023-05-30 11:51:29 +09:00  
				
					
						
							
							
								 
						
							
								8b33a70fc4 
								
							 
						 
						
							
							
								
								vue-plyrやめるなど  
							
							... 
							
							
							
							- 問題点が多い
- バンドルサイズ削減 
							
						 
						
							2023-05-30 11:32:29 +09:00  
				
					
						
							
							
								 
						
							
								dc031b1d07 
								
							 
						 
						
							
							
								
								perf(frontend): emojilistのサイズ削減  
							
							
							
						 
						
							2023-05-30 11:18:40 +09:00  
				
					
						
							
							
								 
						
							
								0a2ac58b82 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-30 10:20:06 +09:00  
				
					
						
							
							
								 
						
							
								101e8d7adb 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-29 20:05:46 +09:00  
				
					
						
							
							
								 
						
							
								19b96ff650 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-29 19:56:17 +09:00  
				
					
						
							
							
								 
						
							
								bd66a3f148 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-29 19:37:03 +09:00  
				
					
						
							
							
								 
						
							
								7f235275c9 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-29 19:35:11 +09:00  
				
					
						
							
							
								 
						
							
								3097bb6c7d 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-29 18:22:15 +09:00  
				
					
						
							
							
								 
						
							
								115167e6da 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-05-29 17:52:55 +09:00  
				
					
						
							
							
								 
						
							
								a1200ad886 
								
							 
						 
						
							
							
								
								lint  
							
							
							
						 
						
							2023-05-29 17:24:46 +09:00  
				
					
						
							
							
								 
						
							
								25d1b66ca4 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-29 17:22:09 +09:00  
				
					
						
							
							
								 
						
							
								c5f9b1c224 
								
							 
						 
						
							
							
								
								lint  
							
							
							
						 
						
							2023-05-29 17:13:45 +09:00  
				
					
						
							
							
								 
						
							
								8c66fad96b 
								
							 
						 
						
							
							
								
								lint  
							
							
							
						 
						
							2023-05-29 17:13:12 +09:00  
				
					
						
							
							
								 
						
							
								fd7b77c542 
								
							 
						 
						
							
							
								
								enhance(backend): migrate bull to bullmq ( #10910 )  
							
							... 
							
							
							
							* wip
* wip
* Update QueueService.ts
* wip
* refactor
* ✌️ 
* fix
* Update QueueStatsService.ts
* refactor
* Update ApNoteService.ts
* Update mock-resolver.ts
* refactor
* Update mock-resolver.ts 
							
						 
						
							2023-05-29 11:54:49 +09:00  
				
					
						
							
							
								 
						
							
								a80003cde5 
								
							 
						 
						
							
							
								
								fix(frontend): Zen UIで、デッキ設定で直接/以外を表示したときデッキに戻るボタンを表示 ( #10909 )  
							
							... 
							
							
							
							* fix(frontend): デッキ設定で直接/以外を表示したときのZen UIでデッキに戻るボタン
* fix style
* ?zenが指定されていた場合はボタンを表示しない 
							
						 
						
							2023-05-28 20:58:39 +09:00  
				
					
						
							
							
								 
						
							
								fb54c58a66 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-27 12:09:19 +09:00  
				
					
						
							
							
								 
						
							
								3a924f3dc6 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-27 11:44:04 +09:00  
				
					
						
							
							
								 
						
							
								11d22c7b73 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-27 11:38:08 +09:00  
				
					
						
							
							
								 
						
							
								a879607479 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-27 11:35:26 +09:00  
				
					
						
							
							
								 
						
							
								98aef974df 
								
							 
						 
						
							
							
								
								enhance: ハッシュタグのノート一覧ページから、そのハッシュタグで投稿するボタンを追加、お知らせの画像URLを空にできない問題を修正 ( #10878 )  
							
							... 
							
							
							
							* fix: お知らせの画像URLを空にできない問題を修正 (misskey-dev/misskey#10657 )
* ハッシュタグのノート一覧ページからノートできるように(misskey-dev/misskey#10854 )
* fix: 色々直した
* location.reloadを使わないように
* CHANGELOGを編集
* tweak
* Update tag.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-26 14:47:31 +09:00  
				
					
						
							
							
								 
						
							
								cf46816687 
								
							 
						 
						
							
							
								
								feat: アカウント初期設定ウィザードに戻るボタンと、後で進むボタンを追加 ( #10893 )  
							
							... 
							
							
							
							* enhance(frontend): アカウント初期設定ウィザードに戻るボタンを追加
* enhance(frontend): アカウント初期設定ウィザードにあとでボタンを追加
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-26 14:40:44 +09:00  
				
					
						
							
							
								 
						
							
								eee1e74174 
								
							 
						 
						
							
							
								
								shareページに"Misskeyへ"ボタンを設置  
							
							... 
							
							
							
							Resolve  #10898  
						
							2023-05-26 05:18:01 +00:00  
				
					
						
							
							
								 
						
							
								8050f89d7e 
								
							 
						 
						
							
							
								
								Revert "fix(client): /shareをsubBootPathsから外す"  
							
							... 
							
							
							
							This reverts commit 406e5d297b 
							
						 
						
							2023-05-26 05:06:52 +00:00  
				
					
						
							
							
								 
						
							
								406e5d297b 
								
							 
						 
						
							
							
								
								fix(client): /shareをsubBootPathsから外す  
							
							... 
							
							
							
							Resolve  #10898  
						
							2023-05-26 04:34:34 +00:00  
				
					
						
							
							
								 
						
							
								10634b3615 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-26 13:32:42 +09:00  
				
					
						
							
							
								 
						
							
								fd03e2e1a7 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-26 13:30:26 +09:00  
				
					
						
							
							
								 
						
							
								6cc86272f3 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-26 13:24:31 +09:00  
				
					
						
							
							
								 
						
							
								06b1250d47 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-26 11:31:39 +09:00  
				
					
						
							
							
								 
						
							
								31a7350a10 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-26 10:48:49 +09:00  
				
					
						
							
							
								 
						
							
								30cb791e93 
								
							 
						 
						
							
							
								
								enhance(frontend): フォロー/フォロー解除したときに自動でTLをリロードするのをやめるように  
							
							... 
							
							
							
							- 不便に感じる場合が多いように思う
- 将来的にTLがpush型になったら無意味になる 
							
						 
						
							2023-05-25 08:17:09 +09:00  
				
					
						
							
							
								 
						
							
								1c57983bfd 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-24 17:50:15 +09:00  
				
					
						
							
							
								 
						
							
								bdf08c8a54 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-24 17:33:31 +09:00  
				
					
						
							
							
								 
						
							
								0513ff8b4e 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-24 17:29:58 +09:00  
				
					
						
							
							
								 
						
							
								62fe3bfb54 
								
							 
						 
						
							
							
								
								refactor( #7598 ): add i18n dynamic typings ( #10882 )  
							
							... 
							
							
							
							* refactor: add i18n dynamic typings
* chore: tweak 
							
						 
						
							2023-05-24 17:12:38 +09:00  
				
					
						
							
							
								 
						
							
								d2eec3a9e4 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-24 14:34:46 +09:00  
				
					
						
							
							
								 
						
							
								1de774fa3d 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-05-24 10:16:42 +09:00  
				
					
						
							
							
								 
						
							
								acdcd7c623 
								
							 
						 
						
							
							
								
								enhance(frontend): improve signup complete ui ( #10876 )  
							
							... 
							
							
							
							* enhance(frontend): improve signup complete ui
* relocation
* tweak
* Update _boot_.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-24 09:43:38 +09:00  
				
					
						
							
							
								 
						
							
								38e6f3f776 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-20 12:32:51 +09:00  
				
					
						
							
							
								 
						
							
								05507a4bea 
								
							 
						 
						
							
							
								
								enhance(frontend): Deck UIを使用している場合、`/`以外にアクセスした際にZen UIで表示するように  
							
							... 
							
							
							
							Resolve  #10871  
						
							2023-05-20 10:31:53 +09:00  
				
					
						
							
							
								 
						
							
								d177f97928 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-20 10:12:18 +09:00  
				
					
						
							
							
								 
						
							
								30cb03a40d 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-05-20 10:05:39 +09:00  
				
					
						
							
							
								 
						
							
								c685989e67 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-20 10:05:35 +09:00  
				
					
						
							
							
								 
						
							
								ee3f408c7d 
								
							 
						 
						
							
							
								
								feat: impl IdlingRenderScheduler ( #10547 )  
							
							... 
							
							
							
							* feat: impl IdleRender
* test: pin time on Chromatic
* test: pin time on Chromatic
* fix: typo
* style: rename
* style: rename
* chore: back to setTimeout
* style: linebreak
* refactor: remove unused budget option
* refactor: use raw unix time
* fix: conflict error
* fix: floor
* fix: subtract
* Revert "fix: subtract"
This reverts commit 2ef4afaafcbef8ecdf455199e13cb2 
							
						 
						
							2023-05-20 03:38:07 +09:00  
				
					
						
							
							
								 
						
							
								1b78c6a309 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-19 20:52:15 +09:00  
				
					
						
							
							
								 
						
							
								c713af8e23 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-19 18:16:26 +09:00  
				
					
						
							
							
								 
						
							
								bd6666173a 
								
							 
						 
						
							
							
								
								fix:ロールタイムライン無効に関する修正 ( #10843 )  
							
							... 
							
							
							
							* 修正
* note visibility change
* public投稿のみ
* update changelog
* RN非表示機能がうごかないところだった 
							
						 
						
							2023-05-19 17:12:22 +09:00  
				
					
						
							
							
								 
						
							
								acd5e0b8f6 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-05-19 16:34:56 +09:00  
				
					
						
							
							
								 
						
							
								be2142bb13 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-19 16:30:39 +09:00  
				
					
						
							
							
								 
						
							
								4a703d7cf6 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-19 16:25:48 +09:00  
				
					
						
							
							
								 
						
							
								95470a40a7 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-19 16:20:53 +09:00  
				
					
						
							
							
								 
						
							
								56d4658b36 
								
							 
						 
						
							
							
								
								refactor(frontend): use css module  
							
							
							
						 
						
							2023-05-19 14:08:51 +09:00  
				
					
						
							
							
								 
						
							
								f68008b002 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-05-19 13:58:33 +09:00  
				
					
						
							
							
								 
						
							
								6a5ef5b6f2 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-19 13:58:09 +09:00  
				
					
						
							
							
								 
						
							
								95b9284e79 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-19 13:35:46 +09:00  
				
					
						
							
							
								 
						
							
								8317772436 
								
							 
						 
						
							
							
								
								fix:Firefoxでサインアップする時、メールアドレスがユーザー名として認識される#10523 ( #10869 )  
							
							... 
							
							
							
							* fix:Firefoxでサインアップする時、メールアドレスがユーザー名として認識される
* Update CHANGELOG.md
edit CHANGELOG.md 
							
						 
						
							2023-05-19 11:35:46 +09:00  
				
					
						
							
							
								 
						
							
								dddbc1c894 
								
							 
						 
						
							
							
								
								feat: 公開リスト ( #10842 )  
							
							... 
							
							
							
							* feat: まず公開できるように (misskey-dev/misskey#10447 )
* feat: 公開したリストのページを作成 (misskey-dev/misskey#10447 )
* feat: いいねできるように
* feat: インポートに対応
* wip
* wip
* CHANGELOGを編集
* add note
* refactor
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-19 10:06:12 +09:00  
				
					
						
							
							
								 
						
							
								59255e11b8 
								
							 
						 
						
							
							
								
								perf: MkImgWithBlurhashとMkMediaImageを最適化 ( #10782 )  
							
							... 
							
							
							
							* #10781 
* fix tsconfig
* fetch image??
* Revert "fetch image??"
This reverts commit 0925c28d5abe97c6cb8841e9aa6f9b9448e6422894385d322136e3b75cab05b729ef910801e79361#10860 
* wip
* no worker
* Revert "no worker"
This reverts commit a9c49e4fb4✌️ 
* workerNumber固定は不要
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-19 09:44:06 +09:00  
				
					
						
							
							
								 
						
							
								3804c6e7ad 
								
							 
						 
						
							
							
								
								feat: センシティブなカスタム絵文字のリアクションを受け入れない設定を追加  
							
							
							
						 
						
							2023-05-19 09:43:38 +09:00  
				
					
						
							
							
								 
						
							
								527a13b77d 
								
							 
						 
						
							
							
								
								enhance(frontend): リアクションの取り消し/変更時に確認ダイアログを出すように  
							
							
							
						 
						
							2023-05-19 09:15:24 +09:00  
				
					
						
							
							
								 
						
							
								a3423bad60 
								
							 
						 
						
							
							
								
								tweak  
							
							
							
						 
						
							2023-05-19 09:14:54 +09:00  
				
					
						
							
							
								 
						
							
								231506772a 
								
							 
						 
						
							
							
								
								tweak of  7ce569424 
							
							
							
						 
						
							2023-05-18 20:17:32 +09:00  
				
					
						
							
							
								 
						
							
								7ce569424a 
								
							 
						 
						
							
							
								
								feat: カスタム絵文字ごとにそれをリアクションとして使えるロールを設定できるように  
							
							
							
						 
						
							2023-05-18 18:45:49 +09:00  
				
					
						
							
							
								 
						
							
								dd60f1a533 
								
							 
						 
						
							
							
								
								fix(frontend/MkUrlPreview): summalyがエラーになった際の挙動を修正  
							
							
							
						 
						
							2023-05-17 20:00:28 +00:00  
				
					
						
							
							
								 
						
							
								45263f4cd0 
								
							 
						 
						
							
							
								
								ci: stop MkGalleryPostPreview snapshot  
							
							
							
						 
						
							2023-05-17 07:51:45 +00:00  
				
					
						
							
							
								 
						
							
								e707aadbcc 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-05-17 14:11:32 +09:00  
				
					
						
							
							
								 
						
							
								7b012967d9 
								
							 
						 
						
							
							
								
								refactor(frontend): MFMコンポーネントのリファクタ & パフォーマンスを改善  
							
							
							
						 
						
							2023-05-17 11:50:37 +09:00  
				
					
						
							
							
								 
						
							
								e126083e10 
								
							 
						 
						
							
							
								
								fix(frontend): コンポーネントのpropを非lowerCamelCaseで渡すと機能しない  
							
							
							
						 
						
							2023-05-17 11:42:50 +09:00  
				
					
						
							
							
								 
						
							
								ca2ed0a59b 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-17 11:08:46 +09:00  
				
					
						
							
							
								 
						
							
								5d22e113b2 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-17 10:52:22 +09:00  
				
					
						
							
							
								 
						
							
								ed3c137543 
								
							 
						 
						
							
							
								
								Revert "refactor: define _IS_CHROMATIC_"  
							
							... 
							
							
							
							This reverts commit a35f0d43e4 
							
						 
						
							2023-05-16 19:37:15 +09:00  
				
					
						
							
							
								 
						
							
								a35f0d43e4 
								
							 
						 
						
							
							
								
								refactor: define _IS_CHROMATIC_  
							
							
							
						 
						
							2023-05-16 19:24:10 +09:00  
				
					
						
							
							
								 
						
							
								153eed7d71 
								
							 
						 
						
							
							
								
								fix(frontend/test): MkAnimBgで毎回Chromaticの差分が生成されないように  
							
							
							
						 
						
							2023-05-16 18:41:34 +09:00  
				
					
						
							
							
								 
						
							
								0d8e1c5421 
								
							 
						 
						
							
							
								
								channel favoriteの位置修正 ( #10855 )  
							
							
							
						 
						
							2023-05-16 12:28:59 +09:00  
				
					
						
							
							
								 
						
							
								d10d5a8d53 
								
							 
						 
						
							
							
								
								enhance: タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように  
							
							... 
							
							
							
							Resolve  #10646  
						
							2023-05-16 12:16:37 +09:00  
				
					
						
							
							
								 
						
							
								23f106a0c1 
								
							 
						 
						
							
							
								
								refactor(frontend): boot分割したり副作用減らしたりとか  
							
							... 
							
							
							
							#10838  
						
							2023-05-15 19:08:46 +09:00  
				
					
						
							
							
								 
						
							
								a7ee4aabcb 
								
							 
						 
						
							
							
								
								chore(frontend): 設定画面を整理  
							
							
							
						 
						
							2023-05-15 16:40:19 +09:00  
				
					
						
							
							
								 
						
							
								d867fc00b6 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2023-05-15 16:25:44 +09:00  
				
					
						
							
							
								 
						
							
								60f504bbe2 
								
							 
						 
						
							
							
								
								fix(frontend): ツールチップが永久にDOMに残ることがある問題を修正  
							
							... 
							
							
							
							#10805  
						
							2023-05-15 14:29:35 +09:00  
				
					
						
							
							
								 
						
							
								f4e6d73a8a 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-15 13:57:36 +09:00  
				
					
						
							
							
								 
						
							
								c066013c57 
								
							 
						 
						
							
							
								
								fix   #10850  ?  
							
							
							
						 
						
							2023-05-15 11:03:18 +09:00  
				
					
						
							
							
								 
						
							
								86f952e659 
								
							 
						 
						
							
							
								
								fix   #10850  ?  
							
							
							
						 
						
							2023-05-14 20:32:08 +09:00  
				
					
						
							
							
								 
						
							
								93629fb29d 
								
							 
						 
						
							
							
								
								upgrade aiscript to 0.13.3  
							
							
							
						 
						
							2023-05-14 20:08:32 +09:00  
				
					
						
							
							
								 
						
							
								9ff088a830 
								
							 
						 
						
							
							
								
								✌️  
							
							
							
						 
						
							2023-05-14 17:55:39 +09:00  
				
					
						
							
							
								 
						
							
								55190e6b8b 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-05-14 13:23:28 +09:00  
				
					
						
							
							
								 
						
							
								38391010af 
								
							 
						 
						
							
							
								
								Revert "make __VUE_OPTIONS_API__ false"  
							
							... 
							
							
							
							This reverts commit 636428c72e 
							
						 
						
							2023-05-14 13:23:25 +09:00  
				
					
						
							
							
								 
						
							
								3d94dec7a9 
								
							 
						 
						
							
							
								
								Merge pull request  #10847  from yupix/feat/client-dev-mode  
							
							... 
							
							
							
							feat: 開発者モードを追加 
							
						 
						
							2023-05-14 13:02:48 +09:00  
				
					
						
							
							
								 
						
							
								636428c72e 
								
							 
						 
						
							
							
								
								make __VUE_OPTIONS_API__ false  
							
							
							
						 
						
							2023-05-14 12:24:21 +09:00  
				
					
						
							
							
								 
						
							
								0717afc312 
								
							 
						 
						
							
							
								
								refactor(frontend): use composition api  
							
							
							
						 
						
							2023-05-14 12:23:39 +09:00  
				
					
						
							
							
								 
						
							
								3d4a90b08a 
								
							 
						 
						
							
							
								
								refactor(frontend): use composition api  
							
							
							
						 
						
							2023-05-14 11:43:56 +09:00  
				
					
						
							
							
								 
						
							
								7cc555fd28 
								
							 
						 
						
							
							
								
								Merge branch 'misskey-dev:develop' into feat/client-dev-mode  
							
							
							
						 
						
							2023-05-14 10:56:40 +09:00  
				
					
						
							
							
								 
						
							
								238d0fa667 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-14 10:50:21 +09:00  
				
					
						
							
							
								 
						
							
								30ff4592cc 
								
							 
						 
						
							
							
								
								Merge branch 'misskey-dev:develop' into feat/client-dev-mode  
							
							
							
						 
						
							2023-05-14 10:38:52 +09:00  
				
					
						
							
							
								 
						
							
								a979fb9207 
								
							 
						 
						
							
							
								
								change(frontend): 動的ページのコンポーネントを削除  
							
							
							
						 
						
							2023-05-14 10:31:48 +09:00  
				
					
						
							
							
								 
						
							
								f15f60d5b9 
								
							 
						 
						
							
							
								
								feat: 開発者モードを追加  
							
							
							
						 
						
							2023-05-14 01:30:46 +00:00  
				
					
						
							
							
								 
						
							
								8c97c54cfa 
								
							 
						 
						
							
							
								
								refactor(frontend): use css modules  
							
							
							
						 
						
							2023-05-14 10:21:56 +09:00  
				
					
						
							
							
								 
						
							
								89a3195dfd 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-14 09:54:35 +09:00  
				
					
						
							
							
								 
						
							
								1eaf287b9c 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-14 09:44:57 +09:00  
				
					
						
							
							
								 
						
							
								9166a58c5f 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-13 20:50:21 +09:00  
				
					
						
							
							
								 
						
							
								eef368abd0 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-05-13 20:50:16 +09:00  
				
					
						
							
							
								 
						
							
								f983e44d9e 
								
							 
						 
						
							
							
								
								fix(frontend): fix retention rate heatmap rendering  
							
							
							
						 
						
							2023-05-12 12:15:54 +09:00  
				
					
						
							
							
								 
						
							
								d2e6b17a26 
								
							 
						 
						
							
							
								
								fix(frontend): Pageにおいて画像ブロックに画像を設定できない問題を修正  
							
							... 
							
							
							
							Fix  #10837  
						
							2023-05-12 11:47:12 +09:00  
				
					
						
							
							
								 
						
							
								d1c2e4aaa0 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-12 11:46:13 +09:00  
				
					
						
							
							
								 
						
							
								6f1994c665 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-05-12 11:41:53 +09:00  
				
					
						
							
							
								 
						
							
								055dc6bb66 
								
							 
						 
						
							
							
								
								enhance(frontend): add retention line chart  
							
							
							
						 
						
							2023-05-12 10:29:27 +09:00  
				
					
						
							
							
								 
						
							
								f06339b970 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-12 08:26:06 +09:00  
				
					
						
							
							
								 
						
							
								3370419b0a 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-12 08:20:36 +09:00  
				
					
						
							
							
								 
						
							
								cbb779f60c 
								
							 
						 
						
							
							
								
								ci: skip non-Japanese locale on TurboSnap  
							
							
							
						 
						
							2023-05-11 22:06:13 +09:00  
				
					
						
							
							
								 
						
							
								8ddae83c40 
								
							 
						 
						
							
							
								
								fix MkUserSetupDialog.Privacy.vue  
							
							
							
						 
						
							2023-05-11 21:24:27 +09:00  
				
					
						
							
							
								 
						
							
								2b26a2f5e4 
								
							 
						 
						
							
							
								
								enhance(frontend): アカウント初期設定ウィザードにプライバシー設定を追加  
							
							
							
						 
						
							2023-05-11 20:54:47 +09:00  
				
					
						
							
							
								 
						
							
								e18feb4183 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-05-11 18:22:38 +09:00  
				
					
						
							
							
								 
						
							
								9e464eaa63 
								
							 
						 
						
							
							
								
								fix(frontend): fix retention chart rendering  
							
							
							
						 
						
							2023-05-11 18:20:48 +09:00  
				
					
						
							
							
								 
						
							
								8b352e4e56 
								
							 
						 
						
							
							
								
								feat(frontend): ユーザー指定ノート検索  
							
							
							
						 
						
							2023-05-11 18:10:34 +09:00  
				
					
						
							
							
								 
						
							
								df924d18f1 
								
							 
						 
						
							
							
								
								fix(frontend): チャンネル内の検索ボックスが挙動不審な問題を修正  
							
							... 
							
							
							
							Fix  #10793  
						
							2023-05-11 16:29:34 +09:00  
				
					
						
							
							
								 
						
							
								177359689e 
								
							 
						 
						
							
							
								
								fix(frontend): カラーバーがリプライには表示されないのを修正  
							
							
							
						 
						
							2023-05-11 16:26:35 +09:00  
				
					
						
							
							
								 
						
							
								b380dc53e1 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2023-05-11 16:22:46 +09:00  
				
					
						
							
							
								 
						
							
								8c30ca50a8 
								
							 
						 
						
							
							
								
								fix(frontend): より明確な説明にしたのとtypo修正  
							
							
							
						 
						
							2023-05-11 16:20:03 +09:00  
				
					
						
							
							
								 
						
							
								c15b75e477 
								
							 
						 
						
							
							
								
								センシティブワードを正規表現、CWにも適用するように ( #10688 )  
							
							... 
							
							
							
							* cwにセンシティブが効いてない
* CWが無いときにTextを見るように
* 比較演算子間違えた
* とりあえずチェック
* 正規表現対応
* /test/giにも対応
* matchでしなくてもいいのでは感
* レビュー修正
* Update packages/backend/src/core/NoteCreateService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update packages/backend/src/core/NoteCreateService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* 修正
* wipかも
* wordsでスペース区切りのものできたかも
* なんか動いたかも
* test作成
* 文言の修正
* 修正
* note参照
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-05-10 18:02:41 +09:00  
				
					
						
							
							
								 
						
							
								ea9a95cd98 
								
							 
						 
						
							
							
								
								delete unused component  
							
							
							
						 
						
							2023-05-10 17:53:49 +09:00  
				
					
						
							
							
								 
						
							
								ed634b4b3d 
								
							 
						 
						
							
							
								
								refactor(frontend): use css module  
							
							
							
						 
						
							2023-05-10 17:53:01 +09:00  
				
					
						
							
							
								 
						
							
								f9f115b66d 
								
							 
						 
						
							
							
								
								refactor(frontend): use css module  
							
							
							
						 
						
							2023-05-10 17:49:30 +09:00  
				
					
						
							
							
								 
						
							
								37c119e1f5 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-10 17:45:13 +09:00  
				
					
						
							
							
								 
						
							
								0729678398 
								
							 
						 
						
							
							
								
								fix(frontend): ブラーエフェクトを有効にしている状態で高負荷になる問題を修正  
							
							
							
						 
						
							2023-05-10 12:24:50 +09:00  
				
					
						
							
							
								 
						
							
								ae5a72a2df 
								
							 
						 
						
							
							
								
								feat: 投稿したコンテンツのAIによる学習を軽減するオプションを追加  
							
							... 
							
							
							
							Resolve  #10819  
						
							2023-05-10 10:52:41 +09:00  
				
					
						
							
							
								 
						
							
								baa45859c1 
								
							 
						 
						
							
							
								
								refactor(frontend): use css modules  
							
							
							
						 
						
							2023-05-09 18:47:06 +09:00  
				
					
						
							
							
								 
						
							
								6894e42674 
								
							 
						 
						
							
							
								
								fix(client): MkUserInfoのフォローボタンが変な位置にある問題を修正  
							
							
							
						 
						
							2023-05-09 06:33:50 +00:00  
				
					
						
							
							
								 
						
							
								1c0ec222b4 
								
							 
						 
						
							
							
								
								enhance(frontend): プロフィール画面におけるモデレーションノートの表示を調整  
							
							... 
							
							
							
							Resolve  #10807  
						
							2023-05-09 14:28:27 +09:00  
				
					
						
							
							
								 
						
							
								80619260c1 
								
							 
						 
						
							
							
								
								fix(frontend): ユーザー選択ダイアログが表示されない問題を修正  
							
							... 
							
							
							
							Fix  #10809  
						
							2023-05-09 13:57:43 +09:00  
				
					
						
							
							
								 
						
							
								aa28ddf762 
								
							 
						 
						
							
							
								
								fix(frontend): fix e2e  
							
							
							
						 
						
							2023-05-09 08:33:57 +09:00  
				
					
						
							
							
								 
						
							
								b16d7cc6c4 
								
							 
						 
						
							
							
								
								chore(frontend): より柔軟な文言に変更  
							
							
							
						 
						
							2023-05-09 08:09:16 +09:00  
				
					
						
							
							
								 
						
							
								8f36a80775 
								
							 
						 
						
							
							
								
								fix e2e test  
							
							
							
						 
						
							2023-05-09 08:01:54 +09:00  
				
					
						
							
							
								 
						
							
								a6e7c196ee 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-05-09 07:49:58 +09:00  
				
					
						
							
							
								 
						
							
								a531b8aeee 
								
							 
						 
						
							
							
								
								refactor for e2e  
							
							
							
						 
						
							2023-05-09 07:49:53 +09:00  
				
					
						
							
							
								 
						
							
								34e958c3a7 
								
							 
						 
						
							
							
								
								test: Storybook is broken  
							
							
							
						 
						
							2023-05-08 23:40:21 +09:00  
				
					
						
							
							
								 
						
							
								2a92e3c1c9 
								
							 
						 
						
							
							
								
								fix of  f8ed6b1a5 
							
							
							
						 
						
							2023-05-08 18:52:08 +09:00  
				
					
						
							
							
								 
						
							
								f8ed6b1a54 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-08 18:30:40 +09:00  
				
					
						
							
							
								 
						
							
								8709487cd5 
								
							 
						 
						
							
							
								
								fix(frontend): チャンネルが新規作成できなかったのを修正  
							
							
							
						 
						
							2023-05-08 18:30:29 +09:00  
				
					
						
							
							
								 
						
							
								41e9aa6f9b 
								
							 
						 
						
							
							
								
								fix(frontend): センシティブ設定された画像を開くとき一瞬レイアウトが崩れる問題を修正  
							
							... 
							
							
							
							Fix  #10801  
						
							2023-05-08 18:23:35 +09:00  
				
					
						
							
							
								 
						
							
								1a96425768 
								
							 
						 
						
							
							
								
								chore: 猫耳の先端って本来少し丸まっているものなのではないだろうか ( #10800 )  
							
							... 
							
							
							
							Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-08 17:51:52 +09:00  
				
					
						
							
							
								 
						
							
								6fd63c1fb6 
								
							 
						 
						
							
							
								
								tweak of  #10799  
							
							
							
						 
						
							2023-05-08 17:49:19 +09:00  
				
					
						
							
							
								 
						
							
								b271d02660 
								
							 
						 
						
							
							
								
								tweak of  #10799  
							
							
							
						 
						
							2023-05-08 17:38:19 +09:00  
				
					
						
							
							
								 
						
							
								85a4c8dbb1 
								
							 
						 
						
							
							
								
								feat(frontend): アカウント初期設定ウィザード ( #10799 )  
							
							... 
							
							
							
							* wip
* 🎨 
* 🎨 
* wip
* wip
* 🎨 
* Update CHANGELOG.md
* wip
* Update MkUserSetupDialog.vue
* add stories
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update stories
* Update MkUserSetupDialog.Follow.stories.impl.ts
* test: load mock user account
* ✌️ 
* ✌️ 
* test: reset on each render
* test: use id to identify
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> 
							
						 
						
							2023-05-08 17:29:19 +09:00  
				
					
						
							
							
								 
						
							
								d5e92c3822 
								
							 
						 
						
							
							
								
								refactor(frontend): use css modules  
							
							
							
						 
						
							2023-05-08 10:32:08 +09:00  
				
					
						
							
							
								 
						
							
								151586ab60 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2023-05-08 08:52:01 +09:00  
				
					
						
							
							
								 
						
							
								5c80d9093b 
								
							 
						 
						
							
							
								
								fix(frontend): fix MkInput style  
							
							
							
						 
						
							2023-05-08 08:13:41 +09:00  
				
					
						
							
							
								 
						
							
								b8b91b39f4 
								
							 
						 
						
							
							
								
								enhance(client):  🎨  gallery/:id/edit  
							
							
							
						 
						
							2023-05-07 18:36:48 +00:00  
				
					
						
							
							
								 
						
							
								44ba2fd7cb 
								
							 
						 
						
							
							
								
								fix(client):  Fix   #10746  
							
							... 
							
							
							
							NSFWメディアの上に表示された「もっと見る」ボタンが押しづらい問題を修正 
							
						 
						
							2023-05-07 12:37:11 +00:00  
				
					
						
							
							
								 
						
							
								7d1dde0f04 
								
							 
						 
						
							
							
								
								chore(frontend): クライアントの全般設定を整理  
							
							
							
						 
						
							2023-05-07 20:59:29 +09:00  
				
					
						
							
							
								 
						
							
								63a0b7353a 
								
							 
						 
						
							
							
								
								chore(frontend): クライアントの全般設定を整理  
							
							
							
						 
						
							2023-05-07 20:56:46 +09:00  
				
					
						
							
							
								 
						
							
								f82810cf1b 
								
							 
						 
						
							
							
								
								chore(frontend): クライアントの全般設定を整理  
							
							
							
						 
						
							2023-05-07 20:48:46 +09:00  
				
					
						
							
							
								 
						
							
								853f9dca31 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-07 20:33:13 +09:00  
				
					
						
							
							
								 
						
							
								d526cd70fd 
								
							 
						 
						
							
							
								
								fix: use max-width instead of width  
							
							
							
						 
						
							2023-05-07 19:21:55 +09:00  
				
					
						
							
							
								 
						
							
								9016573736 
								
							 
						 
						
							
							
								
								chore: min-scale for MkAcct  
							
							
							
						 
						
							2023-05-07 19:08:43 +09:00  
				
					
						
							
							
								 
						
							
								448a933f77 
								
							 
						 
						
							
							
								
								enhance(frontend): モデレーターはノートに添付された画像上から直接NSFW設定できるように  
							
							
							
						 
						
							2023-05-07 18:18:32 +09:00  
				
					
						
							
							
								 
						
							
								8310d929dc 
								
							 
						 
						
							
							
								
								enhance(frontend): 閲覧注意設定された画像は表示した状態でもそれが閲覧注意だと分かる表示をするように  
							
							
							
						 
						
							2023-05-07 17:57:55 +09:00  
				
					
						
							
							
								 
						
							
								84beecd27f 
								
							 
						 
						
							
							
								
								fix lint  
							
							
							
						 
						
							2023-05-07 11:27:41 +09:00  
				
					
						
							
							
								 
						
							
								119f02540d 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-07 10:07:26 +09:00  
				
					
						
							
							
								 
						
							
								3401ab0128 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-07 10:04:14 +09:00  
				
					
						
							
							
								 
						
							
								39becdb576 
								
							 
						 
						
							
							
								
								miauthでは寄付popupを表示しない ( #10779 )  
							
							
							
						 
						
							2023-05-06 22:13:11 +09:00  
				
					
						
							
							
								 
						
							
								484dfb6a01 
								
							 
						 
						
							
							
								
								enhance(frontend): update aiscript to 0.13.2  
							
							
							
						 
						
							2023-05-06 12:58:59 +09:00  
				
					
						
							
							
								 
						
							
								732d714c96 
								
							 
						 
						
							
							
								
								fix(dev): fix vite config  
							
							... 
							
							
							
							Fix  #10773  
						
							2023-05-06 10:25:15 +09:00  
				
					
						
							
							
								 
						
							
								e36f9599d2 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-06 09:53:09 +09:00  
				
					
						
							
							
								 
						
							
								10ff379b4c 
								
							 
						 
						
							
							
								
								enhance(backend/frontend): モデレーションノートをユーザーのプロフィールページからも閲覧および編集できるように  
							
							
							
						 
						
							2023-05-06 09:51:06 +09:00  
				
					
						
							
							
								 
						
							
								39748ea0c3 
								
							 
						 
						
							
							
								
								feat: アンテナのエクスポート・インポート ( #10754 )  
							
							... 
							
							
							
							* feat: アンテナのエクスポートに対応 (misskey-dev/misskey#10690 )
* feat: アンテナのインポートに対応 (misskey-dev/misskey#10690 )
* fix: タイポを修正
* feat: ユーザーリストをサポート
* fix: バグを直した
* fix: バグを直した
* fix: 適当に決めた変数名を変更
* fix
* fix: 変数の変更、リファクタリング 
							
						 
						
							2023-05-06 08:17:55 +09:00  
				
					
						
							
							
								 
						
							
								5dfbce7571 
								
							 
						 
						
							
							
								
								feat: チャンネルの削除  
							
							... 
							
							
							
							Resolve  #7171 
Resolve  #9935  
						
							2023-05-06 08:15:17 +09:00  
				
					
						
							
							
								 
						
							
								3a105024c7 
								
							 
						 
						
							
							
								
								enhance: プロフィール設定「追加情報」の並び替え・削除に対応 ( #10766 )  
							
							... 
							
							
							
							* (enhance) profile fields dnd
* Update CHANGELOG.md
* Fix typo
* fix lint
* fix styles
* fix lint
* (change) style
* (fix) label
* (fix) typo
* (fix) LINT ISSUES
* (change) style
* remove unnecessary style declaration
* (fix) breakpoint 
							
						 
						
							2023-05-06 07:06:12 +09:00  
				
					
						
							
							
								 
						
							
								2d84e04240 
								
							 
						 
						
							
							
								
								ロールにNSFWを強制的につけるオプションを追加 ( #10731 )  
							
							... 
							
							
							
							* ロールにNSFWを強制的につけるオプションを追加
* すでにあるファイルにNSFWが付与できない
* NSFWを付与しようとするとエラーに
* add test
* Update packages/backend/src/core/RoleService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* spacingで怒られたので
* ロール作成時のプロパティ削除
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-05 14:18:06 +09:00  
				
					
						
							
							
								 
						
							
								b45bc3fd5d 
								
							 
						 
						
							
							
								
								feat(frontend): in channel search  
							
							
							
						 
						
							2023-05-05 10:05:33 +09:00  
				
					
						
							
							
								 
						
							
								8dab46470e 
								
							 
						 
						
							
							
								
								fix   #10666  チャンネル検索ですべてのチャンネルの取得/表示ができるようにする ( #10667 )  
							
							... 
							
							
							
							* Update CHANGELOG.md
* fix : able to search all channels
* add chennel/search test
* update Changelog
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> 
							
						 
						
							2023-05-05 08:48:14 +09:00  
				
					
						
							
							
								 
						
							
								8c70bbe74d 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-05 08:47:02 +09:00  
				
					
						
							
							
								 
						
							
								9ee002285d 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-05 08:37:20 +09:00  
				
					
						
							
							
								 
						
							
								febb9f388c 
								
							 
						 
						
							
							
								
								enhance(frontend): make MkCondensedLine experimental  
							
							
							
						 
						
							2023-05-05 08:34:05 +09:00  
				
					
						
							
							
								 
						
							
								2cfed3395e 
								
							 
						 
						
							
							
								
								feat: condense acct ( #10753 )  
							
							... 
							
							
							
							* feat: condense acct
* fix: watch parent element size
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2023-05-05 08:16:55 +09:00  
				
					
						
							
							
								 
						
							
								53498991bb 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-05-05 08:05:33 +09:00  
				
					
						
							
							
								 
						
							
								ae80dc9b1e 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2023-05-05 08:05:11 +09:00  
				
					
						
							
							
								 
						
							
								2c606028b3 
								
							 
						 
						
							
							
								
								:art  
							
							
							
						 
						
							2023-05-05 08:05:04 +09:00  
				
					
						
							
							
								 
						
							
								1f9f63df7c 
								
							 
						 
						
							
							
								
								「このファイルからノートを作成」ボタンを追加 ( #10758 )  
							
							... 
							
							
							
							* (add) note this file button
* Update CHANGELOG.md 
							
						 
						
							2023-05-04 19:58:17 +09:00  
				
					
						
							
							
								 
						
							
								dbc24ce587 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-05-03 16:38:52 +09:00  
				
					
						
							
							
								 
						
							
								bcd123371b 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2023-05-02 20:52:36 +09:00  
				
					
						
							
							
								 
						
							
								379c5a8091 
								
							 
						 
						
							
							
								
								enhance(frontend): use MkColorInput  
							
							
							
						 
						
							2023-05-02 12:32:21 +09:00  
				
					
						
							
							
								 
						
							
								cbd183a7a9 
								
							 
						 
						
							
							
								
								fix: return null from Mk:dialog ( #10676 )  
							
							
							
						 
						
							2023-05-02 09:56:20 +09:00  
				
					
						
							
							
								 
						
							
								d535ec21a2 
								
							 
						 
						
							
							
								
								feat: チャンネルに色を設定できるように  
							
							
							
						 
						
							2023-05-02 09:36:40 +09:00  
				
					
						
							
							
								 
						
							
								0cbdbf24f1 
								
							 
						 
						
							
							
								
								Create MkColorInput.vue  
							
							
							
						 
						
							2023-05-02 09:23:30 +09:00  
				
					
						
							
							
								 
						
							
								4495969d7f 
								
							 
						 
						
							
							
								
								Update MkInput.vue  
							
							
							
						 
						
							2023-05-02 09:22:37 +09:00  
				
					
						
							
							
								 
						
							
								f5e9886c70 
								
							 
						 
						
							
							
								
								Update MkInput.vue  
							
							
							
						 
						
							2023-05-02 09:17:10 +09:00  
				
					
						
							
							
								 
						
							
								1631e62739 
								
							 
						 
						
							
							
								
								refactor(frontend): use css modules  
							
							
							
						 
						
							2023-05-02 09:07:57 +09:00  
				
					
						
							
							
								 
						
							
								e48926b01d 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-05-02 08:13:30 +09:00  
				
					
						
							
							
								 
						
							
								25580e8afc 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2023-05-01 17:09:07 +09:00  
				
					
						
							
							
								 
						
							
								5b7482d8f4 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2023-05-01 10:02:57 +09:00  
				
					
						
							
							
								 
						
							
								5f4d20ac1d 
								
							 
						 
						
							
							
								
								ThisIsExperimentalFeature → thisIsExperimentalFeature  
							
							
							
						 
						
							2023-04-30 12:11:43 +00:00  
				
					
						
							
							
								 
						
							
								d28866f71a 
								
							 
						 
						
							
							
								
								enhance: account migration ( #10592 )  
							
							... 
							
							
							
							* copy block and mute then create follow and unfollow jobs
* copy block and mute and update lists when detecting an account has moved
* no need to care promise orders
* refactor updating actor and target
* automatically accept if a locked account had accepted an old account
* fix exception format
* prevent the old account from calling some endpoints
* do not unfollow when moving
* adjust following and follower counts
* check movedToUri when receiving a follow request
* skip if no need to adjust
* Revert "disable account migration"
This reverts commit 2321214c98✌️ 
* 移行を行ったアカウントからのフォローリクエストの自動許可を調整
* newUriを外に出す
* newUriを外に出す2
* clean up
* fix newUri
* prevent moving if the destination account has already moved
* set alsoKnownAs via /i/update
* fix database initialization
* add return type
* prohibit updating alsoKnownAs after moving
* skip to add to alsoKnownAs if toUrl is known
* skip adding to the list if it already has
* use Acct.parse instead
* rename error code
* 🎨 
* 制限を5から10に緩和
* movedTo(Uri), alsoKnownAsはユーザーidを返すように
* test api res
* fix
* 元アカウントはミュートし続ける
* 🎨 
* unfollow
* fix
* getUserUriをUserEntityServiceに
* ?
* job!
* 🎨 
* instance => server
* accountMovedShort, forbiddenBecauseYouAreMigrated
* accountMovedShort
* fix test
* import, pin禁止
* 実績を凍結する
* clean up
* ✌️ 
* change message
* ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに
* Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに"
This reverts commit 3bd7be35d8 
							
						 
						
							2023-04-30 00:09:29 +09:00