summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): better `notes/translate` error response (#13631)zyoshoka2024-03-303-28/+96
| | | | | | | | | | | * fix(backend): better `notes/translate` error response * Update CHANGELOG.md * test(backend): perform administrative operations as `root` --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: report progress out of 100% in CleanRemoteFilesProcessorService (#13633)Nila2024-03-301-1/+1
| | | | | * Report progress out of 100% in CleanRemoteFilesProcessorService * Add changelog entry
* fix(frontend): ↵かっこかり2024-03-252-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 「今日誕生日のフォロー中ユーザー」ウィジェットが正しく動作しない問題を修正 (#12835) * (fix) タイムゾーンによっては誕生日のフォロー中ユーザーが正しく読み込まれない * 文言をわかりやすく * Update Changelog * (add) reload button * Update CHANGELOG.md * run misskey-js * fix * Revert "文言をわかりやすく" This reverts commit c5ab6419563cc70ec8ba758e800c74d3469131e3. * Update packages/frontend/src/widgets/WidgetBirthdayFollowings.vue * Update packages/frontend/src/widgets/WidgetBirthdayFollowings.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(generator): ↵かっこかり2024-03-254-1752/+1770
| | | | APIクライアントのパスにoperationIdが使われる問題を修正 (#13622)
* test(backend): fix streaming test error when replying to followers-only note ↵zyoshoka2024-03-241-4/+2
| | | | (#13618)
* fix(misskey-js): fix ESLint error in generator due to `operationId` change ↵zyoshoka2024-03-241-0/+2
| | | | (#13619)
* fix(backend): fix openAPI operationId formatsyuilo2024-03-231-1/+1
|
* enhance(frontend): ↵かっこかり2024-03-222-2/+48
| | | | リアクション受け入れがいいねのみの場合はボタンホバーでツールチップが出るように (#13613)
* enhance(frontend): TOTPの入力ダイアログを改良 (#13607)かっこかり2024-03-225-18/+29
| | | | | * enhance(frontend): TOTPの入力ダイアログを改良 * Update Changelog
* fix(frontend): URLプレビューのto/hrefがない問題を修正tamaina2024-03-221-0/+1
| | | | Fix of https://github.com/misskey-dev/misskey/pull/13579/files/9ae577871b10f6231acc3451188cd69ede9443ed#diff-cfa02e203bdbd03dbf312a889f009ca7f9ebd8376334ebd74c4961b716b22d93
* fix: URLプレビューの動作改善+動作設定を可能にする (#13579)おさむのひと2024-03-2118-64/+326
| | | | | | | | | | | | | | | | | | | | | | | * wip * support new version * URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする * fix lint * fix lint * tweak preview request error handles * fix: CHANGELOG.md * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(antenna): Botの投稿を除外できるように (#13603)かっこかり2024-03-2113-2/+48
| | | | | | | | | | | | | | | * enhance(antenna): Botの投稿を除外できるように (MisskeyIO#545) (cherry picked from commit a95ce067c6cf0a93647e358aabc984bdbe99e952) * Update Changelog * remove translations * spdx --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* Update about-misskey.vuesyuilo2024-03-201-0/+10
|
* fix(frontend): woodenPanelの配色を修正 (#13561)かっこかり2024-03-202-5/+9
| | | | | * fix(frontend): woodenPanelの配色を修正 * fix
* fix(frontend): ↵おさむのひと2024-03-207-19/+47
| | | | | | | shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする (#13598) * fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする * fix CHANGELOG.md
* fix(backend): ↵かっこかり2024-03-182-3/+3
| | | | | | | | | | | | | ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (#13586) * enhance(OGP): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (MisskeyIO#528) (cherry picked from commit 0c3de462d99c47297bebc162581bac6f78f21b49) * Update Changelog --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* enhance(frontend): ページのデザインを調整 (#13590)かっこかり2024-03-186-136/+287
| | | | | | | | | | | | | * enhance(frontend): ページのデザインを調整 * 共有ボタンを直感的な導線に変更 * Update Changelog * Update packages/frontend/src/components/page/page.image.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵かっこかり2024-03-181-0/+6
| | | | | | | | | | | | | | | フォローリクエストを作成する際に既存のものは削除するように (#13588) * fix: delete old follow request (if exists) before creating new (cherry picked from commit ea948ccadc7eace1fcace176c9c070b2a9b46f56) * Update Changelog * Update Changelog --------- Co-authored-by: Kaity A <kaity@atikayda.au>
* fix(frontend): ↵かっこかり2024-03-172-21/+27
| | | | | | | | | | | | | | | WebGL2コンテキストの初期化に失敗するとMisskeyが起動できなくなる問題を修正 (#13587) * Fixed startup crash with seasonal effects (cherry picked from commit eba0c2cc61512db22109e2f15604eb65f5b7d2f2) * Update Changelog * Update Changelog --------- Co-authored-by: Leah <kevinlukej@gmail.com>
* feat: send heartbeat right after visibility changed to 'visible' (#13581)BackRunner2024-03-171-2/+20
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-03-1739-18/+220
|\
| * fix(general): ↵zyoshoka2024-03-153-6/+15
| | | | | | | | | | | | | | | | | | `flash/create`でPlayの公開範囲を指定できない問題の修正と編集画面の調整 (#13574) * fix(backend): param `visibility` wasn't included in `flash/create` * fix(frontend): tweak flash editor ui * Update CHANGELOG.md
| * プラグインの簡易的なログを表示する機能 (#13564)FineArchs2024-03-132-11/+34
| | | | | | | | | | | | | | | | | | * add plugin logging * change variable name * Update plugin.ts * Update CHANGELOG.md
| * chore: add missing SPDX ID and workflow check (#13570)zyoshoka2024-03-1334-1/+171
| | | | | | | | | | | | | | | | | | | | | | * chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint
* | refactor(backend): refactor chart enginesyuilo2024-03-171-6/+8
|/
* refactor(backend): UserEntityService.packMany()の高速化 (#13550)おさむのひと2024-03-123-36/+729
| | | | | * refactor(backend): UserEntityService.packMany()の高速化 * 修正
* fix: URL preview popup for local URL appears in the upper left corner (#13555)anatawa122024-03-123-5/+9
|
* enhance(frontend): ↵かっこかり2024-03-121-7/+20
| | | | | | | | | | | 各サーバーはMisskeyを利用したサービスであることを強調 (#13559) * ロゴ周りを追加 * 調整 --------- Co-authored-by: uboar <10250330+uboar@users.noreply.github.com>
* enhance(backend): antennas/updateの必須項目をantennaIdのみに (#13542)yupix2024-03-102-14/+16
| | | | | * refactor: antennas/updateの必須項目を最小限に * fix: userListIdがnullにできない
* Update about-misskey.vuesyuilo2024-03-091-0/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2024-03-095-4/+11
|\
| * enhance(frontend): ↵かっこかり2024-03-085-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | リアクションの総数を表示するか設定で選べるように (#13539) * enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512) (cherry picked from commit 3c8475e5ac217f055eab0f6d0aedcbbcb2a2f27c) * fix: いいねのみの場合は強制的にカウント表示 * make `showReactionsCount` default false * リアクションだけ * けしわすれ * けしわすれ2 --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* | chore(backend): validateNoteの結果Errorはそのままthrowするtamaina2024-03-091-1/+1
|/ | | | 理由がわからないため
* fix(frontend): 周年の実績が閏年を考慮するように (#13525)かっこかり2024-03-071-8/+20
| | | | | | | | | * fix(frontend): 周年の実績が閏年を考慮するように * まちがえた * Update Changelog * 変数の定義回数を減らす
* enhance(frontend): ↵かっこかり2024-03-071-4/+17
| | | | | | | | | | | | | 広告が同一ドメインの場合はRouterで遷移するように (#13510) * enhance(frontend): 広告が同一ドメインの場合はRouterで遷移するように * Update Changelog * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* test(backend): enable typecheck by workflow (#13526)zyoshoka2024-03-077-10/+37
|
* enhance(frontend): リアクションの総数を表示するように (#13532)かっこかり2024-03-0611-29/+72
| | | | | | | * enhance(frontend): リアクションの総数を表示するように * Update Changelog * リアクション選択済の色をaccentに
* Revert "perf: boot.jsの調整"tamaina2024-03-061-288/+213
| | | | This reverts commit 00c1e4eb550c68f43ae44ba9f0c8da9887fc2180.
* perf: boot.jsの調整tamaina2024-03-061-213/+288
|
* fix(frontend)?: importAppScriptはimportをawaitするようにtamaina2024-03-061-2/+2
|
* enhance(frontend): ↵かっこかり2024-03-054-8/+33
| | | | | | | | | | | | | 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする (#13520) * enhance(frontend): 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする * 他のファイルタイプにも対応 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-03-052-8/+15
| | | | | | | | | | | router遷移時にmatchAllに入った場合一度`location.href`を経由するように (#13509) * fix(frontend): router遷移時にmatchAllに入った場合一度`location.href`を経由するように * Update Changelog * Update CHANGELOG.md * remove unnecessary args
* fix(backend): ↵tamaina2024-03-042-9/+43
| | | | | | | | | | | | | | | | | | | | | リモートサーバーの情報が更新できなくなっていた問題を修正 (#13507) * fix(backend): fetchInstanceMetadataのLockが永遠に解除されない問題を修正 Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * fix test * fix * comment * comment * improve test --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* test(backend): refactor tests (#13499)zyoshoka2024-03-0324-1297/+1270
| | | | | * test(backend): refactor tests * fix: failed test
* 2024.3.1syuilo2024-03-021-1/+1
|
* fix(frontend): ↵tamaina2024-03-029-9/+20
| | | | | | MkCustomEmojiでフォールバックをテキストか画像か選べるように fix of #13487
* fix(frontend): ピン留め or ↵おさむのひと2024-03-027-22/+32
| | | | | | | | | | | | | 履歴に表示されるカスタム絵文字がサーバから削除されるとリアクションが出来なくなる (#13486) * fix(frontend): ピン留めに登録されているカスタム絵文字がサーバから削除されるとリアクションが出来なくなる * fix CHANGELOG.md * fix Unicode Emojis * fix Unicode Emojis * fix
* chore(client): ↵tamaina2024-03-022-1/+13
| | | | 絵文字の画像読み込みに失敗した際はテキストではなくダミー画像を表示 (#13487)
* fix: emoji colorizationAcid Chicken (硫酸鶏)2024-03-021-1/+1
|
* 2024.3.0syuilo2024-03-011-1/+1
|