| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update hcaptcha.d.ts | Acid Chicken (硫酸鶏) | 2020-05-02 | 1 | -2/+2 |
| * | Update src/@types/hcaptcha.d.ts | Acid Chicken (硫酸鶏) | 2020-05-02 | 1 | -2/+4 |
| * | Update src/server/api/private/signup.ts | Acid Chicken (硫酸鶏) | 2020-05-02 | 1 | -1/+1 |
| * | refactor | syuilo | 2020-05-02 | 1 | -15/+18 |
| * | Update signup.vue | Acid Chicken (硫酸鶏) | 2020-04-29 | 1 | -0/+1 |
| * | Fix bug | Acid Chicken (硫酸鶏) | 2020-04-29 | 1 | -36/+35 |
| * | Factorize *captcha component | Acid Chicken (硫酸鶏) | 2020-04-29 | 5 | -175/+179 |
| * | Refactor code | Acid Chicken (硫酸鶏) | 2020-04-29 | 1 | -2/+2 |
| * | Add *captcha settings guide | Acid Chicken (硫酸鶏) | 2020-04-29 | 1 | -0/+38 |
| * | Refactor codes | Acid Chicken (硫酸鶏) | 2020-04-29 | 3 | -17/+8 |
| * | Fix bug | Acid Chicken (硫酸鶏) | 2020-04-28 | 1 | -3/+12 |
| * | Add support for hCaptcha | Acid Chicken (硫酸鶏) | 2020-04-28 | 11 | -20/+229 |
| * | enhance(server): Resolve #6286 | syuilo | 2020-04-26 | 1 | -1/+3 |
| * | chore: Use kebab-case for file names | syuilo | 2020-04-26 | 8 | -5/+5 |
| * | fix(server): Fix #6284 | syuilo | 2020-04-26 | 1 | -1/+5 |
| * | feat(server): Improve boot process | syuilo | 2020-04-26 | 1 | -9/+11 |
| * | feat(server): Log postgresql version when boot | syuilo | 2020-04-26 | 1 | -0/+3 |
| * | chore(server): Add TODO | syuilo | 2020-04-26 | 1 | -0/+4 |
| * | fix(client): Fix a bug that if block of pages not working | syuilo | 2020-04-23 | 1 | -1/+1 |
| * | fix(client): Fix lint | syuilo | 2020-04-22 | 1 | -8/+8 |
| * | refactor(client): :sparkles: | syuilo | 2020-04-22 | 4 | -21/+19 |
| * | feat(client): Implement default upload folder setting | syuilo | 2020-04-22 | 9 | -206/+136 |
| * | Fix #6289 | syuilo | 2020-04-21 | 1 | -1/+1 |
| * | Fix #6229 | syuilo | 2020-04-21 | 1 | -2/+2 |
| * | fix(lint): Use const | syuilo | 2020-04-20 | 1 | -1/+1 |
| * | refactor(client): :sparkles: | syuilo | 2020-04-20 | 25 | -293/+285 |
| * | enhance(pages): Improve hcart | syuilo | 2020-04-19 | 1 | -0/+4 |
| * | fix(client): Fix bug that cannot post when image only | syuilo | 2020-04-19 | 1 | -1/+1 |
| * | enhance(client): Use icon instead of text | syuilo | 2020-04-19 | 1 | -1/+3 |
| * | feat(aiscript): Better env vars | syuilo | 2020-04-19 | 1 | -2/+3 |
| * | fix(client): Fix canvas overflow | syuilo | 2020-04-19 | 1 | -0/+2 |
| * | chore: :art: | syuilo | 2020-04-19 | 1 | -1/+5 |
| * | feat(pages): Improve chart | syuilo | 2020-04-19 | 1 | -2/+4 |
| * | fix(pages): Fix chart type detection | syuilo | 2020-04-19 | 1 | -1/+1 |
| * | Resolve #6276 | syuilo | 2020-04-19 | 3 | -8/+46 |
| * | feat(pages): Improve chart | syuilo | 2020-04-19 | 1 | -4/+20 |
| * | Merge branch 'develop' of https://github.com/syuilo/misskey into develop | syuilo | 2020-04-18 | 1 | -1/+2 |
| |\ | |||||
| | * | TLにNote追加時にdeepcopyする (#6275) | MeiMei | 2020-04-18 | 1 | -1/+2 |
| * | | Resolve #6274 | syuilo | 2020-04-18 | 2 | -4/+72 |
| |/ | |||||
| * | カスタム絵文字リアクションがプレビューされない不具... | Xeltica | 2020-04-18 | 1 | -1/+5 |
| * | chore(client): :art: | syuilo | 2020-04-17 | 3 | -8/+16 |
| * | chore(client): :art: | syuilo | 2020-04-17 | 1 | -0/+4 |
| * | feat(pages): Add rect method | syuilo | 2020-04-17 | 1 | -0/+1 |
| * | feat(pages): Disable AiScript step limitation to improve usability | syuilo | 2020-04-17 | 1 | -1/+0 |
| * | chore(client): :art: | syuilo | 2020-04-16 | 3 | -4/+16 |
| * | fix(pages): AiScript変数があると型チェックができない問題を... | syuilo | 2020-04-16 | 1 | -0/+1 |
| * | feat(pages): Add arc method | syuilo | 2020-04-16 | 1 | -0/+1 |
| * | Fix Media List in CW Content (#6099) | tamaina | 2020-04-16 | 2 | -6/+12 |
| * | リアクションの修正 (#6260) | MeiMei | 2020-04-16 | 4 | -18/+21 |
| * | 0以下のリアクションは送らないように Resolve #6263 (#6264) | MeiMei | 2020-04-16 | 1 | -0/+2 |