summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-136-32/+43
|\
| * perf(sw): skipWaitingしないtamaina2023-02-121-1/+1
| |
| * fix(client): Make `isTimelineAvailable` a reference (#9906)Kagami Sascha Rosylight2023-02-131-1/+1
| | | | | | | | | | * Make `isTimelineAvailable` a reference * Update b.vue
| * refactor(sw): Fix type errors in packages/sw (#9909)Kagami Sascha Rosylight2023-02-135-30/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix type errors in packages/sw * mouhitotsu * @typesは越境しない * Update packages/sw/src/scripts/create-notification.ts --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | refactor: fix typessyuilo2023-02-1319-102/+95
|/
* refactor: fix typessyuilo2023-02-121-5/+5
|
* refactor: fix typessyuilo2023-02-122-2/+2
|
* refactor: fix typessyuilo2023-02-1224-130/+142
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-124-26/+26
|\
| * Fix moduleNameMapper to not resolve `.wasm.js` to `.wasm` (#9894)Kagami Sascha Rosylight2023-02-123-18/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix moduleNameMapper to not resolve `.wasm.js` to `.js` Fixes #9767 Undici [tries to import `./llhttp/llhttp.wasm.js`](https://github.com/nodejs/undici/blob/e155c6db5cec9bc577d548fa7c7378013631c79c/lib/client.js#L342) which is currently broken by the (hacky) module name mapper. * longer timeout value * 30s * 50s * 60s to be safe * Revert "60s to be safe" This reverts commit f3e0f5796273c0cdcbd901e8c08ae3136b9768f8. * 2cc98226cac2e0a08332e1ce281ba8917c5b58fc revert? * revert * remove timeout * detectOpenHandles * Really solved? * Revert "detectOpenHandles" This reverts commit 29214bdff80e15998f34171bf409d454a3d10129. * Add `coveragePathIgnorePatterns` * Revert "Add `coveragePathIgnorePatterns`" This reverts commit fcf8c6806b339b7c21f53137f9939d00020904aa. * Import jsonld dynamically * remove import * add comment --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * enhance(client): リアクションが無いことを伝える (#9901)taiy2023-02-121-8/+14
| |
* | :art:tamaina2023-02-121-1/+9
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-121-1/+1
|\
| * fix typo (#9900)mattn2023-02-121-1/+1
| |
* | fix(client): エラー時に再試行ができない問題を修正syuilo2023-02-122-2/+2
| |
* | refactorsyuilo2023-02-121-1/+5
|/
* :art:syuilo2023-02-121-1/+1
|
* :art:syuilo2023-02-121-2/+4
|
* fix(client): call checkMissingMention immediatelysyuilo2023-02-121-1/+1
|
* 13.6.1syuilo2023-02-122-2/+2
|
* New Crowdin updates (#9880)syuilo2023-02-126-2/+45
| | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Japanese, Kansai)
* enhance(client): ユーザーのホーム画面にもTLを表示syuilo2023-02-121-0/+10
|
* clean upsyuilo2023-02-121-3/+3
|
* tweaksyuilo2023-02-122-3/+32
|
* enhance(client): make possible to in-channel renote/quotesyuilo2023-02-123-2/+32
|
* :art:syuilo2023-02-122-2/+16
|
* improve error handlingsyuilo2023-02-122-3/+18
|
* enhance: レートリミットを0%にできるようにsyuilo2023-02-123-9/+12
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-1217-16/+338
|\
| * enhance(server): videoThumbnailGenerator config (#9845)tamaina2023-02-126-14/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(server): videoThumbnailGenerator config * :v: * fix * 相対url * サムネイルのproxyRemoteFilesは直接プロキシを指定する * メディアプロキシ
| * Dev Containerの設定を追加 (#9872)RyotaK2023-02-127-0/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | * Dev Containerの設定を追加 * テンプレート生成時に含まれていたコメントを削除 * 起動スクリプトを分割 JSONの中にベタ書きすると長くなるので * 改行 * Dev Containerの使用方法を追記
| * fix: 広告のexpiresAtをLocalTZ分ずらして初期化 (#9876)KOKO2023-02-121-1/+7
| | | | | | | | | | * fix: 広告のexpiresAtをLocalTZ分ずらして初期化 * chore: 不要なインポートを削除
| * add cors header to ActivityPubServerService.ts (#9888)momoirodouhu2023-02-122-0/+9
| | | | | | | | | | * add cors header to ActivityPubServerService.ts * Update CHANGELOG.md
| * fix: pagenation (#9885)futchitwo2023-02-121-1/+1
| |
* | enhance(client): improve api error handlingsyuilo2023-02-122-2/+28
|/
* CLIページにおいてAPIリクエスト時にContent-Typeヘッダを付 ↵RyotaK2023-02-121-0/+3
| | | | するように変更 (#9887)
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-122-40/+47
|\
| * :art:tamaina2023-02-111-1/+1
| |
| * :art:tamaina2023-02-112-39/+46
| |
* | enhance(client): make renote collapsing optionalsyuilo2023-02-124-2/+9
|/ | | | Resolve #9891
* fix(client): ↵tamaina2023-02-112-8/+4
| | | | ユーザーページでアクティビティを見ることができないのを修正
* refactor(client): Refactor MkPageHeader #9869 (#9878)tamaina2023-02-114-193/+239
| | | | | | | | | | * disable animation * refactor(client): MkPageHeaderのタブをMkPageHeader.tabsに分離 animationをフォローするように * update CHANGELOG.md * remove unnecessary props
* 13.6.0syuilo2023-02-112-2/+2
|
* New Crowdin updates (#9871)syuilo2023-02-1130-1233/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (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 (Polish) * 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 (Chinese Traditional) * New translations ja-JP.yml (English) * 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 (Uyghur) * New translations ja-JP.yml (Kannada) * New translations ja-JP.yml (Kabyle) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Lao)
* Update CHANGELOG.mdsyuilo2023-02-111-0/+1
|
* enhance(client): ↵syuilo2023-02-115-1/+68
| | | | | | 迷惑になる可能性のある投稿を行う前に警告を表示 Resolve #9862
* enhance(client): ヘッダー(MkPageHeader)関連 (#9869)tamaina2023-02-116-97/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MkPageHeader大改造 * ユーザーページのノート一覧をタブにするなど * :v: * :art: * fix * wheel * clean up * :art: * :art: * remove console.log * update CHANGELOG.md * fix * fix * fix * :v: * header avatar clickable * !hideTitle * Revert "!hideTitle" This reverts commit 19cad428c906f555b73730d602e401a1e943cdef. * fix changelog
* enhance(client): MkNoteのリアクションの表示数は16に制限 (#9841)tamaina2023-02-113-12/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(client): MkNoteのリアクションの表示数は16に制限・リアクションの横の?ボタンでリアクション詳細 * info-circleにする * - Layout Shiftが起こらないように - 自分のリアクションは必ずつける * https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235 * remove logger * refactor * refactor Co-authored-by: acid-chicken <root@acid-chicken.com> * Revert "https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235" This reverts commit ec1315b1fb207e0c5b2a5f2f4a00de7379c7a29b. * wip * wip * :art: * fix * fix * fix * :art: * wip * remove extras from MkNoteDetailed * もっと! * no v-if * dashed --------- Co-authored-by: acid-chicken <root@acid-chicken.com>
* enhance(client): ↵syuilo2023-02-111-2/+3
| | | | URLが4つ以上添付されている場合折りたたむように
* enhance(client): ロールをより簡単に付与できるようにsyuilo2023-02-113-0/+28
|