| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Resolve #3581 (#3589) | Acid Chicken (硫酸鶏) | 2018-12-11 | 10 | -2/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update ja-JP.yml * Create 404.vue * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update 404.vue * Update meta.ts * Update instance.vue * Update update-meta.ts | ||||
| * | Show user fields (#3590) | MeiMei | 2018-12-11 | 7 | -1/+132 |
| | | |||||
| * | :art: | syuilo | 2018-12-11 | 1 | -3/+1 |
| | | |||||
| * | Fix #3325 | syuilo | 2018-12-10 | 1 | -0/+2 |
| | | |||||
| * | Use && and || to eliminate if-statement (#3559) | Aya Morisawa | 2018-12-10 | 1 | -23/+4 |
| | | | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | [Client] Fix #3396 | syuilo | 2018-12-10 | 1 | -2/+10 |
| | | |||||
| * | Fix bug | syuilo | 2018-12-10 | 1 | -0/+7 |
| | | |||||
| * | Use primitive type string instead of String (#3578) | Aya Morisawa | 2018-12-09 | 1 | -2/+2 |
| | | |||||
| * | Fix bug? | syuilo | 2018-12-09 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/syuilo/misskey into develop | syuilo | 2018-12-09 | 1 | -5/+7 |
| |\ | |||||
| | * | Re: #3556 (#3568) | Acid Chicken (硫酸鶏) | 2018-12-09 | 1 | -5/+7 |
| | | | | | | | | | | | | | * Update index.ts * Update index.ts | ||||
| * | | Use camelCase | syuilo | 2018-12-09 | 5 | -5/+5 |
| |/ | |||||
| * | Fix mobile following/followed list (#3574) | MeiMei | 2018-12-09 | 1 | -1/+1 |
| | | |||||
| * | Improve tags settings (#3569) | MeiMei | 2018-12-09 | 2 | -7/+24 |
| | | |||||
| * | :art: | syuilo | 2018-12-09 | 1 | -3/+4 |
| | | |||||
| * | Revert "Eliminate if-statement (#3556)" | syuilo | 2018-12-09 | 1 | -1/+5 |
| | | | | | This reverts commit fb8b0c291dff0bec2aca85fda34ebff9c8c49b91. | ||||
| * | #2501 (#3567) | tamaina | 2018-12-09 | 1 | -15/+13 |
| | | | | | | | | | | | * refactor mfm/html * fix * fix * https://github.com/syuilo/misskey/pull/3567#discussion_r240023301 | ||||
| * | Eliminate if-statement (#3556) | Aya Morisawa | 2018-12-09 | 1 | -5/+1 |
| | | |||||
| * | #2501 (#3560) | Aya Morisawa | 2018-12-09 | 1 | -4/+2 |
| | | | | | | | * #2501 * Update stream.ts | ||||
| * | Refactor getChildrenCount (#3554) | Aya Morisawa | 2018-12-09 | 1 | -9/+2 |
| | | | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | Refactor getTextCount (#3553) | Aya Morisawa | 2018-12-09 | 1 | -9/+3 |
| | | | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | Eliminate if-statement (#3564) | Aya Morisawa | 2018-12-09 | 1 | -9/+1 |
| | | |||||
| * | Eliminate duplicated condition on if-statement (#3563) | Aya Morisawa | 2018-12-09 | 1 | -3/+5 |
| | | |||||
| * | Eliminate if-statement (#3562) | Aya Morisawa | 2018-12-09 | 1 | -8/+3 |
| | | |||||
| * | Eliminate if-statement (#3561) | Aya Morisawa | 2018-12-09 | 1 | -4/+1 |
| | | | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | Use && to eliminate if-statement (#3558) | Aya Morisawa | 2018-12-09 | 1 | -5/+1 |
| | | |||||
| * | Eliminate if-statement (#3555) | Aya Morisawa | 2018-12-09 | 1 | -5/+1 |
| | | |||||
| * | #2501 | Aya Morisawa | 2018-12-09 | 1 | -4/+2 |
| | | |||||
| * | Fix follow duplicate (#3548) | MeiMei | 2018-12-08 | 2 | -4/+21 |
| | | | | | | | * フォローとリクエスト両方存在しても解除する * 既にフォローしてても承認できるように | ||||
| * | improve user-integration display in the user page (#3541) | tamaina | 2018-12-08 | 6 | -94/+82 |
| | | | | | | | * improve user-integration display in the user page * delete unnecessary comma | ||||
| * | Update server-stats.ts (#3512) | Acid Chicken (硫酸鶏) | 2018-12-08 | 1 | -1/+1 |
| | | |||||
| * | [Client] Improve cw-button | syuilo | 2018-12-08 | 9 | -9/+32 |
| | | |||||
| * | Add comment | syuilo | 2018-12-08 | 1 | -0/+2 |
| | | |||||
| * | Improve custom emoji parsing (#3539) | MeiMei | 2018-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | * Use MFM parser for extracting emoji in name * Fix custom emoji regex * Revert "Fix custom emoji regex" This reverts commit 4c21caf59753e7653c02f81ddf0cde8c44f48008. | ||||
| * | Resolve #3537 (#3540) | MeiMei | 2018-12-08 | 1 | -3/+11 |
| | | | | | | | * Resolve #3537 * tune | ||||
| * | Apply tag length limit from AP (#3536) | MeiMei | 2018-12-07 | 1 | -3/+2 |
| | | |||||
| * | #2593 (mobile) (#3521) | Aya Morisawa | 2018-12-07 | 1 | -2/+8 |
| | | |||||
| * | Update parser.ts | syuilo | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | Resolve #3529 | syuilo | 2018-12-07 | 1 | -0/+1 |
| | | |||||
| * | Fix bug caused by Chrome 71 (#3535) | Acid Chicken (硫酸鶏) | 2018-12-07 | 2 | -2/+4 |
| | | | | | | | | | | | | | * Update emoji.vue * Update autocomplete.vue * Update emoji.vue * Update autocomplete.vue * Update emoji.vue | ||||
| * | Add user name conversions (#3534) | MeiMei | 2018-12-07 | 10 | -17/+17 |
| | | | | | | | * Add user name conversions * add conversion | ||||
| * | lint fix (#3522) | MeiMei | 2018-12-06 | 1 | -16/+25 |
| | | |||||
| * | Add missing comma | Aya Morisawa | 2018-12-06 | 1 | -1/+1 |
| | | |||||
| * | #2593 (desktop) (#3518) | Aya Morisawa | 2018-12-06 | 1 | -2/+9 |
| | | |||||
| * | :v: | syuilo | 2018-12-06 | 1 | -4/+2 |
| | | |||||
| * | Resolve #3519 | syuilo | 2018-12-06 | 1 | -3/+7 |
| | | |||||
| * | Update photo-stream.vue | syuilo | 2018-12-06 | 1 | -5/+0 |
| | | |||||
| * | Refactor | syuilo | 2018-12-06 | 19 | -54/+43 |
| | | | | | Use mk-user-name | ||||
| * | Refactor | syuilo | 2018-12-06 | 13 | -12/+30 |
| | | | | | Make mk-user-name component | ||||
| * | Resolve #3347 , #3349 (#3513) | tamaina | 2018-12-06 | 4 | -3/+50 |
| | | | | | | | | | | | | * Resolve #3347 , #3349 Make deck columns' width be selectable and flexible * deckColumnMinwidth --> deckColumnMinWidth * w-default --> normal * :v: | ||||