summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enhance: 禁止ワードはリモートノートも対象に (#13280)tamaina2024-02-133-6/+5
| | | Resolve #13279
* fix: downgrade vue to 3.4.15tamaina2024-02-122-146/+150
|
* chore: ↵tamaina2024-02-132-1/+14
| | | | | | | | | | | | | 以前の開発環境(backendにアクセスする方式)を立ち上げられるように (#13220) * chore: 以前の開発環境(backendにアクセスする方式)を立ち上げられるように * Update scripts/dev.mjs Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* ci(test-frontend): ↵まっちゃとーにゅ2024-02-133-4/+5
| | | | | Cypressのテストの失敗時、永遠に止まらない問題を回避 (MisskeyIO#434) (#13274) 失敗しないようタイムアウトの延長・15分で止まるように
* refactor(msjs): avoid any (part 1) (#13247)Kisaragi2024-02-123-5/+5
| | | | | | | | | | * refactor(msjs): avoid any * run api extractor --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-02-127-4/+79
|\
| * New translations ja-jp.yml (Spanish) (#13261)syuilo2024-02-121-0/+1
| |
| * feat: provide tarball (#13260)Acid Chicken (硫酸鶏)2024-02-126-4/+78
| | | | | | | | | | | | | | | | | | | | | | * feat: provide tarball * build: pack on build-assets * chore: use ignore-walk * chore: debug * build: dependencies
* | update SPDX-FileCopyrightTextsyuilo2024-02-121811-1881/+1879
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-02-114-6/+391
|\
| * New Crowdin updates (#13216)syuilo2024-02-114-6/+391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian)
* | Update about-misskey.vuesyuilo2024-02-111-18/+0
|/
* fix: ↵かっこかり2024-02-111-1/+1
| | | | | | | | | | | | | | | | | misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように (#13249) * fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正 * type * fix: misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように * Revert "type" This reverts commit bac0951bd1608cbd97ba809a76a664590ce5efb3. * Revert "fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正" This reverts commit 92b21658287932515cb061ddc2ab5c83b4b78ca2.
* dev: Update misskey-tga deploy-test-environment.yml (#13221)Srgr02024-02-101-8/+51
|
* fix misskey-js versionかっこかり2024-02-091-1/+1
|
* 2024.2.0-beta.11syuilo2024-02-091-1/+1
|
* update depssyuilo2024-02-094-201/+289
|
* New Crowdin updates (#13179)syuilo2024-02-0913-0/+336
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * 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 (Spanish) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Catalan)
* chore(deps): bump pnpm/action-setup from 2 to 3 (#13215)dependabot[bot]2024-02-098-12/+12
| | | | | | | | | | | | | | | 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...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>
* perf(frontend): splash screenのdomが消えない場合があるのを修正syuilo2024-02-091-6/+5
| | | | https://github.com/misskey-dev/misskey/issues/10805
* fix: ↵おさむのひと2024-02-0914-29/+191
| | | | | | | 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加 (#13210) * fix: 特定文字列を含むノートを投稿できないようにする管理画面用設定項目を追加 * Serviceでチェックするように変更
* chore: use vite@5.1.0 / pnpm@8.15.1tamaina2024-02-083-31/+39
|
* fix(frontend): ↵かっこかり2024-02-093-12/+61
| | | | aiscriptのコードブロックでのハイライト指定を修正 (#13208)
* refactor(backend): exist -> exists (#13203)かっこかり2024-02-0840-64/+64
| | | | | * refactor(backend): exist -> exists * fix
* fix(frontend) misskey-js type (#13202)かっこかり2024-02-082-6/+5
|
* test(frontend): migrate MSW in Storybook to v2 (#13195)zyoshoka2024-02-0814-143/+140
|
* Fix: Summaly ↵MeiMei2024-02-083-1/+30
| | | | | | | proxy利用時にプレイヤーが動作しないことがあるのを修正 (#13196) * Fix: Summaly proxy利用時にプレイヤーが動作しないことがあるのを修正 * CHANGELOG
* typosyuilo2024-02-071-3/+3
|
* enhance(frontend/HorizontalSwipe): 操作性の改善 (#13038)かっこかり2024-02-073-6/+39
| | | | | | | | | | | | | | | | | * Update swipe thresholds and touch-action * スワイプ中にPullToRefreshが反応しないように * 横スワイプに関与する可能性のある要素がある場合はスワイプを発火しないように * update threshold * isSwipingを外部化 * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 正しい 2024.2.0-beta.10 改版手順? (#13173)MeiMei2024-02-071-1/+1
| | | | | * 正しい 2024.2.0-beta.10 改版手順? * run build-misskey-js-with-types
* Fix(frontend): MkCodeEditorで行がずれていくのを修正 (#13188)1Step6212024-02-072-0/+2
| | | | | * MkCodeEditorで行がずれていくのを修正 * update CHANGELOG.md
* Enhance: 連合向けのノート配信を軽量化 (#13192)MeiMei2024-02-076-16/+81
| | | | | | | | | * AP HTML表現をシンプルに * a * CHANGELOG * リンク
* fix(misskey-js): ↵おさむのひと2024-02-066-55/+0
| | | | 自動生成物の冒頭からバージョンと日付を削除 (#13185)
* fix(bubble-game): ↵かっこかり2024-02-062-1/+1
| | | | 共有用画像のコメントにnullが入る問題を修正 (#13183)
* chore(frontend): reword possible typo (#13182)Kisaragi2024-02-061-1/+1
|
* CHANGELOGを修正 (#13181)1Step6212024-02-061-1/+1
|
* AP Key の JSON-LD 表現を修正 (#13170)MeiMei2024-02-061-0/+1
|
* enhance(frontend): ↵かっこかり2024-02-063-2/+3
| | | | | | | | | | | リモートへの引用リノートと同一のリンクにはリンクプレビューを表示しないように (#13178) * enhance(frontend): リモートへの引用リノートと同一のリンクにはリンクプレビューを表示しないように * Update Changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵Soli2024-02-062-3/+4
| | | | | エラー画像URLを設定した後解除すると,デフォルトの画像が表示されない問題の修正 (#13172) Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Enhance(frontend): ↵1Step6212024-02-0617-16/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | フロント側でもリアクション権限のチェックをするように (#13134) * フロント側でもリアクション権限のチェックをするように * update CHANGELOG.md * lint fixes * remove unrelated diffs * deny -> reject denyは「(信用しないことを理由に)拒否する」という意味らしい * allow -> accept * EmojiSimpleにlocalOnlyを含めるように * リアクション権限のない絵文字は打てないように(ダイアログを出すのではなく) * regenerate type definitions * lint fix * remove unused locales * remove unnecessary async
* enhance(frontend): ↵かっこかり2024-02-064-7/+49
| | | | | | | KeepAliveのページキャッシュを削除できるように (#13180) * enhance(frontend): 内部のページキャッシュを削除できるように * Update Changelog
* enhance(frontend): ↵かっこかり2024-02-0616-42/+202
| | | | | | | | | | | | | | | シンタックスハイライトにテーマを適用できるように (#13175) * enhance(frontend): シンタックスハイライトにテーマを適用できるように * Update Changelog * こっちも * テーマの値がディープマージされるように * 常にテーマ設定に準じるように * テーマ更新時に新しいshikiテーマを読み込むように
* 2024.2.0-beta.10syuilo2024-02-051-1/+1
|
* refactor(frontend): `os.popup()`の`events`の型チェックを有効化 ↵zyoshoka2024-02-051-3/+15
| | | | (#13165)
* Fix(frontend): ↵taichan2024-02-052-5/+15
| | | | | | | | | | | | | クロップ後の解像度が異様に低くなる問題の修正&クロップに失敗する問題&コメントにnullという文字列が入る問題の修正 (#13162) * Fix(frontend): Fix resolution of cropped image (misskey-dev#11489) * CHANGELOG * Fix(frontend): クロップの際、folderIdがnullだと文字列のnullが送られ検索できない問題 * Fix: キャプションが存在しないときにクロップすると'null'がキャプションに入ってしまう問題 (misskey-dev#11813) * Update CHANGELOG
* New Crowdin updates (#13156)syuilo2024-02-054-7/+324
| | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan)
* update patronssyuilo2024-02-051-0/+6
|
* keep cached avatar&banner when refresh fails to get new values (#13145)Gianni Ceccarelli2024-02-046-14/+31
| | | | | | | | | | | | | | | | | * keep cached avatar&banner when refresh fails to get new values when the remote explicitly tells us a user image is gone, we remove our cached value, but if we fail to get the image, we keep whatever value we already have this should minimise the problem of avatars randomly disappearing * autogen bits * pnpm run build-misskey-js-with-types --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* ignore `instance.actor` when checking if there are local users (#13146)Gianni Ceccarelli2024-02-049-18/+25
| | | | | | | | | | | | | | | | | | | * ignore `instance.actor` when checking if there are local users We've seen this happen a few times: * there was some AP software at $some_domain * it gets replaced by Misskey * before the first user can be created, an AP activity comes in * Misskey resolves the activity * to do this, it creates the `instance.actor` to sign its request * now there *is* a local user, so the `meta` endpoint returns `requireSetup:false` * the admin is very confused This commit factors out the check, and doesn't count the `instance.actor` as a real user. * autogen bits
* fix(backend): ↵atsuchan2024-02-041-0/+2
| | | | | メール配信機能が無効ならばメールを送ることのないように (#13152) Do not send email if email delivery is disabled