summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into mkusername-emptyKagami Sascha Rosylight2023-02-1925-159/+182
|\
| * test(backend): restore AP unit tests (#9987)Kagami Sascha Rosylight2023-02-192-17/+66
| |
| * fix linttamaina2023-02-181-5/+3
| |
| * fix/enhance(sw): プッシュ通知 ↵tamaina2023-02-182-15/+17
| | | | | | | | | | | | | | | | | | | | | | (バックグラウンドで開いている場合も通知, リアクション通知はノートにつき1つに) (#9977) * fix(sw): クライアントがあってもpush notificationを無視しない 「プッシュ通知を更新しました」の原因になるため * enhance(sw): リアクション通知は1つのノートにつき1つしか表示しない Safari対応で、通知tagは能動的に閉じるように * revert closeNotificationsByTags
| * refactor(sw): self => globalThistamaina2023-02-183-13/+13
| |
| * refactor: fix typessyuilo2023-02-171-1/+2
| |
| * refactor: fix typessyuilo2023-02-1719-117/+90
| |
* | fix: normalize empty value of `name` into an absent valueKagami Sascha Rosylight2023-02-171-0/+3
|/
* refactor: fix typessyuilo2023-02-174-7/+5
|
* refactor: fix typessyuilo2023-02-172-0/+53
|
* fix(client): ↵syuilo2023-02-172-3/+7
| | | | | | MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない Fix #9904
* enhance(client): add quiz preset for playsyuilo2023-02-171-0/+118
|
* perf(client): ウェルカムページを最適化 (#9960)tamaina2023-02-174-79/+58
| | | | | * perf(client): ウェルカムページの最適化 * remove max
* ci: run typecheck and eslint separately (#9966)Kagami Sascha Rosylight2023-02-174-4/+13
| | | | | * ci: run typecheck and eslint separately * fix syntax
* style(backend): fix all eslint errors (#9967)Kagami Sascha Rosylight2023-02-179-12/+11
|
* style(frontend): fix autofixable eslint errors (#9968)Kagami Sascha Rosylight2023-02-176-9/+9
|
* 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-158-8/+36
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-1552-1585/+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-1431-544/+329
|\
| * Revert "attempt matrix build (#9927)" (#9930)Kohei Ota (inductor)2023-02-142-10/+5
| | | | | | This reverts commit 192ea9738d84c9b65613f38cce024325b9b8c819.
| * attempt matrix build (#9927)Kohei Ota (inductor)2023-02-142-5/+10
| |
| * Add Description on Chart.yaml (#9928)Kohei Ota (inductor)2023-02-141-0/+1
| |
| * enhance(server): ↵tamaina2023-02-144-323/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Dev Containerの設定を修正 (#9921)RyotaK2023-02-144-6/+9
| | | | | | | | | | | | | | * Dev Containerの設定を修正 * CONTRIBUTING.mdにDev Container使用時の注意書きを追加 * 注意書きを改行する
| * fix(client): use tabler icons (#9915)taiy2023-02-1414-52/+52
| |
| * 改行コードをLFに統一 (#9926)Neko7sora2023-02-148-163/+165
| | | | | | | | | | * 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-1440-193/+204
|\
| * Update Docker GHA (#9920)Kohei Ota (inductor)2023-02-143-8/+26
| | | | | | | | | | * Update Docker GHA * add id
| * 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
|/