summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: add `/@:acct` stories (#10517)Acid Chicken (硫酸鶏)2023-04-093-0/+76
| | | | | * test: add `/@:acct` stories * test: add mocks
* fix(backend): ↵syuilo2023-04-091-1/+1
| | | | | | 連合しているインスタンスについて予期せず配送が全て停止されることがある問題を修正 Fix #10499
* add notesyuilo2023-04-091-0/+1
|
* fix(server): リアクションできない問題をとりあえず修正 ↵tamaina2023-04-092-3/+6
| | | | | | | | | | | | (#10529) * fix(server): リアクションできない問題をとりあえず修正 Fix #10502 * Update packages/backend/src/core/CustomEmojiService.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ユーザープレビューが表示されない問題を修正syuilo2023-04-091-2/+2
| | | | Fix #10540
* チャンネルを新規作成できない問題を修正syuilo2023-04-091-1/+1
|
* さがすのローカルユーザー(ピンどめ)が無限に生成さ ↵syuilo2023-04-091-1/+1
| | | | る問題を修正
* チャンネルのお気に入りが無限に読み込まれる問題を修正syuilo2023-04-091-0/+1
|
* fix(client): ↵taichan2023-04-092-0/+2
| | | | | | | | | リスト、クリップが無限ロードされる現象の解決 (#10538) * fix my-list infinite items loading * update CHANGELOG.md * fix my-clip infinite items loading
* fix(backend): ↵syuilo2023-04-091-0/+1
| | | | 通知読み込みでエラーが発生する場合がある問題を修正
* fix: redis から取得できないチャンネル投稿はDBから取得 ↵futchitwo2023-04-091-6/+12
| | | | (#10539)
* fix(server): ↵tamaina2023-04-097-7/+92
| | | | | | | | | IdService.parseを全てのidタイプに対応させるように (#10533) * wip fix-id * :v: * fix import
* fix(client): ↵Takeshi Kishi2023-04-091-0/+1
| | | | | | | | | | PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 (#10534) * fix emoji picker padding emoji picker bottoms are hidden by iPhone Home Bar. To fix this, add safe-area padding * update CHANGELOG
* disable account migrationsyuilo2023-04-083-5/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-081-0/+1
|\
| * fix(client): Fix antenna list infinite items loadingtamaina2023-04-081-0/+1
| | | | | | | | https://github.com/misskey-dev/misskey/pull/10506#issuecomment-1500859975
* | use for ofsyuilo2023-04-081-4/+4
|/
* enhance(client): ↵atsuchan2023-04-082-2/+51
| | | | 広告・お知らせが新規登録時に増殖しないように (#10412)
* fix(frontend): URLに他のクエリがあるときにもZen ↵okayurisotto2023-04-081-1/+1
| | | | UIが適用されるように (#10477)
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-082-1/+7
|\
| * test: use M PLUS Rounded 1c on Storybook (#10520)Acid Chicken (硫酸鶏)2023-04-081-0/+6
| | | | | | | | | | * test: use M PLUS Rounded 1c on Storybook * test: fix hostname
| * chore: local test が redis version 起因で落ちる (#10519)omi2023-04-081-1/+1
| |
* | disable flaky testsyuilo2023-04-081-34/+35
|/
* fetch person again (#10514)Namekuji2023-04-082-15/+23
|
* tweak localesyuilo2023-04-082-8/+8
|
* fix typesyuilo2023-04-081-2/+0
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-081-2/+33
|\
| * chore: disable sampling for cat ears (#10513)Acid Chicken (硫酸鶏)2023-04-081-2/+33
| | | | | | | | | | | | | | * chore: sample 3px for cat ears * fix: typo * chore: disable avatar plot for cat ears
* | feat(backend): support replication of postgresqlsyuilo2023-04-082-0/+26
| | | | | | | | Resolve #10205
* | :artsyuilo2023-04-081-5/+5
|/
* Update misskey-js.api.mdsyuilo2023-04-081-12/+17
|
* Update misskey-js.api.mdsyuilo2023-04-081-7/+12
|
* use css modulesyuilo2023-04-081-8/+7
|
* :art:syuilo2023-04-082-12/+12
|
* Create 1680931179228-account-move.jssyuilo2023-04-081-0/+17
|
* chore: use for instead of forEachsyuilo2023-04-081-4/+4
|
* feat: account migration (#10507)Namekuji2023-04-0821-55/+655
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Move activity * add endpoint to move from local to remote * follow move activity coming to inbox * fix move endpoint * add known-as endpoint to create account alias * add migration page * add route to migration page * add move and known-as endpoints * fix dependnecies error * fix new endpoints * fix move activity id * fix refollow * add movedToUri and alsoKnownAs to api * fix moveToUri indicator * fix missing context * add chengelog * rename MkMoved to MkAccountMoved * add missing semicolon * fix targetUri * fix followings query * remove redundant null check
* enhance(backend): ↵syuilo2023-04-081-24/+43
| | | | | | Redisにチャンネル投稿がない場合はDBから持ってくるように Fix #10473
* tweak MkWindow.vuesyuilo2023-04-081-2/+4
|
* lint fixessyuilo2023-04-081-3/+5
|
* lint fixsyuilo2023-04-081-1/+5
|
* feat: add minimize/Fold button for windows (#10508)remi2023-04-081-18/+46
| | | | | | | | | | | * add window minimizing! * Fix window being able to go offscreen * Revert en-US.yml changes --------- Co-authored-by: mothmoon <remilia@remilia.se>
* ci(#10336): use TurboSnap (#10494)Acid Chicken (硫酸鶏)2023-04-078-13/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ci(#10336): use TurboSnap * build: fix version * ci(#10336): update build dir * chore(#10336): fire changes * chore: stabilize icon width on `PageHeader` * chore: fire changes * ci: invalid ignore * ci: trace logs * chore: debug * revert: debug This reverts commit 2329165e252640504ef17e97389e0460ada83e70. * chore: do not reuse build dir * build: scripts * ci: tweak * revert: re-revert debug This reverts commit 596ef05d9eabe11c0ec3125fa4a87071d59b9b2f. * chore: detect changes manually * fix: syntax * ci: do not use only-changed * ci: fix command * revert: re-re-revert debug This reverts commit b027170d7504277006ce9abac386df8c38d55fd2. * ci: use build dir * revert: re-re-re-revert debug This reverts commit 529ab126ed63ec10eeeaaee3e9ef581b75e739c9. * ci: fix path * revert: re-re-re-re-revert debug This reverts commit 0b0c0b9ea48d37d617b777e9f602ccf8a2400381. * ci: fix typo * ci: only show story files * revert: re-re-re-re-re-revert debug This reverts commit 9f5b88df3225f23efd72bb099cfebe359af7acdb. * ci: skip when no stories found * ci: use skip * revert: re-re-re-re-re-re-revert debug This reverts commit 0df4bdc30bbf425c8682594d500a6d986517e721. * ci: fix micromatch version * revert: re-re-re-re-re-re-re-revert debug This reverts commit 63063b02bbcb37e85b93afe3f919b185425ddcf0. * revert: re-re-re-re-re-re-re-re-revert debug This reverts commit 01d9669e2a2c758c478bad5379fe19768e2096bc. * chore: pin tabler icon width globally * ci: notify when Chromatic skips * ci: fix endpoint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(test): disable remote user testssyuilo2023-04-071-0/+6
| | | | #10495
* Revert "test"syuilo2023-04-071-1/+1
| | | | This reverts commit cb39db100aefd0d174567a186f9f37ffb95a2680.
* testsyuilo2023-04-071-1/+1
|
* fix(backend): restore date properly of federated instance cachesyuilo2023-04-071-1/+9
|
* perf(backend): improve cache of federated instancessyuilo2023-04-072-18/+22
|
* enhance(backend): tweak cache of rolesyuilo2023-04-071-2/+2
| | | | #10439
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-071-1/+1
|\