| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Resolve #7457 | syuilo | 2021-04-18 | 1 | -0/+42 | |
| | | ||||||
| * | 精度を高めるためストリーミング接続中に定期的にlastAct ↵ | syuilo | 2021-04-18 | 1 | -6/+12 | |
| | | | | | iveDateを更新するように | |||||
| * | update secret message | syuilo | 2021-04-18 | 1 | -1/+3 | |
| | | ||||||
| * | Implement user online status | syuilo | 2021-04-17 | 3 | -9/+22 | |
| | | | | | | Resolve #7422 Fix #7424 | |||||
| * | Improve client | syuilo | 2021-04-17 | 1 | -0/+43 | |
| | | ||||||
| * | 詳細ユーザー情報ページなど | syuilo | 2021-04-16 | 1 | -0/+38 | |
| | | ||||||
| * | refactor mfm extract (#7434) | marihachi | 2021-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | * 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 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | syuilo/misskey --> misskey-dev/misskey | syuilo | 2021-03-24 | 3 | -5/+5 | |
| | | ||||||
| * | Fix #7390 | syuilo | 2021-03-24 | 3 | -3/+3 | |
| | | ||||||
| * | Refactor (#7394) | syuilo | 2021-03-24 | 43 | -59/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | refactor: Use path alias | syuilo | 2021-03-23 | 226 | -309/+309 | |
| | | ||||||
| * | refactor(build): ↵ | syuilo | 2021-03-23 | 2 | -1/+29 | |
| | | | | | | | gulpを経由しないでTypeScriptのビルドを行うように path aliasをサーバーサイドでも使ったりしたいため | |||||
| * | Use TRUNCATE (#7385) | MeiMei | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | fix | syuilo | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | noteのread処理 | syuilo | 2021-03-23 | 4 | -13/+15 | |
| | | ||||||
| * | fix bug | syuilo | 2021-03-23 | 8 | -25/+25 | |
| | | | | | https://github.com/syuilo/misskey/commit/48ea805999c6cb8e900aeaec6edaf68788bd51e0#commitcomment-48584326 | |||||
| * | perf(server): ↵ | syuilo | 2021-03-23 | 1 | -25/+8 | |
| | | | | | Redis接続をストリーミング接続ごとに作らず、プロセス全体で共有するように | |||||
| * | perf(server): Cache user keypair | syuilo | 2021-03-22 | 1 | -2/+3 | |
| | | ||||||
| * | wip #6441 | syuilo | 2021-03-21 | 14 | -15/+15 | |
| | | ||||||
| * | better note read handling | syuilo | 2021-03-21 | 10 | -15/+69 | |
| | | ||||||
| * | Revert "perf: Reduce database query" | syuilo | 2021-03-21 | 2 | -29/+15 | |
| | | | | | This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851. | |||||
| * | perf: 各ストリーミング接続ごとにポーリングしないように | syuilo | 2021-03-21 | 6 | -18/+54 | |
| | | ||||||
| * | add note | syuilo | 2021-03-21 | 1 | -0/+1 | |
| | | ||||||
| * | fix(server): Use inner join | syuilo | 2021-03-21 | 18 | -18/+18 | |
| | | ||||||
| * | Revert "fix(server): Use inner join" | syuilo | 2021-03-21 | 19 | -91/+91 | |
| | | | | | This reverts commit d7e7848c9206b68ab86d2d566ec4247db87827c0. | |||||
| * | perf(server): Improve following/followers API performance | syuilo | 2021-03-21 | 2 | -2/+4 | |
| | | | | | Related #6813 | |||||
| * | fix(server): Use inner join | syuilo | 2021-03-21 | 19 | -91/+91 | |
| | | | | | https://github.com/syuilo/misskey/issues/6813#issuecomment-803400023 | |||||
| * | clean up など | syuilo | 2021-03-20 | 2 | -24/+4 | |
| | | ||||||
| * | クライアントサイドで実装したいため一旦 injectPromo ↵ | syuilo | 2021-03-20 | 4 | -20/+0 | |
| | | | | | および injectFeatured を無効化 | |||||
| * | perf(server): Reduce database query | syuilo | 2021-03-20 | 18 | -12/+84 | |
| | | | | | Related: #6813 | |||||
| * | perf(server): Reduce database query | syuilo | 2021-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | perf: Reduce database query | syuilo | 2021-03-19 | 2 | -15/+29 | |
| | | ||||||
| * | perf(server): Improver performance | syuilo | 2021-03-19 | 1 | -1/+3 | |
| | | ||||||
| * | add note | syuilo | 2021-03-19 | 1 | -0/+2 | |
| | | ||||||
| * | Improve server performance | syuilo | 2021-03-18 | 1 | -4/+8 | |
| | | ||||||
| * | Improve API performance | syuilo | 2021-03-18 | 1 | -0/+9 | |
| | | ||||||
| * | Fix assets test and favicon type (#7344) | MeiMei | 2021-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | * fix * koa-faviconはimage/x-iconがデフォルトらしい * シンプルに * faviconなど | |||||
| * | Update index.ts (#7343) | okpierre | 2021-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | gulp refactor | syuilo | 2021-03-13 | 1 | -0/+8 | |
| | | ||||||
| * | Improve flush (#7328) | tamaina | 2021-03-13 | 1 | -25/+34 | |
| | | ||||||
| * | fix assets | syuilo | 2021-03-07 | 2 | -2/+2 | |
| | | | | | | Fix #7314 Fix #7313 | |||||
| * | Merge branch 'develop' of https://github.com/syuilo/misskey into develop | syuilo | 2021-03-06 | 94 | -31/+2541 | |
| |\ | ||||||
| | * | APIドキュメントの改善 (#6757) | YuzuRyo61 | 2021-03-06 | 94 | -31/+2541 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update api document in admin/announcements * Update api document in announcements * Update api document in i/read-announcements * Update api document in username/available * Update api document & Fix typo in API 403 error * Update api document * Update api document * Update api document * Fix API permission definition * Update api document * Update api document * Update api document * Update api document * Update api document * Update api document * Update api document * Update api document * Fix bug in users (api) * Apply reviews #6757 * Apply reviews #6757 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | |||||
| * | | fix bug | syuilo | 2021-03-06 | 2 | -2/+2 | |
| |/ | ||||||
| * | refactor assets | syuilo | 2021-03-06 | 4 | -14/+22 | |
| | | ||||||
| * | :art: | syuilo | 2021-03-05 | 1 | -2/+2 | |
| | | ||||||
| * | Splash screen :sparkles: | syuilo | 2021-03-05 | 2 | -19/+9 | |
| | | ||||||
| * | Bios (#7286) | syuilo | 2021-03-03 | 7 | -0/+254 | |
| | | | | | | | | * wip * wip * wip | |||||
| * | wip: better error handling | syuilo | 2021-03-03 | 1 | -25/+58 | |
| | | ||||||