summaryrefslogtreecommitdiff
path: root/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: import syslog-protamaina2021-08-201-1/+1
|
* refactor: use path alias to improve readabilitysyuilo2021-08-192-2/+2
|
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-1965-461/+461
|
* refactor: refactoring importssyuilo2021-08-1965-464/+476
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* enhance(server): Improve user block (#7640)syuilo2021-08-174-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 savesyuilo2021-08-151-2/+2
|
* fix typosyuilo2021-08-151-1/+1
|
* perf(server): Optimize db indexes of chart tablessyuilo2021-08-151-5/+6
|
* フォロー通知のEメール通知を修正syuilo2021-08-111-2/+3
|
* fix email notification bugsyuilo2021-07-251-3/+3
|
* Refactoringsyuilo2021-07-151-2/+2
|
* Improve email notificationsyuilo2021-07-151-2/+4
|
* Resolve #7165syuilo2021-07-091-0/+5
|
* refactoringsyuilo2021-07-011-9/+9
|
* Remove entity descriptionssyuilo2021-06-0814-75/+1
| | | | #6627
* Fix remote drive expire (#7543)MeiMei2021-05-302-2/+3
|
* Add image description support (#7518)nullobsi2021-05-281-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 typessyuilo2021-05-281-11/+10
|
* Fix Announce/Delete AP deliver (#7517)MeiMei2021-05-191-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)MeiMei2021-05-111-5/+7
| | | | | * Fix #7431 * fix
* refactor mfm extract (#7434)marihachi2021-04-101-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)syuilo2021-04-021-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)syuilo2021-03-2426-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 bugsyuilo2021-03-231-4/+0
|
* refactor: Use path aliassyuilo2021-03-2355-92/+92
|
* fixsyuilo2021-03-231-5/+18
|
* noteのread処理syuilo2021-03-233-37/+67
|
* コミット忘れsyuilo2021-03-231-2/+2
|
* perf(server): Cache user instance actorsyuilo2021-03-221-5/+15
|
* perf(server): Reduce database querysyuilo2021-03-221-13/+13
|
* fix bugsyuilo2021-03-211-1/+1
|
* perf(server): Reduce database querysyuilo2021-03-211-3/+8
|
* perf(server): Reduce database querysyuilo2021-03-211-4/+7
|
* perf(server): Reduce database querysyuilo2021-03-211-2/+1
|
* wip #6441syuilo2021-03-2113-23/+27
|
* better note read handlingsyuilo2021-03-211-48/+32
|
* Revert "perf: Reduce database query"syuilo2021-03-213-58/+105
| | | | This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851.
* perf: 各ストリーミング接続ごとにポーリングしないようにsyuilo2021-03-215-9/+29
|
* perf: Reduce database querysyuilo2021-03-193-105/+58
|
* perf: myReaction の取得をまとめて行うようにsyuilo2021-03-191-0/+1
| | | | Related #6813
* refactorsyuilo2021-03-181-1/+2
|
* perf: reduce querysyuilo2021-03-181-20/+27
|
* Improve chart performance (#7360)syuilo2021-03-1820-130/+471
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update chart.ts * wip * Improve server performance * wip * wip
* Improve server performancesyuilo2021-03-181-0/+8
|
* Fix typo (#7334)Zero King2021-03-131-1/+1
|
* refactor assetssyuilo2021-03-061-1/+1
|
* Fix #7248 (#7250)MeiMei2021-02-271-3/+5
| | | | | | | | | | | * Fix #7248 * fix * fix * fix * avoid infinite loop
* チャンネルで入力中ユーザーを表示するように、Chat ↵syuilo2021-02-201-0/+6
| | | | UIでタイムラインでは投稿フォームを上に表示するように
* refactor: resolve #7139syuilo2021-02-135-13/+8
|
* wip: email notificationsyuilo2021-02-133-14/+49
|