summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-082-1/+2
|\
| * fix(client): Fix antenna list infinite items loadingtamaina2023-04-081-0/+1
| | | | | | | | https://github.com/misskey-dev/misskey/pull/10506#issuecomment-1500859975
| * [ci skip] Update CHANGELOG.mdsyuilo2023-04-081-1/+1
| |
* | use for ofsyuilo2023-04-081-4/+4
|/
* Update CHANGELOG.mdsyuilo2023-04-081-0/+1
|
* enhance(client): ↵atsuchan2023-04-082-2/+51
| | | | 広告・お知らせが新規登録時に増殖しないように (#10412)
* fix(frontend): URLに他のクエリがあるときにもZen ↵okayurisotto2023-04-081-1/+1
| | | | UIが適用されるように (#10477)
* New Crowdin updates (#10512)syuilo2023-04-0836-50/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (Japanese, Kansai) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Chinese Traditional) * 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 (Catalan) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Danish) * 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 (Dutch) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * 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 (Indonesian) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Croatian) * New translations ja-JP.yml (Uyghur) * New translations ja-JP.yml (Lojban) * New translations ja-JP.yml (Sinhala) * New translations ja-JP.yml (Kannada) * New translations ja-JP.yml (Lao) * New translations ja-JP.yml (Haitian Creole) * New translations ja-JP.yml (Kabyle) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Swedish)
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-084-4/+22
|\
| * 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
| |
| * docs: thanks (#10518)Acid Chicken (硫酸鶏)2023-04-081-2/+10
| |
| * ci: avoid 0000000Acid Chicken (硫酸鶏)2023-04-081-1/+5
| |
* | disable flaky testsyuilo2023-04-081-34/+35
|/
* 13.11.0-beta.8syuilo2023-04-081-1/+1
|
* fetch person again (#10514)Namekuji2023-04-082-15/+23
|
* Update CHANGELOG.mdsyuilo2023-04-081-0/+1
|
* tweak localesyuilo2023-04-083-16/+18
|
* 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-087-0/+96
| | | | | | | | Resolve #10205
* | :artsyuilo2023-04-081-5/+5
|/
* 13.11.0-beta.7syuilo2023-04-081-1/+1
|
* 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-0824-58/+676
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-083-18/+48
| | | | | | | | | | | * add window minimizing! * Fix window being able to go offscreen * Revert en-US.yml changes --------- Co-authored-by: mothmoon <remilia@remilia.se>
* ci: ignore develop commitsAcid Chicken (硫酸鶏)2023-04-071-1/+1
|
* Update CHANGELOG.mdsyuilo2023-04-071-1/+2
|
* ci(#10336): use TurboSnap (#10494)Acid Chicken (硫酸鶏)2023-04-0711-181/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 13.11.0-beta.6syuilo2023-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-072-2/+2
|\
| * fix(sw): プッシュ通知の操作でZen ↵okayurisotto2023-04-071-1/+1
| | | | | | | | UIなクライアントが開かれてしまう場合がある問題を修正 (#10497) (#10498)
| * 13.11.0-beta.5syuilo2023-04-071-1/+1
| |
* | perf(backend): improve cache of instance of usersyuilo2023-04-071-7/+10
|/