summaryrefslogtreecommitdiff
path: root/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-1282-6835/+0
| | | | Resolve #7779
* feat: improve email validationsyuilo2021-11-071-0/+34
|
* perf: delete-account処理を軽くする (#7958)シアノン2021-11-061-64/+1
| | | | | | | | | | | * Revert "#7892" This reverts commit 71d9c2a53d116a61f4c9b21ff98712a0000412b8. * アカウント削除処理でノート削除を重複して行なわないようにする * ドライブファイル削除時に参照しているノートを削除しないようにする * 不要となったコードを削除する
* refactor: Introduce list of MFM Functions (#7882)marihachi2021-11-011-3/+4
| | | | | * introduce list of MFM Functions * add note
* feat: thread mute (#7930)syuilo2021-10-312-6/+34
| | | | | | | | | | | * feat: thread mute * chore: fix comment * fix test * fix * refactor
* モデレーターをブロックできない仕様を廃止syuilo2021-10-221-4/+0
| | | | Resolve #7898
* データベースにログを保存するのを廃止syuilo2021-10-221-16/+0
| | | | Close #7878
* refactor: publishHogeStreamとStreamのEventEmitterに型定義する (#7769)tamaina2021-10-211-17/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * :v: * add main stream * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * ok * add header, choice, invitation * add header, choice, invitation * test * fix * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * fix lint * wip * wip! * wip * fix * wip * wip * :v: * 送信側に型エラーがないことを3回確認した * :v: * wip * update typescript * define items in full Schema * edit comment * edit comment * edit comment * Update src/prelude/types.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458 * user packとnote packの型不整合を修正 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add changelog * add changelog * add changelog * fix: アンテナが既読にならないのを修正 * revert fix * https://github.com/misskey-dev/misskey/pull/7769#discussion_r711474875 * spec => payload * edit commetn Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* chore: ↵syuilo2021-10-141-0/+5
| | | | https://github.com/misskey-dev/misskey/commit/ba6959b8c1c4faafccdeb0f76eb26fc29e02af2d のリモート対応
* server: コマンドラインオプション廃止syuilo2021-10-081-4/+4
| | | | | Resolve #7863 Resolve #6337
* refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)tamaina2021-09-222-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation * test * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * define items in full Schema * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * fix * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * add changelog * add changelog * revert fix
* fix: アンテナが既読にならないのを修正 (#7809)tamaina2021-09-181-1/+1
|
* refactor: Expand schema (#7772)tamaina2021-09-121-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation * test * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * define items in full Schema * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正
* 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.