Commit graph

2427 commits

Author SHA1 Message Date
syuilo
fe96f2f761 oops 2018-04-09 20:00:30 +09:00
syuilo
87740e8986 Clean up 2018-04-09 19:53:15 +09:00
syuilo
a2014d8021 Fix bug 2018-04-09 19:52:17 +09:00
syuilo
f9c5cb2639 Fix bug 2018-04-09 19:28:16 +09:00
syuilo
f44fad551f Fox bug 2018-04-09 19:26:23 +09:00
syuilo
e901582838 Fix bug 2018-04-09 19:23:52 +09:00
syuilo
1fc56be0d2 Fix bug 2018-04-09 19:18:15 +09:00
syuilo
130dd2739d oops 2018-04-09 18:56:31 +09:00
syuilo
bd9dfdd0c1 Fix bug 2018-04-09 18:54:03 +09:00
syuilo
37a99f0f02 Refactor 2018-04-09 18:52:29 +09:00
syuilo
4fd3283366 Fix bug 2018-04-09 17:38:22 +09:00
syuilo
73f946fd4a Fix bug 2018-04-09 17:33:52 +09:00
syuilo
34f77cb8a0 ユーザー名の少なくとも3文字以上という制限を撤廃 2018-04-09 17:09:57 +09:00
syuilo
c44b26f296 Fix bug 2018-04-09 05:44:35 +09:00
syuilo
40f482cc6b oops 2018-04-09 05:39:18 +09:00
syuilo
4de3c26e56 ✌️ 2018-04-09 05:37:50 +09:00
syuilo
0831159853 ✌️ 2018-04-09 05:34:33 +09:00
syuilo
8e6a772701 ✌️ 2018-04-09 05:30:17 +09:00
syuilo
0b4b9a2ef4 ✌️ 2018-04-09 05:27:38 +09:00
syuilo
ce81f4953b ✌️ 2018-04-09 05:23:35 +09:00
syuilo
d45e2661aa Fix bug 2018-04-09 05:14:47 +09:00
syuilo
d760f41da9 wip 2018-04-09 05:02:52 +09:00
syuilo
8089200d69 wip 2018-04-09 04:08:56 +09:00
unarist
9b58a541b1 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
48023998a4 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
8835d23b69 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
15ea610f95 Fix bug 2018-04-08 23:29:27 +09:00
syuilo
cffc8d124c 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
858e689389 Fix errors related to getUserName on NoteDetail component 2018-04-08 20:53:48 +09:00
unarist
6af2cd7a29 Fix model method definitions on profile page components 2018-04-08 20:48:01 +09:00
syuilo
0c2f47989e Fix bug 2018-04-08 19:30:19 +09:00
syuilo
4f29253b95 Fix bugs 2018-04-08 19:27:53 +09:00
syuilo
1884d79c55 Fix bug 2018-04-08 19:16:48 +09:00
syuilo
01349dd36d Clean up 2018-04-08 19:14:55 +09:00
syuilo
47607c7da6 Fix bug 2018-04-08 18:52:42 +09:00
syuilo
70214c45ce Provide url property 2018-04-08 18:21:02 +09:00
syuilo
d451c3b451 Fix bug 2018-04-08 17:40:03 +09:00
syuilo
094c5d2680 Fix bug 2018-04-08 17:37:16 +09:00
syuilo
e540a622cb oops 2018-04-08 17:23:32 +09:00
syuilo
358e8f162f ✌️ 2018-04-08 17:23:06 +09:00
syuilo
8fa89e0443 oops 2018-04-08 17:20:46 +09:00
syuilo
d2c02b307e oops 2018-04-08 17:16:11 +09:00
syuilo
fd91ad7df7 oops 2018-04-08 17:15:07 +09:00
syuilo
237eae2154 Check whether is local user 2018-04-08 15:51:32 +09:00
syuilo
1078dd6d65 ✌️ 2018-04-08 15:25:17 +09:00
syuilo
3c6eef8643 Use id in uri instead of username 2018-04-08 15:15:22 +09:00
syuilo
37afa07c8d Fix bug 2018-04-08 07:11:29 +09:00
syuilo
d482ca7f9f Implement announce
And bug fixes
2018-04-08 06:55:26 +09:00
syuilo
5e5c46545c Fix bug 2018-04-08 05:07:17 +09:00
syuilo
b288304ac3 Fix bugs 2018-04-08 05:02:50 +09:00
syuilo
96c7153188 Fix bugs 2018-04-08 04:44:59 +09:00
syuilo
f482c9329f Some bug fixes and clean ups 2018-04-08 04:02:12 +09:00
syuilo
9739dc4ac2 Some bug fixes 2018-04-08 03:58:11 +09:00
syuilo
2ebbb70356 Post --> Note
Closes #1411
2018-04-08 02:30:37 +09:00
syuilo
f79dc2cbc0 Implement like 2018-04-07 17:05:14 +09:00
syuilo
a85c9b8e6f Refactor 2018-04-07 16:36:40 +09:00
syuilo
7fd7751c08 Refactor 2018-04-07 16:14:35 +09:00
syuilo
6113f7260c Refactor 2018-04-07 15:54:11 +09:00
syuilo
8e8a9175ad Add todo 2018-04-07 15:52:42 +09:00
syuilo
eaffa118b4 oops 2018-04-07 15:45:03 +09:00
syuilo
5a7e706cab 各種カウントを復活させたりなど 2018-04-07 15:39:40 +09:00
syuilo
ac660e3170 oops 2018-04-07 13:05:10 +09:00
syuilo
68311019bf Merge branch 'master' into refactor 2018-04-07 13:03:19 +09:00
syuilo
20ae8012cf Ignore post that not public 2018-04-07 12:05:15 +09:00
syuilo
ad4378bda8 Support unlisted visibility type 2018-04-07 12:02:25 +09:00
syuilo
32516b1d8e Visibility support 2018-04-07 07:27:18 +09:00
syuilo
c2cced0a45 投稿に関しては論理削除するように
処理をシンプルにするため
2018-04-07 07:19:30 +09:00
syuilo
2311f3017e Fix bug 2018-04-07 06:59:20 +09:00
syuilo
3f85ae0fbf Refactor 2018-04-07 06:58:53 +09:00
syuilo
ee85f38eba Fix bug 2018-04-07 06:58:39 +09:00
syuilo
e1649f21a9 Fix bug 2018-04-07 06:51:35 +09:00
syuilo
3e96070371 Fix bug 2018-04-07 06:44:29 +09:00
syuilo
dc328301bd Increase limit to avoid warning 2018-04-07 06:25:58 +09:00
syuilo
d5f013193b Fix bug 2018-04-07 06:23:38 +09:00
syuilo
7b885d8368 Fix bug 2018-04-07 06:22:03 +09:00
syuilo
efb172bce8 Bug fixes and some refactors 2018-04-07 06:13:40 +09:00
syuilo
2057fdde4a Add todo 2018-04-07 00:07:30 +09:00
syuilo
85f1857d13 Merge pull request #1410 from akihikodaki/objec
Resolve local Object ID
2018-04-06 23:56:43 +09:00
syuilo
716f3a4505 Add index 2018-04-06 23:32:38 +09:00
syuilo
bcad552496 Log 2018-04-06 22:40:06 +09:00
syuilo
88e11c7b0c Fix bug 2018-04-06 22:15:31 +09:00
syuilo
24cfde31ab Add todo 2018-04-06 22:00:37 +09:00
syuilo
d2abfa5f2e Resolve local Person ID 2018-04-06 20:52:38 +09:00
syuilo
b1934adca6 Merge pull request #1408 from akihikodaki/person
Resolve local Person ID
2018-04-06 20:47:07 +09:00
syuilo
20956d46c0 Revert "Remove silent flag"
This reverts commit 9c15c94f801de7019f014446aa3b8ea42980a1da.
2018-04-06 20:45:33 +09:00
syuilo
5974e64f06 Split code 2018-04-06 19:35:23 +09:00
syuilo
0c1337905a Fix type annotation 2018-04-06 19:26:17 +09:00
syuilo
aeae5aa9ff Add todos 2018-04-06 19:23:13 +09:00
syuilo
38dab6704b Remove silent flag 2018-04-06 19:18:38 +09:00
こぴなたみぽ
b3f92e7608 Remove needless log 2018-04-06 14:57:01 +09:00
syuilo
9de6408557 Better English 2018-04-06 14:47:00 +09:00
syuilo
d9ccb0c668 Use error instaed of warn 2018-04-06 14:39:28 +09:00
syuilo
a0ea46a1ae Fix bug 2018-04-06 14:35:17 +09:00
Akihiko Odaki
0c4c15fc7d Resolve local Object ID 2018-04-06 12:55:48 +09:00
Akihiko Odaki
26b5b5b520 Resolve local Person ID 2018-04-06 12:54:34 +09:00
Akihiko Odaki
3fae72400b Add missing src/renderers/get-user-name.ts 2018-04-06 12:19:44 +09:00
syuilo
2ee0e81140 wip 2018-04-06 04:04:50 +09:00
syuilo
8ef8383ac3 Fix bugs 2018-04-06 03:42:55 +09:00
syuilo
7961ef33b2 RENAME: api --> services 2018-04-06 03:10:25 +09:00
Akihiko Odaki
06400ea2f5 Do not save 名無し as the name of a new user 2018-04-06 01:37:24 +09:00