summaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Resolve #7457syuilo2021-04-181-0/+42
|
* 精度を高めるためストリーミング接続中に定期的にlastAct ↵syuilo2021-04-181-6/+12
| | | | iveDateを更新するように
* update secret messagesyuilo2021-04-181-1/+3
|
* Implement user online statussyuilo2021-04-173-9/+22
| | | | | Resolve #7422 Fix #7424
* Improve clientsyuilo2021-04-171-0/+43
|
* 詳細ユーザー情報ページなどsyuilo2021-04-161-0/+38
|
* refactor mfm extract (#7434)marihachi2021-04-101-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)syuilo2021-04-021-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/misskeysyuilo2021-03-243-5/+5
|
* Fix #7390syuilo2021-03-243-3/+3
|
* Refactor (#7394)syuilo2021-03-2443-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 aliassyuilo2021-03-23226-309/+309
|
* refactor(build): ↵syuilo2021-03-232-1/+29
| | | | | | gulpを経由しないでTypeScriptのビルドを行うように path aliasをサーバーサイドでも使ったりしたいため
* Use TRUNCATE (#7385)MeiMei2021-03-231-1/+1
|
* fixsyuilo2021-03-231-1/+1
|
* noteのread処理syuilo2021-03-234-13/+15
|
* fix bugsyuilo2021-03-238-25/+25
| | | | https://github.com/syuilo/misskey/commit/48ea805999c6cb8e900aeaec6edaf68788bd51e0#commitcomment-48584326
* perf(server): ↵syuilo2021-03-231-25/+8
| | | | Redis接続をストリーミング接続ごとに作らず、プロセス全体で共有するように
* perf(server): Cache user keypairsyuilo2021-03-221-2/+3
|
* wip #6441syuilo2021-03-2114-15/+15
|
* better note read handlingsyuilo2021-03-2110-15/+69
|
* Revert "perf: Reduce database query"syuilo2021-03-212-29/+15
| | | | This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851.
* perf: 各ストリーミング接続ごとにポーリングしないようにsyuilo2021-03-216-18/+54
|
* add notesyuilo2021-03-211-0/+1
|
* fix(server): Use inner joinsyuilo2021-03-2118-18/+18
|
* Revert "fix(server): Use inner join"syuilo2021-03-2119-91/+91
| | | | This reverts commit d7e7848c9206b68ab86d2d566ec4247db87827c0.
* perf(server): Improve following/followers API performancesyuilo2021-03-212-2/+4
| | | | Related #6813
* fix(server): Use inner joinsyuilo2021-03-2119-91/+91
| | | | https://github.com/syuilo/misskey/issues/6813#issuecomment-803400023
* clean up などsyuilo2021-03-202-24/+4
|
* クライアントサイドで実装したいため一旦 injectPromo ↵syuilo2021-03-204-20/+0
| | | | および injectFeatured を無効化
* perf(server): Reduce database querysyuilo2021-03-2018-12/+84
| | | | Related: #6813
* perf(server): Reduce database querysyuilo2021-03-201-1/+1
|
* perf: Reduce database querysyuilo2021-03-192-15/+29
|
* perf(server): Improver performancesyuilo2021-03-191-1/+3
|
* add notesyuilo2021-03-191-0/+2
|
* Improve server performancesyuilo2021-03-181-4/+8
|
* Improve API performancesyuilo2021-03-181-0/+9
|
* Fix assets test and favicon type (#7344)MeiMei2021-03-131-1/+1
| | | | | | | | | * fix * koa-faviconはimage/x-iconがデフォルトらしい * シンプルに * faviconなど
* Update index.ts (#7343)okpierre2021-03-131-1/+1
|
* gulp refactorsyuilo2021-03-131-0/+8
|
* Improve flush (#7328)tamaina2021-03-131-25/+34
|
* fix assetssyuilo2021-03-072-2/+2
| | | | | Fix #7314 Fix #7313
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2021-03-0694-31/+2541
|\
| * APIドキュメントの改善 (#6757)YuzuRyo612021-03-0694-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 bugsyuilo2021-03-062-2/+2
|/
* refactor assetssyuilo2021-03-064-14/+22
|
* :art:syuilo2021-03-051-2/+2
|
* Splash screen :sparkles:syuilo2021-03-052-19/+9
|
* Bios (#7286)syuilo2021-03-037-0/+254
| | | | | | | * wip * wip * wip
* wip: better error handlingsyuilo2021-03-031-25/+58
|