summaryrefslogtreecommitdiff
path: root/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add notesyuilo2021-02-111-0/+1
|
* HTMLメールsyuilo2021-02-111-2/+82
|
* Resolve #7149syuilo2021-02-072-3/+5
|
* s3ForcePathStyle (#7122)MeiMei2021-02-061-1/+3
| | | Co-authored-by: ybw2016v <dogcraft@126.com>
* Fix: Duplicate system users are created (#7141)MeiMei2021-02-061-8/+15
|
* using set instead of array for search (#7126)Ehsan Javadynia2021-01-301-1/+1
| | | | | | | * Resolve #6905 * Resolve #6905 * Resolve #6905
* フォローリクエストがなくてもフォロー承認が出来てし ↵MeiMei2020-12-262-6/+8
| | | | | | | うのを修正 (#7013) * フォローリクエストがなくてもフォロー承認が出来てしまうのを修正 * プロキシアカウントがDB処理をせずにフォローを飛ばしているのを修正
* Resolve #6806 (#6935)syuilo2020-12-111-0/+1
| | | | | | | * :v: * :v: * Update privacy.vue
* nanka iroiro (#6853)syuilo2020-11-254-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update maps.ts * wip * wip * wip * wip * Update base.vue * wip * wip * wip * wip * Update link.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update privacy.vue * wip * wip * wip * wip * Update range.vue * wip * wip * wip * wip * Update profile.vue * wip * Update a.vue * Update index.vue * wip * Update sidebar.vue * wip * wip * Update account-info.vue * Update a.vue * wip * wip * Update sounds.vue * wip * wip * wip * wip * wip * wip * wip * wip * Update account-info.vue * Update account-info.vue * wip * wip * wip * Update d-persimmon.json5 * wip