| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pub-relay (#6341) | MeiMei | 2020-05-10 | 3 | -0/+9 |
| | | | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど | ||||
| * | chore(lint): Add missing semicolons | syuilo | 2020-05-10 | 3 | -3/+3 |
| | | |||||
| * | リアクションの修正 (#6260) | MeiMei | 2020-04-16 | 2 | -3/+4 |
| | | |||||
| * | リモートのカスタム絵文字リアクションを表示できるよ ↵ | MeiMei | 2020-04-14 | 2 | -5/+24 |
| | | | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space | ||||
| * | 同じリアクション削除を同時に行うとリアクションカウ ↵ | MeiMei | 2020-04-13 | 1 | -1/+5 |
| | | | | | | | | | | トがおかしくなることがあるのを修正 (#6253) * Fix #6252 * quote * Use IdentifiableError | ||||
| * | Use url if available (#6214) | MeiMei | 2020-04-02 | 1 | -0/+2 |
| | | | | | | | | * Fix #6213 * other link * fix | ||||
| * | Resolve #6192 | syuilo | 2020-03-28 | 3 | -5/+10 |
| | | |||||
| * | lintをGitHub Actions でするように (#6101) | rinsuki | 2020-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正 | ||||
| * | Refactor | syuilo | 2020-02-26 | 2 | -4/+4 |
| | | |||||
| * | 同じノートを何回リノートしても一回として数えるよう ↵ | Oni-Men | 2020-02-26 | 2 | -2/+6 |
| | | | | | | | | | | | (#6086) * 同じノートを何回リノートしても一回として数えるように * Update count-same-renotes.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | Refactor | syuilo | 2020-02-16 | 1 | -4/+4 |
| | | |||||
| * | Resolve #5958 | syuilo | 2020-02-16 | 1 | -1/+6 |
| | | |||||
| * | Fix for CASCADE DELETE not being federated (#5812) | DW | 2020-02-13 | 1 | -5/+33 |
| | | | | | | | | | * Fix for CASCADE DELETE not being federated * Use JOIN to get user * fix typo | ||||
| * | なんかもうめっちゃ変えた | syuilo | 2020-02-10 | 1 | -0/+2 |
| | | | | | Resolve #5900 | ||||
| * | Correct Like id generation (#5852) | MeiMei | 2020-02-06 | 2 | -5/+5 |
| | | |||||
| * | リモート投稿にリモートでされたリアクションが表示さ ↵ | MeiMei | 2020-02-04 | 2 | -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-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | * Update trend.ts * Fix query * Update create.ts * Update create.ts * Update trend.ts | ||||
| * | v12 (#5712) | syuilo | 2020-01-30 | 3 | -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 bug | syuilo | 2019-11-23 | 1 | -1/+1 |
| | | |||||
| * | 無駄なAP deliverをしないように (#5589) | MeiMei | 2019-11-09 | 3 | -100/+42 |
| | | | | | | | | | | | | | | | | | * DeliverManager, note/create * recipe * followers delivers * comment * rename * fix * cleanup | ||||
| * | 新規投稿のMFMをHTMLに変換する際、リモートユーザーへの ↵ | rinsuki | 2019-11-01 | 1 | -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 limit | syuilo | 2019-09-27 | 1 | -1/+1 |
| | | |||||
| * | Limit the tag counts to 100 (#5263) | Acid Chicken (硫酸鶏) | 2019-09-27 | 1 | -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-22 | 1 | -1/+1 |
| | | | | | | | | | (#5443) * Use stringz.length instead of String.length * length to 128, ignore combining | ||||
| * | AP Undo Announce (#5400) | MeiMei | 2019-09-08 | 1 | -1/+13 |
| | | | | | | | * AP Undo Announce * Use activity id | ||||
| * | updateHashtagを並列で行わないように (#5284) | MeiMei | 2019-08-18 | 1 | -2/+2 |
| | | |||||
| * | リモートユーザー向けのNoteUnreadsレコードは作成しない ↵ | MeiMei | 2019-08-17 | 1 | -1/+4 |
| | | | | | うに (#5280) | ||||
| * | Elasticsearchのインデックス名をconfigで変更できるように ↵ | 和風ドレッシング | 2019-08-09 | 1 | -1/+1 |
| | | | | | (#5257) | ||||
| * | Fix question (#5197) | MeiMei | 2019-07-20 | 1 | -1/+0 |
| | | |||||
| * | Fix: Delete is not deliver (#4950) | MeiMei | 2019-05-20 | 1 | -6/+13 |
| | | | | | | | * Fix: Delete is not deliver * fix | ||||
| * | Resolve #3119 | syuilo | 2019-04-25 | 1 | -3/+4 |
| | | |||||
| * | Refactorgin | syuilo | 2019-04-25 | 1 | -67/+64 |
| | | |||||
| * | Fix #4704 (#4797) | MeiMei | 2019-04-25 | 1 | -1/+3 |
| | | | | | | | * Fix #4632 * Fix #4795 | ||||
| * | Cache meta | syuilo | 2019-04-24 | 1 | -1/+1 |
| | | |||||
| * | Refactor API (#4770) | syuilo | 2019-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip | ||||
| * | Refactor | syuilo | 2019-04-17 | 3 | -3/+3 |
| | | |||||
| * | Update read.ts | syuilo | 2019-04-15 | 1 | -4/+4 |
| | | |||||
| * | inc/dec score | syuilo | 2019-04-14 | 2 | -2/+4 |
| | | |||||
| * | Better error handling | syuilo | 2019-04-14 | 3 | -6/+6 |
| | | |||||
| * | Fix bug | syuilo | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Fix bug | syuilo | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Refactor | syuilo | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | strictNullChecks (#4666) | syuilo | 2019-04-13 | 5 | -69/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip | ||||
| * | Better error handling | syuilo | 2019-04-12 | 1 | -5/+3 |
| | | |||||
| * | トランザクションを使用してアンケートレコードの挿入 ↵ | syuilo | 2019-04-12 | 1 | -16/+24 |
| | | | | | 失敗した場合に投稿レコードの挿入もなかったことにするように | ||||
| * | Clean up | syuilo | 2019-04-12 | 1 | -18/+0 |
| | | |||||
| * | 非正規化カラムを削除 | syuilo | 2019-04-12 | 3 | -5/+12 |
| | | | | | 非正規化するほどの情報じゃない | ||||
| * | Clean up | syuilo | 2019-04-10 | 2 | -2/+1 |
| | | |||||
| * | テーブル分割 | syuilo | 2019-04-10 | 3 | -7/+13 |
| | | |||||
| * | Improve instance chart | syuilo | 2019-04-08 | 2 | -2/+2 |
| | | |||||