summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: ↵tamaina2024-02-234-0/+23
| | | | | | | | | プッシュ通知の変更が1時間ほど反映されない問題を修正 (#13407) * fix: プッシュ通知の変更が1時間ほど反映されない問題を修正 * 410 to refresh * refreshCache
* Fix(frontend): ↵1Step6212024-02-234-94/+138
| | | | | | | | | | | 絵文字オートコンプリートの優先順位がおかしいのを修正 (#13423) * 絵文字オートコンプリートの優先順位がおかしいのを修正 * update CHANGELOG.md * テストを追加 * lint fix
* fix(test): Chromaticが落ちているのを一部修正? (#13435)かっこかり2024-02-231-2/+3
| | | | | | | * fix(test): Chromaticが落ちているのを修正? * いらん変更をけす * 未来過ぎた
* refactor(backend): ↵okayurisotto2024-02-2316-18/+29
| | | | | | | `Array.prototype.filter`での非null確認では`isNotNull`関数を使うように (#13442) * `Array.prototype.filter`での非null確認では`isNotNull`関数を使うように * `{}` -> `NonNullable<unknown>`
* fix: SSR時のmetaをエスケープするように (#13440)かっこかり2024-02-233-2/+19
| | | | | * fix: SSR時のmetaをエスケープするように * エスケープ方法を変更
* enhance: `meta`をSSR HTMLに埋め込む (#13436)かっこかり2024-02-2326-530/+676
| | | | | | | | | | | | | | | | | * enhance: `meta`をSSR HTMLに埋め込む * HTML Metaの有効時間を指定 * 1時間 * MetaEntityService * JSONをPackするように * :v: --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* flash/update で部分的に変更できるようにする (#13396)FineArchs2024-02-223-10/+11
| | | | | | | | | | | | | | | | | | | * make flash/update params optional * Update autogen files pnpm run build-misskey-js-with-types * Update update.ts * Update CHANGELOG.md * hasOwnProperty -> hasOwn Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor: Refactor NoteReadService.read (#13429)tamaina2024-02-222-33/+32
| | | | | | | | | | | * refactor: Refactor NoteReadService.read * clean up * Update packages/backend/src/core/NoteReadService.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-02-225-7/+16
|\
| * fix: 禁止キーワードを含むノートがDelayed ↵anatawa122024-02-224-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | Queueに追加されて再処理される問題 (#13428) * refactor: use IdentifiableError instead of NoteCreateService.ContainsProhibitedWordsError * fix: notes with prohibited words are reprocessed with delay * docs(changelog): 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題 * lint: fix lint errors * fix: rethrowするべきなのにrethrowし忘れていたのを修正
| * fix: ↵anatawa122024-02-212-1/+1
| | | | | | | | | | | | | | | | | | MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題 (#13349) * fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題 * docs(changelog): previewの中のユーザメンションをホバーした状態で投稿を編集するとユーザの情報popupが消えない問題を修正 * docs(changelog): ユーザの情報のポップアップが消えなくなることがある問題を修正
* | enhance: ↵syuilo2024-02-2216-9/+96
|/ | | | サーバーごとにモデレーションノートを残せるように
* :art:syuilo2024-02-211-1/+1
|
* fix: Bump sharp to 0.33.2 (#13391)tamaina2024-02-213-108/+240
|
* refactor(backend): `ReactionService.prototype.convertLegacyReactions` (#13375)okayurisotto2024-02-212-24/+66
| | | | | | | | | | | | | | | | | | | | | | | | | * add unit tests * cleanup unnecessary type assertions * `convertedReaction`変数の定義と変換表に対する存在確認処理の整理 * `count`変数の定義とループ処理での`Object.entries()`の活用 * 条件式の整理 * `Array.prototype.reduce`を使うように * `Array.prototype.reduce`を使うように * 配列操作を1つのメソッドチェーンに整理 これまでの実装では、`decodeReaction`の返り値が同一になる異なる入力値が同時に複数個存在した場合、後ろのもので上書きされてしまっていたはず。 これからの実装では、後ろのものは前のものに加算される。 (実際にこの挙動の変更が問題になるシチュエーションはまずないはず。) * add unit test * ドキュメントコメントの追加と型定義の調整
* refactor(frontend): 不必要なconsole.logを除去・抑制 (#13400)かっこかり2024-02-213-4/+2
| | | | | | | * refactor(frontend): 不必要なconsole.logを除去 * Update MkCode.core.vue * Update game.board.vue
* fix(frontend): ↵zyoshoka2024-02-202-1/+2
| | | | | | | | | 画面表示後最初の音声再生が爆音になることがある問題を修正 (#13379) * fix(frontend): 画面表示後最初の音声再生が爆音になることがある問題を修正 * Update CHANGELOG.md * Update CHANGELOG.md
* fix(frontend): チャートのラベルが消えている問題を修正 ↵zyoshoka2024-02-202-1/+2
| | | | | | | (#13416) * fix(frontend): チャートのラベルが消えている問題を修正 * Update CHANGELOG.md
* enhance(frontend): ↵Sayamame-beans2024-02-202-2/+3
| | | | | | | ノート作成画面の添付メニューのdividerの位置を"添付取り消し"の上にする (#13409) * enhance(frontend): change divider position for MkPostFormAttaches * docs(changelog): update
* Fix Changelogかっこかり2024-02-191-15/+2
|
* Fix(frontend): ↵1Step6212024-02-192-1/+8
| | | | | | | オートコンプリートが出るべき状況で出ないことがあるのを修正 (#13376) * オートコンプリートが出るべき状況で出ないことがあるのを修正 * update CHANGELOG.md
* fix: ↵anatawa122024-02-192-0/+25
| | | | syuilo/misskey時代から使用してるサーバーが改変したバージョンだと誤判定される問題 (DB migrationで修正) (#13389)
* fix: nodeinfoにenableMcaptchaとenableTurnstileが無い (#13387)anatawa122024-02-193-0/+13
|
* fix: allow moderators see role assigned users; fix #13301 (#13315)Cocoa Hoto2024-02-171-1/+1
|
* chore: ↵anatawa122024-02-172-2/+3
| | | | | | | | | | | 通報ページのユーザをクリックした際にユーザをウィンドウで開くように (#13348) * chore: 通報ページのユーザをクリックした際にユーザをウィンドウで開くように * docs(changelog): 通報ページのユーザをクリックした際にユーザをウィンドウで開くように --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* New Crowdin updates (#13341)syuilo2024-02-1720-1/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Japanese, Kansai)
* fix of 9a70ce8f5ea9df00001894809f5ce7bc69b14c8asyuilo2024-02-171-1/+1
| | | | Co-Authored-By: RyotaK <49341894+Ry0taK@users.noreply.github.com>
* Update package.jsonsyuilo2024-02-171-1/+1
|
* 2024.2.0syuilo2024-02-172-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-02-1719-26/+371
|\
| * feat: license violation protection (#13285)Acid Chicken (硫酸鶏)2024-02-1719-26/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spec(frontend): aboutページにリポジトリ・フィードバックのURLを表示させる Cherry-picked from MisskeyIO#441 Cherry-picked from MisskeyIO#438 * feat: license violation protection * build: fix typo * build: fix typo * fix: farewell to the static type land * fix: key typo * fix: import typo * fix: properly interpret `prominently` * docs: add disclaimer * docs: update CHANGELOG * chore: add gap --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | Update CHANGELOG.mdsyuilo2024-02-171-3/+1
|/
* feat: add link to local note in initial comment of abuse note (#13347)anatawa122024-02-172-2/+6
| | | | | * feat: add link to local note in initial comment of abuse note * docs(changelog): ノートの通報時にリモートのノートであっても自インスタンスにおけるノートのリンクを含むように
* Merge pull request from GHSA-qqrm-9grj-6v32tamaina2024-02-178-29/+157
| | | | | | | | | | | | | | | | | | | | | | | | | * maybe ok * fix * test wip * :v: * fix * if (res.ok) * validateContentTypeSetAsJsonLD * 条件を考慮し直す * その他の+json接尾辞が付いているメディアタイプも受け容れる * https://github.com/misskey-dev/misskey-ghsa-qqrm-9grj-6v32/pull/1#discussion_r1490999009 * add `; profile="https://www.w3.org/ns/activitystreams"` * application/ld+json;
* 2024.2.0-beta.13tamaina2024-02-162-2/+2
|
* Update CHANGELOG.mdかっこかり2024-02-161-1/+1
|
* refactor(backend): remove/replace deprecated type deps (#13252)zyoshoka2024-02-165-33/+34
|
* fix misskey-js versionかっこかり2024-02-161-1/+1
|
* fix(dev): devコマンドの実装を修正 (#13336)かっこかり2024-02-161-1/+1
|
* fix of #13330 (#13330)anatawa122024-02-161-1/+1
| | | | | * build: docker buildのpnpm i実行時にNODE_ENV=productionが指定されるようにする * build: 消す行間違ってたのを修正
* build: docker buildのpnpm ↵anatawa122024-02-161-2/+4
| | | | i実行時にNODE_ENV=productionが指定されるようにする (#13329)
* chore(deps): bump actions/setup-node from 3.8.1 to 4.0.2 (#13307)dependabot[bot]2024-02-1612-16/+16
| | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump actions/upload-artifact from 3 to 4 (#13308)dependabot[bot]2024-02-161-1/+1
| | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 (#13309)dependabot[bot]2024-02-164-5/+5
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump pnpm/action-setup from 2 to 3 (#13310)dependabot[bot]2024-02-161-1/+1
| | | | | | | | | | | | | | | Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.0...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump actions/github-script from 6.4.0 to 7.0.1 (#13311)dependabot[bot]2024-02-165-7/+7
| | | | | | | | | | | | | | | Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(frontend/pageMetadata): ページタイトルが更新されない問題 ↵taiy2024-02-16140-430/+496
| | | | | | (#13289) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(ci): publish docker image fails (3) (#13327)zyoshoka2024-02-162-9/+9
| | | | | * fix(ci): publish docker image fails (3) * fix: set `tags`
* 2024.2.0-beta.12syuilo2024-02-161-1/+1
|
* fix(frontend): vue ↵かっこかり2024-02-164-136/+114
| | | | | | | | | | | | | | | | | | v3.4.16以降でタイムラインが正常に表示できない問題を修正 (#13248) * fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正 * type * Revert "fix: downgrade vue to 3.4.15" This reverts commit e12369ac13a906321397dfee5142f2af4b12f5b6. * Update pnpm-lock.yaml --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>