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

Develop #147

Merged
merged 245 commits into from
Oct 9, 2024
Merged

Develop #147

merged 245 commits into from
Oct 9, 2024

Commits on Jul 31, 2024

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

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    882c8b9 View commit details
    Browse the repository at this point in the history
  2. 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
    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 (misskey-dev#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
  2. update: package.json

    n1lsqn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3c13a8e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. refactor(sw): use fully typed locales (misskey-dev#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 (misskey-dev#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 (misskey-dev#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): アイコンデコレーション管理画面にプレビューを追加 (misskey-dev#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リクエストが飛ぶのを抑止 (misskey-dev#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): ノート・ユーザータイムライン埋め込み (misskey-dev#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): 不足していたスタイル・インポートを追加 (misskey-dev#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): インポートパス・テーマまわりなどの修正 (misskey-dev#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を共通化 (misskey-dev#…

    …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で月の違う同じ日はセパレータが出ないのを修正 (misskey-dev…

    …#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をパースする際に関連リソースが読み込まれる問題を修正 (misskey-dev…

    …#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 26e0412)
    
    * Update Changelog
    
    * lint
    
    * fix possible memory leak
    
    ---------
    
    Co-authored-by: dakkar <dakkar@thenautilus.net>
    kakkokari-gtyih and dakkar authored Sep 15, 2024
    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として投げる (misskey-de…

    …v#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 (misskey-dev#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のファイルリストでセンシティブファイルに枠線を追加 (misskey-dev#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 (misskey-dev#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. 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): 絵文字関連のスタイルが崩れているのを修正 (misskey-dev#14559)

    * fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)
    
    (cherry picked from commit 00fd684)
    
    * Update Changelog
    
    * ✌️
    
    ---------
    
    Co-authored-by: Yuuki <yukikum57@gmail.com>
    kakkokari-gtyih and sleep-moe 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
    Configuration menu
    Copy the full SHA
    a5e61b8 View commit details
    Browse the repository at this point in the history
  5. ScratchpadにUIインスペクターを追加 (misskey-dev#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
    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) (misskey-dev#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): 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 (misskey-dev#14543)

    * fix(frontend): reloadAskが同時に複数実行されないように
    
    * Update Changelog
    
    * fix
    
    * フラグ解除が確実に行われるように
    
    * reloadAskを汎用化、理由を受け取るように
    
    * fix
    kakkokari-gtyih authored Sep 17, 2024
    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のテスト送信機能を追加 (misskey-dev#14489)

    * feat: UserWebhook/SystemWebhookのテスト送信機能を追加
    
    * fix CHANGELOG.md
    
    * 一部設定をパラメータから上書き出来るように修正
    
    * remove async
    
    * regenerate autogen
    samunohito authored Sep 19, 2024
    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™ (misskey-dev#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: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (misskey-dev#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): ファイルの詳細ページのファイルの説明で改行が正しく表示されない問題を修正 (misskey-dev#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 (misskey-dev…

    …#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 (misskey-dev…

    …#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でインラインスタイルを適用するように (misskey-dev#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ヘッダーが実際には送信されなかった問題を修正 (misskey-dev#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
    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 (misskey-dev#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 (misskey-dev#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. 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. 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 (misskey-dev#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整備 (misske…

    …y-dev#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するように (misskey-dev#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の項目作成時に三項演算子をなるべく使わないように (misskey-dev#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が複数重なって表示されないように (misskey-dev#14548

    )
    
    * fix: directiveでのtooltip表示との競合を解消 (misskey-dev#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 (misskey-dev…

    …#14481)
    
    * fix(frontend): `Out: Fail` was negative number
    
    * fix(frontend): don't stack AP delivered chart
    
    * test(misskey-dev#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
    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 (missk…

    …ey-dev#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): 連合一覧等のページネーションが壊れていたのを修正 (misskey-dev#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のファイル一覧画面で、ファイルが添付されているノートを一覧できるように (misskey-dev#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にする など (misskey-dev#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の修正 (misskey-dev#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
    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レスポンスが返却された場合のみに (misskey-de…

    …v#14627)
    
    * Only accept HTML `<link rel="alternate">` on success
    
    (cherry picked from commit 6ea48be)
    
    * Use `res.ok` instead of 200-299
    
    (cherry picked from commit b667a68)
    
    * 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 (misskey-dev#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の表記ゆれを訂正 (misskey-dev#14628)

    * fix(docs): RBTの表記ゆれを訂正
    
    * add changelog for misskey-dev#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エンコードされた文字列が正常に読み込めない問題を修正 (misskey-dev#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 (misskey-dev#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
    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 (misskey-dev#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. Configuration menu
    Copy the full SHA
    89841e4 View commit details
    Browse the repository at this point in the history
  4. feat: エクスポート完了時に通知を発行するように (misskey-dev#14484)

    * feat: エクスポート完了時に通知を発行するように
    
    * Update Changelog
    
    * entitity -> entity
    
    * fix: ペイロードを含むように
    
    * fix icon
    
    * exportableEntities -> userExportableEntities
    kakkokari-gtyih authored Sep 26, 2024
    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. 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: フォローされた際のメッセージを設定できるようにする (misskey-dev#14430)

    * feat: フォローされた際のメッセージを設定できるようにする
    
    Resolve misskey-dev#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を設定できるように (misskey-dev#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 (misskey-dev#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でも絵文字メニューを開けるように (misskey-dev#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 (misskey-dev#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
  8. Configuration menu
    Copy the full SHA
    5fc8b3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f34a4e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. enhance(frontend): フォロワーへのメッセージ欄を改良 (misskey-dev#14656)

    * enhance(frontend): フォロワーへのメッセージ欄を改良
    
    * Update Changelog
    kakkokari-gtyih authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ca8cc01 View commit details
    Browse the repository at this point in the history
  2. 🎨

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

Commits on Oct 1, 2024

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

Commits on Oct 3, 2024

  1. Make post form attachments accessible (misskey-dev#14666)

    * fix(frontend): Make post form attachments accessible
    
    Adds a role="button", tabindex, and @keydown to MkPostFormAttaches in
    order to make it accessible to keyboard users.
    
    * Fix for linter
    
    * Add spacing in type signature
    K4rakara authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6fd4de2 View commit details
    Browse the repository at this point in the history
  2. fix: sassのmodern-compilerを使うように (misskey-dev#14651)

    * fix(frontend-embed): ビルド時にsassのmodern-compilerを使うように
    
    * fix(frontend): ビルド時にsassのmodern-compilerを使うように
    AmaseCocoa authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a25d83f View commit details
    Browse the repository at this point in the history
  3. Misskey js autogen check improvements (misskey-dev#14652)

    * ci: Make failure if misskey js autogen detected changes
    
    * ci: set persist-credentials
    anatawa12 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6dde457 View commit details
    Browse the repository at this point in the history
  4. enhance: require captcha for signin (misskey-dev#14655)

    * wip
    
    * Update MkSignin.vue
    
    * Update MkSignin.vue
    
    * wip
    
    * Update CHANGELOG.md
    syuilo authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1074d62 View commit details
    Browse the repository at this point in the history
  5. update deps

    syuilo committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d3e2b59 View commit details
    Browse the repository at this point in the history
  6. enhance(backend): notify new login (misskey-dev#14673)

    * wip
    
    * Update CHANGELOG.md
    
    * wip
    
    * fix
    
    * Update index.d.ts
    
    * Update SigninService.ts
    
    * Update MkNotification.vue
    syuilo authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    83db116 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dc0581 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87617dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e97b7fe View commit details
    Browse the repository at this point in the history
  10. New Crowdin updates (misskey-dev#14649)

    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (English)
    
    * 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 (Catalan)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Romanian)
    
    * New translations ja-jp.yml (French)
    
    * New translations ja-jp.yml (Spanish)
    
    * New translations ja-jp.yml (Arabic)
    
    * New translations ja-jp.yml (Czech)
    
    * New translations ja-jp.yml (German)
    
    * New translations ja-jp.yml (Greek)
    
    * New translations ja-jp.yml (Hungarian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Dutch)
    
    * New translations ja-jp.yml (Norwegian)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Russian)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * New translations ja-jp.yml (Indonesian)
    
    * New translations ja-jp.yml (Polish)
    
    * New translations ja-jp.yml (Slovak)
    
    * New translations ja-jp.yml (Swedish)
    
    * New translations ja-jp.yml (Turkish)
    
    * 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 (Uyghur)
    
    * New translations ja-jp.yml (Sinhala)
    
    * New translations ja-jp.yml (Uzbek)
    
    * New translations ja-jp.yml (Kannada)
    
    * New translations ja-jp.yml (Lao)
    
    * New translations ja-jp.yml (Japanese, Kansai)
    
    * New translations ja-jp.yml (Korean (Gyeongsang))
    syuilo authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1e9813e View commit details
    Browse the repository at this point in the history
  11. fix(backend): 連合限定先が間違って連合しない先に代入されているのを修正 (misskey-dev#14662)

    * fix(backend): 連合限定先が間違って連合しない先に代入されているのを修正
    
    * build: fix property typo
    KisaragiEffective authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a722ea8 View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG.md

    syuilo committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a09b03e View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    syuilo committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    75ea964 View commit details
    Browse the repository at this point in the history
  14. feat: サーバー初期設定時に初期パスワードを要求できるように (misskey-dev#14626)

    * feat: サーバー初期設定時専用の初期パスワードを設定できるように
    
    * 無いのに入力された場合もエラーにする
    
    * 🎨
    
    * 🎨
    
    * cypress-devcontainerにもpassを設定(テストが失敗するため)
    
    * [ci skip] 🎨
    
    * ✌️
    
    * test: please revert this commit before merge
    
    * Revert "test: please revert this commit before merge"
    
    This reverts commit 66b2b48.
    
    * Update locales/ja-JP.yml
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    
    * build assets
    
    * Update Changelog
    
    * fix condition
    
    * fix condition
    
    * add comment
    
    * change error code
    
    * 他のエラーコードと合わせる
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2c1a747 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2a4ab0e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d2175a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d266c3c View commit details
    Browse the repository at this point in the history
  18. fix: 初期パスワードをコメントアウト (misskey-dev#14682)

    * fix: 初期パスワードをコメントアウト
    
    * 🎨
    
    * fix indent
    kakkokari-gtyih authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7bdc4e8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa2558f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    650e22c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a08a38c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. 🎨

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c1597be View commit details
    Browse the repository at this point in the history
  2. update deps

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    864327b View commit details
    Browse the repository at this point in the history
  3. 🎨

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ed71b0b View commit details
    Browse the repository at this point in the history
  4. 🎨

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2fa805b View commit details
    Browse the repository at this point in the history
  5. fix test

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1aee260 View commit details
    Browse the repository at this point in the history
  6. Update generate.tsx

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e344650 View commit details
    Browse the repository at this point in the history
  7. enhance(frontend): サインイン画面の改善 (misskey-dev#14658)

    * wip
    
    * Update MkSignin.vue
    
    * Update MkSignin.vue
    
    * wip
    
    * Update CHANGELOG.md
    
    * enhance(frontend): サインイン画面の改善
    
    * Update Changelog
    
    * 14655の変更取り込み
    
    * spdx
    
    * fix
    
    * fix
    
    * fix
    
    * 🎨
    
    * 🎨
    
    * 🎨
    
    * 🎨
    
    * Captchaがリセットされない問題を修正
    
    * 次の処理をsignin apiから読み取るように
    
    * Add Comments
    
    * fix
    
    * fix test
    
    * attempt to fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix
    
    * fix test
    
    * fix: 一部のエラーがちゃんと出るように
    
    * Update Changelog
    
    * 🎨
    
    * 🎨
    
    * remove border
    
    ---------
    
    Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
    kakkokari-gtyih and syuilo authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    975c2e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b0b4f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea2675e View commit details
    Browse the repository at this point in the history
  10. 🎨

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2639e92 View commit details
    Browse the repository at this point in the history
  11. 🎨

    syuilo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    708ffae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8f30fb View commit details
    Browse the repository at this point in the history
  13. New Crowdin updates (misskey-dev#14677)

    * 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 (English)
    
    * 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 (Chinese Simplified)
    syuilo authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2340de0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d637af View commit details
    Browse the repository at this point in the history
  15. fix(frontend): ログイン画面でキャプチャが表示されない問題を修正 (misskey-dev#14694)

    * fix(frontend): ログイン画面でキャプチャが表示されない問題を修正
    
    * rename
    kakkokari-gtyih authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b36d13d View commit details
    Browse the repository at this point in the history
  16. 🎨

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

Commits on Oct 5, 2024

  1. fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように (misskey-dev#14700)

    * fix: signin の資格情報が足りないだけの場合はエラーにせず200を返すように
    
    * run api extractor
    
    * fix
    
    * fix
    
    * fix test
    
    * /signin -> /signin-flow
    
    * fix
    
    * fix lint
    
    * rename
    
    * fix
    
    * fix
    kakkokari-gtyih authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ae3c155 View commit details
    Browse the repository at this point in the history
  2. feat(backend): 通報および通報解決時に送出されるSystemWebhookにユーザ情報を含めるようにする (misskey-…

    …dev#14698)
    
    * feat(backend): 通報および通報解決時に送出されるSystemWebhookにユーザ情報を含めるようにする
    
    * テスト送信もペイロード形式を合わせる
    
    * add spaces
    
    * fix test
    samunohito authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8869846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8bf1ff View commit details
    Browse the repository at this point in the history
  4. enhance: 人気のPlayを10件以上表示できるように (misskey-dev#14443)

    Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
    samunohito and samunohito authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0d7d109 View commit details
    Browse the repository at this point in the history
  5. 🎨

    syuilo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    043fef9 View commit details
    Browse the repository at this point in the history
  6. feat: 通報の強化 (misskey-dev#14704)

    * wip
    
    * Update CHANGELOG.md
    
    * lint
    
    * Update types.ts
    
    * wip
    
    * ✌️
    
    * Update MkAbuseReport.vue
    
    * tweak
    syuilo authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d8cb730 View commit details
    Browse the repository at this point in the history
  7. fix(backend/test): misskey-dev#14558 以降e2eテストがたまに失敗する問題を修正 (misskey-d…

    …ev#14709)
    
    * fix(backend/test): MisskeyIO#727 以降e2eテストがたまに失敗する問題を修正 (MisskeyIO#735)
    
    * ✌️
    
    ---------
    
    Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
    kakkokari-gtyih and u1-liquid authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9d02697 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    254c063 View commit details
    Browse the repository at this point in the history
  9. 🎨

    syuilo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    057a6d7 View commit details
    Browse the repository at this point in the history
  10. fix of d8cb730

    syuilo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ddc799f View commit details
    Browse the repository at this point in the history
  11. fix(backend): correct admin/abuse-user-reports schema (misskey-dev#…

    …14711)
    
    * fix(backend): correct `abuse-user-reports` schema
    
    * Update CHANGELOG.md
    zyoshoka authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ddf8e2a View commit details
    Browse the repository at this point in the history
  12. 🎨

    syuilo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7933b66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26afe1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a594d9f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix(frontend): クライアント上での時間ベースの実績獲得動作が実績獲得後も発動している問題を修正 (misskey-dev#1…

    …4717)
    
    * Check if time-based achievements are unlocked before initializing them in main-boot
    
    (cherry picked from commit c0702fd92f70782005517c0065048ececa1ef287)
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Evan Paterakis <evan@geopjr.dev>
    kakkokari-gtyih and GeopJr authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d2f1d45 View commit details
    Browse the repository at this point in the history
  2. Update packages/frontend/src/store.ts

    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    syuilo and kakkokari-gtyih authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8b2780c View commit details
    Browse the repository at this point in the history
  3. New Crowdin updates (misskey-dev#14695)

    * New translations ja-jp.yml (Italian)
    
    * New translations ja-jp.yml (Korean)
    
    * New translations ja-jp.yml (Catalan)
    
    * New translations ja-jp.yml (Chinese Traditional)
    
    * 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 (Arabic)
    
    * 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 (Korean)
    
    * New translations ja-jp.yml (Korean)
    syuilo authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    03fb688 View commit details
    Browse the repository at this point in the history
  4. refactor: 拡張機能インストールのページの一部をコンポーネントとして分離 (misskey-dev#14654)

    * create MkExtensionInstaller.vue
    
    * annotation
    
    * add fallbacks
    
    * storybook
    
    * update annotations
    
    * Update MkExtensionInstaller.vue
    
    * use additonalInfo slot
    FineArchs authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ed89b4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a11d5e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. New Crowdin updates (misskey-dev#14722)

    * New translations ja-jp.yml (Chinese Simplified)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    993d3fb View commit details
    Browse the repository at this point in the history
  2. Update packages/frontend/src/store.ts

    Co-authored-by: anatawa12 <anatawa12@icloud.com>
    syuilo and anatawa12 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c14eba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8140729 View commit details
    Browse the repository at this point in the history
  4. fix

    n1lsqn committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1867853 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3c684b View commit details
    Browse the repository at this point in the history
  6. fix

    n1lsqn committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d17b785 View commit details
    Browse the repository at this point in the history
  7. New Crowdin updates (misskey-dev#14723)

    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (English)
    
    * New translations ja-jp.yml (Portuguese)
    
    * New translations ja-jp.yml (Chinese Simplified)
    syuilo authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9858e12 View commit details
    Browse the repository at this point in the history
  8. Update packages/backend/src/core/entities/FlashEntityService.ts

    Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
    syuilo and zyoshoka authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d021396 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c99785 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update packages/frontend/src/components/MkAbuseReport.vue

    Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
    syuilo and kakkokari-gtyih authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dd39c5e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/cache from 4.0.2 to 4.1.0 (misskey-dev#14718)

    Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4.0.2...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0da6f14 View commit details
    Browse the repository at this point in the history
  3. 🎨

    syuilo committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c13545f View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    syuilo authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a304185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6de7c27 View commit details
    Browse the repository at this point in the history
  6. fix

    n1lsqn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a1c62e6 View commit details
    Browse the repository at this point in the history
  7. fix

    n1lsqn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7c94334 View commit details
    Browse the repository at this point in the history
  8. fix

    n1lsqn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    51cfc12 View commit details
    Browse the repository at this point in the history
  9. fix

    n1lsqn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6f4e2db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e61a6e8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #146 from n1lsqn/feat/2024.10-n

    Feat/2024.10 n
    n1lsqn authored Oct 9, 2024
    1 Configuration menu
    Copy the full SHA
    f23c799 View commit details
    Browse the repository at this point in the history