summaryrefslogtreecommitdiff
path: root/src/services/note (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-1210-1296/+0
| | | | Resolve #7779
* 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
* refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)tamaina2021-09-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: use path alias to improve readabilitysyuilo2021-08-191-1/+1
|
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-1910-109/+109
|
* refactor: refactoring importssyuilo2021-08-1910-109/+109
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* enhance(server): Improve user block (#7640)syuilo2021-08-173-3/+27
| | | | | | | | | | | | | | | | | | | | | * 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
* Resolve #7165syuilo2021-07-091-0/+5
|
* 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-243-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-238-23/+23
|
* fixsyuilo2021-03-231-5/+18
|
* noteのread処理syuilo2021-03-232-37/+62
|
* perf(server): Reduce database querysyuilo2021-03-221-13/+13
|
* 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-215-13/+15
|
* better note read handlingsyuilo2021-03-211-48/+32
|
* Revert "perf: Reduce database query"syuilo2021-03-213-58/+105
| | | | This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851.
* 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
|
* refactor: resolve #7139syuilo2021-02-131-3/+2
|
* Resolve #7149syuilo2021-02-071-2/+3
|
* autoWatch機能を削除syuilo2020-11-083-32/+2
|
* fix(server): Fix #6669syuilo2020-08-291-0/+1
|
* Channel (#6621)syuilo2020-08-183-70/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * add notes * wip * wip * wip * wip * sound * wip * add kick_gaba2 * wip
* 自分のノートにリアクションを押せるように (#6506)Xeltica2020-07-301-5/+0
| | | | | * resolve #6468 * リモートから来たセルフリアクションの対応
* ワードミュート (#6594)syuilo2020-07-271-1/+20
| | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip
* フォロワーではないリモートユーザーに削除通知が配信 ↵fuyu2020-07-121-8/+40
| | | | | | | | | | | れない問題を修正 (#6475) * フォロワーではないリモートユーザーに削除通知が配信されない問題を修正 * 同じ処理を一つにまとめた * Inのエラー修正, Renote/Quote対応 Co-authored-by: mei23 <m@m544.net>
* Use insert for creating Note (#6440)MeiMei2020-06-041-8/+7
|
* Fix CASCADE-related problems (#6374)DW2020-05-171-0/+6
| | | | | | | * Fix renotes remaining on remote when CASCADE is invoked * Fix CASCADE-invoked deletion not being federated to relays Co-authored-by: DW <chocological00@gitlab.com>
* pub-relay (#6341)MeiMei2020-05-103-0/+9
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* chore(lint): Add missing semicolonssyuilo2020-05-103-3/+3
|
* リアクションの修正 (#6260)MeiMei2020-04-162-3/+4
|
* リモートのカスタム絵文字リアクションを表示できるよ ↵MeiMei2020-04-142-5/+24
| | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space
* 同じリアクション削除を同時に行うとリアクションカウ ↵MeiMei2020-04-131-1/+5
| | | | | | | | | トがおかしくなることがあるのを修正 (#6253) * Fix #6252 * quote * Use IdentifiableError
* Use url if available (#6214)MeiMei2020-04-021-0/+2
| | | | | | | * Fix #6213 * other link * fix
* Resolve #6192syuilo2020-03-283-5/+10
|
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-041-1/+1
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Refactorsyuilo2020-02-262-4/+4
|
* 同じノートを何回リノートしても一回として数えるよう ↵Oni-Men2020-02-262-2/+6
| | | | | | | | | | (#6086) * 同じノートを何回リノートしても一回として数えるように * Update count-same-renotes.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>