Skip to content
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

Merged
merged 161 commits into from
Sep 29, 2024
Merged

Release: 2024.9.0 #14580

merged 161 commits into from
Sep 29, 2024

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    6c5593d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. refactor

    syuilo committed Aug 19, 2024
    5 Configuration menu
    Copy the full SHA
    e78110a View commit details
    Browse the repository at this point in the history
  2. refactor

    syuilo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    130ff36 View commit details
    Browse the repository at this point in the history
  3. refactor

    syuilo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    59e8360 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. 🎨

    syuilo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1b5f057 View commit details
    Browse the repository at this point in the history
  2. fix button translation (#14444)

    that Japanese string exactly matches that i18n key
    
    (cherry picked from commit a408d32bb72ada9a4ad6bd1afe6e3fadb9b403db)
    
    Co-authored-by: dakkar <dakkar@thenautilus.net>
    kakkokari-gtyih and dakkar authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    21a3095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043ab1f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. better boot error screen

    syuilo authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1008fa3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f85aa7b View commit details
    Browse the repository at this point in the history
  2. add note

    syuilo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2f009f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8032a4e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    44f6216 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    255c8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. refactor

    syuilo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    36dff66 View commit details
    Browse the repository at this point in the history
  2. 消し忘れ

    syuilo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b6fdd71 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    3e85052 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. refactor(sw): use fully typed locales (#14470)

    * refactor(sw): use fully typed locales
    
    * fix(backend): enumerate achievement notification type
    zyoshoka authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    06855f7 View commit details
    Browse the repository at this point in the history
  2. fix(backend): use prefixItems in admin/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`
    zyoshoka authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7fe3035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fe7e37 View commit details
    Browse the repository at this point in the history
  4. 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
    zyoshoka authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8be624a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update .gitignore

    syuilo committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    74c93fc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c8f49b6 View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 (#14511)

    * enhance(frontend): アイコンデコレーション管理画面にプレビューを追加
    
    * Update Changelog
    
    * tweak
    kakkokari-gtyih authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f7398fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdb0566 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d19bdb View commit details
    Browse the repository at this point in the history
  5. fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 (#14515)

    * fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止
    
    * fix
    kakkokari-gtyih authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    567acea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d0cd73 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. 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>
    3 people authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2cbe1d1 View commit details
    Browse the repository at this point in the history
  2. fix(frontend-embed): 不足していたスタイル・インポートを追加 (#14531)

    * fix(frontend-embed): add missing imports
    
    * fix(frontend-embed): add missing styles
    kakkokari-gtyih authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    672779a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix(frontend/frontend-embed): インポートパス・テーマまわりなどの修正 (#14535)

    * fix(frontend/frontend-embed): wrong imports
    
    * enhance(frontend-embed): サーバーデフォルトのテーマがある場合はそちらを利用するように
    
    * 🎨
    
    * 🎨
    
    * 🎨
    kakkokari-gtyih authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f393b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c944c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c2cfe3 View commit details
    Browse the repository at this point in the history
  4. 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
    kakkokari-gtyih authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    837a8e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. fix(frontend): MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正 (#14545)

    * fix(frontend): MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正
    
    * Update Changelog
    kakkokari-gtyih authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e0f54d6 View commit details
    Browse the repository at this point in the history
  2. 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>
    kakkokari-gtyih and dakkar authored Sep 15, 2024
    1 Configuration menu
    Copy the full SHA
    be0906a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1544ba9 View commit details
    Browse the repository at this point in the history
  4. 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>
    KisaragiEffective and syuilo authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    6b2072f View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    syuilo authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    366b79e View commit details
    Browse the repository at this point in the history
  6. 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.
    zzau13 authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    07f26bc View commit details
    Browse the repository at this point in the history
  7. enhance(frontend): adminのファイルリストでセンシティブファイルに枠線を追加 (#14510)

    * enhance(frontend): adminのファイルリストでセンシティブファイルに枠線を追加
    
    * Update Changelog
    kakkokari-gtyih authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0e4b6d1 View commit details
    Browse the repository at this point in the history
  8. 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>
    dependabot[bot] authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    887c709 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    7d7a12d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix(frontend): 絵文字関連のスタイルが崩れているのを修正 (#14559)

    * fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)
    
    (cherry picked from commit 00fd684)
    
    * Update Changelog
    
    * ✌️
    
    ---------
    
    Co-authored-by: Yuuki <yukikum57@gmail.com>
    kakkokari-gtyih and 6wFh3kVo authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6bd6af4 View commit details
    Browse the repository at this point in the history
  2. refactor

    syuilo committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0134e6e View commit details
    Browse the repository at this point in the history
  3. refactor

    MkMisskeyFlavoredMarkdown -> MkMfm
    syuilo committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cacdf9d View commit details
    Browse the repository at this point in the history
  4. Revert "refactor"

    This reverts commit 0134e6e.
    syuilo committed Sep 17, 2024
    1 Configuration menu
    Copy the full SHA
    a5e61b8 View commit details
    Browse the repository at this point in the history
  5. 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>
    FineArchs and syuilo authored Sep 17, 2024
    1 Configuration menu
    Copy the full SHA
    daf9ae5 View commit details
    Browse the repository at this point in the history
  6. 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>
    kakkokari-gtyih and u1-liquid authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ce95323 View commit details
    Browse the repository at this point in the history
  7. fix(frontend): 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 (#14543)

    * fix(frontend): reloadAskが同時に複数実行されないように
    
    * Update Changelog
    
    * fix
    
    * フラグ解除が確実に行われるように
    
    * reloadAskを汎用化、理由を受け取るように
    
    * fix
    kakkokari-gtyih authored Sep 17, 2024
    1 Configuration menu
    Copy the full SHA
    3bf63dd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    ceb4640 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. feat: UserWebhook/SystemWebhookのテスト送信機能を追加 (#14489)

    * feat: UserWebhook/SystemWebhookのテスト送信機能を追加
    
    * fix CHANGELOG.md
    
    * 一部設定をパラメータから上書き出来るように修正
    
    * remove async
    
    * regenerate autogen
    samunohito authored Sep 19, 2024
    1 Configuration menu
    Copy the full SHA
    4ac8aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5563c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0e9e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d23122 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f585f70 View commit details
    Browse the repository at this point in the history
  2. 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
    syuilo authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0b062f1 View commit details
    Browse the repository at this point in the history
  3. enhance: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583)

    * enhance: インポート操作の実行可否をロールで制御できるように
    
    * Update Changelog
    kakkokari-gtyih authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f0834ca View commit details
    Browse the repository at this point in the history
  4. fix(frontend): ファイルの詳細ページのファイルの説明で改行が正しく表示されない問題を修正 (#14588)

    * upd: don't ignore new lines on file info
    
    * Update Changelog
    
    * ✌️
    
    ---------
    
    Co-authored-by: Marie <github@yuugi.dev>
    kakkokari-gtyih and Mar0xy authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7e9d54f View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a18a6ac View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2ee19ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3f1b0f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix: EmailServiceでインラインスタイルを適用するように (#14600)

    Co-authored-by: Esurio <esurio@esurio1673.net>
    1673beta and Esurio authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d4d15f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd784c View commit details
    Browse the repository at this point in the history
  3. 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 8a982c61c01909e7540ff1be9f019df07c3f0624)
    
    * Update Changelog
    
    * fix
    
    * indent
    
    ---------
    
    Co-authored-by: dakkar <dakkar@thenautilus.net>
    kakkokari-gtyih and dakkar authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    85f46f8 View commit details
    Browse the repository at this point in the history
  4. 🎨

    syuilo committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e9085e4 View commit details
    Browse the repository at this point in the history
  5. fix rbt

    syuilo committed Sep 21, 2024
    1 Configuration menu
    Copy the full SHA
    3d92ef1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ccc22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67a5119 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ac4d3d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. update deps (#14594)

    * wip
    
    * Update ClientServerService.ts
    
    * eslint
    
    * Update fetch-resource.ts
    
    * wip
    syuilo authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7640866 View commit details
    Browse the repository at this point in the history
  2. 🎨

    syuilo committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    3ad5c75 View commit details
    Browse the repository at this point in the history
  3. 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
    syuilo authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    023fa30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    891bbcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df1bb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ad9f72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e92cbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01ec708 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d435d04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ba97a7 View commit details
    Browse the repository at this point in the history
  11. fix rbt bug?

    syuilo committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    bd5f25c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d5a302 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e87cbd2 View commit details
    Browse the repository at this point in the history
  14. fix typo (#14609)

    kakkokari-gtyih authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0bbeb40 View commit details
    Browse the repository at this point in the history
  15. 🎨

    syuilo committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2762e29 View commit details
    Browse the repository at this point in the history
  16. 🎨

    syuilo committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    973d836 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0041ad3 View commit details
    Browse the repository at this point in the history
  18. refactor

    syuilo committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    736d828 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e6e4182 View commit details
    Browse the repository at this point in the history
  20. 🎨

    syuilo committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f93a575 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    76b9bc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    2c61535 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1ba09e1 View commit details
    Browse the repository at this point in the history
  3. 🎨

    syuilo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cd52dc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aebdb8 View commit details
    Browse the repository at this point in the history
  5. perf(embed): improve embed performance (#14613)

    * wip
    
    * wip
    
    * wip
    
    * refactor
    
    * refactor
    
    ---------
    
    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    syuilo and kakkokari-gtyih authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3f0aaaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    733fd56 View commit details
    Browse the repository at this point in the history
  7. 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>
    kakkokari-gtyih and 4censord authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7f7445a View commit details
    Browse the repository at this point in the history
  8. 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>
    kakkokari-gtyih and K4rakara authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e673c14 View commit details
    Browse the repository at this point in the history
  9. refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554)

    * refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように
    
    * type import
    
    * fix
    
    * lint
    kakkokari-gtyih authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0c6d1ec View commit details
    Browse the repository at this point in the history
  10. 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>
    3 people authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cd247b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6378dfb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. 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>
    zyoshoka and syuilo authored Sep 24, 2024
    1 Configuration menu
    Copy the full SHA
    a37df2c View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6898489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a07c2 View commit details
    Browse the repository at this point in the history
  4. fix(frontend): 連合一覧等のページネーションが壊れていたのを修正 (#14439)

    * fix
    
    * fix
    
    * fix CHANGELOG.md
    
    * 開発環境以外でログが出ないように
    
    ---------
    
    Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
    samunohito and kakkokari-gtyih authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    98de7ca View commit details
    Browse the repository at this point in the history
  5. 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>
    5 people authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3674e9b View commit details
    Browse the repository at this point in the history
  6. 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>
    FineArchs and kakkokari-gtyih authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    aef1506 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b2b95e View commit details
    Browse the repository at this point in the history
  8. refactor

    syuilo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4be307f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9612195 View commit details
    Browse the repository at this point in the history
  10. Update CONTRIBUTING.md

    syuilo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6ee55e1 View commit details
    Browse the repository at this point in the history
  11. 🎨

    syuilo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    423bfc8 View commit details
    Browse the repository at this point in the history
  12. 🎨

    syuilo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ca967e8 View commit details
    Browse the repository at this point in the history
  13. 🎨

    syuilo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d8bfe4 View commit details
    Browse the repository at this point in the history
  14. fix(backend): RBTの修正 (#14621)

    * fix(backend): 絵文字の変換処理が不十分なのを修正
    
    * enhance: リアクションバッファリングが無効になったら即bakeするように
    
    * attempt to fix test
    
    * fix
    kakkokari-gtyih authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6a1a2be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7045547 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9819ba View commit details
    Browse the repository at this point in the history
  17. 🎨

    syuilo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1679a40 View commit details
    Browse the repository at this point in the history
  18. 🎨

    syuilo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9d3a331 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. 🎨

    syuilo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c88957c View commit details
    Browse the repository at this point in the history
  2. 🎨

    syuilo committed Sep 25, 2024
    1 Configuration menu
    Copy the full SHA
    53682f5 View commit details
    Browse the repository at this point in the history
  3. 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>
    kakkokari-gtyih and K4rakara authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dd124a8 View commit details
    Browse the repository at this point in the history
  4. New Crowdin updates (#14434)

    * 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)
    syuilo authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4b3ecd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8890a7a View commit details
    Browse the repository at this point in the history
  6. fix(docs): RBTの表記ゆれを訂正 (#14628)

    * fix(docs): RBTの表記ゆれを訂正
    
    * add changelog for #14600
    
    * fix
    kakkokari-gtyih authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    244bcaf View commit details
    Browse the repository at this point in the history
  7. 🎨

    syuilo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5c94b4c View commit details
    Browse the repository at this point in the history
  8. tweak style

    syuilo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5c62cbc View commit details
    Browse the repository at this point in the history
  9. fix(frontend-embed): URLエンコードされた文字列が正常に読み込めない問題を修正 (#14630)

    * fix(frontend-embed): URLエンコードされた文字列が正常に読み込めない問題を修正
    
    * fix(frontend-embed): bring back missing bits
    kakkokari-gtyih authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8c3be57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f8b15f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f2385a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aee9848 View commit details
    Browse the repository at this point in the history
  13. Update about-misskey.vue

    syuilo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fde94f6 View commit details
    Browse the repository at this point in the history
  14. 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>
    3 people authored Sep 25, 2024
    1 Configuration menu
    Copy the full SHA
    d8dd168 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

    syuilo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4c76ea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. 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>
    KOBA789 and syuilo authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7134d24 View commit details
    Browse the repository at this point in the history
  2. 🎨

    syuilo committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    31988db View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    89841e4 View commit details
    Browse the repository at this point in the history
  4. feat: エクスポート完了時に通知を発行するように (#14484)

    * feat: エクスポート完了時に通知を発行するように
    
    * Update Changelog
    
    * entitity -> entity
    
    * fix: ペイロードを含むように
    
    * fix icon
    
    * exportableEntities -> userExportableEntities
    kakkokari-gtyih authored Sep 26, 2024
    1 Configuration menu
    Copy the full SHA
    d8a2eeb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b83a2f3 View commit details
    Browse the repository at this point in the history
  2. show shown (#14639)

    FineArchs authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    27a256b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. 🎨

    syuilo committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e4d4cc5 View commit details
    Browse the repository at this point in the history
  2. 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>
    syuilo and kakkokari-gtyih authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    28e9d4e View commit details
    Browse the repository at this point in the history
  3. update deps

    syuilo committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6fdb2b1 View commit details
    Browse the repository at this point in the history
  4. Mk:C:containerのborderStyleとborderRadiusを設定できるように (#14638)

    * borderStyle and borderRadius
    
    * changelog
    FineArchs authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    25670b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca022b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e91980 View commit details
    Browse the repository at this point in the history
  7. 🎨

    syuilo committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f49d792 View commit details
    Browse the repository at this point in the history
  8. 🎨

    syuilo committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3f3c59e View commit details
    Browse the repository at this point in the history
  9. 🎨

    syuilo committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e5856c6 View commit details
    Browse the repository at this point in the history
  10. Update ja-JP.yml

    syuilo authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6964b91 View commit details
    Browse the repository at this point in the history
  11. Update WebhookTestService.ts

    syuilo committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    afbba1f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3b0e1a View commit details
    Browse the repository at this point in the history
  13. wip (#14643)

    syuilo authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f0d0cd2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57effa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. tweak MkCondensedLine

    syuilo committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    15f2e14 View commit details
    Browse the repository at this point in the history
  2. enhance(frontend): cwでも絵文字メニューを開けるように (#14647)

    * fix(frontend): cwでも絵文字メニューを開けるように
    
    * Update Changelog
    kakkokari-gtyih authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    088707c View commit details
    Browse the repository at this point in the history
  3. New Crowdin updates (#14629)

    * 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)
    syuilo authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0871156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1184436 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ea4970 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6e1f02 View commit details
    Browse the repository at this point in the history
  7. Release: 2024.9.0

    github-actions[bot] committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    781e64a View commit details
    Browse the repository at this point in the history