Commit graph

1410 commits

Author SHA1 Message Date
syuilo
90d3f94fcf 🎨 2017-11-10 01:33:30 +09:00
syuilo
b93a9cdd8c Use import 2017-11-10 01:11:46 +09:00
syuilo
8512e3046a ✌️ 2017-11-10 01:11:00 +09:00
syuilo
cc07e85ef4 🎨 2017-11-10 00:54:43 +09:00
syuilo
b41ec37380 🎨 2017-11-09 21:31:38 +09:00
syuilo
515a874081 🎨 2017-11-09 21:19:08 +09:00
syuilo
70ba9c57a7 #886 2017-11-09 15:07:09 +09:00
syuilo
173ee4bb0e スライドショーをランダムに 2017-11-09 13:33:41 +09:00
syuilo
f7408f4e82 Fix glitch 2017-11-09 03:05:26 +09:00
syuilo
d4f7617b3b Implement #888 2017-11-09 02:56:02 +09:00
syuilo
860a322c36 [API] Improve drive/files 2017-11-09 02:55:03 +09:00
syuilo
bdffc00dca Clean up 2017-11-09 02:28:01 +09:00
syuilo
68b1721ecf なんかもうめっちゃやった 2017-11-08 23:43:47 +09:00
syuilo
1c60dfe2d9 ✌️ 2017-11-08 20:03:58 +09:00
syuilo
a5b5999cc6 より多くのスレッドを表示するように 2017-11-08 16:53:34 +09:00
syuilo
ed79710c2b Fix bug 2017-11-08 16:52:06 +09:00
syuilo
e78989c3d4 ✌️ 🎨 ✌️ 2017-11-08 16:50:33 +09:00
syuilo
93c0af613f Improve performance 2017-11-08 14:58:48 +09:00
syuilo
253747ecfb Fix bugs 2017-11-08 14:43:42 +09:00
syuilo
6b0db9b877 ✌️ 2017-11-07 21:23:09 +09:00
syuilo
bb8fd5b90f Fix bug 2017-11-07 21:16:13 +09:00
syuilo
a85d5ac4bb #882 2017-11-07 21:04:32 +09:00
otofune
fb422b4d60 use 'name' param as GridFS file's 'filename' 2017-11-07 09:30:51 +09:00
otofune
a7762aea4f file - if 'name' param given, validate 2017-11-07 09:18:40 +09:00
otofune
8e62cc1efd file - unify '/:id' & '/:id/:name' 2017-11-07 09:14:39 +09:00
otofune
f80283a94f add 'format' script to use autofix w/ tslint 2017-11-07 09:04:16 +09:00
syuilo
b06950d5e7 ハッシュ値はMongoDB側で管理されているから手動でインデックスを明示する必要はなさそうだ 2017-11-06 22:22:48 +09:00
syuilo
6df3db23d6 Fix index creation 2017-11-06 22:10:40 +09:00
syuilo
26d4ebfe1a Refactor 2017-11-06 20:03:50 +09:00
syuilo
7940c0901d ✌️ 2017-11-06 19:59:14 +09:00
otofune
d7e1ffb005 remove whitespace 2017-11-06 18:38:59 +09:00
otofune
c1fc3b9f6e add safety guard to serializers & fix importing uncorrect serializer 2017-11-06 18:30:49 +09:00
otofune
3be69a8cb7 /drive/files/update - return collectly value 2017-11-06 16:49:31 +09:00
otofune
d5cc4cc9c2 fix lint (automattic) 2017-11-06 16:32:01 +09:00
otofune
04648db1c2 remove console 2017-11-06 16:29:13 +09:00
otofune
4c5a4d2597 core - fix metadata searching 2017-11-06 16:26:17 +09:00
otofune
64be0d6ded MongoDBの階層構造検索に関する思い違いの修正 2017-11-06 16:22:18 +09:00
otofune
b266ed3e4f fix 2017-11-06 16:11:24 +09:00
otofune
5279d062df fix 2017-11-06 16:09:51 +09:00
otofune
b50813649a serializers - posts: fix awaiting 2017-11-06 15:58:39 +09:00
otofune
7b1fc2c5d6 api - endpoint:timeline: unneed promise wrapping 2017-11-06 15:55:47 +09:00
otofune
7553c6dd38 serializers - posts: no need Promise wrapping 2017-11-06 15:52:09 +09:00
otofune
0ee6d65921 fix timeline 2017-11-06 15:45:21 +09:00
otofune
28a39bccf9 file-server - support new DriveFile w/ GridFS on '/:id/:name' 2017-11-06 15:39:16 +09:00
otofune
2ce3179d50 fileserver - fix dummy path 2017-11-06 15:37:04 +09:00
otofune
a5160a1bba fileserver - support DriveFile w/ GridFS 2017-11-06 15:35:20 +09:00
otofune
d0dab265f4 serializers - drive-file: add created_at field by uploadedDate 2017-11-06 15:27:16 +09:00
otofune
18b1ef29ad migration to GridFS's DriveFile 2017-11-06 15:18:45 +09:00
otofune
7e81e0db6a support GridFS 2017-11-06 14:37:24 +09:00
otofune
7cd6b1c666 follow lint 2017-11-05 22:26:16 +09:00
otofune
5aa5e5cc70 serializers - user: run promises in parallel as possible 2017-11-05 22:22:49 +09:00
otofune
11190f56ad serializers/post - run promises in parallel
now w/ opts.detail, returns my_reaction field as 'null' w/ no reaction
(before: field appears w/ some reaction)
2017-11-05 22:13:28 +09:00
otofune
78487934c7 selializers - posts: unneed async-await
Promise.all resolves all Promise, and selializeDriveFile returns Promise.
2017-11-05 21:11:16 +09:00
syuilo
97f0b29d4a [Client] set lang 2017-11-03 17:46:42 +09:00
syuilo
0ff0107cb8 typo 2017-11-03 17:44:52 +09:00
こぴなたみぽ
f7bc60d5bc
Update safe.js 2017-11-03 17:37:05 +09:00
syuilo
9f9f2a9945 Fix 2017-11-02 14:43:56 +09:00
syuilo
b77ffdbeb1 Refactor 2017-11-02 12:56:07 +09:00
syuilo
e7fbf873ef ✌️ 2017-11-02 12:39:19 +09:00
syuilo
9f6cc8bafb 🎨 2017-11-02 00:20:33 +09:00
syuilo
667ddfea9a Fix bug 2017-11-02 00:04:39 +09:00
syuilo
ec4f3595b9 Improve usability 2017-11-02 00:02:03 +09:00
syuilo
d6b03c43eb Implement Channel Watching 2017-11-01 19:33:08 +09:00
syuilo
5e2053ca86 ✌️ 2017-11-01 17:20:54 +09:00
syuilo
e221d410e0 Fix bug 2017-11-01 17:09:24 +09:00
syuilo
b65e038686 Better progress bar 2017-11-01 16:48:00 +09:00
syuilo
86901b68b8 いい感じに 2017-11-01 16:42:15 +09:00
syuilo
3cbb3ff81f wip 2017-11-01 13:39:05 +09:00
syuilo
7bb6c66b34 ✌️ 2017-11-01 13:25:09 +09:00
syuilo
c5b6dabd07 wip 2017-11-01 13:20:55 +09:00
syuilo
c3174e9768 Fix bug 2017-11-01 13:17:47 +09:00
syuilo
6ab0e81e1c ✌️ 2017-11-01 13:11:40 +09:00
syuilo
079dd2f68c 🎨 2017-11-01 12:49:54 +09:00
syuilo
8a0c0383d1 🎨 2017-11-01 12:46:58 +09:00
syuilo
5f968f3f25 Fix bug 2017-11-01 12:44:53 +09:00
syuilo
bbd3b6da07 wip 2017-11-01 12:34:12 +09:00
syuilo
f60eae5c91 ✌️ 2017-11-01 12:28:35 +09:00
こぴなたみぽ
23282c2414 Refactor 2017-11-01 10:45:01 +09:00
こぴなたみぽ
60a7640eb1 RENAME: reply_to -> reply 2017-11-01 10:22:40 +09:00
syuilo
f1f552c4f1 ✌️ 2017-11-01 05:16:05 +09:00
syuilo
47cabbad92 Oops 2017-11-01 05:02:06 +09:00
syuilo
7600ce2591 Fix bug 2017-11-01 05:00:53 +09:00
syuilo
b60ed8f20c Refactor 2017-11-01 04:32:18 +09:00
syuilo
c5d5f7cef3 Fix bug 2017-11-01 04:28:53 +09:00
syuilo
6f242f229a ✌️ 2017-11-01 04:16:16 +09:00
syuilo
42be937fcb wip 2017-11-01 04:11:56 +09:00
syuilo
0cffc1cac0 wip 2017-11-01 03:42:50 +09:00
syuilo
20707d6fd9 wip 2017-11-01 03:41:34 +09:00
syuilo
3c4719a0b1 wip 2017-11-01 03:31:36 +09:00
syuilo
f37fb38640 wip 2017-11-01 03:17:14 +09:00
syuilo
e770cd6f55 wip 2017-11-01 02:16:05 +09:00
syuilo
71c3e11708 wip 2017-11-01 01:38:19 +09:00
syuilo
346c2959e0 wip 2017-11-01 00:10:30 +09:00
syuilo
f87ec61e96 wip 2017-10-31 23:11:22 +09:00
syuilo
5efb52b9f5 wip 2017-10-31 22:35:31 +09:00
syuilo
30a4e839a6 Fix indent 2017-10-31 22:14:12 +09:00
syuilo
b4340b1d91 wip 2017-10-31 22:09:09 +09:00
syuilo
dc9fddf839 RENAME: bbs -> channel 2017-10-31 21:42:11 +09:00
syuilo
0e95cdb04c Merge remote-tracking branch 'refs/remotes/origin/master' into bbs 2017-10-31 21:32:38 +09:00
syuilo
caa47cb38c 未読の通知がある場合アイコンを表示するように 2017-10-30 22:12:10 +09:00
syuilo
77528f022d wip 2017-10-30 17:30:32 +09:00
syuilo
9aed3d21c9 i18n 2017-10-27 08:04:18 +09:00
syuilo
58af4365e9 [Client] Set description meta tag 2017-10-26 09:02:40 +09:00
syuilo
d5930462b9 ✌️ 2017-10-25 20:48:52 +09:00
syuilo
a41a05de31 Fix #89 2017-10-25 20:48:45 +09:00
syuilo
e581ce3014 メジャーバージョンを明記 2017-10-25 20:27:24 +09:00
syuilo
47fb9879a7 [Client] Implement troubleshooting 2017-10-25 17:56:28 +09:00
syuilo
27f98578c5 ✌️ 2017-10-25 08:01:20 +09:00
syuilo
c964abcf75 モバイル版からでもクライアントバージョンを確認できるように 2017-10-22 15:22:28 +09:00
こぴなたみぽ
5f40e7eaa4 オフラインでも画像を表示できるようにbase64にして埋め込むようにした 2017-10-22 14:11:28 +09:00
syuilo
e77b017edf Fix bug 2017-10-09 20:12:06 +09:00
syuilo
b717e575ea Refactor: Remove the magick numbers 2017-10-09 19:52:18 +09:00
syuilo
c8dbf5776e ✌️ 2017-10-09 00:49:48 +09:00
syuilo
1316f17dca Improve the othello AI 2017-10-09 00:43:53 +09:00
syuilo
06a4cb93df Refactor 2017-10-09 00:23:17 +09:00
syuilo
e6474cf239 ✌️ 2017-10-08 18:42:08 +09:00
syuilo
a4ffd9c321 ✌️ 2017-10-08 18:30:37 +09:00
syuilo
9f6f616ecc ✌️ 2017-10-08 12:09:10 +09:00
syuilo
27102094c8 ✌️ 2017-10-08 12:01:57 +09:00
syuilo
e05144b93e ✌️ 2017-10-08 04:13:38 +09:00
syuilo
c14f946bd4 ✌️ 2017-10-08 03:56:03 +09:00
syuilo
0f7a7a4ebb ✌️ 2017-10-08 03:36:34 +09:00
syuilo
b18e4fea98 ✌️ 2017-10-08 03:24:10 +09:00
syuilo
d4d110a5c2 ✌️ 2017-10-07 19:39:36 +09:00
syuilo
103979dd6f ✌️ 2017-10-07 19:37:51 +09:00
syuilo
a931bcbf8d ✌️ 2017-10-07 19:29:32 +09:00
syuilo
b1990bc847 ✌️ 2017-10-07 19:15:32 +09:00
syuilo
041499814a ✌️ 2017-10-07 19:09:10 +09:00
syuilo
844c62e257 ✌️ 2017-10-07 18:50:44 +09:00
syuilo
d6c11e31f3 oops 2017-10-07 18:37:19 +09:00
syuilo
64db806627 ✌️ 2017-10-07 18:31:55 +09:00
syuilo
96b6ef4d9b ✌️ 2017-10-07 18:30:04 +09:00
syuilo
d1f5d62251 Refactor 2017-10-07 17:20:47 +09:00
syuilo
83c3490426 ✌️ 2017-10-07 08:04:55 +09:00
syuilo
88e8dffb5b ✌️ 2017-10-07 07:50:47 +09:00
syuilo
3795b88277 ✌️ 2017-10-07 07:34:35 +09:00
syuilo
91251916ce ✌️ 2017-10-07 07:23:00 +09:00
syuilo
fe98dd927d ✌️ 2017-10-07 06:58:50 +09:00
syuilo
1d4f9378ca ✌️ 2017-10-07 06:43:36 +09:00
syuilo
f5fe36825b ✌️ 2017-10-07 06:03:16 +09:00
syuilo
0f2b503f2f ✌️ 2017-10-07 05:50:01 +09:00
syuilo
0b20c3caa6 ✌️ 2017-10-07 04:48:56 +09:00
syuilo
fffea98462 ✌️ 2017-10-07 04:30:57 +09:00
syuilo
6a5c6280ff ✌️ 2017-10-07 03:36:46 +09:00
syuilo
588f35a16a Merge branch 'master' of https://github.com/syuilo/misskey 2017-09-16 17:31:41 +09:00
syuilo
a12cc1a1b0 Refactoring 2017-09-16 17:31:37 +09:00
こぴなたみぽ
76c0f67def typo 2017-09-16 14:38:58 +09:00
こぴなたみぽ
0b3cee9057 Refactor: Better English 2017-09-16 14:38:33 +09:00
こぴなたみぽ
b2e28869cc oops 2017-09-16 14:31:24 +09:00
こぴなたみぽ
bbfac657fb Refactoring 2017-09-16 14:30:44 +09:00
こぴなたみぽ
e22a6f2913 Update user.ts 2017-09-09 04:39:23 +09:00
syuilo
13a568889c Implement #770 2017-09-08 23:29:33 +09:00
syuilo
5c37b9cef3 Implement #771 2017-09-08 22:10:25 +09:00
syuilo
e1aea70154 Refactoring 2017-09-08 20:49:53 +09:00
syuilo
69ab594ac7 Refactoring 2017-09-08 17:24:11 +09:00
syuilo
3feeaccf59 Add type definition 2017-09-08 04:13:01 +09:00
syuilo
bc23ec0a95 wip dark 2017-09-07 20:22:36 +09:00
syuilo
bc2dbb8df4 v2566 2017-09-07 18:29:26 +09:00
syuilo
24983b6269 Fix 2017-09-07 18:21:15 +09:00
syuilo
54b007f1ac #768とか 2017-09-07 18:15:53 +09:00
syuilo
0f6b78df58 ✌️ 2017-09-07 18:15:24 +09:00
syuilo
9a0a2fdd85 ✌️ 2017-09-07 16:15:40 +09:00
syuilo
1e3f93d68e ✌️ 2017-09-07 14:52:07 +09:00
syuilo
af0dd26224 ✌️ 2017-09-07 13:33:39 +09:00
syuilo
5b36fe0e3a Fix bug 2017-09-07 13:32:07 +09:00
syuilo
1ed468911e Rename 2017-09-07 13:31:31 +09:00
syuilo
e891b34d61 Rename 2017-09-07 13:19:28 +09:00
syuilo
c5bb7dabf9 Add analysis script 2017-09-07 13:19:14 +09:00
syuilo
47db3684a2 👍 2017-09-07 02:59:33 +09:00
syuilo
ed3e188bfc Refactoring 2017-09-06 23:58:28 +09:00
syuilo
c6b0bf42a1 wip 2017-09-06 23:19:58 +09:00
syuilo
cf7b1c0c5d wip 2017-09-06 21:29:56 +09:00
syuilo
f33571f2f4 wip 2017-09-06 19:41:36 +09:00
syuilo
5167434af8 Refactoring: Bundle related tags 2017-09-01 00:13:14 +09:00
syuilo
92a9fb282f Improve usability 2017-08-31 09:31:30 +09:00
syuilo
cb416ea1a5 Better English 2017-08-30 21:49:15 +09:00
syuilo
85da2f9255 🎨 2017-08-30 19:06:15 +09:00
syuilo
d51ac13b23 #748 2017-08-30 18:59:50 +09:00
syuilo
659446c075 Fix bug 2017-08-30 18:56:51 +09:00
syuilo
5d9572cda2 モバイル版のユーザーページに知り合いのフォロワーを表示するように 2017-08-30 18:06:16 +09:00
syuilo
7fe0abc5ce Implement #745 2017-08-30 17:45:23 +09:00
syuilo
631ff6e490 ✌️ 2017-08-30 17:37:11 +09:00
syuilo
52138eb4c3 [Client] Fix bug 2017-08-30 17:32:03 +09:00
syuilo
e7415dd42b Implement #746 2017-08-30 17:31:39 +09:00
syuilo
4c7152f4ac 🎨 2017-08-30 11:46:16 +09:00
syuilo
d86859b1ce モバイル版のユーザーページに最終ログイン日時を表示するように 2017-08-30 11:45:17 +09:00
syuilo
4c0fbaedfa モバイル版のアクティビティチャートを変更 2017-08-30 11:38:35 +09:00
syuilo
c1510f90ad v2503 2017-08-30 02:03:07 +09:00
syuilo
c15886e0e5 v2502 2017-08-30 01:54:09 +09:00
syuilo
9f477549dd ✌️ 2017-08-30 01:37:33 +09:00
syuilo
1134898003 v2498 2017-08-29 22:27:42 +09:00
syuilo
36a3bc1fdd 🎨 2017-08-29 22:24:28 +09:00
syuilo
f6b132a1f5 Fix #743 2017-08-29 22:13:32 +09:00
syuilo
0da4de955a Refactor 2017-08-29 22:07:51 +09:00
syuilo
e73abea25e Refactor 2017-08-29 21:59:57 +09:00
syuilo
9bfa0ee5e1 [Client] Improve usability 2017-08-29 21:49:09 +09:00
syuilo
27689a655c v2493-2 2017-08-29 19:42:55 +09:00
syuilo
d41f5dbe77 v2493 2017-08-29 19:27:06 +09:00
syuilo
22c5dc36a5 v2491 2017-08-29 16:05:38 +09:00
syuilo
6d14c3ed13 🎨 2017-08-29 15:46:58 +09:00