-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge 2024.7.0 #81
Merge 2024.7.0 #81
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2eaa3e2 - Browse repository at this point
Copy the full SHA 2eaa3e2View commit details -
Merge pull request misskey-dev#13801 from misskey-dev/release/2024.5.0
Release: 2024.5.0
Configuration menu - View commit details
-
Copy full SHA for cc1ee01 - Browse repository at this point
Copy the full SHA cc1ee01View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf7945 - Browse repository at this point
Copy the full SHA ecf7945View commit details
Commits on Jun 1, 2024
-
fix(backend): use insertOne insteadof insert/findOneOrFail combination (
misskey-dev#13908) * fix(backend): use insertOne insteadof insert/findOneOrFail combination * fix: typo * fix(backend): inherit mainAlias? * refactor(backend): use extend * fix(backend): invalid entityTarget * fix(backend): fake where * chore: debug * chore: debug * test: log * fix(backend): column names * fix(backend): remove dummy from * revert: log * fix(backend): position * fix(backend): automatic aliasing * chore(backend): alias * chore(backend): remove from * fix(backend): type * fix(backend): avoid pure name * test(backend): fix type * chore(backend): use cte * fix(backend): avoid useless alias * fix(backend): fix typo * fix(backend): __disambiguation__ * fix(backend): quote * chore(backend): t * chore(backend): accessible * chore(backend): concrete returning * fix(backend): quote * chore: log more * chore: log metadata * chore(backend): use raw * fix(backend): returning column name * fix(backend): transform * build(backend): wanna logging * build(backend): transform empty * build(backend): build alias * build(backend): restore name * chore: return entity * fix: test case * test(backend): 204 * chore(backend): log sql * chore(backend): assert user joined * fix(backend): typo * chore(backend): log long sql * chore(backend): log join * chore(backend): log join depth null * chore(backend): joinAttributes * chore(backend): override createJoinExpression * chore: join log * fix(backend): escape * test(backend): log log * chore(backend): join gonna success? * chore(backend): relations * chore(backend): undefined * chore(backend): target * chore(backend): remove log * chore(backend): log chart update * chore(backend): log columns * chore(backend): check hasMetadata * chore(backend): unshift id when not included * chore(backend): missing select * chore(backend): remove debug code
Configuration menu - View commit details
-
Copy full SHA for 2b8056a - Browse repository at this point
Copy the full SHA 2b8056aView commit details -
Merge pull request misskey-dev#13917 from misskey-dev/develop
Release 2024.5.0 (master)
Configuration menu - View commit details
-
Copy full SHA for fce66b8 - Browse repository at this point
Copy the full SHA fce66b8View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27ac3d7 - Browse repository at this point
Copy the full SHA 27ac3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cccaa - Browse repository at this point
Copy the full SHA 43cccaaView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4a8c63 - Browse repository at this point
Copy the full SHA d4a8c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf9e11 - Browse repository at this point
Copy the full SHA dbf9e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d1927 - Browse repository at this point
Copy the full SHA 65d1927View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab69e11 - Browse repository at this point
Copy the full SHA ab69e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for a697a7f - Browse repository at this point
Copy the full SHA a697a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d55e638 - Browse repository at this point
Copy the full SHA d55e638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f833d7 - Browse repository at this point
Copy the full SHA 8f833d7View commit details
Commits on Jun 7, 2024
-
fix(backend): チャート生成時にinstance.isSuspendedが読まれてしまう問題の修正 (misskey-dev#…
…13951) * fix(backend): use sustensionState instead of isSuspended * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 0015786 - Browse repository at this point
Copy the full SHA 0015786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8592716 - Browse repository at this point
Copy the full SHA 8592716View commit details -
配信停止したインスタンス一覧が見れなくなる問題を修正 (misskey-dev#13945)
* 配信停止したインスタンス一覧が見れなくなる問題を修正 * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for e0cf5b2 - Browse repository at this point
Copy the full SHA e0cf5b2View commit details
Commits on Jun 8, 2024
-
feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (misskey-dev#13758)
* feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする * モデログに対応&エンドポイントを単一オブジェクトでのサポートに変更(API経由で大量に作るシチュエーションもないと思うので) * fix spdx * fix migration * fix migration * fix models * add e2e webhook * tweak * fix modlog * fix bugs * add tests and fix bugs * add tests and fix bugs * add tests * fix path * regenerate locale * 混入除去 * 混入除去 * add abuseReportResolved * fix pnpm-lock.yaml * add abuseReportResolved test * fix bugs * fix ui * add tests * fix CHANGELOG.md * add tests * add RoleService.getModeratorIds tests * WebhookServiceをUserとSystemに分割 * fix CHANGELOG.md * fix test * insertOneを使う用に * fix * regenerate locales * revert version * separate webhook job queue * fix * 🎨 * Update QueueProcessorService.ts --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61fae45 - Browse repository at this point
Copy the full SHA 61fae45View commit details -
test(misskey-dev#10336): add
components/MkC.*
stories (misskey-dev#……13830) * test(storybook): add `components/MkC.*` stories * test(storybook): add some tests * test: add sleep * test: comment-out flaky test * test(storybook): add test for `MkChannelFollowButton` * chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test * fix(chromatic): add delay to `MkChannelList` * chore: replace `mswDecorator` with `mswLoader` * fix(storybook): tweak some parameters * chore: serve static files * fix(chromatic): add delay to `MkCwButton` * chore: delete logging for debug * fix: add right click in `MkContextMenu` play * refactor: remove unused imports
Configuration menu - View commit details
-
Copy full SHA for 9849aab - Browse repository at this point
Copy the full SHA 9849aabView commit details
Commits on Jun 12, 2024
-
fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する (misskey-dev#13968)
* fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文字で表示する * docs: update changelog
Configuration menu - View commit details
-
Copy full SHA for ff3a38a - Browse repository at this point
Copy the full SHA ff3a38aView commit details -
node_modulesをvolume化して高速化+パーミッション問題回避、git submodule update時にローカルにsubm…
…oduleがあっても問題が起こらないようにする (misskey-dev#13956)
Configuration menu - View commit details
-
Copy full SHA for 92367cf - Browse repository at this point
Copy the full SHA 92367cfView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1616cb5 - Browse repository at this point
Copy the full SHA 1616cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73d739 - Browse repository at this point
Copy the full SHA c73d739View commit details -
feat(backend): report
Retry-After
if client hit rate limit (misskey……-dev#13949) * feat(backend): report `Retry-After` if client hit rate limit * refactor(backend): fix lint error
Configuration menu - View commit details
-
Copy full SHA for dc3629e - Browse repository at this point
Copy the full SHA dc3629eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c51347d - Browse repository at this point
Copy the full SHA c51347dView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 220e112 - Browse repository at this point
Copy the full SHA 220e112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bddb81 - Browse repository at this point
Copy the full SHA 9bddb81View commit details
Commits on Jun 15, 2024
-
refactor(backend): get column names from metadata (misskey-dev#13943)
* ci: enable * chore: stop when generated column found * chore: get column names from metadata * ci: disable
Configuration menu - View commit details
-
Copy full SHA for 1a82a41 - Browse repository at this point
Copy the full SHA 1a82a41View commit details -
fix(frontend): chart in
MkInstanceCardMini
is no longer displayed (m……isskey-dev#13932) * fix(frontend): chart in `MkInstanceCardMini` is no longer displayed * Update CHANGELOG.md * test: add `MkInstanceCardMini` story --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4e2be6 - Browse repository at this point
Copy the full SHA d4e2be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fcb9f - Browse repository at this point
Copy the full SHA 96fcb9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34458d7 - Browse repository at this point
Copy the full SHA 34458d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379ce01 - Browse repository at this point
Copy the full SHA 379ce01View commit details
Commits on Jun 18, 2024
-
Fix(backend): Limit antenna/webhook/list to exact amount (misskey-dev…
…#14036) ... not +1 * Update antennas/clips e2e test
Configuration menu - View commit details
-
Copy full SHA for d0ee020 - Browse repository at this point
Copy the full SHA d0ee020View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88579c - Browse repository at this point
Copy the full SHA a88579cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37d684 - Browse repository at this point
Copy the full SHA f37d684View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77ae693 - Browse repository at this point
Copy the full SHA 77ae693View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b683d79 - Browse repository at this point
Copy the full SHA b683d79View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1df90ce - Browse repository at this point
Copy the full SHA 1df90ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf33382 - Browse repository at this point
Copy the full SHA bf33382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 811ffbf - Browse repository at this point
Copy the full SHA 811ffbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6ccd9 - Browse repository at this point
Copy the full SHA 1d6ccd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e88f08a - Browse repository at this point
Copy the full SHA e88f08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c84d06 - Browse repository at this point
Copy the full SHA 2c84d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9012d3 - Browse repository at this point
Copy the full SHA a9012d3View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d2edde - Browse repository at this point
Copy the full SHA 4d2eddeView commit details -
fix(backend): fallback if
sinceId
is older than the oldest in cache…… when using FTT (misskey-dev#14061) * fix(backend): fallback if `sinceId` is older than the oldest in cache when using FTT * Update CHANGELOG.md * chore: fix description of test
Configuration menu - View commit details
-
Copy full SHA for 8a9de08 - Browse repository at this point
Copy the full SHA 8a9de08View commit details -
fix: notRespondingSinceが実装される前に不通になったインスタンスが自動的に配信停止にならない (misskey-de…
…v#14059) Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1e78ef1 - Browse repository at this point
Copy the full SHA 1e78ef1View commit details -
fix(frontend): リバーシ開始時の自動投稿のURLが正しくない場合があるのを修正 (misskey-dev#14045)
* fix(frontend): リバーシ開始時の自動投稿のURLが正しくない場合があるのを修正 * ✌️
Configuration menu - View commit details
-
Copy full SHA for 7e21497 - Browse repository at this point
Copy the full SHA 7e21497View commit details -
chore(deps): bump docker/build-push-action from 5 to 6 (misskey-dev#1…
…4039) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3254f7c - Browse repository at this point
Copy the full SHA 3254f7cView commit details -
enhance(frontend): WidgetInstanceInfo.vue と WidgetProfile.vue のスタイル調整 (…
…misskey-dev#14028) * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 WidgetInstanceInfo.vue and WidgetProfile.vue * 🎨 home.vue
ぬるきゃっと authoredJun 22, 2024 Configuration menu - View commit details
-
Copy full SHA for ef205fb - Browse repository at this point
Copy the full SHA ef205fbView commit details -
fix(backend): フィードのノートのMFMはHTMLにレンダーしてから返す (misskey-dev#14006)
* fix(backend): フィードのノートのMFMはHTMLにレンダーしてから返す (test wip) * chore: beforeEachを使う? * fix: プレーンテキストにフォールバックしてMFMが含まれていないか調べる方針を実装 * fix: application/jsonだとパースされるのでその作用をキャンセル * build: fix lint error * docs: update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac12ab8 - Browse repository at this point
Copy the full SHA ac12ab8View commit details -
refactor: api/*/update系の必須キーを最低限に (misskey-dev#13824)
* refactor: clips/updateの必須キーをclipIdのみに * refactor: admin/roles/update の必須キーをroleIdのみに * feat: pages/update の必須キーをpageIdのみに * refactor: gallery/posts/update の必須キーをpostidのみに * feat: misskey-jsの型を更新 * feat: i/webhooks/updateの必須キーをwebhookIdのみに * feat: admin/ad/updateの必須キーをidのみに * feat: misskey-jsの型を更新 * chore: update CHANGELOG.md * docs: update CHANGELOG.md * fix: secretが更新できなくなる場合がある Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> * Update packages/backend/src/server/api/endpoints/gallery/posts/update.ts --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b50eb51 - Browse repository at this point
Copy the full SHA b50eb51View commit details -
Configuration menu - View commit details
-
Copy full SHA for faeab96 - Browse repository at this point
Copy the full SHA faeab96View commit details -
fix(frontend): ベースロールを編集してもUI上では変更が反映されない問題を修正 (misskey-dev#13995)
* fix(frontend): ベースロールを変更してもUI上では変更が反映されない問題を修正 * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for bf403aa - Browse repository at this point
Copy the full SHA bf403aaView commit details -
fix(backend): 自分以外のクリップ内のノート個数が見えるのを修正 (misskey-dev#14065)
* fix(backend): 自分以外のクリップ内のノート個数が見えることがあるのを修正 * Update Changelog * fix
Configuration menu - View commit details
-
Copy full SHA for 7c22a64 - Browse repository at this point
Copy the full SHA 7c22a64View commit details -
refactor: say bye to the weird groupBy friends (misskey-dev#13975)
* refactor(frontend): say bye to the weird groupBy friends * refactor(backend): say bye to the weird groupBy friends
Configuration menu - View commit details
-
Copy full SHA for 9368eb3 - Browse repository at this point
Copy the full SHA 9368eb3View commit details -
build: install pnpm with corepack on docker build (misskey-dev#13926)
* build: install pnpm with corepack on build * docs(changelog): Dockerコンテナの立ち上げ時に`pnpm`のインストールで固まることがある問題
Configuration menu - View commit details
-
Copy full SHA for b8b4dc5 - Browse repository at this point
Copy the full SHA b8b4dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b2133 - Browse repository at this point
Copy the full SHA 00b2133View commit details -
fix(backend): fix creating reactions bugs (misskey-dev#13901)
* fix(backend): add fallback for empty string when creating reaction * fix(backend): prohibit reactions to Renote * test(backend): add some tests for `notes/reactions/create` endpoint * Update CHANGELOG.md * lint * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 961cb6c - Browse repository at this point
Copy the full SHA 961cb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acbec6 - Browse repository at this point
Copy the full SHA 2acbec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b269c43 - Browse repository at this point
Copy the full SHA b269c43View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b95a045 - Browse repository at this point
Copy the full SHA b95a045View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 634764e - Browse repository at this point
Copy the full SHA 634764eView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c5d0cf - Browse repository at this point
Copy the full SHA 1c5d0cfView commit details
Commits on Jun 27, 2024
-
fix(frontend): テーマプレビューが見れない問題を修正 (misskey-dev#14097)
* fix(frontend): テーマプレビューが見れない問題を修正 * fix: MkPreview.vue, preview.vue
ぬるきゃっと authoredJun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 77012f2 - Browse repository at this point
Copy the full SHA 77012f2View commit details -
update: CHANGELOG.md for misskey-dev#14097 (misskey-dev#14099)
ぬるきゃっと authoredJun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e512d4 - Browse repository at this point
Copy the full SHA 0e512d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4096dab - Browse repository at this point
Copy the full SHA 4096dabView commit details
Commits on Jun 28, 2024
-
chore(docker-compose): 推奨の名前にする (misskey-dev#14096)
* chore(docker-compose): 推奨の名前にする https://github.com/compose-spec/compose-spec/blob/5c18e329d5a15a15e4b636ed093b256b96615e33/spec.md#compose-file * yaml to yml * fix * fix
ぬるきゃっと authoredJun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for a6edd50 - Browse repository at this point
Copy the full SHA a6edd50View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1b1e2a - Browse repository at this point
Copy the full SHA f1b1e2aView commit details -
update deps (misskey-dev#14057)
* wip * locales/index.jsのymlファイル取得ロジックを調節 * regenerate pnpm-lock.yaml * fix(backend): typecheck fails * chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend * chore: migrate ESLint configs to flat config (misskey-dev#14094) * chore: migrate ESLint configs to flat config * fix: update paths * fix: frontend lint fails * refactor(misskey-js): lint build.js * update deps --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <root@zyoshoka.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 427648c - Browse repository at this point
Copy the full SHA 427648cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eafae79 - Browse repository at this point
Copy the full SHA eafae79View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1fe7c - Browse repository at this point
Copy the full SHA de1fe7cView commit details -
dev: fix pnpm dev is broken (misskey-dev#14123)
* dev: pnpm dev is broken * dev: fix crash pnpm dev because of unhandled promise
Configuration menu - View commit details
-
Copy full SHA for 5d03efa - Browse repository at this point
Copy the full SHA 5d03efaView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fab7d5e - Browse repository at this point
Copy the full SHA fab7d5eView commit details -
refactor(frontend): refactor popup api and make sure call dispose cal…
…lback Close misskey-dev#14122
Configuration menu - View commit details
-
Copy full SHA for 6dd2e9f - Browse repository at this point
Copy the full SHA 6dd2e9fView commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9ed3b2 - Browse repository at this point
Copy the full SHA b9ed3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1d94c - Browse repository at this point
Copy the full SHA 8e1d94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea88c0 - Browse repository at this point
Copy the full SHA 0ea88c0View commit details
Commits on Jul 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe85292 - Browse repository at this point
Copy the full SHA fe85292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 984d582 - Browse repository at this point
Copy the full SHA 984d582View commit details -
feat(misskey-js): multipart/form-dataのリクエストに対応 (misskey-dev#14147)
* feat(misskey-js): multipart/form-dataのリクエストに対応 * lint * add test * Update Changelog * テストを厳しくする * lint * multipart/form-dataではnullのプロパティを弾くように
Configuration menu - View commit details
-
Copy full SHA for f119f8c - Browse repository at this point
Copy the full SHA f119f8cView commit details -
fix(backend): 名前を空白文字列だけにできる問題を修正 (misskey-dev#14119)
* fix(backend): 名前を空白文字列だけにできる問題を修正 * Update Changelog * fix test * Unicodeを含める * fix * ユーザー名がUnicode制御文字とスペースのみで構成される場合はnullに * Revert "ユーザー名がUnicode制御文字とスペースのみで構成される場合はnullに" This reverts commit 6c752a6. * [ci skip] changelog typo
Configuration menu - View commit details
-
Copy full SHA for 9ef6c47 - Browse repository at this point
Copy the full SHA 9ef6c47View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55c990e - Browse repository at this point
Copy the full SHA 55c990eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b61f270 - Browse repository at this point
Copy the full SHA b61f270View commit details -
fix/refactor(frontend): hotkeyの改修 (misskey-dev#14157)
* improve(frontend): hotkeyの改修 (misskey-dev#234) (cherry picked from commit 678be14) * Change path, add missing script Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> * fix * fix * add missing keycodes * fix * update changelog --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a540713 - Browse repository at this point
Copy the full SHA a540713View commit details -
fix(backend): api-docをScalarに変更 (misskey-dev#14152)
* fix(backend): api-docをScalarに変更 * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 600f16d - Browse repository at this point
Copy the full SHA 600f16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e0a86 - Browse repository at this point
Copy the full SHA 02e0a86View commit details
Commits on Jul 10, 2024
-
feat(misskey-js):
POST admin/roles/create
の型を具象化 (misskey-dev#14167)* feat(misskey-js): `POST admin/roles/create`の型を具象化 * fix * docs: CHANGELOG.md * test(misskey-js): admin/roles/createの型が合うことを表明 * test(misskey-js): single quote * test(misskey-js): 無を読もうとして爆発するのを修正 * test(misskey-js): fix comment
Configuration menu - View commit details
-
Copy full SHA for 52d8a54 - Browse repository at this point
Copy the full SHA 52d8a54View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6793185 - Browse repository at this point
Copy the full SHA 6793185View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ac3fe - Browse repository at this point
Copy the full SHA f8ac3feView commit details -
enhance(frontend): ウェルカムタイムラインのデザインを調整 (misskey-dev#14156)
* enhance(frontend): 非ログイン時のハイライトTLのデザイン調整 * Update Changelog * fix cw handling * ホバーしてたらスクロールを止めるように * fix * lint
Configuration menu - View commit details
-
Copy full SHA for 6b876da - Browse repository at this point
Copy the full SHA 6b876daView commit details -
enhance(frontend): 未使用のサウンド設定を削除 (misskey-dev#14116)
* enhance(frontend): 未使用のサウンド設定を削除 * Update Changelog * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 121af77 - Browse repository at this point
Copy the full SHA 121af77View commit details
Commits on Jul 12, 2024
-
fix(frontend): フォーカスの挙動を修正 (misskey-dev#14158)
* fix(frontend): 直前のパターンを記録するように * fix(frontend): フォーカス/タブ移動に関する挙動を調整 (misskey-dev#226) Cherry-pick commit e8c0306 Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> * focusのデザイン修正 * move scripts * Modalにfocus trapを追加 * 記録するホットキーはレートリミット式にする * escキーのハンドリングをMkModalに統一 * fix * enterで子メニューを開けるように * lint * fix focus trap * improve switch accessibility * 一部のmodalのフォーカストラップが外れない問題を修正 * fix * fix * Revert "記録するホットキーはレートリミット式にする" This reverts commit 40a7509. * Revert "fix(frontend): 直前のパターンを記録するように" This reverts commit 5372b25. * Revert "Revert "fix(frontend): 直前のパターンを記録するように"" This reverts commit a9bb52e. * Revert "Revert "記録するホットキーはレートリミット式にする"" This reverts commit bdac342. * 試験的にCypressでのFocustrapを無効化 * fix * fix focus-trap * Update Changelog * ✌️ * fix focustrap invocation logic * スクロールがsticky headerを考慮するように * 🎨 * スタイルの微調整 * 🎨 * remove deprecated key aliases * focusElementが足りなかったので修正 * preview系にfocus時スタイルが足りなかったので修正 * `returnFocusElement` -> `returnFocusTo` * lint * Update packages/frontend/src/components/MkModalWindow.vue * Apply suggestions from code review Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> * keydownイベントをまとめる * use correct pesudo-element selector * fix * rename --------- Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 385969e - Browse repository at this point
Copy the full SHA 385969eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b1c74 - Browse repository at this point
Copy the full SHA 76b1c74View commit details -
fix: サジェストされるユーザのリストアップ方法を見直し (misskey-dev#14180)
* fix: サジェストされるユーザのリストアップ方法を見直し * fix comment * fix CHANGELOG.md * ノートの無いユーザ(updatedAtが無いユーザ)は含めないらしい * fix test
Configuration menu - View commit details
-
Copy full SHA for 6cd1527 - Browse repository at this point
Copy the full SHA 6cd1527View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91de35e - Browse repository at this point
Copy the full SHA 91de35eView commit details -
fix(frontend): すでにfocus trap対象の要素にinertがかかっている場合は解除するように (misskey-dev…
…#14189) * fix(frontend): すでにfocus trap対象の要素にinertがかかっている場合は解除するように * 他のfocus-trapped要素とのインタラクションがある場合の動作を変更 * typo
Configuration menu - View commit details
-
Copy full SHA for 1b175ea - Browse repository at this point
Copy the full SHA 1b175eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc92d5 - Browse repository at this point
Copy the full SHA bcc92d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcae7d - Browse repository at this point
Copy the full SHA 9fcae7dView commit details -
parse
notRespondingSince
from redis instance cache (misskey-dev#14079)if we don't do this, we'll get a string, and `DeliverProcessorService` will error out `i.notRespondingSince.getTime is not a function`
Configuration menu - View commit details
-
Copy full SHA for c83c831 - Browse repository at this point
Copy the full SHA c83c831View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fd618 - Browse repository at this point
Copy the full SHA b5fd618View commit details
Commits on Jul 14, 2024
-
fix(backend): 一般ユーザーから見たユーザーのバッジの一覧に公開されていないものが含まれることがある問題を修正 (misske…
…y-dev#14195) * enhance(backend): 公開バッジのみをpackするように (MisskeyIO#652) (cherry picked from commit b8a9065) * Update Changelog * fix * Update UserEntityService.ts --------- Co-authored-by: CyberRex <26585194+CyberRex0@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58c596c - Browse repository at this point
Copy the full SHA 58c596cView commit details -
Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に (misskey-dev#14078)
* feat: implement role policy "canUpdateBioMedia" * docs(changelog): update changelog * docs(changelog): update changelog * chore: regenerate misskey-js type definitions * chore: Apply suggestion from code review Co-authored-by: anatawa12 <anatawa12@icloud.com> * chore: fix unnecessarily strict inequality check * chore: policies should be gotten only once --------- Co-authored-by: anatawa12 <anatawa12@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 7afa593 - Browse repository at this point
Copy the full SHA 7afa593View commit details -
test(backend): kill many
any
in backend test (partial) (misskey-dev……#14054) * kill any on utils:api * kill any on timeline test * use optional chain to kill TS2532 on timeline test 変更前: 該当ノートが見つからなければundefinedに対するプロパティアクセスとしてテストがクラッシュ 変更後: 該当ノートが見つからなければoptional chainがundefinedとして評価されるが、strictEqualの右辺がnon-nullableなためアサーションに失敗しテストがクラッシュ * kill `as any` for ApMfmService * kill argument any for api-visibility * kill argument any across a few tests * do not return value that has yielded from `await`-ing `Promise<void>` * force cast * runtime non-null assertion to coerce * rewrite `assert.notEqual(expr, null)` to `assert.ok(expr)` こうすることでassertion type扱いになり、non-nullableになる * change return type of `failedApiCall` to `void` 戻り値がどこにも使われていない * split bindings for exports.ts 型が合わなくて文句を言ってくるので適切に分割 * runtime non-null assertion * runtime non-null assertion * 何故かうまく行かないので、とりあえずXORしてみる * Revert "何故かうまく行かないので、とりあえずXORしてみる" This reverts commit 48cf32c. * castAsErrorで安全ではないキャストを隠蔽 * 型アサーションの追加 * 型アサーションの追加 * 型アサーションの追加 * voidで値を返さない * castAsError * assert.ok => kill nullability * もはや明示的な型の指定は必要ない * castAsError * castAsError * 型アサーションの追加 * nullableを一旦抑止 * 変数を分離して型エラーを排除 * 不要なプロパティを削除する処理を隠蔽してanyを排除 * Repository type * simple type * assert.ok => kill nullability * revert `as any` drop reverts fe95c05 partialy * test: fix invalid assertion partially revert b99b7b5 * test: 52d8a54 により型が合うようになった部分の`as any`を除去 * format * test: apply misskey-dev#14054 (comment) (part 1) * test: use non-null assertion to suppress too many error * Update packages/backend/test/utils.ts Co-authored-by: anatawa12 <anatawa12@icloud.com> --------- Co-authored-by: anatawa12 <anatawa12@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 31e82fc - Browse repository at this point
Copy the full SHA 31e82fcView commit details -
enhance(frontend): サーバー情報・お問い合わせページを改修 (misskey-dev#14198)
* improve(frontend): サーバー情報・お問い合わせページを改修 (misskey-dev#238) * Revert "Revert "enhance(frontend): add contact page" (misskey-dev#208)" (This reverts commit 5a329a0.) * improve(frontend): サーバー情報・お問い合わせページを改修 (cherry picked from commit e72758d) * fix * Update Changelog * tweak * lint * 既存の翻訳を使用するように --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6dd6fcf - Browse repository at this point
Copy the full SHA 6dd6fcfView commit details -
enhance: 非ログイン時には別サーバーに遷移できるように (misskey-dev#13089)
* enhance: 非ログイン時にはMisskey Hub経由で別サーバーに遷移できるように * fix * サーバーサイド照会を削除 * クライアント側の照会動作 * hubを経由せずにリモートで続行できるように * fix と pleaseLogin誘導箇所の追加 * fix * fix * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3c032dd - Browse repository at this point
Copy the full SHA 3c032ddView commit details -
refactor(misskey-js): enable exactOptionalPropertyTypes (misskey-dev#…
…14203) * refactor(misskey-js): enable exactOptionalPropertyTypes * refactor(misskey-js): fix error where is appeared by enabling
Configuration menu - View commit details
-
Copy full SHA for 7618138 - Browse repository at this point
Copy the full SHA 7618138View commit details -
fix(frontend): Nested RouteのときにRouterViewに当たるキーがルートのpathとぶち当たる可能性があるの…
…を修正 (misskey-dev#14202) Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9f3fcc - Browse repository at this point
Copy the full SHA b9f3fccView commit details -
ci: ワークフローが更新されたときにもワークフローが起動するようにする (misskey-dev#14207)
* ci: include themselves in `on.push.paths` command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.push.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.push.paths += ["{}"]' {} * ci: include themselves in `on.pull_request.paths` command: find .github/workflows -type f \( -name '*.yaml' -or -name '*.yml' \) | xargs -I {} yq_4.44.2-linux_x86-64 'select(.on.pull_request.paths != null) | .[0] | map("{}")[0]' {} | xargs -I {} ~/.local/bin/yq_4.44.2-linux_x86-64 -i '.on.pull_request.paths += ["{}"]' {}
Configuration menu - View commit details
-
Copy full SHA for 09d30fe - Browse repository at this point
Copy the full SHA 09d30feView commit details -
fix(frontend): follow-up of misskey-dev#13089 (misskey-dev#14206)
* fix(frontend): misskey-dev#13089 を修正 * fix * 正規表現を強化 * fix
Configuration menu - View commit details
-
Copy full SHA for 722acf5 - Browse repository at this point
Copy the full SHA 722acf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5607d8 - Browse repository at this point
Copy the full SHA c5607d8View commit details -
fix(backend): ユーザーのリアクション一覧でミュート/ブロックが機能していなかった問題を修正 (misskey-dev#14100)
* fix: mute/block was not considered on users/reactions * docs(changelog): update changelog * chore: Apply suggestion from code review Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b9c60a - Browse repository at this point
Copy the full SHA 4b9c60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d47fd4f - Browse repository at this point
Copy the full SHA d47fd4fView commit details -
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (misskey-dev…
…#14165) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa06327 - Browse repository at this point
Copy the full SHA aa06327View commit details -
ci: cache eslint (misskey-dev#14204)
* ci: cache eslint * dummy commit to trigger * fix syntax error
Configuration menu - View commit details
-
Copy full SHA for f0b9d70 - Browse repository at this point
Copy the full SHA f0b9d70View commit details -
Enhance(frontend): Allow negative delay in MFM (misskey-dev#14200)
Co-authored-by: easrng <me@easrng.net>
Configuration menu - View commit details
-
Copy full SHA for 16795f1 - Browse repository at this point
Copy the full SHA 16795f1View commit details -
enhance(backend): Load settings via environment variables (misskey-de…
…v#14179) * feat(backend): Load settings via environment variables If they're not loaded from the config file. * chore(docker): Add hints for environment variables It supports users to know about them. * docs(changelog): Add the description about this change Users can notice what's changed by this PR. * style(backend): Fix code syntax To pass the linter.
Configuration menu - View commit details
-
Copy full SHA for 1b84760 - Browse repository at this point
Copy the full SHA 1b84760View commit details
Commits on Jul 15, 2024
-
chore(backend): registed -> registered (misskey-dev#14213)
* chore(backend): registed -> registered * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for ce39c3a - Browse repository at this point
Copy the full SHA ce39c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1001277 - Browse repository at this point
Copy the full SHA 1001277View commit details -
fix(frontend): MkSignin.vueのcredentialRequestからReactivityを削除 (misskey…
…-dev#14223) * Remove reactivity from credentialRequest in MkSignin.vue * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 3b075c9 - Browse repository at this point
Copy the full SHA 3b075c9View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ebc3b5 - Browse repository at this point
Copy the full SHA 8ebc3b5View commit details
Commits on Jul 17, 2024
-
AiScriptを0.19.0にアップデート (misskey-dev#14226)
* Update autogen files * Update CHANGELOG.md * Update flash-edit.vue
Configuration menu - View commit details
-
Copy full SHA for 070f0e7 - Browse repository at this point
Copy the full SHA 070f0e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d738d - Browse repository at this point
Copy the full SHA f0d738dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bda1de8 - Browse repository at this point
Copy the full SHA bda1de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b4933c - Browse repository at this point
Copy the full SHA 8b4933cView commit details -
chore: Use clipboard API directly (misskey-dev#14227)
* chore: Use clipboard API directly * fix: Fix lint
Configuration menu - View commit details
-
Copy full SHA for 68bcd91 - Browse repository at this point
Copy the full SHA 68bcd91View commit details -
refactor(frontend): Improve typing (misskey-dev#14240)
* Improve typing * Remove redundant promise * Refactor * Update packages/frontend/src/scripts/mfm-function-picker.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Update packages/frontend/src/scripts/mfm-function-picker.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6942a92 - Browse repository at this point
Copy the full SHA 6942a92View commit details -
fix(frontend): 「アニメーション画像を再生しない」がオンのときにバナー画像・サーバー背景画像がアニメーションしないように (m…
…isskey-dev#14243) * fix: stop animating banner and backgrounds when stop showing animated images is enabled (cherry picked from commit 8fe2596) * chore: nest ternary (cherry picked from commit 2783fe5) * chore: flip ternary (cherry picked from commit b9d66f8) * update changelog --------- Co-authored-by: Marie <marie@kaifa.ch>
Configuration menu - View commit details
-
Copy full SHA for 3331f39 - Browse repository at this point
Copy the full SHA 3331f39View commit details -
perf(federation): Ed25519署名に対応する (misskey-dev#13464)
* 1. ed25519キーペアを発行・Personとして公開鍵を送受信 * validate additionalPublicKeys * getAuthUserFromApIdはmainを選ぶ * ✌️ * fix * signatureAlgorithm * set publicKeyCache lifetime * refresh * httpMessageSignatureAcceptable * ED25519_SIGNED_ALGORITHM * ED25519_PUBLIC_KEY_SIGNATURE_ALGORITHM * remove sign additionalPublicKeys signature requirements * httpMessageSignaturesSupported * httpMessageSignaturesImplementationLevel * httpMessageSignaturesImplementationLevel: '01' * perf(federation): Use hint for getAuthUserFromApId (misskey-dev#13470) * Hint for getAuthUserFromApId * とどのつまりこれでいいのか? * use @misskey-dev/node-http-message-signatures * fix * signedPost, signedGet * ap-request.tsを復活させる * remove digest prerender * fix test? * fix test * add httpMessageSignaturesImplementationLevel to FederationInstance * ManyToOne * fetchPersonWithRenewal * exactKey * ✌️ * use const * use gen-key-pair fn. from '@misskey-dev/node-http-message-signatures' * update node-http-message-signatures * fix * @misskey-dev/node-http-message-signatures@0.0.0-alpha.11 * getAuthUserFromApIdでupdatePersonの頻度を増やす * cacheRaw.date * use requiredInputs misskey-dev#13464 (comment) * update @misskey-dev/node-http-message-signatures * clean up * err msg * fix(backend): fetchInstanceMetadataのLockが永遠に解除されない問題を修正 Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * fix httpMessageSignaturesImplementationLevel validation * fix test * fix * comment * comment * improve test * fix * use Promise.all in genRSAAndEd25519KeyPair * refreshAndprepareEd25519KeyPair * refreshAndfindKey * commetn * refactor public keys add * digestプリレンダを復活させる RFC実装時にどうするか考える * fix, async * fix * !== true * use save * Deliver update person when new key generated (not tested) misskey-dev#13464 (comment) * 循環参照で落ちるのを解消? * fix? * Revert "fix?" This reverts commit 0082f6f. * a * logger * log * change logger * 秘密鍵の変更は、フラグではなく鍵を引き回すようにする * addAllKnowingSharedInboxRecipe * nanka meccha kaeta * delivre * キャッシュ有効チェックはロック取得前に行う * @misskey-dev/node-http-message-signatures@0.0.3 * PrivateKeyPem * getLocalUserPrivateKey * fix test * if * fix ap-request * update node-http-message-signatures * fix type error * update package * fix type * update package * retry no key * @misskey-dev/node-http-message-signatures@0.0.8 * fix type error * log keyid * logger * db-resolver * JSON.stringify * HTTP Signatureがなかったり使えなかったりしそうな場合にLD Signatureを活用するように * inbox-delayed use actor if no signature * ユーザーとキーの同一性チェックはhostの一致にする * log signature parse err * save array * とりあえずtryで囲っておく * fetchPersonWithRenewalでエラーが起きたら古いデータを返す * use transactionalEntityManager * fix spdx * @misskey-dev/node-http-message-signatures@0.0.10 * add comment * fix * publicKeyに配列が入ってもいいようにする misskey-dev#13950 * define additionalPublicKeys * fix * merge fix * refreshAndprepareEd25519KeyPair → refreshAndPrepareEd25519KeyPair * remove gen-key-pair.ts * defaultMaxListeners = 512 * Revert "defaultMaxListeners = 512" This reverts commit f2c412c. * genRSAAndEd25519KeyPairではキーを直列に生成する? * maxConcurrency: 8 * maxConcurrency: 16 * maxConcurrency: 8 * Revert "genRSAAndEd25519KeyPairではキーを直列に生成する?" This reverts commit d0aada5. * maxWorkers: '90%' * Revert "maxWorkers: '90%'" This reverts commit 9e0a93f. * e2e/timelines.tsで個々のテストに対するtimeoutを削除, maxConcurrency: 32 * better error handling of this.userPublickeysRepository.delete * better comment * set result to keypairEntityCache * deliverJobConcurrency: 16, deliverJobPerSec: 1024, inboxJobConcurrency: 4 * inboxJobPerSec: 64 * delete request.headers['host']; * fix * // node-fetch will generate this for us. if we keep 'Host', it won't change with redirects! * move delete host * modify comment * modify comment * fix correct → collect * refreshAndfindKey → refreshAndFindKey * modify comment * modify attachLdSignature * getApId, InboxProcessorService * TODO * [skip ci] add CHANGELOG --------- Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f88d56 - Browse repository at this point
Copy the full SHA 5f88d56View commit details -
refactor: misskey-assetsサブモジュールを削除 (misskey-dev#12818)
* (change) misskey-assetsサブモジュールを削除 * なんか残ってた
Configuration menu - View commit details
-
Copy full SHA for 25b6592 - Browse repository at this point
Copy the full SHA 25b6592View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec91e18 - Browse repository at this point
Copy the full SHA ec91e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for a54d043 - Browse repository at this point
Copy the full SHA a54d043View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4cb5f - Browse repository at this point
Copy the full SHA dd4cb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfdad45 - Browse repository at this point
Copy the full SHA cfdad45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a42ea - Browse repository at this point
Copy the full SHA 73a42eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a6da1 - Browse repository at this point
Copy the full SHA c3a6da1View commit details -
fix(backend): リノートミュートがキャッシュが切れるまで効かない問題を修正 (misskey-dev#14242)
* Fix: RenoteMuteがキャッシュが切れるまで効かない問題を修正 (cherry picked from commit e960102) * update changelog * 🎨 * remove unused import * 消したときもキャッシュを飛ばすように * lint --------- Co-authored-by: mattyatea <mattyacocacora0@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de166a8 - Browse repository at this point
Copy the full SHA de166a8View commit details -
docs: 開発環境のセットアップ手順を詳細にする (misskey-dev#14235)
* docs: mentioning Devcontainer fix misskey-dev#13753 * revise * revise 2 * Apply suggestions from code review per misskey-dev#14235 (comment) Co-authored-by: anatawa12 <anatawa12@icloud.com> * 下の方にあったDevcontainerのセクションをマージ * revise 3 * Update CONTRIBUTING.md misskey-dev#14235 (comment) Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> * mention Meilisearch * Update CONTRIBUTING.md --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e716c20 - Browse repository at this point
Copy the full SHA e716c20View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd95a6e - Browse repository at this point
Copy the full SHA cd95a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee3b132 - Browse repository at this point
Copy the full SHA ee3b132View commit details -
fix(frontend): Twitchの埋め込みが開けない問題を修正 (misskey-dev#14247)
* fix(frontend): twitchの埋め込みが開けない問題を修正 * Update Changelog * fix test
Configuration menu - View commit details
-
Copy full SHA for 4f85b6a - Browse repository at this point
Copy the full SHA 4f85b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1c392 - Browse repository at this point
Copy the full SHA ec1c392View commit details -
kill any from streaming API Implementation (misskey-dev#14251)
* chore: add JsonValue type * refactor: kill any from Connection.ts * refactor: fix StreamEventEmitter contains undefined instead of null * refactor: kill any from channels * docs(changelog): Fix: Steaming APIが不正なデータを受けた場合の動作が不安定である問題 * fix license header * fix lints
Configuration menu - View commit details
-
Copy full SHA for 10ce7bf - Browse repository at this point
Copy the full SHA 10ce7bfView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 615e60f - Browse repository at this point
Copy the full SHA 615e60fView commit details -
fix(frontend): 個人宛てダイアログお知らせが即時表示されない問題 (misskey-dev#14260)
* fix(frontend): 個人向けお知らせが即時ダイアログで出ない問題 * Update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 54d0a46 - Browse repository at this point
Copy the full SHA 54d0a46View commit details -
enhance(frontend): センシティブなメディアを開く際に確認ダイアログを出せるように (misskey-dev#14115)
* enhance(frontend): センシティブなメディアを開く際に確認ダイアログを出せるように * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 1f24a8c - Browse repository at this point
Copy the full SHA 1f24a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6920f0f - Browse repository at this point
Copy the full SHA 6920f0fView commit details -
fix(frontend): blurhashが無い場合に何も出力されないのを修正 (misskey-dev#14250)
* fix(frontend): blurhashが無い場合に何も出力されないのを修正 * Update Changelog * Update packages/frontend/src/components/MkImgWithBlurhash.vue Co-authored-by: tamaina <tamaina@hotmail.co.jp> * attempt to fix test * Update packages/frontend/src/components/MkImgWithBlurhash.vue Co-authored-by: tamaina <tamaina@hotmail.co.jp> * attempt to ignore test --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 56a43dc - Browse repository at this point
Copy the full SHA 56a43dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb0429 - Browse repository at this point
Copy the full SHA efb0429View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 337b42b - Browse repository at this point
Copy the full SHA 337b42bView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32651ab - Browse repository at this point
Copy the full SHA 32651abView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa3ea2b - Browse repository at this point
Copy the full SHA aa3ea2bView commit details -
fix(backend): avoid notifying to remote users on local (misskey-dev#1…
…3774) * fix(backend): avoid notifying to remote users on local * Update CHANGELOG.md * refactor: check before calling method --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc71bcc - Browse repository at this point
Copy the full SHA fc71bccView commit details -
fix(backend): avoid caching remote user's HTL when receiving Note (mi…
…sskey-dev#13772) * fix(backend): avoid caching remote user's HTL when receiving Note * test(backend): add test for FFT * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for befa8e4 - Browse repository at this point
Copy the full SHA befa8e4View commit details -
[Re] refactor(misskey-js): 警告をすべて解決 (misskey-dev#14277)
* chore(misskey-js): Unchanged files with check annotationsで紛らわしい部分の警告を抑制 ロジック面は後で直す * dummy change to see if the feature do not report them (to be reverted after the check) * refactor: 型合わせ * refactor: fix warnings from c22dd63 * lint * 型合わせ * キャスト * pnpm build-misskey-js-with-types * Revert "dummy change to see if the feature do not report them (to be reverted after the check)" This reverts commit 67072e3. * eliminate reversiGame any * move reversiGame types * lint * Update packages/misskey-js/src/streaming.ts Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * Update acct.ts * run api extractor * re-run api extractor --------- Co-authored-by: Kisaragi Marine <kisaragi.effective@gmail.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d8eda1 - Browse repository at this point
Copy the full SHA 3d8eda1View commit details -
fix(frontend): emoji picker not opening on
/share
page (misskey-dev……#14295) * fix(frontend): emoji picker not opening on `/share` page * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 7c67d3a - Browse repository at this point
Copy the full SHA 7c67d3aView commit details -
fix(frontend): リアクションしたユーザー一覧のユーザー名がはみ出る問題を修正 (misskey-dev#14294)
Configuration menu - View commit details
-
Copy full SHA for ed6dc84 - Browse repository at this point
Copy the full SHA ed6dc84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2f0f3 - Browse repository at this point
Copy the full SHA ee2f0f3View commit details -
chore: reflect actual policy about Committers' rights (misskey-dev#14267
Configuration menu - View commit details
-
Copy full SHA for 8959ff8 - Browse repository at this point
Copy the full SHA 8959ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908d3ec - Browse repository at this point
Copy the full SHA 908d3ecView commit details
Commits on Jul 26, 2024
-
docs: format
CONTRIBUTING.md
(misskey-dev#14302)* fix: correct typos * chore: convert indentation to tabs * fix: missing lang * chore: trim unnecessary whitespaces and newlines * chore: use local path * chore: use GFM alerts * fix: missing use GFM alerts
Configuration menu - View commit details
-
Copy full SHA for 0d76842 - Browse repository at this point
Copy the full SHA 0d76842View commit details
Commits on Jul 27, 2024
-
fix(build): autogen生成時にbackendを2度buildしているのを修正 (misskey-dev#14309)
* fix(build): autogen生成時にbackendを2度buildしているのを修正 * fix * fix
Configuration menu - View commit details
-
Copy full SHA for 46d96c7 - Browse repository at this point
Copy the full SHA 46d96c7View commit details -
fix(frontend): modalが正しく閉じられていないのを修正 (misskey-dev#14307)
* fix(frontend): modalが正しく閉じられていないのを修正 * Update packages/frontend/src/components/MkSystemWebhookEditor.vue Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 22c4e9d - Browse repository at this point
Copy the full SHA 22c4e9dView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02ecd1b - Browse repository at this point
Copy the full SHA 02ecd1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df85b8 - Browse repository at this point
Copy the full SHA 5df85b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 085b3ab - Browse repository at this point
Copy the full SHA 085b3abView commit details -
Fix(frontend): 下書き/削除して編集で保持されない項目があった問題を修正 (misskey-dev#14285)
* chore(frontend): reorder assignments * fix(frontend): visibleUserIds is not kept when deleteAndEdit * fix(frontend): quoteId is not kept on draft * fix(frontend): reactionAcceptance is not kept for draft/deleteAndEdit * docs(changelog): update changelog
Configuration menu - View commit details
-
Copy full SHA for 61f4a03 - Browse repository at this point
Copy the full SHA 61f4a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa80f9 - Browse repository at this point
Copy the full SHA efa80f9View commit details -
fix: deck uiの通知音が重なる問題 (misskey-dev#14029)
* fix: deck uiの通知音が重なる * docs: Fix: deck uiの通知音が重なる問題 * unexport internal function * fix Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * chore: improve condition * docs: move js dco comment --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 865b303 - Browse repository at this point
Copy the full SHA 865b303View commit details -
New Crowdin updates (misskey-dev#13916)
* New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (French) * 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 (Portuguese) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Norwegian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Lao) * New translations ja-jp.yml (Kabyle) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Greek) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * 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 (English) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Lao) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai)
Configuration menu - View commit details
-
Copy full SHA for 0f0660d - Browse repository at this point
Copy the full SHA 0f0660dView commit details
Commits on Jul 29, 2024
-
feature: ユーザ作成時にSystemWebhookを発信できるようにする (misskey-dev#14321)
* feature: ユーザ作成時にSystemWebhookを発信できるようにする * fix CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 72bc789 - Browse repository at this point
Copy the full SHA 72bc789View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1991a02 - Browse repository at this point
Copy the full SHA 1991a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3437b1 - Browse repository at this point
Copy the full SHA c3437b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a79f0d - Browse repository at this point
Copy the full SHA 1a79f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b44313f - Browse repository at this point
Copy the full SHA b44313fView commit details -
enhance: 管理画面でアーカイブにしたお知らせを表示・編集できるように (misskey-dev#14286)
* enhance: 管理画面でアーカイブにしたお知らせを表示できるように * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for de3ddb5 - Browse repository at this point
Copy the full SHA de3ddb5View commit details -
enhance(frontend): デッキのアンテナ・リスト選択画面からそれぞれを新規作成できるように (misskey-dev#14104)
* enhance(frontend): デッキのアンテナ・リスト選択画面からそれぞれを新規作成できるように * Update Changelog * fix * fix * lint * add story * typo ねぼけていた * Update antenna-column.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 738b3ea - Browse repository at this point
Copy the full SHA 738b3eaView commit details -
enhance(frontend): ドライブのファイル・フォルダをドラッグしなくても移動できるように (misskey-dev#14318)
* feat(drive): ファイルをフォルダに移動するメニューを実装 (cherry picked from commit b89c2af) * tweak ui * Update Changelog * ファイル詳細からも移動できるように * feat(drive) フォルダのネストを移動するメニューを実装 (cherry picked from commit 8a7d710) * Update Changelog * Update Changelog * lint * tweak ui --------- Co-authored-by: nafu-at <satsuki@nafusoft.dev> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45f909e - Browse repository at this point
Copy the full SHA 45f909eView commit details -
enhance(frontend): ブラウザのコンテキストメニューを使用できるように (misskey-dev#14076)
* enhance(frontend): ブラウザのコンテキストメニューを使用できるように * Update Changelog * shiftにした * change keys * fix * fix * fix * update translation keys --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 866abff - Browse repository at this point
Copy the full SHA 866abffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eea41b - Browse repository at this point
Copy the full SHA 5eea41bView commit details -
Fix(backend): ドライブのファイルのurl, uri, src の上限引き上げ (misskey-dev#14323)
* enhance: ドライブurlの上限文字数を引き上げ * Fix: おそらくフォーク独自の変更のように見える部分(metaに関する変更部分)を削除 * UPDATE changelog * Add SPDX prefixes * Fix: インデックスの張り直しを消した --------- Co-authored-by: slofp <phy.public@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e9c38d - Browse repository at this point
Copy the full SHA 7e9c38dView commit details -
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (misskey-dev#14128)
* refactor(frontend): noteSearchAvailableをaccountsに移動 * feat: searchページでのクエリの受取りとtypeによる表示タブの変更 * user検索でsearchの親から受け取った値を基に入力値を初期化 * feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得 * feat(frontend): ユーザーのノートを検索するページに遷移するボタン * feat(frontend): ノート検索にホスト名指定のオプション追加 also 🎨 * style: ただ照会部分を囲っただけ(可読性確保のために) * refactor: remove unneed import defineProps and withDefaults are compiler micro when using `<script setup>` FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed. * Update CHANGELOG * Fix: ノート検索の初期値が常にホスト指定になってしまう * notesSearchAvailableをaccountに持たせるのをやめる * SDPX-Licence-Identifier * Fix: Vitest fails due to instance.policies being undefined * Add Storybook for search * Fix(storybook): ノート検索が利用できないと出てしまう問題 * storybookでユーザー選択ができないのを修正 * feat: ノート検索で自分を選択可能に & 🎨 * feat(background): api/metaで検索可能なノートのスコープを参照できるように * globalのノートが検索不可能な場合、検索オプションを表示しないように * Update CHANGELOG.md * config.meilisearch.scopeがstring[]を取ることがあるので修正 * meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように * hostが空文字の時の挙動を修正 * ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした
Configuration menu - View commit details
-
Copy full SHA for bff8130 - Browse repository at this point
Copy the full SHA bff8130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7135da7 - Browse repository at this point
Copy the full SHA 7135da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd46e7 - Browse repository at this point
Copy the full SHA 6bd46e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b359e3c - Browse repository at this point
Copy the full SHA b359e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ec68c - Browse repository at this point
Copy the full SHA f0ec68cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39498dd - Browse repository at this point
Copy the full SHA 39498ddView commit details -
enhance(frontend): 連合の「連合中」,「購読中」,「配信中」に対してブロックしているサーバー、配信停止しているサーバーを…
…含めないように (misskey-dev#14324) * enhance(frontend): 連合の「連合中」,「購読中」,「配信中」に対してブロックしているサーバー、配信停止しているサーバーを含めないように * update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for cb3106c - Browse repository at this point
Copy the full SHA cb3106cView commit details -
fix(frontend): pure renote cannot create with url based quote (misske…
…y-dev#14270) * fix(frontend): pure renote cannot create with url based quote * docs(changelog): update changelog
Configuration menu - View commit details
-
Copy full SHA for f965f65 - Browse repository at this point
Copy the full SHA f965f65View commit details -
enhance(frontend): 自分のクリップ一覧ではアバターを表示しないように (misskey-dev#14256)
* enhance(frontend): 自分のクリップ一覧ではアバターを表示しないように * Update Changelog * rename --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3548ffb - Browse repository at this point
Copy the full SHA 3548ffbView commit details -
fix(frontend): emojiPickerを使用して絵文字を挿入する際、refに直接挿入するように (misskey-dev#1…
…4282) * fix(frontend): emojiPickerを使用して絵文字を挿入する際、refに直接挿入するように * add comment
Configuration menu - View commit details
-
Copy full SHA for 9181eb2 - Browse repository at this point
Copy the full SHA 9181eb2View commit details -
New Crowdin updates (misskey-dev#14316)
* New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified)
Configuration menu - View commit details
-
Copy full SHA for d1eb10a - Browse repository at this point
Copy the full SHA d1eb10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 674a424 - Browse repository at this point
Copy the full SHA 674a424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3411b9c - Browse repository at this point
Copy the full SHA 3411b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bae2ec - Browse repository at this point
Copy the full SHA 8bae2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2307849 - Browse repository at this point
Copy the full SHA 2307849View commit details -
検索からハッシュタグのページが開けるように、users/searchに
@
から始まる文字列が与えられた際の処理を修正 等 (misske……y-dev#13858) * enhance(frontend): 検索からハッシュタグのページを開けるように * fix(frontend): 照会で入力が`#`のみの場合は`/tags/`に遷移しないように * docs(changelog): update changelog * enhance(frontend): ユーザー検索からもハッシュタグのページを開けるように * docs(changelog): update changelog * enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように * enhance(frontend): 検索内容に空白が含まれている場合は照会/ハッシュタグページを開かないように * docs(changelog): update changelog * Revert "enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように" This reverts commit f84eece. * enhance(frontend): 検索から照会/ハッシュタグページを開くかどうか確認するように * docs(changelog): update changelog * chore: fix lint * docs(changelog): update changelog insertion position * enhance(frontend): 検索から`@user@host`の形式で照会出来るように * fix(frontend): 照会で入力が`@`のみの場合に`/@`に遷移しないように * fix(backend): `users/search`において`@`から始まるqueryに対する処理が正しくなかった問題を修正 * docs(changelog): update changelog * chore(backend): fix lint error * fix(backend): more improvements for users/search when query startswith `@` * chore: unify common conditions * docs(changelog): refine changelog * chore(backend): fix lint error * MkInputをpreventに対応させ、enterの意図せぬ伝搬を防ぐ * chore(frontend/search.user): use .prevent to prevent the propagation of enter instead of setTimeout --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: taichanne30 <dev@taichan.site>
Configuration menu - View commit details
-
Copy full SHA for d0b7c74 - Browse repository at this point
Copy the full SHA d0b7c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916ed49 - Browse repository at this point
Copy the full SHA 916ed49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b4f49 - Browse repository at this point
Copy the full SHA 86b4f49View commit details -
自分のフォロワー限定投稿に対するリプライがホームタイムラインで見えないことが有る問題を修正 (misskey-dev#13835)
* fix: reply to my follower notes are not shown on the home timeline * fix: reply to follower note by non-following is on social timeline * docs: changelog * test: add endpoint test for changes * test(e2e): 自分のfollowers投稿に対するリプライが流れる * test(e2e/streaming): 自分のfollowers投稿に対するリプライが流れる * test(e2e/streaming): フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題 * test(e2e/timelines): try fixing typecheck error --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f40f93 - Browse repository at this point
Copy the full SHA 8f40f93View commit details -
feat: media silence (misskey-dev#13842)
* feat: media silence * fix: lint * feat: deny creating custom emoji reaction and using custom emoji from media silenced hosts * chore: メディアサイレンスの説明にカスタム絵文字の話を追加 * Update locales/ja-JP.yml Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * chore: update index.d.ts * docs(changelog): update changelog --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c42a0e - Browse repository at this point
Copy the full SHA 5c42a0eView commit details -
test(misskey-dev#10336): add
components/Mk[D-E].*
stories (misskey-……dev#14118) * test(storybook): add `components/Mk[D-E].*` stories * fix: mock instance name * fix: invalid `reactionAcceptance` value * style: missing trailing commas
Configuration menu - View commit details
-
Copy full SHA for c7354c5 - Browse repository at this point
Copy the full SHA c7354c5View commit details -
フォロー中のユーザーに関する"TLに他の人への返信を含める"の設定が分かりづらい問題を修正 (misskey-dev#13895)
* chore: improve withReplies toggle for user following * chore: improve withReplies toggle for list * docs(changelog): フォロー中のユーザーに関する"TLに他の人への返信を含める"の設定が分かりづらい問題を修正 * Fix CHANGELOG.md * docs(changelog): update insertion position --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0bb5ac0 - Browse repository at this point
Copy the full SHA 0bb5ac0View commit details -
frontend timeline fixes & improvements (misskey-dev#13727)
* fix: withRepliesがオフのときにwithFilesのとぐるをいじれない問題 * fix: type errors in tl-column * fix: deck uiでタイムラインを切り替えた際にTLの設定項目が更新されない * refactor: タイムラインの各種知識を一つのファイルに統合 fix: ウィジェットのタイムライン選択欄に表示できないタイムラインが表示される * docs(changelog): timeline improvements * fix: missing license header * chore: timeline > basic timeline * use BasicTimelineType in deck-store * Update CHANGELOG.md --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fccc5b6 - Browse repository at this point
Copy the full SHA fccc5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676c599 - Browse repository at this point
Copy the full SHA 676c599View commit details -
fix(frontend): ドライブの音声が再生できない場合の処理を追加 (misskey-dev#14073)
* fix(frontend): ドライブの音声が再生できない場合の処理を追加 * Update Changelog * fix lint * Update packages/frontend/src/scripts/sound.ts * lint * Update sound.ts * fix merge mistakes * use shorthand operator --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b163cd - Browse repository at this point
Copy the full SHA 8b163cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 400ae6e - Browse repository at this point
Copy the full SHA 400ae6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f9c27 - Browse repository at this point
Copy the full SHA 63f9c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3137c10 - Browse repository at this point
Copy the full SHA 3137c10View commit details -
New Crowdin updates (misskey-dev#14331)
* New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English)
Configuration menu - View commit details
-
Copy full SHA for 9dacc20 - Browse repository at this point
Copy the full SHA 9dacc20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63b854 - Browse repository at this point
Copy the full SHA d63b854View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b04b29 - Browse repository at this point
Copy the full SHA 4b04b29View commit details -
Fix(frontend): LTL無効時にヘッダーにSTLが表示されてしまう & デフォルト、クラシックでリストが消えている (miss…
…key-dev#14337) * Fix condition of STL available * Fix: condition of stl * Listがタイムラインのヘッダーから消えている
Configuration menu - View commit details
-
Copy full SHA for d6ba12e - Browse repository at this point
Copy the full SHA d6ba12eView commit details -
New Crowdin updates (misskey-dev#14335)
* New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional)
Configuration menu - View commit details
-
Copy full SHA for 1a521a4 - Browse repository at this point
Copy the full SHA 1a521a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e2e43 - Browse repository at this point
Copy the full SHA 59e2e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03707e0 - Browse repository at this point
Copy the full SHA 03707e0View commit details