summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 🎨syuilo2024-11-161-3/+3
|
* use execa 8.0.1syuilo2024-11-154-4/+4
| | | | #14966
* Revert "use nodemon 3.0.2"syuilo2024-11-157-7/+7
| | | | This reverts commit ce1f84e5a3c4c906ca611a4c4aa558f5012394d9.
* use nodemon 3.0.2syuilo2024-11-157-7/+7
| | | | #14966
* Bump version to 2024.11.0-alpha.1github-actions[bot]2024-11-151-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-11-1511-38/+256
|\
| * feat: 送信したフォローリクエストを確認できるように ↵かっこかり2024-11-1511-38/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#14856) * FEAT: Allow users to view pending follow requests they sent This commit implements the `following/requests/sent` interface firstly implemented on Firefish, and provides a UI interface to view the pending follow requests users sent. * ux: should not show follow requests tab when have no pending sent follow req * fix default followreq tab * fix default followreq tab * restore missing hasPendingReceivedFollowRequest in navbar * refactor * use tabler icons * tweak design * Revert "ux: should not show follow requests tab when have no pending sent follow req" This reverts commit e580b92c37f27c2849c6d27e22ca4c47086081bb. * Update Changelog * Update Changelog * change tab titles --------- Co-authored-by: Lhc_fl <lhcfl@outlook.com> Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
* | chore(frontend): tweak animation stylesyuilo2024-11-151-9/+6
|/
* update deps (#14950)syuilo2024-11-159-119/+119
| | | | | | | | | | | | | | | | | * update deps * wip * Revert "wip" This reverts commit 393de249fe248ae181221266e0b7828a3ac53152. * wip * wip * wip * wip
* fix(frontend): ↵かっこかり2024-11-151-0/+1
| | | | | | | | | | | | | スマホで表示した時にipv6だとはみ出てしまうのを修正 (#14960) * fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (MisskeyIO#815) (cherry picked from commit aec01dd4adda8e975da523c5bea329120e689569) * Update Changelog --------- Co-authored-by: sleep-moe <yukikum57@gmail.com>
* Enhance(frontend): ノート詳細画面にロールのバッジを表示 ↵shimmar2024-11-131-1/+26
| | | | | | | (#14946) * enhance(frontend): ノートの詳細画面にロールのバッジを表示(#14058) * Update CHANGELOG.md
* fix(backend): Webhook Test一致性 (#14863)饺子w (Yumechi)2024-11-126-27/+47
| | | | | | | | | | | | | * fix(backend): Webhook Test一致性 Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * UserWebhookPayload<'followed'> 修正 Signed-off-by: eternal-flame-AD <yume@yumechi.jp> --------- Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-11-1124-69/+206
|\
| * fix(frontend): ↵かっこかり2024-11-101-1/+3
| | | | | | | | | | | | | | | | | | メールアドレス登録有効化時の「完了」ダイアログボックスの表示条件を修正 (#14928) * fix(frontend): メールアドレス登録有効化時の「完了」ダイアログボックスの表示条件を修正 * Update MkSignupDialog.form.vue * fix condition
| * Bump version to 2024.11.0-alpha.0github-actions[bot]2024-11-091-1/+1
| |
| * Bump version to 2024.10.2-alpha.3github-actions[bot]2024-11-091-1/+1
| |
| * fix(backend): ↵かっこかり2024-11-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ローカルユーザーへのメンションを含むノートが連合される際に正しいURLに変換されないことがある問題を修正 (#14879) * fix: make sure mentions of local users get rendered correctly during AP delivery (resolves #645) * Update Changelog * indent --------- Co-authored-by: Laura Hausmann <laura@hausmann.dev> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * refactor(frontend): 動画UIのフルスクリーン周りの調整 (#14877)かっこかり2024-11-095-40/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): フルスクリーン周りの調整 (cherry picked from commit 783032caec5853d78d5af3391e29cf364f2282e8) * refactor(frontend): deviceKindの循環参照を除去 (cherry picked from commit 1ca471f57e968a1a6e2259bde4a7c6da1fe0c54e) * fix --------- Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com>
| * enhance(backend) : ↵momoirodouhu2024-11-092-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | リモートユーザーの照会をオリジナルにリダイレクトするように (#12892) (#14897) * enhance(backend) : リモートユーザーの照会をオリジナルにリダイレクトするように (#12892) * オリジンリダイレクトのテストをtodoとして追加。 e2eテストにリモートユーザー考慮のテストがなさそうなので。 次のコマンドで動くことは確認済みです。 curl "http://localhost:3000/@foo@bar" -H "accept: application/activity+json" -L * Acctのパースを既存のパーサーでするように修正 * lint
| * enhance(frontend): ↵かっこかり2024-11-094-3/+60
| | | | | | | | | | | | | | 個別お知らせページではmetaタグを出力するように (#14902) * enhance(frontend): 個別お知らせページではmetaタグを出力するように * Update Changelog
| * fix(frontend): ↵かっこかり2024-11-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 外部URLへのリダイレクトのバリデーションを強化 (#14919) * Fix code scanning alert no. 25: Incomplete URL scheme check (MisskeyIO#799) * Fix code scanning alert no. 26: Incomplete URL scheme check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Fix code scanning alert no. 25: Incomplete URL scheme check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> (cherry picked from commit 7d7552e076c0152a5966e919be0e9a60b3736208) * :v: --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
| * fix(backend): SQLのサニタイズを強化 (#14920)かっこかり2024-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Fix code scanning alert no. 28: Incomplete string escaping or encoding (MisskeyIO#800) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> (cherry picked from commit 443335c662b14f609d6a81a8f3807e95709aebc1) * :v: --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
| * fix(backend): ↵4ster1sk2024-11-071-1/+1
| | | | | | | | followedMessageではなくdescriptionになっていたのを修正 (#14908)
| * fix(backend): ↵4ster1sk2024-11-071-0/+6
| | | | | | | | フォロワーへのメッセージの絵文字をemojisに含めるように (#14904)
| * chore: little type trick in pizzax.ts (#14891)Linca2024-11-061-4/+8
| | | | | | Make `makeGetterSetter` take the correct type associated with getter and setter
| * fix(backend): ↵かっこかり2024-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | FTT無効時にユーザーリストタイムラインが使用できない問題を修正 (#14878) * fix: return getfromdb when FanoutTimeline is not enabled * Update Changelog * fix --------- Co-authored-by: Lhc_fl <lhcfl@outlook.com>
| * fix(frontend): ↵かっこかり2024-11-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | ノート投稿ボタンにホバー時のスタイルが適用されていない (#14887) * fix(frontend): ノート投稿ボタンにホバー時のスタイルが適用されていない (#305) (cherry picked from commit 711ab846a967feeddbe0c908bee4b91646cec321) * Update Changelog --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
| * fix(backend): ↵かっこかり2024-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ノートを連合する際にリモートユーザーのacctの大小文字を区別して処理している問題を修正 (#14880) * fix: make sure outgoing remote mentions get resolved correctly if referenced with non-canonical casing (resolves #646) * Update Changelog * Update Changelog * indent --------- Co-authored-by: Laura Hausmann <laura@hausmann.dev>
| * fix(frontend): withSensitiveフィルタ周りの挙動修正 (#14884)かっこかり2024-11-033-7/+11
| | | | | | | | | | * fix(frontend): withSensitiveフィルタ周りの挙動修正 * Update MkNote.vue
* | Update about-misskey.vuesyuilo2024-11-111-0/+4
|/
* refactorsyuilo2024-10-3116-26/+26
|
* lintsyuilo2024-10-311-1/+1
|
* refactorsyuilo2024-10-311-6/+6
|
* refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848)かっこかり2024-10-3156-192/+250
| | | | | | | | | | | | | | | | | | | * refactor(frontend): できるだけanyを除去 * refactor * lint * fix * remove unused * Update packages/frontend/src/components/MkReactionsViewer.details.vue * Update packages/frontend/src/components/MkUsersTooltip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-10-301-1/+1
| | | | | 一部のノート表示で設定にかかわらずセンシティブなファイルを含むノートが最小化される問題を修正 Fix https://github.com/misskey-dev/misskey/pull/14772#discussion_r1821707117
* Bump version to 2024.10.2-alpha.2github-actions[bot]2024-10-281-1/+1
|
* enhance(backend): check_connect.js ↵かっこかり2024-10-281-5/+46
| | | | | | | | | | | | | | | で全RedisとDBへの接続を確認するように (#14853) * fix race conditions in check_connect.js (cherry picked from commit 524ddb96770690455b82522104a543c5b0b1f3b3) * fix * Update Changelog --------- Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
* fix(backend): Accept arrays in ActivityPub `icon` and `image` properties ↵Tamme Schichler2024-10-281-0/+6
| | | | | | (#14825) This is allowed according to the Activity vocabulary: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon The issue is noticeable in combination with Bridgy Fed: https://github.com/snarfed/bridgy-fed/issues/1408
* fix: encode RSS uris with escape sequences before fetching (#14826)Pinapelz2024-10-283-3/+3
| | | Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-10-284-15/+9
|\
| * Remove undefined styles (#14858)woxtu2024-10-284-15/+9
| |
* | enhance: アイコンデコレーション管理画面の改善syuilo2024-10-2810-122/+368
| |
* | :art:syuilo2024-10-281-1/+1
|/
* Update about-misskey.vuesyuilo2024-10-281-0/+5
|
* fix(misskey-js): ↵かっこかり2024-10-283-4/+3
| | | | | | | | | | | | | WebSocketの型定義をReconnectingWebsocketに依存するように (#14850) * fix(misskey-js): WebSocketの型定義をReconnectingWebsocketに依存するように * Update Changelog * run api extractor * fix * fix
* enhance(frontend): Self-XSS防止用のメッセージを追加 (#14839)かっこかり2024-10-262-1/+44
| | | | | | | * enhance(frontend): Self-XSS防止用のメッセージを追加 * Update Changelog * embedにも同様の記述を追加
* Bump version to 2024.10.2-alpha.1github-actions[bot]2024-10-251-1/+1
|
* :art:かっこかり2024-10-251-1/+1
| | | https://github.com/misskey-dev/misskey/pull/14828 のデザイン修正
* fix(backend): ↵かっこかり2024-10-251-1/+1
| | | | | | | | | | | | | 招待コード発行可能残り数算出に使用すべきロールポリシーの値が違うのを修正 (#14834) * fix: should use invite limit cycle to calculate invite/limit * Update Changelog * Update changelog --------- Co-authored-by: Lhc_fl <lhcfl@outlook.com>
* fix(frontend): 管理画面のリンク切れを修正 (#14831)かっこかり2024-10-251-1/+1
| | | | | * fix(frontend): 管理画面のリンク切れを修正 * Update Changelog