Commit graph

2431 commits

Author SHA1 Message Date
syuilo dcd851cb68 Refactor 2018-04-10 02:20:06 +09:00
syuilo 805bc4b254 Refactor 2018-04-10 02:12:17 +09:00
syuilo ce9316491a Fix bug 2018-04-10 02:04:30 +09:00
syuilo d0aed377b9 Fix bug 2018-04-09 20:03:38 +09:00
syuilo 9f4781c691 oops 2018-04-09 20:00:30 +09:00
syuilo 84ffcb9672 Clean up 2018-04-09 19:53:15 +09:00
syuilo b4d806033c Fix bug 2018-04-09 19:52:17 +09:00
syuilo d06b80deb8 Fix bug 2018-04-09 19:28:16 +09:00
syuilo fe15a5abda Fox bug 2018-04-09 19:26:23 +09:00
syuilo 48d540e9f4 Fix bug 2018-04-09 19:23:52 +09:00
syuilo 2560d3d1c1 Fix bug 2018-04-09 19:18:15 +09:00
syuilo 47fc8f63be oops 2018-04-09 18:56:31 +09:00
syuilo 592527cd5f Fix bug 2018-04-09 18:54:03 +09:00
syuilo 98fe9c39eb Refactor 2018-04-09 18:52:29 +09:00
syuilo 2a5016865a Fix bug 2018-04-09 17:38:22 +09:00
syuilo 64547965b4 Fix bug 2018-04-09 17:33:52 +09:00
syuilo b9a676a1c1 ユーザー名の少なくとも3文字以上という制限を撤廃 2018-04-09 17:09:57 +09:00
syuilo d90ad34924 Fix bug 2018-04-09 05:44:35 +09:00
syuilo 5093f69b08 oops 2018-04-09 05:39:18 +09:00
syuilo 94e48ba122 ✌️ 2018-04-09 05:37:50 +09:00
syuilo 6b1dc866a8 ✌️ 2018-04-09 05:34:33 +09:00
syuilo 44e5ae110e ✌️ 2018-04-09 05:30:17 +09:00
syuilo 1186b788d6 ✌️ 2018-04-09 05:27:38 +09:00
syuilo cf5b679117 ✌️ 2018-04-09 05:23:35 +09:00
syuilo d8a87379ca Fix bug 2018-04-09 05:14:47 +09:00
syuilo 536277122d wip 2018-04-09 05:02:52 +09:00
syuilo 08beb45935 wip 2018-04-09 04:08:56 +09:00
unarist 3c4235067f Fix username/mention regexes
* Allow underscore instead of hypen
* Fix domain part handling
* Add tests for remote mention
2018-04-09 01:52:41 +09:00
syuilo 34281de04e
Merge pull request #1420 from unarist/fix/banner-selection
Fix banner selection from user page and drives
2018-04-09 00:38:49 +09:00
unarist 8a37227907 Fix banner selection from user page and drives
Previously, updateBanner takes a callback as a first argument of the function, but some calls passes a file object.

