| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | enhance: Redisをioredisに統一してIPv6サポート (#8869) | MeiMei | 2022-06-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use ioredis, Supports IPv6 host https://github.com/misskey-dev/misskey/issues/8862 * Fix import * order * a * i * fix * flushdb * family * CHANGELOG * redis_version Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | fix: always remove completed tasks (#8771) | Johann150 | 2022-05-31 | 1 | -0/+2 |
| | | |||||
| * | fix: add missing import | Johann150 | 2022-05-29 | 1 | -1/+1 |
| | | | | | fix #8756 | ||||
| * | use http-signature module that supports hs2019 (#8635) | Johann150 | 2022-05-26 | 3 | -3/+3 |
| | | |||||
| * | refactor: temporary files (#8713) | Johann150 | 2022-05-25 | 7 | -273/+251 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify temporary files for thumbnails Because only a single file will be written to the directory, creating a separate directory seems unnecessary. If only a temporary file is created, the code from `createTemp` can be reused here as well. * refactor: deduplicate code for temporary files/directories To follow the DRY principle, the same code should not be duplicated across different files. Instead an already existing function is used. Because temporary directories are also create in multiple locations, a function for this is also newly added to reduce duplication. * fix: clean up identicon temp files The temporary files for identicons are not reused and can be deleted after they are fully read. This condition is met when the stream is closed and so the file can be cleaned up using the events API of the stream. * fix: ensure cleanup is called when download fails * fix: ensure cleanup is called in error conditions This covers import/export queue jobs and is mostly just wrapping all code in a try...finally statement where the finally runs the cleanup. * fix: use correct type instead of `any` | ||||
| * | enhance(webhook): add userId to payload | syuilo | 2022-04-03 | 3 | -0/+3 |
| | | |||||
| * | improve webhook | syuilo | 2022-04-03 | 3 | -8/+17 |
| | | |||||
| * | feat: Webhook (#8457) | syuilo | 2022-04-02 | 4 | -2/+99 |
| | | | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md | ||||
| * | refactor: migrate to typeorm 3.0 (#8443) | syuilo | 2022-03-26 | 15 | -51/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip | ||||
| * | perf(server): refactor and performance improvements | syuilo | 2022-03-25 | 1 | -2/+6 |
| | | |||||
| * | perf(server): reduce memory usage of redis | syuilo | 2022-03-19 | 1 | -0/+2 |
| | | |||||
| * | feat: introduce bull dashboard | syuilo | 2022-03-19 | 1 | -0/+9 |
| | | |||||
| * | feat: アンケート終了通知 | syuilo | 2022-03-06 | 4 | -2/+43 |
| | | | | | Resolve #4664 | ||||
| * | feat: 時限ミュート | syuilo | 2022-03-04 | 4 | -1/+39 |
| | | | | | #7677 | ||||
| * | fix esm | syuilo | 2022-03-01 | 2 | -2/+2 |
| | | |||||
| * | fix esm | syuilo | 2022-03-01 | 1 | -1/+1 |
| | | |||||
| * | refactor: Use ESM (#8358) | syuilo | 2022-02-27 | 29 | -199/+199 |
| | | | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip | ||||
| * | refacator: fix typw | syuilo | 2022-02-19 | 4 | -5/+5 |
| | | |||||
| * | enhance: improve federation chart | syuilo | 2022-02-10 | 3 | -0/+35 |
| | | |||||
| * | fix typo | syuilo | 2022-02-09 | 1 | -1/+1 |
| | | |||||
| * | feat: improve federation chart | syuilo | 2022-02-08 | 1 | -1/+2 |
| | | |||||
| * | fix typo | syuilo | 2022-02-08 | 1 | -2/+2 |
| | | |||||
| * | fix(server): system queueが動いていないのを修正 | syuilo | 2022-02-08 | 1 | -0/+3 |
| | | | | | Fix #8272 | ||||
| * | Improve chart engine (#8253) | syuilo | 2022-02-06 | 5 | -2/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak | ||||
| * | refactor | syuilo | 2022-02-04 | 2 | -4/+8 |
| | | |||||
| * | refactor: use date-fns | syuilo | 2022-02-04 | 6 | -12/+12 |
| | | |||||
| * | ESMは使えない | syuilo | 2022-02-03 | 6 | -6/+6 |
| | | |||||
| * | refactor | syuilo | 2022-02-03 | 1 | -3/+2 |
| | | |||||
| * | update deps | syuilo | 2022-02-03 | 6 | -6/+6 |
| | | |||||
| * | refactor, enhance: ドライブ引数のオブジェクト化, ↵ | MeiMei | 2022-01-23 | 7 | -7/+7 |
| | | | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath | ||||
| * | enhance: convert svg to png of custom emojis | syuilo | 2022-01-21 | 2 | -3/+4 |
| | | |||||
| * | feat(server): add more metadata for emoji export | syuilo | 2022-01-21 | 1 | -1/+2 |
| | | |||||
| * | refactor(server): use named export | syuilo | 2022-01-20 | 7 | -7/+7 |
| | | |||||
| * | git add忘れ | syuilo | 2022-01-13 | 1 | -0/+10 |
| | | |||||
| * | feat: emojis import | syuilo | 2022-01-13 | 3 | -4/+94 |
| | | |||||
| * | refactor(server): use insert instead of save | syuilo | 2022-01-03 | 1 | -2/+2 |
| | | |||||
| * | fix(server): ↵ | syuilo | 2021-12-29 | 1 | -1/+2 |
| | | | | | エクスポートした絵文字の拡張子がfalseになることがあるのを修正 | ||||
| * | Update export-custom-emojis.ts | syuilo | 2021-12-12 | 1 | -2/+2 |
| | | |||||
| * | refactor | syuilo | 2021-12-12 | 2 | -64/+37 |
| | | |||||
| * | feat: カスタム絵文字エクスポート | syuilo | 2021-12-10 | 4 | -1/+144 |
| | | |||||
| * | feat: improve follow export | syuilo | 2021-12-10 | 3 | -16/+21 |
| | | |||||
| * | fix lint | syuilo | 2021-12-09 | 15 | -79/+79 |
| | | |||||
| * | viaMobileフラグ廃止 | syuilo | 2021-11-12 | 1 | -1/+0 |
| | | | | | Close #7965 | ||||
| * | refactor | syuilo | 2021-11-12 | 1 | -6/+6 |
| | | |||||
| * | fix lint errors | syuilo | 2021-11-12 | 5 | -6/+6 |
| | | |||||
| * | refactoring | syuilo | 2021-11-12 | 25 | -0/+1690 |
| Resolve #7779 | |||||