| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: import syslog-pro | tamaina | 2021-08-20 | 1 | -1/+1 |
| | | |||||
| * | refactor: use path alias to improve readability | syuilo | 2021-08-19 | 2 | -2/+2 |
| | | |||||
| * | fix: mochaが動かないため拡張子なしに戻した | syuilo | 2021-08-19 | 65 | -461/+461 |
| | | |||||
| * | refactor: refactoring imports | syuilo | 2021-08-19 | 65 | -464/+476 |
| | | | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい | ||||
| * | enhance(server): Improve user block (#7640) | syuilo | 2021-08-17 | 4 | -5/+43 |
| | | | | | | | | | | | | | | | | | | | | | | * enhance(server): Improve user block * Update CHANGELOG.md * ユーザーリスト対応 * 相手から見れなくなるように * Update 1629004542760-chart-reindex.ts https://github.com/misskey-dev/misskey/commit/2365761ba5445f26c8b66b3b20ef4be44e70d549#commitcomment-54919821 * update test * add test * add todos * Update 1629004542760-chart-reindex.ts | ||||
| * | fix(server): use insert instead of save | syuilo | 2021-08-15 | 1 | -2/+2 |
| | | |||||
| * | fix typo | syuilo | 2021-08-15 | 1 | -1/+1 |
| | | |||||
| * | perf(server): Optimize db indexes of chart tables | syuilo | 2021-08-15 | 1 | -5/+6 |
| | | |||||
| * | フォロー通知のEメール通知を修正 | syuilo | 2021-08-11 | 1 | -2/+3 |
| | | |||||
| * | fix email notification bug | syuilo | 2021-07-25 | 1 | -3/+3 |
| | | |||||
| * | Refactoring | syuilo | 2021-07-15 | 1 | -2/+2 |
| | | |||||
| * | Improve email notification | syuilo | 2021-07-15 | 1 | -2/+4 |
| | | |||||
| * | Resolve #7165 | syuilo | 2021-07-09 | 1 | -0/+5 |
| | | |||||
| * | refactoring | syuilo | 2021-07-01 | 1 | -9/+9 |
| | | |||||
| * | Remove entity descriptions | syuilo | 2021-06-08 | 14 | -75/+1 |
| | | | | | #6627 | ||||
| * | Fix remote drive expire (#7543) | MeiMei | 2021-05-30 | 2 | -2/+3 |
| | | |||||
| * | Add image description support (#7518) | nullobsi | 2021-05-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * recieve image descriptions under the name property * fix other components * use comment for alt and title * allow editing of file comment * allow editing of file comment in note dialog * federate note comments * use file instead of this * backend should accept comment on update * update now actually accepts comment * allow multiline descriptions * image should also have description attached * Update locales/ja-JP.yml Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Use custom component with side-by-side image * improve usability on mobile devices * revert changes * Update post-form-attaches.vue * Update drive.file.vue * Update media-caption.vue Co-authored-by: rinsuki <428rinsuki+git@gmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | improve types | syuilo | 2021-05-28 | 1 | -11/+10 |
| | | |||||
| * | Fix Announce/Delete AP deliver (#7517) | MeiMei | 2021-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | | * Fix Announce/Delete AP deliver * Revert "Fix Announce/Delete AP deliver" This reverts commit 0292c5196df48f67bb7914e925560ba69e2b2980. * localOnlyのDeleteをdeliverしないように * null Activityに対するUndoはdeliverしないように | ||||
| * | Fix #7431 (#7432) | MeiMei | 2021-05-11 | 1 | -5/+7 |
| | | | | | | * Fix #7431 * fix | ||||
| * | refactor mfm extract (#7434) | marihachi | 2021-04-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * refactor extractCustomEmojisFromMfm() * refactor extract-hashtags * refactor extract-mentions * refactor extract-hashtags * refactor extract-url-from-mfm * refactor extract-mentions | ||||
| * | Use mfm-js for MFM parsing (#7415) | syuilo | 2021-04-02 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test | ||||
| * | Refactor (#7394) | syuilo | 2021-03-24 | 26 | -56/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update define.ts * Update update.ts * Update user.ts * wip * wip * Update request.ts * URL * wip * wip * wip * wip * Update invite.ts * Update create.ts | ||||
| * | fix bug | syuilo | 2021-03-23 | 1 | -4/+0 |
| | | |||||
| * | refactor: Use path alias | syuilo | 2021-03-23 | 55 | -92/+92 |
| | | |||||
| * | fix | syuilo | 2021-03-23 | 1 | -5/+18 |
| | | |||||
| * | noteのread処理 | syuilo | 2021-03-23 | 3 | -37/+67 |
| | | |||||
| * | コミット忘れ | syuilo | 2021-03-23 | 1 | -2/+2 |
| | | |||||
| * | perf(server): Cache user instance actor | syuilo | 2021-03-22 | 1 | -5/+15 |
| | | |||||
| * | perf(server): Reduce database query | syuilo | 2021-03-22 | 1 | -13/+13 |
| | | |||||
| * | fix bug | syuilo | 2021-03-21 | 1 | -1/+1 |
| | | |||||
| * | perf(server): Reduce database query | syuilo | 2021-03-21 | 1 | -3/+8 |
| | | |||||
| * | perf(server): Reduce database query | syuilo | 2021-03-21 | 1 | -4/+7 |
| | | |||||
| * | perf(server): Reduce database query | syuilo | 2021-03-21 | 1 | -2/+1 |
| | | |||||
| * | wip #6441 | syuilo | 2021-03-21 | 13 | -23/+27 |
| | | |||||
| * | better note read handling | syuilo | 2021-03-21 | 1 | -48/+32 |
| | | |||||
| * | Revert "perf: Reduce database query" | syuilo | 2021-03-21 | 3 | -58/+105 |
| | | | | | This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851. | ||||
| * | perf: 各ストリーミング接続ごとにポーリングしないように | syuilo | 2021-03-21 | 5 | -9/+29 |
| | | |||||
| * | perf: Reduce database query | syuilo | 2021-03-19 | 3 | -105/+58 |
| | | |||||
| * | perf: myReaction の取得をまとめて行うように | syuilo | 2021-03-19 | 1 | -0/+1 |
| | | | | | Related #6813 | ||||
| * | refactor | syuilo | 2021-03-18 | 1 | -1/+2 |
| | | |||||
| * | perf: reduce query | syuilo | 2021-03-18 | 1 | -20/+27 |
| | | |||||
| * | Improve chart performance (#7360) | syuilo | 2021-03-18 | 20 | -130/+471 |
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update chart.ts * wip * Improve server performance * wip * wip | ||||
| * | Improve server performance | syuilo | 2021-03-18 | 1 | -0/+8 |
| | | |||||
| * | Fix typo (#7334) | Zero King | 2021-03-13 | 1 | -1/+1 |
| | | |||||
| * | refactor assets | syuilo | 2021-03-06 | 1 | -1/+1 |
| | | |||||
| * | Fix #7248 (#7250) | MeiMei | 2021-02-27 | 1 | -3/+5 |
| | | | | | | | | | | | | * Fix #7248 * fix * fix * fix * avoid infinite loop | ||||
| * | チャンネルで入力中ユーザーを表示するように、Chat ↵ | syuilo | 2021-02-20 | 1 | -0/+6 |
| | | | | | UIでタイムラインでは投稿フォームを上に表示するように | ||||
| * | refactor: resolve #7139 | syuilo | 2021-02-13 | 5 | -13/+8 |
| | | |||||
| * | wip: email notification | syuilo | 2021-02-13 | 3 | -14/+49 |
| | | |||||