| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use PostgreSQL instead of MongoDB (#4572) | syuilo | 2019-04-07 | 53 | -463/+424 |
| * | Fix #4546 (#4548) | MeiMei | 2019-03-21 | 1 | -1/+1 |
| * | Custom reaction (#4517) | MeiMei | 2019-03-18 | 1 | -9/+1 |
| * | updatePersonを試行した時点でもlastFetchedAtを更新する (#4510) | MeiMei | 2019-03-16 | 1 | -0/+7 |
| * | Accept Article object (#4499) | MeiMei | 2019-03-15 | 4 | -10/+5 |
| * | Follow #3676 | Acid Chicken (硫酸鶏) | 2019-03-14 | 1 | -1/+1 |
| * | Follow #3676 | Acid Chicken (硫酸鶏) | 2019-03-14 | 1 | -1/+1 |
| * | Fix #4486 (#4487) | MeiMei | 2019-03-13 | 2 | -1/+23 |
| * | Add type annotation to avoid type error | syuilo | 2019-03-12 | 1 | -1/+1 |
| * | Ignore 4xx references in AP (#4463) | MeiMei | 2019-03-10 | 4 | -20/+37 |
| * | Fix bug | syuilo | 2019-03-08 | 1 | -41/+45 |
| * | Implement Update Question (#4435) | MeiMei | 2019-03-07 | 5 | -15/+114 |
| * | Enhance poll (#4409) | Acid Chicken (硫酸鶏) | 2019-03-06 | 9 | -35/+142 |
| * | Better log | syuilo | 2019-03-04 | 2 | -1/+11 |
| * | Better logs | syuilo | 2019-03-03 | 1 | -3/+9 |
| * | ログをデータベースに保存して管理画面で見れるように | syuilo | 2019-03-02 | 1 | -1/+1 |
| * | Use camelCase | syuilo | 2019-02-24 | 2 | -2/+2 |
| * | Fix bug | syuilo | 2019-02-18 | 1 | -3/+3 |
| * | ハッシュタグでユーザー検索できるように (#4298) | syuilo | 2019-02-17 | 1 | -0/+9 |
| * | Limit the parallelism of AP object processing (#4193) | MeiMei | 2019-02-09 | 2 | -4/+10 |
| * | Introduce per-instance chart (#4183) | syuilo | 2019-02-08 | 1 | -2/+2 |
| * | Refactoring: Move chart dir into services dir | syuilo | 2019-02-08 | 1 | -1/+1 |
| * | Implement instance blocking (#4182) | syuilo | 2019-02-08 | 1 | -0/+7 |
| * | Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0d | syuilo | 2019-02-07 | 1 | -1/+1 |
| * | Improve instance stats | syuilo | 2019-02-07 | 1 | -2/+2 |
| * | Check config on load (#4170) | Aya Morisawa | 2019-02-06 | 1 | -1/+1 |
| * | Better logs | syuilo | 2019-02-06 | 1 | -2/+2 |
| * | Add logs | syuilo | 2019-02-06 | 1 | -8/+15 |
| * | Refactoring | syuilo | 2019-02-05 | 1 | -1/+1 |
| * | Better error log of WebFinger | syuilo | 2019-02-04 | 1 | -0/+1 |
| * | Better error log of WebFinger | syuilo | 2019-02-04 | 1 | -1/+4 |
| * | Use internal logger instead of debug/console for logging | syuilo | 2019-02-03 | 11 | -47/+42 |
| * | Better logging | syuilo | 2019-02-03 | 3 | -21/+20 |
| * | Better log | syuilo | 2019-02-03 | 1 | -4/+5 |
| * | :art: | syuilo | 2019-02-03 | 1 | -1/+1 |
| * | [Server] Use logger for logging | syuilo | 2019-02-03 | 3 | -7/+10 |
| * | [Server] Use logger for logging | syuilo | 2019-02-03 | 2 | -12/+15 |
| * | Fix indent | syuilo | 2019-02-02 | 1 | -1/+1 |
| * | Create type definition for 'http-signature' (#4049) | Acid Chicken (硫酸鶏) | 2019-02-01 | 1 | -1/+1 |
| * | send/receive user hashtags via AP (#4064) | MeiMei | 2019-01-31 | 4 | -13/+23 |
| * | Create type definition for 'lookup-dns-cache' (#4051) | Acid Chicken (硫酸鶏) | 2019-01-31 | 1 | -6/+6 |
| * | Create type definition for 'promise-any' (#4055) | Acid Chicken (硫酸鶏) | 2019-01-31 | 1 | -1/+1 |
| * | Create type definition for 'webfinger.js' (#4054) | Acid Chicken (硫酸鶏) | 2019-01-31 | 1 | -2/+2 |
| * | Do not import as pack from AP renderer (#4048) | MeiMei | 2019-01-31 | 1 | -1/+1 |
| * | Avoid export default | Aya Morisawa | 2019-01-30 | 4 | -6/+6 |
| * | Rename html-to-mfm to fromHtml | Aya Morisawa | 2019-01-30 | 2 | -6/+6 |
| * | Rename html to toHtml | Aya Morisawa | 2019-01-30 | 2 | -2/+2 |
| * | Module 'crypto' as import syntax (#4011) | Acid Chicken (硫酸鶏) | 2019-01-30 | 1 | -1/+1 |
| * | 外部サービス認証情報の配信 (#3975) | Acid Chicken (硫酸鶏) | 2019-01-24 | 4 | -20/+88 |
| * | 投票未対応インスタンス向けメッセージをわかりやすく... | MeiMei | 2019-01-21 | 1 | -2/+4 |