summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): better `notes/translate` error response (#13631)zyoshoka2024-03-304-28/+97
| | | | | | | | | | | * 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-302-1/+2
| | | | | * Report progress out of 100% in CleanRemoteFilesProcessorService * Add changelog entry
* fix(frontend): ↵かっこかり2024-03-253-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 「今日誕生日のフォロー中ユーザー」ウィジェットが正しく動作しない問題を修正 (#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-228-19/+41
| | | | | * 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-2122-66/+420
| | | | | | | | | | | | | | | | | | | | | | | * 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-2116-2/+55
| | | | | | | | | | | | | | | * 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
* Cypress typescript (#13591)Gianni Ceccarelli2024-03-209-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | * convert Cypress tests to TypeScript this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy for their fork https://github.com/cutiekey/cutiekey/pull/7 I just repacked their changes into a minimal set * fix call to `window` in cypress tests this error was spotted thanks to the TypeScript compiler: ``` support/commands.ts:33:12 - error TS2559: Type '(win: any) => void' has no properties in common with type 'Partial<Loggable & Timeoutable>'. 33 cy.window(win => { ~~~~~~~~ Found 1 error in support/commands.ts:33 ``` (again, @lunaisnotaboy did the actual work)
* fix(frontend): ↵おさむのひと2024-03-209-27/+61
| | | | | | | shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする (#13598) * fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする * fix CHANGELOG.md
* Add missing credit (for #13586)かっこかり2024-03-181-1/+2
|
* fix(backend): ↵かっこかり2024-03-183-3/+4
| | | | | | | | | | | | | ユーザーやノートの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-187-136/+288
| | | | | | | | | | | | | * 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-182-0/+8
| | | | | | | | | | | | | | | フォローリクエストを作成する際に既存のものは削除するように (#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-173-21/+29
| | | | | | | | | | | | | | | 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-1753-22/+350
|\
| * fix(general): ↵zyoshoka2024-03-156-7/+21
| | | | | | | | | | | | | | | | | | `flash/create`でPlayの公開範囲を指定できない問題の修正と編集画面の調整 (#13574) * fix(backend): param `visibility` wasn't included in `flash/create` * fix(frontend): tweak flash editor ui * Update CHANGELOG.md
| * fix(frontend): update locales/index.d.tstamaina2024-03-141-0/+4
| |
| * fix(dev): vscode-jest: Deprecated: Please use jest.runMode instead.tamaina2024-03-141-1/+1
| |
| * fix(dev): fix duplication in .vscode/extensions.jsontamaina2024-03-141-1/+0
| |
| * プラグインの簡易的なログを表示する機能 (#13564)FineArchs2024-03-134-11/+37
| | | | | | | | | | | | | | | | | | * add plugin logging * change variable name * Update plugin.ts * Update CHANGELOG.md
| * chore: add missing SPDX ID and workflow check (#13570)zyoshoka2024-03-1343-2/+287
| | | | | | | | | | | | | | | | | | | | | | * 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-124-5/+10
|
* enhance(frontend): ↵かっこかり2024-03-121-7/+20
| | | | | | | | | | | 各サーバーはMisskeyを利用したサービスであることを強調 (#13559) * ロゴ周りを追加 * 調整 --------- Co-authored-by: uboar <10250330+uboar@users.noreply.github.com>
* Fix Changelogかっこかり2024-03-121-2/+2
|
* enhance(backend): antennas/updateの必須項目をantennaIdのみに (#13542)yupix2024-03-103-15/+17
| | | | | * refactor: antennas/updateの必須項目を最小限に * fix: userListIdがnullにできない
* Update example.yml (#13551)FineArchs2024-03-091-1/+1
|
* Update about-misskey.vuesyuilo2024-03-091-0/+1
|
* chore(dev): remove deprecated vscode pluginssyuilo2024-03-092-2/+0
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2024-03-097-4/+16
|\
| * enhance(frontend): ↵かっこかり2024-03-087-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | リアクションの総数を表示するか設定で選べるように (#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-072-8/+21
| | | | | | | | | * fix(frontend): 周年の実績が閏年を考慮するように * まちがえた * Update Changelog * 変数の定義回数を減らす
* enhance(frontend): ↵かっこかり2024-03-072-4/+18
| | | | | | | | | | | | | 広告が同一ドメインの場合は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-0614-29/+79
| | | | | | | * 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-055-8/+34
| | | | | | | | | | | | | 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする (#13520) * enhance(frontend): 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする * 他のファイルタイプにも対応 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2024-03-053-9/+16
| | | | | | | | | | | router遷移時にmatchAllに入った場合一度`location.href`を経由するように (#13509) * fix(frontend): router遷移時にmatchAllに入った場合一度`location.href`を経由するように * Update Changelog * Update CHANGELOG.md * remove unnecessary args