I've refactored it with Promise to avoid those misuses (although it should have type definitions :/)
2018-04-09 00:33:56 +09:00
syuilo ad1a86113b Fix bug 2018-04-08 23:29:27 +09:00
syuilo 2ce9ea2eda
Merge pull request #1418 from unarist/fix/note-detail
Fix errors related to getUserName on NoteDetail component
2018-04-08 20:56:09 +09:00
unarist 0d036100ee Fix errors related to getUserName on NoteDetail component 2018-04-08 20:53:48 +09:00
unarist c087edd33a Fix model method definitions on profile page components 2018-04-08 20:48:01 +09:00
syuilo ba280ac380 Fix bug 2018-04-08 19:30:19 +09:00
syuilo 2076ab876a Fix bugs 2018-04-08 19:27:53 +09:00
syuilo 282f685065 Fix bug 2018-04-08 19:16:48 +09:00
syuilo 998b1c4a9c Clean up 2018-04-08 19:14:55 +09:00
syuilo 9b4778c05f Fix bug 2018-04-08 18:52:42 +09:00
syuilo a1e6bb6fa3 Provide url property 2018-04-08 18:21:02 +09:00
syuilo a16b96ccc0 Fix bug 2018-04-08 17:40:03 +09:00
syuilo 6eefdfcb17 Fix bug 2018-04-08 17:37:16 +09:00
syuilo 7093d4b87a oops 2018-04-08 17:23:32 +09:00
syuilo cd198d8fbf ✌️ 2018-04-08 17:23:06 +09:00
syuilo 6089169a3c oops 2018-04-08 17:20:46 +09:00
syuilo 56da6f77c0 oops 2018-04-08 17:16:11 +09:00
syuilo 4753dfa4d9 oops 2018-04-08 17:15:07 +09:00
syuilo 5fb08b0ba1 Check whether is local user 2018-04-08 15:51:32 +09:00
syuilo 6d49edc0ab ✌️ 2018-04-08 15:25:17 +09:00
syuilo e63f884bc6 Use id in uri instead of username 2018-04-08 15:15:22 +09:00
syuilo 04cdb04ee2 Fix bug 2018-04-08 07:11:29 +09:00
syuilo 6e34e77372 Implement announce
And bug fixes
2018-04-08 06:55:26 +09:00
syuilo 0004944708 Fix bug 2018-04-08 05:07:17 +09:00
syuilo 5ddb047794 Fix bugs 2018-04-08 05:02:50 +09:00
syuilo 7f448221ce Fix bugs 2018-04-08 04:44:59 +09:00
syuilo cebea4e94c Some bug fixes and clean ups 2018-04-08 04:02:12 +09:00
syuilo a02ee3a08b Some bug fixes 2018-04-08 03:58:11 +09:00
syuilo a1b490afa7 Post --> Note
Closes #1411
2018-04-08 02:30:37 +09:00
syuilo c5f23bce78 Implement like 2018-04-07 17:05:14 +09:00
syuilo 321f61f1cb Refactor 2018-04-07 16:36:40 +09:00
syuilo 93f631e358 Refactor 2018-04-07 16:14:35 +09:00
syuilo 7dc06b3d43 Refactor 2018-04-07 15:54:11 +09:00
syuilo 81d19195cf Add todo 2018-04-07 15:52:42 +09:00
syuilo c77013ab3e oops 2018-04-07 15:45:03 +09:00
syuilo 2259747072 各種カウントを復活させたりなど 2018-04-07 15:39:40 +09:00
syuilo 62171dce22 oops 2018-04-07 13:05:10 +09:00
syuilo ddced43ec7 Merge branch 'master' into refactor 2018-04-07 13:03:19 +09:00
syuilo ac5076c678 Ignore post that not public 2018-04-07 12:05:15 +09:00
syuilo e68dd11ecc Support unlisted visibility type 2018-04-07 12:02:25 +09:00
syuilo 779a37c4ae Visibility support 2018-04-07 07:27:18 +09:00
syuilo 494597236c 投稿に関しては論理削除するように
処理をシンプルにするため
2018-04-07 07:19:30 +09:00
syuilo 8273a7e748 Fix bug 2018-04-07 06:59:20 +09:00
syuilo a34710fea9 Refactor 2018-04-07 06:58:53 +09:00
syuilo b98e67bca4 Fix bug 2018-04-07 06:58:39 +09:00
syuilo a0c6e7af1c Fix bug 2018-04-07 06:51:35 +09:00
syuilo de620c822a Fix bug 2018-04-07 06:44:29 +09:00
syuilo 765a10c8da Increase limit to avoid warning 2018-04-07 06:25:58 +09:00
syuilo 866797a005 Fix bug 2018-04-07 06:23:38 +09:00
syuilo 66346495e5 Fix bug 2018-04-07 06:22:03 +09:00
syuilo ba1a81dab1 Bug fixes and some refactors 2018-04-07 06:13:40 +09:00
syuilo ef30390e76 Add todo 2018-04-07 00:07:30 +09:00
syuilo 81a6846f24
Merge pull request #1410 from akihikodaki/objec
Resolve local Object ID
2018-04-06 23:56:43 +09:00
syuilo 85d98f1e37 Add index 2018-04-06 23:32:38 +09:00
syuilo 3cf6eab119 Log 2018-04-06 22:40:06 +09:00
syuilo 2b02655a3f Fix bug 2018-04-06 22:15:31 +09:00
syuilo bc06c66407 Add todo 2018-04-06 22:00:37 +09:00
syuilo f640a8fd5b Resolve local Person ID 2018-04-06 20:52:38 +09:00
syuilo 358de80e65
Merge pull request #1408 from akihikodaki/person
Resolve local Person ID
2018-04-06 20:47:07 +09:00
syuilo a01251477e Revert "Remove silent flag"
This reverts commit 9c15c94f80.
2018-04-06 20:45:33 +09:00
syuilo 4e9ae8e8d5 Split code 2018-04-06 19:35:23 +09:00
syuilo 574e3b0bfd Fix type annotation 2018-04-06 19:26:17 +09:00
syuilo 0ecbafe5eb Add todos 2018-04-06 19:23:13 +09:00
syuilo 9c15c94f80 Remove silent flag 2018-04-06 19:18:38 +09:00
こぴなたみぽ eb0809ebb4 Remove needless log 2018-04-06 14:57:01 +09:00
syuilo 1e8fe4c6a8 Better English 2018-04-06 14:47:00 +09:00
syuilo 0856f4cd12 Use error instaed of warn 2018-04-06 14:39:28 +09:00
syuilo 862463a13c Fix bug 2018-04-06 14:35:17 +09:00
Akihiko Odaki 41acde0d8a Resolve local Object ID 2018-04-06 12:55:48 +09:00
Akihiko Odaki 6752594578 Resolve local Person ID 2018-04-06 12:54:34 +09:00
Akihiko Odaki 39b896a900 Add missing src/renderers/get-user-name.ts 2018-04-06 12:19:44 +09:00