Commit graph

5104 commits

Author SHA1 Message Date
syuilo
0a05a2d060
🎨 2018-11-14 20:23:51 +09:00
syuilo
a7e2ee3b0c
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-14 20:21:45 +09:00
syuilo
40efa90dd5
🎨 2018-11-14 20:21:35 +09:00
MeiMei
4ca0a22bfc Fix: default order of users/notes (#3234) 2018-11-14 20:18:47 +09:00
syuilo
20a943b193
🎨 2018-11-14 20:17:12 +09:00
syuilo
552df8737d
[Client] Add missing icon 2018-11-14 18:07:38 +09:00
syuilo
e76bf5707a
[Client] Fix icons 2018-11-14 18:03:38 +09:00
syuilo
bf37a72f59
🎨 2018-11-14 18:00:23 +09:00
syuilo
840ad75830
[Client] Better thumbnail generation 2018-11-14 18:00:15 +09:00
syuilo
46a51addad
ServiceWorkerはメンテナンスされていないのでとりあえず無効化 2018-11-14 16:39:04 +09:00
Acid Chicken (硫酸鶏)
00bb403497 Fix #3228 (#3230)
* Update index.ts

* fix sw.js path

* Revert "Update index.ts"

This reverts commit e0b1d4239f16b65512f5dbdd93c8765f708b5282.
2018-11-14 16:35:00 +09:00
syuilo
11afa8140c
[Client] Improve alert component 2018-11-14 16:30:58 +09:00
syuilo
850396e9da
[Client] Add missing icons 2018-11-14 14:57:59 +09:00
syuilo
5ee75be49e
🎨 2018-11-14 14:47:18 +09:00
syuilo
e509b1f488 Update github-bot.ts 2018-11-14 05:33:48 +09:00
syuilo
df23504ccf
[Client] Fix #3227 2018-11-14 03:05:13 +09:00
syuilo
66e3cb8eda
Update src/client/app/init.ts 2018-11-14 02:04:24 +09:00
syuilo
6ddd2389dc
[Client] Add missing icons 2018-11-14 01:45:15 +09:00
syuilo
402efb8c50
[Client] Fix imports 2018-11-14 01:40:29 +09:00
syuilo
7b6eae0ce4
Fix error 2018-11-14 01:32:38 +09:00
syuilo
26ce9725ce
[Client] Fix #3009 2018-11-14 01:31:36 +09:00
syuilo
cc81d41a05
[Client] Some optimizations 2018-11-13 23:33:30 +09:00
syuilo
a63ec05e41
[Client] Some optimizations 2018-11-13 23:06:31 +09:00
syuilo
0dcb527bf3
[Client] Fix bug 2018-11-13 22:45:28 +09:00
syuilo
54710f17fc
[Client] Some performance optimizations 2018-11-13 22:43:09 +09:00
syuilo
e58a6593c0
[Client] Fix bug 2018-11-13 22:42:31 +09:00
syuilo
62132570e1
[Client] Split components to reduce bundle size 2018-11-13 20:21:52 +09:00
MeiMei
9f0b8ba2f8 Fix: notes/create hangs when rejected (#3221) 2018-11-13 19:34:09 +09:00
syuilo
7896242f57
[Client] Fix #3213 2018-11-13 16:19:46 +09:00
syuilo
4a6722b9e9
Merge branch 'master' into develop 2018-11-13 15:01:52 +09:00
syuilo
7c9fb5228b
Improve usability 2018-11-13 15:01:05 +09:00
MeiMei
81805b01cc sort user timeline by date (#3210) 2018-11-13 01:17:59 +09:00
syuilo
6f2953f3a7
[Client] Clear cached locale data when shouldFlush is true 2018-11-13 01:11:36 +09:00
syuilo
dd3f007582
[Client] Improve post-form widget 2018-11-13 01:04:15 +09:00
syuilo
a4b2b093fc
🎨 2018-11-13 00:21:49 +09:00
syuilo
0fbf56219f
[Client] Emoji picker
Closes #3130
2018-11-13 00:12:55 +09:00
syuilo
c84500d914
Clean up 2018-11-12 06:12:22 +09:00
syuilo
33e79e4bb8
[Client] Split some components to reduce bundle size 2018-11-12 05:35:09 +09:00
syuilo
fab389e624
[Client] Stop generate scripts for each languages
Resolve #3172
2018-11-12 05:03:12 +09:00
syuilo
b1b02d0e32
[Client] Enable code splitting
And some optimizations
2018-11-12 04:09:02 +09:00
syuilo
0b40194d31
🎨 2018-11-12 01:20:26 +09:00
syuilo
c2038bec73
Improve streaming 2018-11-12 00:31:09 +09:00
syuilo
2dff48167c
🎨 2018-11-11 21:18:24 +09:00
syuilo
71d42f64dc
[Client] Implement word mute
Closes #1739
2018-11-11 21:17:51 +09:00
syuilo
1b4072610a
[Client] Fix i18n 2018-11-11 19:15:08 +09:00
syuilo
3826a820bb
[Client] Fix i18n
Closes #3192
2018-11-11 19:13:10 +09:00
syuilo
72cbab6514
[Clinet] Fix i18n 2018-11-11 19:10:15 +09:00
syuilo
15a2881083
[API] Fix #3203 2018-11-11 18:26:09 +09:00
Aya Morisawa
b62203b1f1 Check MongoDB version (#3185)
* Check MongoDB version

* Fix bug
2018-11-11 14:27:00 +09:00
MeiMei
16136c252a fix self host detection (#3201) 2018-11-11 13:11:16 +09:00
syuilo
75864a5125
Fix #3190 2018-11-11 13:08:48 +09:00
syuilo
a59f53e6da
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-11 12:43:52 +09:00
syuilo
2ceaccf9ab
Fix chart engine 2018-11-11 12:43:35 +09:00
MeiMei
036d46c459 show self host in unicode (#3200) 2018-11-11 12:35:30 +09:00
syuilo
5d3d78a73e
Better text 2018-11-11 02:44:54 +09:00
syuilo
6012e98ae6
Improve streaming API 2018-11-11 02:22:34 +09:00
syuilo
9c0e990568
Better chart generation 2018-11-10 23:25:09 +09:00
syuilo
d62c67208f
[Client] Show domain in admin page 2018-11-10 04:28:56 +09:00
syuilo
69eefc1425
[Client] Fix bug 2018-11-10 00:30:58 +09:00
syuilo
27bdb26202
Fix #3187 2018-11-10 00:28:50 +09:00
Aya Morisawa
fa4ea494bf Fix note menu (#3184) 2018-11-09 22:40:17 +09:00
Aya Morisawa
9f32713093 Eliminate mutable variable to construct menu items (#3183) 2018-11-09 22:35:33 +09:00
syuilo
5bcce97ff0
Fix bug 2018-11-09 22:19:43 +09:00
syuilo
825fdb2475
[Client] Fix bug 2018-11-09 22:11:11 +09:00
syuilo
460bb21c1e
Fix bug 2018-11-09 22:02:48 +09:00
syuilo
251cef3129
🎨 2018-11-09 21:46:35 +09:00
syuilo
d81c87af22
[Client] Fix bug 2018-11-09 21:42:36 +09:00
syuilo
cf0b7e26b5
Remove duplicated option 2018-11-09 21:30:12 +09:00
syuilo
3a1c3f9656
[Client] Fix bug 2018-11-09 21:27:27 +09:00
Aya Morisawa
035bdd0279 Add showVia option (#3182)
* Resolve #3160

* Fix bug

* Fix bug
2018-11-09 21:10:21 +09:00
syuilo
ac8817ef34
[Client] Fix bug 2018-11-09 18:38:10 +09:00
syuilo
372db65604
[Client] Fix i18n 2018-11-09 18:34:32 +09:00
syuilo
4a92635eae
🎨 2018-11-09 18:32:09 +09:00
syuilo
5e140d9a11
🎨 2018-11-09 18:25:30 +09:00
syuilo
0b53ef9bae
[Client] Fix bug 2018-11-09 18:25:21 +09:00
syuilo
3f79c9ae49
Refactor client (#3178)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2018-11-09 16:00:29 +09:00
syuilo
5d882dc3df
[Client] Fix bug 2018-11-09 14:19:30 +09:00
syuilo
5b4205bdbc
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-09 14:15:52 +09:00
syuilo
20cf2b3f77
[Client] Fix i18n 2018-11-09 14:15:29 +09:00
Aya Morisawa
3c0d2db3bc
Rename: setDifference -> difference (#3177)
* Improve setDifference

* Rename: setDifference -> difference
2018-11-09 14:14:53 +09:00
syuilo
9aa65fb600
[Client] Fix bug 2018-11-09 14:13:40 +09:00
syuilo
4dcb15ef0d
[Client] Fix bug 2018-11-09 14:10:50 +09:00
syuilo
ae6293cb6b
[Client] Improve usability 2018-11-09 14:10:23 +09:00
syuilo
2614771a7c
🎨 2018-11-09 13:54:00 +09:00
syuilo
ba2ebfad4f
[Client] Fix error 2018-11-09 13:53:44 +09:00
syuilo
51ba738c4b
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-09 13:47:28 +09:00
syuilo
c8081ed353
Fix i18n 2018-11-09 13:47:22 +09:00
Aya Morisawa
500fc47618 Add group function (#3175) 2018-11-09 13:03:46 +09:00
Aya Morisawa
276edd7cc2 Use sum function (#3174) 2018-11-09 11:02:23 +09:00
Aya Morisawa
a9436306ab Fix #3170 (#3173) 2018-11-09 11:01:55 +09:00
MeiMei
5b684c6deb On remote notes, not use content for detecting mentions (#3170)
* On remote note, detect mentioned users from to/cc

* fix
2018-11-09 08:44:19 +09:00
syuilo
5ef8a8b5f0
[Client] Fix #3168 2018-11-09 08:41:06 +09:00
syuilo
10fa824f95
[Client] Fix #2759 2018-11-09 08:31:05 +09:00
syuilo
fccbecf159
[Client] Fix bug 2018-11-09 08:26:32 +09:00
syuilo
60ef3e3563
Refactor & Clean up 2018-11-09 08:13:34 +09:00
syuilo
f05a688ac2
[API] Fix #3169 2018-11-09 03:52:03 +09:00
syuilo
25a69ec1b6
Refactoring of i18n (#3165)
Refactoring of i18n
2018-11-09 03:44:35 +09:00
syuilo
f052d8912b
wip: フォロー/フォロワーページ (#3157)
フォロー/フォロワーページ
2018-11-08 15:16:39 +09:00
Xeltica
6c95120023 via の表示を改善 (#3161) 2018-11-08 13:54:59 +09:00
syuilo
24766fb79e
🎨 2018-11-08 11:20:50 +09:00
syuilo
3261d54cd3
Resolve #2320 2018-11-08 02:09:15 +09:00
syuilo
e0ec56abb5
Fix bug 2018-11-08 01:42:02 +09:00
syuilo
1056a7167d
[Client] Improve usabiliy 2018-11-07 23:04:59 +09:00
syuilo
4c81e400c4
[MFM] Fix title parsing 2018-11-07 21:17:27 +09:00
syuilo
d5408c429b
Fix bug 2018-11-07 20:59:40 +09:00
syuilo
a8d05cba5a
Fix #3149 2018-11-07 19:43:21 +09:00
syuilo
cb6f390fb6
GitHub / Twitter連携の設定をDBに保存するように 2018-11-07 13:14:52 +09:00
syuilo
5675ecead9
Fix 2018-11-07 12:30:56 +09:00
syuilo
001bb7bbcd
インスタンスの対象言語の設定を実装 2018-11-07 12:28:53 +09:00
syuilo
1585bb12cf
🎨 2018-11-07 12:17:57 +09:00
syuilo
26b47c18fd
[Client] Fix #2737 2018-11-07 12:15:28 +09:00
syuilo
665fa7f2aa
[API] Improve drive/files/upload_from_url 2018-11-07 12:12:43 +09:00
syuilo
8f39655fef
Fix bug 2018-11-07 12:09:24 +09:00
syuilo
b72d15b56c
[Client] Improve usability 2018-11-07 03:48:58 +09:00
syuilo
06b66f0209
メンテナ情報をDBに保存するように 2018-11-07 01:12:26 +09:00
syuilo
2de48110bb
ghostの設定をDBに保存するように 2018-11-07 00:44:56 +09:00
syuilo
328fc64ca9
🎨 2018-11-07 00:16:08 +09:00
syuilo
a6f8327aa2
reCAPTCHAの設定をDBに保存するように 2018-11-07 00:08:21 +09:00
syuilo
ffdd0b7de7
[API] 文字列での真理値表現に対応
multipart/formdata では文字列しか送れないっぽい?
2018-11-06 20:53:50 +09:00
syuilo
438563b505
[API] Fix bug 2018-11-06 20:47:56 +09:00
syuilo
92dfcdad57
Fix #3141 2018-11-06 20:47:07 +09:00
syuilo
260e4c955d
🎨 2018-11-06 15:51:18 +09:00
syuilo
0c46f5ce70
Clean up 2018-11-06 15:51:05 +09:00
syuilo
6d67cd07a0
[Client] Use dynamic import to reduce bundle size 2018-11-06 15:37:41 +09:00
syuilo
fb8af53751
[Client] Improve usability & Refactoring 2018-11-06 15:08:22 +09:00
syuilo
37999f4af7
[API] Implement notes/watching/ 2018-11-06 14:58:20 +09:00
MeiMei
3b6ab327c1 Twemojiで合字に対応 (#3140)
* Twemojiで合字に対応

* split emoji regex
2018-11-06 14:09:40 +09:00
syuilo
cf36106520
🎨 2018-11-06 08:04:34 +09:00
syuilo
1642fbec31
[Client] カスタム絵文字サジェストの結果をアルファベット順にソートするように 2018-11-06 08:02:19 +09:00
syuilo
b195fd8145
🎨 2018-11-06 07:57:16 +09:00
MeiMei
5f59b980a7 Fix: download file (#3138)
* Fix: url download

* not explicitly close on end

* resolve on stream finish

* remove unnecessary code

* reject on file error
2018-11-06 07:53:03 +09:00
syuilo
2a5c19cd01
リモートのファイルをキャッシュするかどうかの設定をDBに保存するように 2018-11-06 07:52:13 +09:00
syuilo
42e007ddb7
🎨 2018-11-06 07:28:49 +09:00
syuilo
756dc397d9
🎨 2018-11-06 07:22:39 +09:00
syuilo
8f714b5b12
ドライブ容量の設定をDBに保存するようにしたりリファクタリングしたり 2018-11-06 07:14:43 +09:00
syuilo
06bb2a1c7c
Clean up 2018-11-06 06:25:35 +09:00
syuilo
ac50bb9225
Resolve #3137 2018-11-06 06:24:31 +09:00
syuilo
5e0f2a5b06
[Client] Fix bug 2018-11-06 04:10:30 +09:00
syuilo
af32d1f81e
[Client] Fix bug 2018-11-06 04:01:22 +09:00
syuilo
67d8773e38
[Client] Fix bug 2018-11-06 03:59:58 +09:00
syuilo
e445d39c2f
[Client] Use v-if instaed of v-show 2018-11-06 03:59:02 +09:00
syuilo
961ed969db
メッセージでのカスタム絵文字対応 2018-11-06 03:57:02 +09:00
syuilo
e9a3495225
Resolve #3132 2018-11-06 03:48:23 +09:00
Aya Morisawa
6c5a78aeb2 Fix #3133 (#3134) 2018-11-06 03:31:16 +09:00
syuilo
6d8ea89f09
Resolve #3126 2018-11-06 02:05:16 +09:00
syuilo
64f89ba13e
Better error code 2018-11-06 01:57:31 +09:00
syuilo
1235bef038
[API] Fix bug 2018-11-06 01:51:42 +09:00
syuilo
2e11f3a843
Clean up 2018-11-06 01:49:35 +09:00
syuilo
84b7e0bb7d
🎨 2018-11-06 01:48:33 +09:00
syuilo
9f5dc2c0df
[WIP] Use FontAwesome Component for Vue (#3127)
* wip

* Rename

* Clean up

* Clean up

* wip

* wip

* Enable tree shaking

* ✌️

* ✌️

* wip

* wip

* Clean up
2018-11-06 01:40:11 +09:00
syuilo
e640dbc501
🎨 2018-11-05 22:45:45 +09:00
syuilo
85db090d9f
🎨 2018-11-05 22:42:08 +09:00
syuilo
0c98a90b75
[Client] カスタム絵文字にホバーしたときに拡大するエフェクトを追加 2018-11-05 21:04:19 +09:00
syuilo
0047920c1a
Merge pull request #3117 from syuilo/twemoji
Use Twemoji
2018-11-05 20:52:55 +09:00
syuilo
e4bb534f20
Better emoji regexp 2018-11-05 20:49:17 +09:00
syuilo
3fc04fcdc5
Improve readdability 2018-11-05 20:49:02 +09:00
syuilo
359470a263
Fix bug 2018-11-05 19:40:09 +09:00
syuilo
3fe934ee62
Better alt value 2018-11-05 19:33:28 +09:00
syuilo
3abe632f06
Clean up 2018-11-05 19:29:50 +09:00
syuilo
65961bc15b
Refactoring & 設定でTwemojiを使うかどうか切り替えられるように 2018-11-05 19:20:35 +09:00
Acid Chicken (硫酸鶏)
54e9147782
Refactoring codes
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171437187
2018-11-05 17:04:17 +09:00
Acid Chicken (硫酸鶏)
31b7626d01 Make code better
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171423739
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171424596
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171425303
2018-11-05 16:19:14 +09:00
Acid Chicken (硫酸鶏)
200ebefe92 Add support for unicode emojis
refs: https://github.com/syuilo/misskey/pull/3117#issuecomment-435745613
2018-11-05 15:15:37 +09:00
syuilo
c62a225542
oops 2018-11-05 13:46:46 +09:00
syuilo
d5d995a3e6
Refactor 2018-11-05 13:38:50 +09:00
Acid Chicken (硫酸鶏)
b7f10fdc10 Fix bug
refs: https://github.com/syuilo/misskey/pull/3117#discussion_r230624389
2018-11-05 13:24:54 +09:00
syuilo
cbba03b376
[Client] Fix bug 2018-11-05 13:23:30 +09:00
syuilo
f84e9c7dc8
絵文字サジェストでスペースを挿入しないように 2018-11-05 12:35:50 +09:00
syuilo
a22ddb1fb9
✌️ 2018-11-05 11:58:41 +09:00
Acid Chicken (硫酸鶏)
0d23ce3d45 Make /api/v1/instance and /api/v1/custom_emojis better (#3118)
* Separate commits

From commit dca110ebaa.

* Re-separate commits

From commit 9719387bee.
2018-11-05 11:57:17 +09:00
Acid Chicken (硫酸鶏)
9719387bee Re-separate commits 2018-11-05 11:51:14 +09:00
Acid Chicken (硫酸鶏)
dca110ebaa Separate commits
Flash Back 90's
2018-11-05 11:39:13 +09:00
Acid Chicken (硫酸鶏)
136f23c7ad
Merge branch 'develop' into twemoji 2018-11-05 11:21:34 +09:00
Acid Chicken (硫酸鶏)
0963e6d6e1 Use Twemoji 2018-11-05 11:19:40 +09:00
syuilo
d7a3b71028
投稿の最大文字数情報を設定ファイルではなくDBに保存するように 2018-11-05 11:09:05 +09:00
Acid Chicken (硫酸鶏)
a1a3ee44b5 Implement /api/v1/custom_emojis (#3116) 2018-11-05 10:45:57 +09:00
Acid Chicken (硫酸鶏)
4e7fbd8967 Implement /api/v1/custom_emojis 2018-11-05 10:42:46 +09:00
syuilo
a86c419f95
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-05 10:40:15 +09:00
syuilo
e3ec0ad97e
[Client] Improve admin panel usability 2018-11-05 10:40:01 +09:00
Acid Chicken (硫酸鶏)
75791981ce
Fix #3115 2018-11-05 10:34:53 +09:00
syuilo
e813fe16b9
[API] Better validation of admin/emoji/add 2018-11-05 10:33:49 +09:00
syuilo
42ac7b954d
Improve admin panel usability 2018-11-05 10:32:45 +09:00
syuilo
c1bbf5dab6
[Client] Fix error 2018-11-05 10:29:57 +09:00
syuilo
454c1e3faf
[API] Fix bug 2018-11-05 01:42:41 +09:00
syuilo
43daf814df
[Client] 絵文字登録フォームに便利情報を表示 2018-11-05 01:33:06 +09:00
syuilo
7fc0698ecf
🎨 2018-11-04 23:15:46 +09:00
syuilo
4f3c8b940e
[API] Fix #3099 2018-11-04 23:13:35 +09:00
syuilo
1855ab60f1
Resolve #3098 2018-11-04 23:00:43 +09:00
syuilo
af4f1a7bd6
Clean up 2018-11-04 22:05:42 +09:00
Acid Chicken (硫酸鶏)
8646a9c49c Add GitHub auth (#3095) 2018-11-04 22:03:55 +09:00
syuilo
8d7c033cf5
Clean up 2018-11-04 21:21:34 +09:00
syuilo
b8900e32de
🎨 2018-11-04 21:14:17 +09:00
syuilo
d48c25d2c9
[API] Fix #3097 2018-11-04 21:11:54 +09:00
Acid Chicken (硫酸鶏)
147ad69864 Revert "Add GitHub auth"
This reverts commit c146006476.
2018-11-04 19:22:04 +09:00
Acid Chicken (硫酸鶏)
c146006476 Add GitHub auth 2018-11-04 19:17:30 +09:00
syuilo
299b91edc4
[API] Improve admin/emoji/add 2018-11-04 18:37:12 +09:00
syuilo
95c89ca6db
RE: [Client] Fix bug 2018-11-04 18:36:19 +09:00
syuilo
7fe0d71e7f
[Client] Fix bug 2018-11-04 18:35:55 +09:00
syuilo
fbbb506e86
🎨 2018-11-04 18:31:27 +09:00
syuilo
41e1619f1f
[Client] Fix bug 2018-11-04 18:24:08 +09:00
MeiMei
18571c52fb Fix: emoji regex (#3093) 2018-11-04 17:36:37 +09:00
syuilo
54dcc10250
Fix bug for Mastodon(?) 2018-11-04 15:17:52 +09:00
syuilo
1edfce8f73
[Client] スマホ/タブレットからでも管理者ページを使えるように 2018-11-04 15:16:05 +09:00
syuilo
675e573a8c
🎨 2018-11-04 14:23:28 +09:00
syuilo
449b9f7fa0
[Client] Improve admin panel 2018-11-04 11:08:03 +09:00
syuilo
b7a15bf6ca
絵文字を作成した/更新した時にupdateAtを更新するように 2018-11-04 10:42:16 +09:00
syuilo
0b7af5c669
[Client] Fix bug 2018-11-04 03:44:06 +09:00
MeiMei
65bfa3c0d6 Fix: update_client_setting (#3086) 2018-11-04 03:33:37 +09:00
syuilo
84db15694d
Do not send needless emojis in note
投稿作成時に含まれている絵文字を保存しておくように

SEE: https://github.com/syuilo/misskey/pull/3085#issuecomment-435608434
2018-11-04 03:32:20 +09:00
syuilo
dfce5bc0af
[Client] Improve Emoji management page of admin panel 2018-11-04 03:18:57 +09:00
syuilo
3487ddabea
[API] Implement some Emoji APIs 2018-11-04 03:18:32 +09:00
MeiMei
31c3f6abf7 Fix: welcome-timeline (#3084) 2018-11-04 01:49:08 +09:00
syuilo
0cce8a4d21
🎨 2018-11-04 00:10:13 +09:00
syuilo
e3a24e9215
[Client] Improve admin panel 2018-11-03 23:57:14 +09:00
syuilo
a515c1f53e
Improve API documentation 2018-11-03 22:49:36 +09:00
syuilo
2e22874dec
Refactoring 2018-11-03 22:40:12 +09:00
syuilo
30f0b1c30d
Add missing semicolons 2018-11-03 22:38:12 +09:00
syuilo
600aea4dbb
[MFM] Fix emoji syntax parsing 2018-11-03 22:35:24 +09:00
syuilo
f5d53d784d
[Client] Improve admin panel 2018-11-03 22:21:20 +09:00
syuilo
1061e1f7ae
i18n 2018-11-03 22:20:09 +09:00
syuilo
1d5fc04aa6
🎨 2018-11-03 22:03:06 +09:00
syuilo
d1cf0c7998
Clean up 2018-11-03 22:01:58 +09:00
syuilo
84218abf2b
[Client] Make possible to change password in mobile
モバイル版からパスワードの変更を行えるように
2018-11-03 21:53:03 +09:00
syuilo
5bebdb2511
🎨 2018-11-03 20:10:55 +09:00
syuilo
9c8e9b4165
🎨 2018-11-03 20:03:21 +09:00
syuilo
7b786bfde3
Improve usability of Admin panel 2018-11-03 19:57:44 +09:00
syuilo
42a08642a4
Misskeyのバージョンもクライアントの環境変数に突っ込むように 2018-11-03 17:04:33 +09:00
syuilo
e88f7ca7b2
[Client] Fix some charts 2018-11-03 16:44:05 +09:00
syuilo
c26ed1421b
[API] Increase chart limit 2018-11-03 16:43:50 +09:00
syuilo
daba7fe87c
[MFM] Fix title syntax parsing 2018-11-03 15:28:00 +09:00
syuilo
afc9caf7bf
Improve performance 2018-11-03 15:21:07 +09:00
syuilo
1623d9e70c
🎨 2018-11-03 15:05:00 +09:00
syuilo
c304351335
🎨 2018-11-03 13:39:17 +09:00
syuilo
c1520763c6
🎨 2018-11-03 13:30:57 +09:00
syuilo
4853bc9414
Update src/client/app/admin/views/charts.vue 2018-11-03 13:08:49 +09:00
syuilo
51a32846ee
Update src/client/app/admin/views/ap-log.vue 2018-11-03 11:39:56 +09:00
syuilo
35865429a8
🎨 2018-11-03 11:39:18 +09:00
syuilo
aadd5b95b8
Improve admin dashboard 2018-11-03 11:38:00 +09:00
syuilo
f9f2ca51ac
Improve stats API 2018-11-03 11:37:44 +09:00
syuilo
1cb93a8c10
🎨 2018-11-03 11:37:17 +09:00
syuilo
7e5dbb2ba5
Fix bug 2018-11-03 11:36:11 +09:00
syuilo
223c578734
Improve admin dashboard 2018-11-03 03:30:28 +09:00
syuilo
d01315dee2
🎨 2018-11-03 03:08:41 +09:00
syuilo
d7881ba129
Improve admin page 2018-11-03 03:00:23 +09:00
syuilo
6f1e2f6636
Improve admin page 2018-11-03 02:06:34 +09:00
syuilo
8ae94c034d
Update hashtags.ts 2018-11-02 23:46:57 +09:00
syuilo
cd9696f25e
Update src/server/api/endpoints/aggregation/hashtags.ts 2018-11-02 23:32:40 +09:00
syuilo
d62a6bab41
Remove needless properties 2018-11-02 23:27:47 +09:00
syuilo
20df002746
🍕 2018-11-02 23:23:01 +09:00
syuilo
f2e719b361
[Client] Admin page improved 2018-11-02 23:05:53 +09:00
syuilo
819b535ab0
[API] Implement admin/add-emoji 2018-11-02 15:04:02 +09:00
syuilo
60e95ac2ac
Clean up 2018-11-02 14:53:55 +09:00
syuilo
9b94ddff0a
Clean up 2018-11-02 13:49:09 +09:00
syuilo
174f8022eb
Refactor 2018-11-02 13:47:44 +09:00
syuilo
ddc3c5ba68
Better index 2018-11-02 12:49:18 +09:00
syuilo
a7e6b766be
Resolve #2623 2018-11-02 12:49:08 +09:00
syuilo
befc35a3ac
Update src/server/api/endpoints/meta.ts 2018-11-02 12:16:03 +09:00
syuilo
2e9bbf389e
Better index 2018-11-02 12:08:28 +09:00
MeiMei
80b5fda292 Remote custom emojis (#3074)
* Remote custom emojis

* んほおおおおお
2018-11-02 08:59:40 +09:00
syuilo
c48cbd95f6
Fix bug 2018-11-02 03:41:09 +09:00
syuilo
931bdc6aac
Refactoring, Clean up and bug fixes 2018-11-02 03:32:24 +09:00
syuilo
b4b9e76c8d
Refactoring 2018-11-01 21:28:39 +09:00
syuilo
e5a3dcf868
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-01 21:01:55 +09:00
syuilo
825648535c
Refactoring 2018-11-01 21:01:47 +09:00
Acid Chicken (硫酸鶏)
5cbc908ba3
Fix typo 2018-11-01 19:32:11 +09:00
syuilo
895cf53ee1
Fix bug 2018-11-01 18:05:14 +09:00
syuilo
c21caad1c5
Custom emoji (#3061)
* wip

* wip

* wip
2018-11-01 11:51:49 +09:00
syuilo
86fcd3a378
Fix bug 2018-11-01 10:00:15 +09:00
syuilo
5d61c7c691
Refactor and use original image for banner 2018-11-01 09:30:51 +09:00
syuilo
1fca8d322c
Clean up 2018-11-01 09:19:22 +09:00
syuilo
325cd03a59
Improve performance 2018-11-01 09:08:00 +09:00
syuilo
2f7e6baa05
Clean up 2018-11-01 09:02:54 +09:00
syuilo
d252e066fe
Improve performance 2018-11-01 09:00:18 +09:00
syuilo
3829fe128a
Update src/server/api/endpoints/users/relation.ts 2018-11-01 00:11:52 +09:00
syuilo
649177985d
[API] Implement users/relation 2018-11-01 00:11:21 +09:00
syuilo
c15148b23c
[API] Include detailed user information for block/mute response 2018-10-31 23:34:35 +09:00
syuilo
261a3f5d91
Better rate limitting 2018-10-31 23:03:14 +09:00
syuilo
256ba78ba5
Fix 2018-10-31 22:55:17 +09:00
syuilo
04aff8866e
[MFM] Better hashtag detection 2018-10-31 22:38:05 +09:00
syuilo
1a51b98700
Refactor 2018-10-31 22:35:02 +09:00
syuilo
f64100226d
Revert "Clean up"
This reverts commit 8948a0d3a4.
2018-10-31 22:10:25 +09:00
syuilo
22d5862afb
🎨 2018-10-31 18:07:00 +09:00
syuilo
de569147a5
Fix #3041 2018-10-31 17:56:21 +09:00
syuilo
8948a0d3a4
Clean up 2018-10-31 13:28:05 +09:00
syuilo
d849ea9b41
Clean up 2018-10-31 13:23:12 +09:00
syuilo
0144575f3f
Improve performance 2018-10-31 13:20:24 +09:00
syuilo
bdbe646ca7
Improve performance 2018-10-31 13:14:45 +09:00
syuilo
525d5218c1
🎨 2018-10-31 11:29:03 +09:00
syuilo
e23b13ec7f
[API] Include detailed user information of blocking API responses 2018-10-31 11:24:36 +09:00
syuilo
29b000e03c
Remove needless async/await 2018-10-31 11:22:49 +09:00
syuilo
26c9d8ff6f
Clean up 2018-10-31 11:20:54 +09:00
syuilo
f7069dcd18
良い感じに 2018-10-31 11:16:13 +09:00
mei23
560bb65384 blockings list 2018-10-31 04:59:01 +09:00
Acid Chicken (硫酸鶏)
50cd6a036e Implement /api/v1/instance (#3045)
* Update mastodon.ts

* Update types.ts

* Update mastodon.ts
2018-10-31 02:17:54 +09:00
MeiMei
441ab2b5f8 Fix: can't recognize rebirthed instance user (#3046)
* resync uri from WebFinger

* trigger resync on user page

* allways update on resync

* Revert "trigger resync on user page"

This reverts commit 8ff139fb49ee61ad55e4b42c562f8a2c3f8098ac.

* background resync
2018-10-31 02:16:13 +09:00
syuilo
120474ec6a
Fix bug 2018-10-30 21:55:16 +09:00
syuilo
7afa541a53
Fix #3040 2018-10-30 14:34:32 +09:00
syuilo
d399241e65
Refactor 2018-10-30 09:36:20 +09:00
syuilo
e85dec030a
[Client] Fix bug 2018-10-30 09:27:57 +09:00
syuilo
5b84d29807
Better indexes 2018-10-29 21:53:40 +09:00
syuilo
0d86eef3d7
Format 2018-10-29 21:38:09 +09:00
syuilo
13acf570e7
Improve performance 2018-10-29 21:35:46 +09:00
syuilo
fa17623fa8
モバイル版からブロックできるように 2018-10-29 21:32:38 +09:00
syuilo
06fd525950
Refactor 2018-10-29 21:32:21 +09:00
syuilo
4805b5115a
🎨 2018-10-29 21:09:32 +09:00
syuilo
108dcb3e61
物理削除系の処理を削除
これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難
論理削除でなんとかする
2018-10-29 21:06:23 +09:00
MeiMei
d64dc45899 User blocking (Following part) (#3035)
* block wip

* UndoBlock

* UnBlock

* wip

* follow

* UI

* fix
2018-10-29 20:32:42 +09:00
syuilo
b480ef669c
Fix doc 2018-10-29 19:11:01 +09:00
syuilo
4b145da046
Fix MFM parsing 2018-10-29 19:09:24 +09:00
syuilo
83d168ece3
Fix API definition 2018-10-29 19:04:58 +09:00
syuilo
ae44fe7818
Refactor 2018-10-29 15:09:03 +09:00
syuilo
f8981b3acb
Update src/server/api/endpoints/notes/reactions.ts 2018-10-29 15:07:50 +09:00
syuilo
e74c0df6c6
Fix #3034 2018-10-29 10:52:36 +09:00
syuilo
22d0d11895
Update note-reaction.ts 2018-10-28 21:41:39 +09:00
MeiMei
518646b925 Fix: Unexpected remote user is selected (#3032) 2018-10-28 07:49:58 +09:00
syuilo
3d6fb661bb
Update src/client/app/desktop/views/components/settings.2fa.vue 2018-10-26 15:17:50 +09:00
syuilo
fc372496da
Client: Make drive folder deletable 2018-10-26 15:06:55 +09:00
syuilo
ad7258fe9c
Fix bug 2018-10-26 15:06:27 +09:00
syuilo
bd707cb2a8
🎨 2018-10-26 14:51:57 +09:00
syuilo
1839b5f205
Improve usability 2018-10-26 14:47:30 +09:00
syuilo
02b47f963c
API: Better error response 2018-10-26 14:38:34 +09:00
syuilo
f8a7f9378a
Improve usability 2018-10-26 14:38:22 +09:00
syuilo
65cb253be4
Update src/client/app/common/views/components/ui/textarea.vue 2018-10-26 14:38:03 +09:00
syuilo
e0bf522e7f
Client: Improve API settings 2018-10-26 08:37:30 +09:00
syuilo
5b1cd3bd3c
Fix bug 2018-10-26 08:36:50 +09:00
syuilo
5918285326
Bug fix and some refactoring 2018-10-25 16:10:48 +09:00
syuilo
2724d74108
Better text 2018-10-25 11:35:55 +09:00
syuilo
7dde3465e2
Improve drive information 2018-10-25 11:30:30 +09:00
syuilo
0206a4ac83
Clean up 2018-10-25 08:42:07 +09:00
syuilo
380f5a972c
Implement featured note API 2018-10-25 07:04:15 +09:00
syuilo
bcfa9e18bf
Update src/client/app/desktop/views/pages/deck/deck.notes.vue 2018-10-25 06:14:31 +09:00
syuilo
69b730e91a
Clean up 2018-10-25 06:04:06 +09:00
syuilo
fd652b70d6
Fix: Remove unused import 2018-10-25 05:33:40 +09:00
syuilo
9f981d875a
Implement drive/folders/delete 2018-10-24 18:37:58 +09:00
syuilo
6dcc3800e0
Improve some API definitions 2018-10-24 18:32:19 +09:00
syuilo
44e9be5a1c
Better default theme 🎨 2018-10-24 15:48:27 +09:00
syuilo
94ef03db9e
Implement federation chart 2018-10-24 06:44:09 +09:00
syuilo
038bd100b2
Implement federation chart API 2018-10-24 06:34:04 +09:00
syuilo
3b5c3f086a
Fix: Add missing import 2018-10-24 06:20:42 +09:00
syuilo
a136715111
Implement #2993 2018-10-24 06:17:55 +09:00
MeiMei
daa22d68fa Make max allowed text length configurable (#2992)
* Make max allowed text length configurable

* Fix canPost
2018-10-24 04:00:04 +09:00
syuilo
d3e0b8574b
🎨 2018-10-23 14:44:26 +09:00
syuilo
f4482cc34a
🎨 2018-10-23 14:33:00 +09:00
syuilo
3ff226cd6b
🎨 2018-10-23 14:28:15 +09:00
syuilo
843dd5fb58
Improve user column 2018-10-23 12:32:24 +09:00
syuilo
11c5d257f2
ハッシュタグチャートでローカルとリモートを分離するように 2018-10-23 09:59:43 +09:00
syuilo
cee1a27348
🎨 2018-10-23 09:41:28 +09:00
syuilo
690dc75e45
🎨 2018-10-23 09:39:27 +09:00
syuilo
19af2d7a7b
Implement #2983 2018-10-23 07:04:00 +09:00
syuilo
8ba87443ca
Use camelCase instead of snake_case 2018-10-23 07:01:43 +09:00