-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 2024.9.0 #14580
Release: 2024.9.0 #14580
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c5593d - Browse repository at this point
Copy the full SHA 6c5593dView commit details
Commits on Aug 19, 2024
-
5
Configuration menu - View commit details
-
Copy full SHA for e78110a - Browse repository at this point
Copy the full SHA e78110aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 130ff36 - Browse repository at this point
Copy the full SHA 130ff36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e8360 - Browse repository at this point
Copy the full SHA 59e8360View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b5f057 - Browse repository at this point
Copy the full SHA 1b5f057View commit details -
fix button translation (#14444)
that Japanese string exactly matches that i18n key (cherry picked from commit a408d32) Co-authored-by: dakkar <dakkar@thenautilus.net>
Configuration menu - View commit details
-
Copy full SHA for 21a3095 - Browse repository at this point
Copy the full SHA 21a3095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043ab1f - Browse repository at this point
Copy the full SHA 043ab1fView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1008fa3 - Browse repository at this point
Copy the full SHA 1008fa3View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f85aa7b - Browse repository at this point
Copy the full SHA f85aa7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f009f7 - Browse repository at this point
Copy the full SHA 2f009f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8032a4e - Browse repository at this point
Copy the full SHA 8032a4eView commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44f6216 - Browse repository at this point
Copy the full SHA 44f6216View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 255c8bd - Browse repository at this point
Copy the full SHA 255c8bdView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36dff66 - Browse repository at this point
Copy the full SHA 36dff66View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6fdd71 - Browse repository at this point
Copy the full SHA b6fdd71View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e85052 - Browse repository at this point
Copy the full SHA 3e85052View commit details
Commits on Aug 30, 2024
-
refactor(sw): use fully typed locales (#14470)
* refactor(sw): use fully typed locales * fix(backend): enumerate achievement notification type
Configuration menu - View commit details
-
Copy full SHA for 06855f7 - Browse repository at this point
Copy the full SHA 06855f7View commit details -
fix(backend): use
prefixItems
inadmin/queue/*-delayed
endpoint s……chema (#14468) * fix(backend): represent tuples with `prefixItems` * refactor(frontend): fix type errors * fix(backend): add `prefixItems` in `SchemaType` * fix(backend): add `unevaluatedItems: false` to disallow extra items * refactor(frontend): consolidate `'deliver' | 'queue'` type def into `queue.vue` * fix(backend): add `unevaluatedItems` in `SchemaType`
Configuration menu - View commit details
-
Copy full SHA for 7fe3035 - Browse repository at this point
Copy the full SHA 7fe3035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe7e37 - Browse repository at this point
Copy the full SHA 3fe7e37View commit details -
refactor(sw): fix type errors (#14478)
* style(sw): lint fixes * refactor(sw): fix type errors * chore(sw): disable `noImplicitAny` * ci(sw): enable typecheck ci * ci(sw): build `misskey-js` before typecheck
Configuration menu - View commit details
-
Copy full SHA for 8be624a - Browse repository at this point
Copy the full SHA 8be624aView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74c93fc - Browse repository at this point
Copy the full SHA 74c93fcView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8f49b6 - Browse repository at this point
Copy the full SHA c8f49b6View commit details -
enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 (#14511)
* enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 * Update Changelog * tweak
Configuration menu - View commit details
-
Copy full SHA for f7398fa - Browse repository at this point
Copy the full SHA f7398faView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb0566 - Browse repository at this point
Copy the full SHA cdb0566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d19bdb - Browse repository at this point
Copy the full SHA 8d19bdbView commit details -
fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 (#14515)
* fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 * fix
Configuration menu - View commit details
-
Copy full SHA for 567acea - Browse repository at this point
Copy the full SHA 567aceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0cd73 - Browse repository at this point
Copy the full SHA 0d0cd73View commit details
Commits on Sep 9, 2024
-
feat(frontend): ノート・ユーザータイムライン埋め込み (#13929)
* fix * navhookをbootに移動 * サーバーサイドのbootも分けるように * 埋め込みページかどうかの判定は最初の一回だけに * tooltipは出せるように * fix design * 埋め込み独自のtooltipを削除 * ロジックの分岐が多かったMkNoteDetailedを分離 * fix indent * プレビュー用iframeにフォーカスが当たるのを修正 * popupの制御を出す側で行うように * パラメータが逆になっていたのを修正 * Update MkEmbedCodeGenDialog.vue * fix * eliminate misskey-js lint warns * fix * add appropriate attributes to embed html * enhance: サーバーサイドのembed系をさらに分離 * enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む) * type * lint * fix indent * server-side styleを完全に分離 * Revert "refactor: 画面サイズのしきい値をconstにまとめる" This reverts commit 05ca36f. * fix * revert all changes in base.pug * embedドメインをまとめた * embedドメインをまとめた * prevent calling contextmenu in embed page by stopping at the caller * fix import * fix import * improve directory structure * fix import * register timeline ui as a container * wa- * rename * wa- * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaImage.vue * Update EmNote.vue * revert mkmedialist changes * 戻し漏れ * wip * tweak embed media ui * revert original media components * Update boot.embed.js * rename * wip * Update MkNote.vue * wip * Update MkSubNoteContent.vue * Update EmNote.vue * Update packages/frontend/src/router/definition.ts * Revert "Update packages/frontend/src/router/definition.ts" This reverts commit 937ae44. * refactor EmMediaImage * fix import * remove unused imports * Update router.ts * wip * Update boot.ts * wip * wip * wip * wip * Update EmNote.vue * Update EmNote.vue * Create EmA.vue * Create EmAvatar.vue * Update EmAvatar.vue * wip * wip * wip * Create EmImgWithBlurhash.vue * Update EmImgWithBlurhash.vue * Create EmPagination.vue * wip * Update boot.ts * wip * wip * wi@p * wip * wip * wiop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update boot.ts * wip * Update MkMisskeyFlavoredMarkdown.ts * wip * wip * wip * wip * wip * Update post-message.ts * wip * Update EmNoteDetailed.vue * Update EmNoteDetailed.vue * Create instance.ts * Update EmNoteDetailed.vue * wip * Update EmNoteDetailed.vue * wip * wip * wip * Update pnpm-lock.yaml * wip * wip * wp * wip * Update ClientServerService.ts * wip * Update boot.ts * Update vite.config.local-dev.ts * Update vite.config.ts * Create index.html * wa- * wip * Update boot.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * Create EmLink.vue * Create EmMention.vue * Update EmMfm.ts * wip * wip * wip * wip * Update vite.config.ts * Update boot.ts * Update EmA.vue * うぃp * wip * wip * Create EmError.vue * wip * Update MkEmbedCodeGenDialog.vue * Update EmNote.vue * wip * wip * Update user-timeline.vue * Update check-spdx-license-id.yml * wip * wip * style(frontend-shared): lint fixes on build.js * fix(frontend-shared): include `*.{js,json}` files in js-built * wip * use alias * refactor * refactor * Update scroll.ts * refactor * refactor * refactor * wip * wip * wip * wip * Update roles.vue * Update branding.vue * wip * wip * wip * Update page.vue * wip * fix import * add missing css variables * 絵文字をtwemojiに変更 クライアントデフォルトにあわせるため * force empoll readonly * fix compiler error * fix broken imports * tweak button style * run api extractor * fix storybook theme preloads * fix storybook instance imports * Update preview.ts * Update preview.ts * Update preview.ts * Revert "Update preview.ts" This reverts commit 12bab1c. * Revert "Update preview.ts" This reverts commit 5c0ce01. * Revert "Update preview.ts" This reverts commit f486352. * Revert "fix storybook instance imports" This reverts commit ed8eabb. * Revert "wip" This reverts commit d3c1926. * Revert "Update page.vue" This reverts commit 27c7900. * Revert "Update branding.vue" This reverts commit c08ccb6. * Revert "Update roles.vue" This reverts commit 1488b67. * Revert "wip" This reverts commit aab1c76. * refactor: use common media proxy * fix imports * fix * fix: MediaProxyの初期化を保証する(storybook対策?) * enhance(frontend-embed): improve embedParams provide * fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正 * fix * embed-pageを共通化 * fix import * fix import * fix import * const.jsを共通化 (たぶんrevertしすぎた) * fix type error * fix duplicated import * fix lint * fix * コメントとして残す * sharedとembedをlint対象にする * lint * attempt to fix eslint (frontend-shared) * lint fixes --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2cbe1d1 - Browse repository at this point
Copy the full SHA 2cbe1d1View commit details -
fix(frontend-embed): 不足していたスタイル・インポートを追加 (#14531)
* fix(frontend-embed): add missing imports * fix(frontend-embed): add missing styles
Configuration menu - View commit details
-
Copy full SHA for 672779a - Browse repository at this point
Copy the full SHA 672779aView commit details
Commits on Sep 10, 2024
-
fix(frontend/frontend-embed): インポートパス・テーマまわりなどの修正 (#14535)
* fix(frontend/frontend-embed): wrong imports * enhance(frontend-embed): サーバーデフォルトのテーマがある場合はそちらを利用するように * 🎨 * 🎨 * 🎨
Configuration menu - View commit details
-
Copy full SHA for f393b6b - Browse repository at this point
Copy the full SHA f393b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c944c - Browse repository at this point
Copy the full SHA 05c944cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2cfe3 - Browse repository at this point
Copy the full SHA 0c2cfe3View commit details -
refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536)
* refactor(frontend): shouldCollapsedを共通化 * refactor(frontend): config.js, worker-multi-dispatch.js, intl-const.jsを共通化 * fix(frontend-shared): fix type error * refactor(frontend): is-link.jsと、同一の振る舞いをする記述を共通化 * fix * fix lint * lint fixes
Configuration menu - View commit details
-
Copy full SHA for 837a8e1 - Browse repository at this point
Copy the full SHA 837a8e1View commit details
Commits on Sep 15, 2024
-
fix(frontend): MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正 (#14545)
* fix(frontend): MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正 * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for e0f54d6 - Browse repository at this point
Copy the full SHA e0f54d6View commit details -
fix(backend): happy-domで外部HTMLをパースする際に関連リソースが読み込まれる問題を修正 (#14521)
* bump happy-dom, disable all JS&c when parsing version 10 didn't quite support disabling all of that I have tested that `MfmService` (the other code that uses `happy-dom`) still works fine: the RSS feed for a user is generated correctly, with HTML rendered from MFM (cherry picked from commit 26e0412fbb91447c37e8fb06ffb0487346063bb8) * Update Changelog * lint * fix possible memory leak --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
1Configuration menu - View commit details
-
Copy full SHA for be0906a - Browse repository at this point
Copy the full SHA be0906aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1544ba9 - Browse repository at this point
Copy the full SHA 1544ba9View commit details -
fix(backend/antenna): キーワードが与えられなかった場合のエラーをApiErrorとして投げる (#14491)
* fix(backend/antenna): report validation failure as ApiError on update * test(backend/antenna): reflect change in previous commit * fix(backend/antenna): report validation failure as ApiError on create * test(backend/antenna): reflect change in previous commit * test(backend/antenna): semi * test(backend/antenna): bring being spread parameters first in object literal * chore: add CHANGELOG entry --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b2072f - Browse repository at this point
Copy the full SHA 6b2072fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 366b79e - Browse repository at this point
Copy the full SHA 366b79eView commit details -
refactor(backend): use Reflet for autobind deco (#14482)
Using Reflect.defineProperty instead of Object.defineProperty gives a more consistent behavior with the rest of the modern JavaScript features.
Configuration menu - View commit details
-
Copy full SHA for 07f26bc - Browse repository at this point
Copy the full SHA 07f26bcView commit details -
enhance(frontend): adminのファイルリストでセンシティブファイルに枠線を追加 (#14510)
* enhance(frontend): adminのファイルリストでセンシティブファイルに枠線を追加 * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 0e4b6d1 - Browse repository at this point
Copy the full SHA 0e4b6d1View commit details -
chore(deps): bump body-parser from 1.20.2 to 1.20.3 in /packages/back…
…end (#14550) Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 887c709 - Browse repository at this point
Copy the full SHA 887c709View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7d7a12d - Browse repository at this point
Copy the full SHA 7d7a12dView commit details
Commits on Sep 17, 2024
-
fix(frontend): 絵文字関連のスタイルが崩れているのを修正 (#14559)
* fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725) (cherry picked from commit 00fd684) * Update Changelog * ✌️ --------- Co-authored-by: Yuuki <yukikum57@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6bd6af4 - Browse repository at this point
Copy the full SHA 6bd6af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0134e6e - Browse repository at this point
Copy the full SHA 0134e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cacdf9d - Browse repository at this point
Copy the full SHA cacdf9dView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a5e61b8 - Browse repository at this point
Copy the full SHA a5e61b8View commit details -
ScratchpadにUIインスペクターを追加 (#14565)
* add ui list * Update scratchpad.vue * experiment * design change * redesign * redesign * Update ja-JP.yml * redesign * component properties * whole json * use textarea * fix import * stringify function * Update CHANGELOG.md * UI Component Monitor -> UI Inspector * uiInspectorOpenedFlags -> uiInspectorOpenedComponents Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix * change key i -> c.value.id --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for daf9ae5 - Browse repository at this point
Copy the full SHA daf9ae5View commit details -
fix(antenna): src=list && userListId=null の場合クエリータイムアウトが発生する問題を修正 (Mi…
…sskeyIO#721) (#14568) (cherry picked from commit 47b6b97) Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ce95323 - Browse repository at this point
Copy the full SHA ce95323View commit details -
fix(frontend): 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 (#14543)
* fix(frontend): reloadAskが同時に複数実行されないように * Update Changelog * fix * フラグ解除が確実に行われるように * reloadAskを汎用化、理由を受け取るように * fix
1Configuration menu - View commit details
-
Copy full SHA for 3bf63dd - Browse repository at this point
Copy the full SHA 3bf63ddView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ceb4640 - Browse repository at this point
Copy the full SHA ceb4640View commit details
Commits on Sep 19, 2024
-
feat: UserWebhook/SystemWebhookのテスト送信機能を追加 (#14489)
* feat: UserWebhook/SystemWebhookのテスト送信機能を追加 * fix CHANGELOG.md * 一部設定をパラメータから上書き出来るように修正 * remove async * regenerate autogen
1Configuration menu - View commit details
-
Copy full SHA for 4ac8aad - Browse repository at this point
Copy the full SHA 4ac8aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5563c8 - Browse repository at this point
Copy the full SHA f5563c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0e9e0 - Browse repository at this point
Copy the full SHA 2d0e9e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d23122 - Browse repository at this point
Copy the full SHA 8d23122View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f585f70 - Browse repository at this point
Copy the full SHA f585f70View commit details -
Misskey® Reactions Buffering Technology™ (#14579)
* wip * wip * Update ReactionsBufferingService.ts * Update ReactionsBufferingService.ts * wip * wip * wip * Update ReactionsBufferingService.ts * wip * wip * wip * Update NoteEntityService.ts * wip * wip * wip * wip * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 0b062f1 - Browse repository at this point
Copy the full SHA 0b062f1View commit details -
enhance: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583)
* enhance: インポート操作の実行可否をロールで制御できるように * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for f0834ca - Browse repository at this point
Copy the full SHA f0834caView commit details -
fix(frontend): ファイルの詳細ページのファイルの説明で改行が正しく表示されない問題を修正 (#14588)
* upd: don't ignore new lines on file info * Update Changelog * ✌️ --------- Co-authored-by: Marie <github@yuugi.dev>
Configuration menu - View commit details
-
Copy full SHA for 7e9d54f - Browse repository at this point
Copy the full SHA 7e9d54fView commit details -
chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#14590)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a18a6ac - Browse repository at this point
Copy the full SHA a18a6acView commit details -
chore(deps-dev): bump vite in /scripts/changelog-checker (#14569)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ee19ee - Browse repository at this point
Copy the full SHA 2ee19eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f1b0f - Browse repository at this point
Copy the full SHA d3f1b0fView commit details
Commits on Sep 21, 2024
-
fix: EmailServiceでインラインスタイルを適用するように (#14600)
Co-authored-by: Esurio <esurio@esurio1673.net>
Configuration menu - View commit details
-
Copy full SHA for d4d15f3 - Browse repository at this point
Copy the full SHA d4d15f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd784c - Browse repository at this point
Copy the full SHA 9cd784cView commit details -
fix(backend):
Retry-After
ヘッダーが実際には送信されなかった問題を修正 (#14597)* move rate-limit-exceeded error reporting, earlier a rate-limit-exceeded error has `kind:'client'`, so the branch that adds the `Retry-After` would never get taken (cherry picked from commit 8a982c6) * Update Changelog * fix * indent --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
Configuration menu - View commit details
-
Copy full SHA for 85f46f8 - Browse repository at this point
Copy the full SHA 85f46f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9085e4 - Browse repository at this point
Copy the full SHA e9085e4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3d92ef1 - Browse repository at this point
Copy the full SHA 3d92ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ccc22 - Browse repository at this point
Copy the full SHA 00ccc22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a5119 - Browse repository at this point
Copy the full SHA 67a5119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac4d3d - Browse repository at this point
Copy the full SHA 9ac4d3dView commit details
Commits on Sep 22, 2024
-
* wip * Update ClientServerService.ts * eslint * Update fetch-resource.ts * wip
Configuration menu - View commit details
-
Copy full SHA for 7640866 - Browse repository at this point
Copy the full SHA 7640866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad5c75 - Browse repository at this point
Copy the full SHA 3ad5c75View commit details -
refactor/perf(backend): provide metadata statically (#14601)
* wip * Update ReactionService.ts * Update ApiCallService.ts * Update timeline.ts * Update GlobalModule.ts * Update GlobalModule.ts * Update NoteEntityService.ts * wip * wip * wip * Update ApPersonService.ts * wip * Update GlobalModule.ts * Update mock-resolver.ts * Update RoleService.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * clean up * Update utils.ts * Update UtilityService.ts * Revert "Update utils.ts" This reverts commit a27d4be. * Revert "Update UtilityService.ts" This reverts commit e5fd9e0. * vuwa- * Revert "vuwa-" This reverts commit 0c3bd12. * Update entry.ts * Update entry.ts * Update entry.ts * Update entry.ts * Update jest.setup.ts
Configuration menu - View commit details
-
Copy full SHA for 023fa30 - Browse repository at this point
Copy the full SHA 023fa30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 891bbcf - Browse repository at this point
Copy the full SHA 891bbcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df1bb2 - Browse repository at this point
Copy the full SHA 3df1bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad9f72 - Browse repository at this point
Copy the full SHA 8ad9f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e92cbf - Browse repository at this point
Copy the full SHA 0e92cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ec708 - Browse repository at this point
Copy the full SHA 01ec708View commit details -
Configuration menu - View commit details
-
Copy full SHA for d435d04 - Browse repository at this point
Copy the full SHA d435d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba97a7 - Browse repository at this point
Copy the full SHA 6ba97a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5f25c - Browse repository at this point
Copy the full SHA bd5f25cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5a302 - Browse repository at this point
Copy the full SHA 1d5a302View commit details -
Configuration menu - View commit details
-
Copy full SHA for e87cbd2 - Browse repository at this point
Copy the full SHA e87cbd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbeb40 - Browse repository at this point
Copy the full SHA 0bbeb40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2762e29 - Browse repository at this point
Copy the full SHA 2762e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 973d836 - Browse repository at this point
Copy the full SHA 973d836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0041ad3 - Browse repository at this point
Copy the full SHA 0041ad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 736d828 - Browse repository at this point
Copy the full SHA 736d828View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e4182 - Browse repository at this point
Copy the full SHA e6e4182View commit details -
Configuration menu - View commit details
-
Copy full SHA for f93a575 - Browse repository at this point
Copy the full SHA f93a575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b9bc4 - Browse repository at this point
Copy the full SHA 76b9bc4View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c61535 - Browse repository at this point
Copy the full SHA 2c61535View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1ba09e1 - Browse repository at this point
Copy the full SHA 1ba09e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd52dc7 - Browse repository at this point
Copy the full SHA cd52dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aebdb8 - Browse repository at this point
Copy the full SHA 2aebdb8View commit details -
perf(embed): improve embed performance (#14613)
* wip * wip * wip * refactor * refactor --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f0aaaa - Browse repository at this point
Copy the full SHA 3f0aaaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 733fd56 - Browse repository at this point
Copy the full SHA 733fd56View commit details -
refactor(misskey-games): Misskey Games系パッケージのlint修正+Lint CI整備 (#14612)
* chore(lint): Fix linting in misskey-reversi (cherry picked from commit 894934a1a7743472b2d051e2690007ae373efd76) * chore(lint): Fix linting in misskey-bubble-game (cherry picked from commit 1ba9c37a8d5e4ae6a98494026b87f6f6439790c7) * enhance(gh): add lint ci for misskey games packages * enhance(gh): fix lint ci * fix * revert some changes that nothing to do with lint rules * fix * lint fixes * refactor: strict type def * lint fixes * 🎨 * 🎨 --------- Co-authored-by: 4censord <mail@4censord.de>
Configuration menu - View commit details
-
Copy full SHA for 7f7445a - Browse repository at this point
Copy the full SHA 7f7445aView commit details -
fix(backend): happy-domを使用後にcloseするように (#14615)
* Add `DetachedWindowAPI.close` calls to `MfmService` (cherry picked from commit ceaec3324925e53ca3f467b0438a98f1108eed0f) * fix * update changelog * fix --------- Co-authored-by: Julia Johannesen <julia@insertdomain.name>
Configuration menu - View commit details
-
Copy full SHA for e673c14 - Browse repository at this point
Copy the full SHA e673c14View commit details -
refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554)
* refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように * type import * fix * lint
Configuration menu - View commit details
-
Copy full SHA for 0c6d1ec - Browse repository at this point
Copy the full SHA 0c6d1ecView commit details -
fix(frontend): MkRangeのタッチ操作時にtooltipが複数重なって表示されないように (#14548)
* fix: directiveでのtooltip表示との競合を解消 (#265) (cherry picked from commit 6d15d37) * code style * Update Changelog * record origin * fix: ホバー時にもツールチップが出るように --------- Co-authored-by: CaffeinePower <86540016+cffnpwr@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd247b9 - Browse repository at this point
Copy the full SHA cd247b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6378dfb - Browse repository at this point
Copy the full SHA 6378dfbView commit details
Commits on Sep 24, 2024
-
fix(frontend): weird AP delivered chart in control panel (#14481)
* fix(frontend): `Out: Fail` was negative number * fix(frontend): don't stack AP delivered chart * test(#10336): add `pages/admin/overview.ap-requests.vue` story * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for a37df2c - Browse repository at this point
Copy the full SHA a37df2cView commit details -
Fix: Continue importing from file if single emoji import fails (#14461)
* Fix: Continue importing from file if single emoji import fails * Fix indentation --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6898489 - Browse repository at this point
Copy the full SHA 6898489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a07c2 - Browse repository at this point
Copy the full SHA 23a07c2View commit details -
fix(frontend): 連合一覧等のページネーションが壊れていたのを修正 (#14439)
* fix * fix * fix CHANGELOG.md * 開発環境以外でログが出ないように --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98de7ca - Browse repository at this point
Copy the full SHA 98de7caView commit details -
feat: adminのファイル一覧画面で、ファイルが添付されているノートを一覧できるように (#14403)
* enhance(moderation): モデレーターがファイルが添付されているノートを照会できるように (MisskeyIO#680) Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> (cherry picked from commit b059162) * Update Changelog * ✌️ Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> --------- Co-authored-by: Yuuki <yukikum57@gmail.com> Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3674e9b - Browse repository at this point
Copy the full SHA 3674e9bView commit details -
Playの編集画面の保存ボタン等をstickyにする など (#14429)
* flash: sticky buttons * sticky save buttons * fix * add spacer * fix design * Update CHANGELOG.md * revert experimental background * add background * Update CHANGELOG.md --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aef1506 - Browse repository at this point
Copy the full SHA aef1506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2b95e - Browse repository at this point
Copy the full SHA 1b2b95eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be307f - Browse repository at this point
Copy the full SHA 4be307fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9612195 - Browse repository at this point
Copy the full SHA 9612195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee55e1 - Browse repository at this point
Copy the full SHA 6ee55e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 423bfc8 - Browse repository at this point
Copy the full SHA 423bfc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca967e8 - Browse repository at this point
Copy the full SHA ca967e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8bfe4 - Browse repository at this point
Copy the full SHA 1d8bfe4View commit details -
* fix(backend): 絵文字の変換処理が不十分なのを修正 * enhance: リアクションバッファリングが無効になったら即bakeするように * attempt to fix test * fix
Configuration menu - View commit details
-
Copy full SHA for 6a1a2be - Browse repository at this point
Copy the full SHA 6a1a2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7045547 - Browse repository at this point
Copy the full SHA 7045547View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9819ba - Browse repository at this point
Copy the full SHA c9819baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1679a40 - Browse repository at this point
Copy the full SHA 1679a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3a331 - Browse repository at this point
Copy the full SHA 9d3a331View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c88957c - Browse repository at this point
Copy the full SHA c88957cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 53682f5 - Browse repository at this point
Copy the full SHA 53682f5View commit details -
Fix:
<link rel="alternate">
を追って照会するのはOKレスポンスが返却された場合のみに (#14627)* Only accept HTML `<link rel="alternate">` on success (cherry picked from commit 6ea48be84abdab66301a957c27dd5d84886dfb36) * Use `res.ok` instead of 200-299 (cherry picked from commit b667a68bd4eb916084658592d2942d521950005b) * jsdomに戻す * Update Changelog * Revert "jsdomに戻す" This reverts commit c036036. * 🎨 --------- Co-authored-by: Julia Johannesen <julia@insertdomain.name>
Configuration menu - View commit details
-
Copy full SHA for dd124a8 - Browse repository at this point
Copy the full SHA dd124a8View commit details -
* New translations ja-jp.yml (Korean) * 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 (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * 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 (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Portuguese) * 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 (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean)
Configuration menu - View commit details
-
Copy full SHA for 4b3ecd4 - Browse repository at this point
Copy the full SHA 4b3ecd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8890a7a - Browse repository at this point
Copy the full SHA 8890a7aView commit details -
fix(docs): RBTの表記ゆれを訂正 (#14628)
* fix(docs): RBTの表記ゆれを訂正 * add changelog for #14600 * fix
Configuration menu - View commit details
-
Copy full SHA for 244bcaf - Browse repository at this point
Copy the full SHA 244bcafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c94b4c - Browse repository at this point
Copy the full SHA 5c94b4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c62cbc - Browse repository at this point
Copy the full SHA 5c62cbcView commit details -
fix(frontend-embed): URLエンコードされた文字列が正常に読み込めない問題を修正 (#14630)
* fix(frontend-embed): URLエンコードされた文字列が正常に読み込めない問題を修正 * fix(frontend-embed): bring back missing bits
Configuration menu - View commit details
-
Copy full SHA for 8c3be57 - Browse repository at this point
Copy the full SHA 8c3be57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8b15f - Browse repository at this point
Copy the full SHA 0f8b15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2385a8 - Browse repository at this point
Copy the full SHA f2385a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee9848 - Browse repository at this point
Copy the full SHA aee9848View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde94f6 - Browse repository at this point
Copy the full SHA fde94f6View commit details -
Add Sign in with passkey Button (#14577)
* Sign in with passkey (PoC) * 💄 Added "Login with Passkey" Button * refactor: Improve error response when WebAuthn challenge fails * signinResponse should be placed under the SigninWithPasskeyResponse object. * Frontend fix * Fix: Rate limiting key for passkey signin Use specific rate limiting key: 'signin-with-passkey' for passkey sign-in API to avoid collisions with signin rate-limit. * Refactor: enhance Passkey sign-in flow and error handling - Increased the rate limit for Passkey sign-in attempts to accommodate the two API calls needed per sign-in. - Improved error messages and handling in both the `WebAuthnService` and the `SigninWithPasskeyApiService`, providing more context and better usability. - Updated error messages to provide more specific and helpful details to the user. These changes aim to enhance the Passkey sign-in experience by providing more robust error handling, improving security by limiting API calls, and delivering a more user-friendly interface. * Refactor: Streamline 2FA flow and remove redundant Passkey button. - Separate the flow of 1FA and 2FA. - Remove duplicate passkey buttons * Fix: Add error messages to MkSignin * chore: Hide passkey button if the entered user does not use passkey login * Update CHANGELOG.md * Refactor: Rename functions and Add comments * Update locales/ja-JP.yml Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix: Update translation - update index.d.ts - update ko-KR.yml, en-US.yml - Fix: Reflect Changed i18n key on MkSignin --------- Co-authored-by: Squarecat-meow <kw7551@gmail.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for d8dd168 - Browse repository at this point
Copy the full SHA d8dd168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c76ea1 - Browse repository at this point
Copy the full SHA 4c76ea1View commit details
Commits on Sep 26, 2024
-
perf(backend): Defer instance metadata update (#14558)
* Defer instance metadata update * Fix last new line * Fix typo * Add license notice * Fix syntax * Perform deferred jobs on shutdown * Fix missing async/await * Fix typo :) * Update collapsed-queue.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7134d24 - Browse repository at this point
Copy the full SHA 7134d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31988db - Browse repository at this point
Copy the full SHA 31988dbView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 89841e4 - Browse repository at this point
Copy the full SHA 89841e4View commit details -
feat: エクスポート完了時に通知を発行するように (#14484)
* feat: エクスポート完了時に通知を発行するように * Update Changelog * entitity -> entity * fix: ペイロードを含むように * fix icon * exportableEntities -> userExportableEntities
1Configuration menu - View commit details
-
Copy full SHA for d8a2eeb - Browse repository at this point
Copy the full SHA d8a2eebView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b83a2f3 - Browse repository at this point
Copy the full SHA b83a2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a256b - Browse repository at this point
Copy the full SHA 27a256bView commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4d4cc5 - Browse repository at this point
Copy the full SHA e4d4cc5View commit details -
feat: フォローされた際のメッセージを設定できるようにする (#14430)
* feat: フォローされた際のメッセージを設定できるようにする Resolve #14425 * Update CHANGELOG.md * 既にフォローしているユーザーのメッセージも見れるように * Update packages/frontend/src/components/MkNotification.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * fix indent * Update users.ts * wip * Update users.ts --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 28e9d4e - Browse repository at this point
Copy the full SHA 28e9d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fdb2b1 - Browse repository at this point
Copy the full SHA 6fdb2b1View commit details -
Mk:C:containerのborderStyleとborderRadiusを設定できるように (#14638)
* borderStyle and borderRadius * changelog
Configuration menu - View commit details
-
Copy full SHA for 25670b5 - Browse repository at this point
Copy the full SHA 25670b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca022b9 - Browse repository at this point
Copy the full SHA ca022b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e91980 - Browse repository at this point
Copy the full SHA 9e91980View commit details -
Configuration menu - View commit details
-
Copy full SHA for f49d792 - Browse repository at this point
Copy the full SHA f49d792View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3c59e - Browse repository at this point
Copy the full SHA 3f3c59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5856c6 - Browse repository at this point
Copy the full SHA e5856c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6964b91 - Browse repository at this point
Copy the full SHA 6964b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for afbba1f - Browse repository at this point
Copy the full SHA afbba1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b0e1a - Browse repository at this point
Copy the full SHA c3b0e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d0cd2 - Browse repository at this point
Copy the full SHA f0d0cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57effa9 - Browse repository at this point
Copy the full SHA 57effa9View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15f2e14 - Browse repository at this point
Copy the full SHA 15f2e14View commit details -
enhance(frontend): cwでも絵文字メニューを開けるように (#14647)
* fix(frontend): cwでも絵文字メニューを開けるように * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 088707c - Browse repository at this point
Copy the full SHA 088707cView commit details -
* New translations ja-jp.yml (English) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional)
Configuration menu - View commit details
-
Copy full SHA for 0871156 - Browse repository at this point
Copy the full SHA 0871156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1184436 - Browse repository at this point
Copy the full SHA 1184436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea4970 - Browse repository at this point
Copy the full SHA 2ea4970View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e1f02 - Browse repository at this point
Copy the full SHA d6e1f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781e64a - Browse repository at this point
Copy the full SHA 781e64aView commit details