summaryrefslogtreecommitdiff
path: root/src/services/note (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Refactorsyuilo2020-02-161-4/+4
|
* Resolve #5958syuilo2020-02-161-1/+6
|
* Fix for CASCADE DELETE not being federated (#5812)DW2020-02-131-5/+33
| | | | | | | | * Fix for CASCADE DELETE not being federated * Use JOIN to get user * fix typo
* なんかもうめっちゃ変えたsyuilo2020-02-101-0/+2
| | | | Resolve #5900
* Correct Like id generation (#5852)MeiMei2020-02-062-5/+5
|
* リモート投稿にリモートでされたリアクションが表示さ ↵MeiMei2020-02-042-23/+36
| | | | | | | | | | | | | | | | | | るように (#5817) * 第3インスタンスへのLikeも受け入れるように * リアクション済みだったらエラーにせずに置き換えるように * Likeを第3インスタンスにdeliverするように * fix * fix * 同じリアクションがすでにされていたら何もしない * リモートから自身の投稿へリアクションした場合にエラーにならないように
* Fix hashtags contained in private notes are shown in trends (#5805)Acid Chicken (硫酸鶏)2020-02-021-1/+3
| | | | | | | | | | | | * Update trend.ts * Fix query * Update create.ts * Update create.ts * Update trend.ts
* v12 (#5712)syuilo2020-01-303-20/+61
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* Fix bugsyuilo2019-11-231-1/+1
|
* 無駄なAP deliverをしないように (#5589)MeiMei2019-11-093-100/+42
| | | | | | | | | | | | | | | | * DeliverManager, note/create * recipe * followers delivers * comment * rename * fix * cleanup
* 新規投稿のMFMをHTMLに変換する際、リモートユーザーへの ↵rinsuki2019-11-011-7/+13
| | | | | | | | | | | | | | | | | | | メンションのリンク先を(できれば)urlに (#5562) * 新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに Fix #2467 Related #5560 * remove unnecessary import * Update src/services/note/create.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Apply suggestions from code review Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Decrease tag limitsyuilo2019-09-271-1/+1
|
* Limit the tag counts to 100 (#5263)Acid Chicken (硫酸鶏)2019-09-271-1/+1
| | | | | | | | | | | | * Limit the tag counts to 256 * Update create.ts * Update create.ts * Update create.ts * Limit the user tag
* Use stringz.length instead of String.length in hashtag length calculation ↵Acid Chicken (硫酸鶏)2019-09-221-1/+1
| | | | | | | | (#5443) * Use stringz.length instead of String.length * length to 128, ignore combining
* AP Undo Announce (#5400)MeiMei2019-09-081-1/+13
| | | | | | * AP Undo Announce * Use activity id
* updateHashtagを並列で行わないように (#5284)MeiMei2019-08-181-2/+2
|
* リモートユーザー向けのNoteUnreadsレコードは作成しない ↵MeiMei2019-08-171-1/+4
| | | | うに (#5280)
* Elasticsearchのインデックス名をconfigで変更できるように ↵和風ドレッシング2019-08-091-1/+1
| | | | (#5257)
* Fix question (#5197)MeiMei2019-07-201-1/+0
|
* Fix: Delete is not deliver (#4950)MeiMei2019-05-201-6/+13
| | | | | | * Fix: Delete is not deliver * fix
* Resolve #3119syuilo2019-04-251-3/+4
|
* Refactorginsyuilo2019-04-251-67/+64
|
* Fix #4704 (#4797)MeiMei2019-04-251-1/+3
| | | | | | * Fix #4632 * Fix #4795
* Cache metasyuilo2019-04-241-1/+1
|
* Refactor API (#4770)syuilo2019-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip
* Refactorsyuilo2019-04-173-3/+3
|
* Update read.tssyuilo2019-04-151-4/+4
|
* inc/dec scoresyuilo2019-04-142-2/+4
|
* Better error handlingsyuilo2019-04-143-6/+6
|
* Fix bugsyuilo2019-04-131-1/+1
|
* Fix bugsyuilo2019-04-131-1/+1
|
* Refactorsyuilo2019-04-131-1/+1
|
* strictNullChecks (#4666)syuilo2019-04-135-69/+65
| | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip