summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-16375-623/+280
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(server): ↵tamaina2023-02-162-1/+2
| | | | | | | | マイグレーションad1676438468213が通らないのを修正 (#9963) * fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix
* fix(server): dropGroupマイグレーションが通るように (#9961)tamaina2023-02-162-13/+5
|
* Fix type errors from vite.json5.ts (#9936)Kagami Sascha Rosylight2023-02-151-3/+13
|
* startAt -> startsAtsyuilo2023-02-156-16/+16
|
* 広告開始時期の設定 (#9944)nenohi2023-02-157-8/+35
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-1551-1566/+66
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-1547-3292/+18
| | | | | * drop messaging (from backend) * wip
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-1420-154/+161
|\
| * enhance(server): ↵tamaina2023-02-142-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URLプレビュー(summaly)はプロキシを通すように (#9905) * enhance(server): URLプレビュー(summaly)はプロキシを通すように * update summaly * update summaly * 型エラーバスター * basic.html * Delete basic.html --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * fix(client): use tabler icons (#9915)taiy2023-02-1414-52/+52
| |
| * 改行コードをLFに統一 (#9926)Neko7sora2023-02-144-91/+91
| | | | | | | | | | * chore: update gitattribute editorconfig * Normalize all the line endings
* | fix(client): ↵tamaina2023-02-141-1/+1
|/ | | | ユーザーページのファイル付きTLはリプライも含む
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-1437-185/+178
|\
| * refactor: fix typessyuilo2023-02-131-1/+1
| |
| * refactorsyuilo2023-02-1333-146/+146
| |
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-136-32/+43
| |\
| * | refactor: fix typessyuilo2023-02-1319-102/+95
| | |
* | | fix(server): HttpRequestService.sendでは常にUser-Agentを含むようにtamaina2023-02-141-3/+4
| |/ |/| | | | | Fix #9817 (maybe)
* | 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-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
|
* 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-121-2/+29
|
* :art:syuilo2023-02-122-2/+16
|
* improve error handlingsyuilo2023-02-122-3/+18
|
* enhance: レートリミットを0%にできるようにsyuilo2023-02-122-9/+11
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-128-16/+89
|\
| * enhance(server): videoThumbnailGenerator config (#9845)tamaina2023-02-125-14/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(server): videoThumbnailGenerator config * :v: * fix * 相対url * サムネイルのproxyRemoteFilesは直接プロキシを指定する * メディアプロキシ
| * fix: 広告のexpiresAtをLocalTZ分ずらして初期化 (#9876)KOKO2023-02-121-1/+7
| | | | | | | | | | * fix: 広告のexpiresAtをLocalTZ分ずらして初期化 * chore: 不要なインポートを削除
| * add cors header to ActivityPubServerService.ts (#9888)momoirodouhu2023-02-121-0/+8
| | | | | | | | | | * add cors header to ActivityPubServerService.ts * Update CHANGELOG.md
| * fix: pagenation (#9885)futchitwo2023-02-121-1/+1
| |
* | enhance(client): improve api error handlingsyuilo2023-02-121-2/+25
|/
* CLIページにおいてAPIリクエスト時にContent-Typeヘッダを付 ↵RyotaK2023-02-121-0/+3
| | | | するように変更 (#9887)