| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'develop' into mkusername-empty | Kagami Sascha Rosylight | 2023-02-19 | 25 | -159/+182 |
| |\ | |||||
| | * | test(backend): restore AP unit tests (#9987) | Kagami Sascha Rosylight | 2023-02-19 | 2 | -17/+66 |
| | | | |||||
| | * | fix lint | tamaina | 2023-02-18 | 1 | -5/+3 |
| | | | |||||
| | * | fix/enhance(sw): プッシュ通知 ↵ | tamaina | 2023-02-18 | 2 | -15/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | (バックグラウンドで開いている場合も通知, リアクション通知はノートにつき1つに) (#9977) * fix(sw): クライアントがあってもpush notificationを無視しない 「プッシュ通知を更新しました」の原因になるため * enhance(sw): リアクション通知は1つのノートにつき1つしか表示しない Safari対応で、通知tagは能動的に閉じるように * revert closeNotificationsByTags | ||||
| | * | refactor(sw): self => globalThis | tamaina | 2023-02-18 | 3 | -13/+13 |
| | | | |||||
| | * | refactor: fix types | syuilo | 2023-02-17 | 1 | -1/+2 |
| | | | |||||
| | * | refactor: fix types | syuilo | 2023-02-17 | 19 | -117/+90 |
| | | | |||||
| * | | fix: normalize empty value of `name` into an absent value | Kagami Sascha Rosylight | 2023-02-17 | 1 | -0/+3 |
| |/ | |||||
| * | refactor: fix types | syuilo | 2023-02-17 | 4 | -7/+5 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-17 | 2 | -0/+53 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2023-02-17 | 2 | -3/+7 |
| | | | | | | | MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない Fix #9904 | ||||
| * | enhance(client): add quiz preset for play | syuilo | 2023-02-17 | 1 | -0/+118 |
| | | |||||
| * | perf(client): ウェルカムページを最適化 (#9960) | tamaina | 2023-02-17 | 4 | -79/+58 |
| | | | | | | * perf(client): ウェルカムページの最適化 * remove max | ||||
| * | ci: run typecheck and eslint separately (#9966) | Kagami Sascha Rosylight | 2023-02-17 | 4 | -4/+13 |
| | | | | | | * ci: run typecheck and eslint separately * fix syntax | ||||
| * | style(backend): fix all eslint errors (#9967) | Kagami Sascha Rosylight | 2023-02-17 | 9 | -12/+11 |
| | | |||||
| * | style(frontend): fix autofixable eslint errors (#9968) | Kagami Sascha Rosylight | 2023-02-17 | 6 | -9/+9 |
| | | |||||
| * | refactor: remove all unused imports (#9951) | Kagami Sascha Rosylight | 2023-02-16 | 375 | -623/+280 |
| | | | | Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | fix(server): ↵ | tamaina | 2023-02-16 | 2 | -1/+2 |
| | | | | | | | | | マイグレーションad1676438468213が通らないのを修正 (#9963) * fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix | ||||
| * | fix(server): dropGroupマイグレーションが通るように (#9961) | tamaina | 2023-02-16 | 2 | -13/+5 |
| | | |||||
| * | Fix type errors from vite.json5.ts (#9936) | Kagami Sascha Rosylight | 2023-02-15 | 1 | -3/+13 |
| | | |||||
| * | startAt -> startsAt | syuilo | 2023-02-15 | 6 | -16/+16 |
| | | |||||
| * | 広告開始時期の設定 (#9944) | nenohi | 2023-02-15 | 8 | -8/+36 |
| | | | | | | * 広告開始時期の設定 * 過去のものも表示するように | ||||
| * | drop group (#9942) | syuilo | 2023-02-15 | 52 | -1585/+66 |
| | | | | | | * drop group * Update operations.ts | ||||
| * | drop messaging (#9919) | syuilo | 2023-02-15 | 47 | -3292/+18 |
| | | | | | | * drop messaging (from backend) * wip | ||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | tamaina | 2023-02-14 | 31 | -544/+329 |
| |\ | |||||
| | * | Revert "attempt matrix build (#9927)" (#9930) | Kohei Ota (inductor) | 2023-02-14 | 2 | -10/+5 |
| | | | | | | | This reverts commit 192ea9738d84c9b65613f38cce024325b9b8c819. | ||||
| | * | attempt matrix build (#9927) | Kohei Ota (inductor) | 2023-02-14 | 2 | -5/+10 |
| | | | |||||
| | * | Add Description on Chart.yaml (#9928) | Kohei Ota (inductor) | 2023-02-14 | 1 | -0/+1 |
| | | | |||||
| | * | enhance(server): ↵ | tamaina | 2023-02-14 | 4 | -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) | RyotaK | 2023-02-14 | 4 | -6/+9 |
| | | | | | | | | | | | | | | | * Dev Containerの設定を修正 * CONTRIBUTING.mdにDev Container使用時の注意書きを追加 * 注意書きを改行する | ||||
| | * | fix(client): use tabler icons (#9915) | taiy | 2023-02-14 | 14 | -52/+52 |
| | | | |||||
| | * | 改行コードをLFに統一 (#9926) | Neko7sora | 2023-02-14 | 8 | -163/+165 |
| | | | | | | | | | | | * chore: update gitattribute editorconfig * Normalize all the line endings | ||||
| * | | fix(client): ↵ | tamaina | 2023-02-14 | 1 | -1/+1 |
| |/ | | | | ユーザーページのファイル付きTLはリプライも含む | ||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | tamaina | 2023-02-14 | 40 | -193/+204 |
| |\ | |||||
| | * | Update Docker GHA (#9920) | Kohei Ota (inductor) | 2023-02-14 | 3 | -8/+26 |
| | | | | | | | | | | | * Update Docker GHA * add id | ||||
| | * | refactor: fix types | syuilo | 2023-02-13 | 1 | -1/+1 |
| | | | |||||
| | * | refactor | syuilo | 2023-02-13 | 33 | -146/+146 |
| | | | |||||
| | * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2023-02-13 | 6 | -32/+43 |
| | |\ | |||||
| | * | | refactor: fix types | syuilo | 2023-02-13 | 19 | -102/+95 |
| | | | | |||||
| * | | | fix(server): HttpRequestService.sendでは常にUser-Agentを含むように | tamaina | 2023-02-14 | 1 | -3/+4 |
| | |/ |/| | | | | | Fix #9817 (maybe) | ||||
| * | | perf(sw): skipWaitingしない | tamaina | 2023-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | fix(client): Make `isTimelineAvailable` a reference (#9906) | Kagami Sascha Rosylight | 2023-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | * Make `isTimelineAvailable` a reference * Update b.vue | ||||
| * | | refactor(sw): Fix type errors in packages/sw (#9909) | Kagami Sascha Rosylight | 2023-02-13 | 5 | -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 types | syuilo | 2023-02-12 | 1 | -5/+5 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-12 | 2 | -2/+2 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-12 | 24 | -130/+142 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | tamaina | 2023-02-12 | 4 | -26/+26 |
| |\ | |||||
| | * | Fix moduleNameMapper to not resolve `.wasm.js` to `.wasm` (#9894) | Kagami Sascha Rosylight | 2023-02-12 | 3 | -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) | taiy | 2023-02-12 | 1 | -8/+14 |
| | | | |||||
| * | | :art: | tamaina | 2023-02-12 | 1 | -1/+9 |
| |/ | |||||