Commit graph

3179 commits

Author SHA1 Message Date
DW
95cbe0fb5a Only show ellipsis if the button's interactable (#6373)
* Add an indicator to make the undo renote button look more interactable

* Use faEllipsisH :art

* Only show elipsis if it's interactable

* Update note.vue

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-16 12:15:59 +09:00
syuilo
ad69e12c18 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-05-15 20:53:29 +09:00
syuilo
0cc6421328 fix(client): Mk:api関数にトークンを渡せない問題 2020-05-15 20:53:24 +09:00
MeiMei
706c2fe925 リレーに不正なURLは追加できないように (#6351)
* リレーに不正なURLは追加できないように

* lint
2020-05-15 20:51:16 +09:00
MeiMei
b5e4f5f4aa Supports Unicode 13.0 emoji (#6365)
* Supports Unicode 13.0 emoji

* fix
2020-05-15 20:49:01 +09:00
DW
5c25d444c8 Add an indicator to make the undo renote button look more interactable (#6366)
* Add an indicator to make the undo renote button look more interactable

* Use faEllipsisH :art

Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-15 20:39:11 +09:00
MeiMei
28e7276f4b reCAPTCHAが動かなくなっているのを修正 (#6367) 2020-05-15 20:37:05 +09:00
syuilo
b0f11a75de refactor(client): Add note 2020-05-11 22:43:50 +09:00
MeiMei
fe841db55a pub-relay (#6341)
* pub-relay

* relay actorをApplicationにする

* Disable koa-compress

* Homeはリレーに送らない

* Disable debug

* UI

* cleanupなど
2020-05-10 18:42:31 +09:00
syuilo
c8985d9eaf fix(client): Fix reply style 2020-05-10 17:37:11 +09:00
syuilo
5b06ace4b9 chore(lint): Add missing semicolons 2020-05-10 17:25:16 +09:00
syuilo
1cf673e9d0 chore(client): 🎨 2020-05-10 17:19:53 +09:00
syuilo
2d1e6a7dc6 fix(client): Fix poll vote notification
Fix #5998
2020-05-10 17:19:41 +09:00
syuilo
a0d6abd5cf refactor(client): Use unique class name 2020-05-10 17:12:19 +09:00
syuilo
462bc1f108 fix(client): Fix style of poll viewer 2020-05-10 17:06:53 +09:00
syuilo
273d99da9c refactor(client): Use unique class name 2020-05-10 17:06:20 +09:00
syuilo
2645235885 fix(client): Do not expand each notes in my/messages 2020-05-10 16:52:05 +09:00
syuilo
41544b1df9 fix(client): Do not expand each notes in my/mentions
Related #6336
2020-05-10 16:51:11 +09:00
syuilo
2aeedf5adf chore(lint): Add missing semicolon 2020-05-10 16:31:00 +09:00
syuilo
26ae636f8d feat(client): Implement threaded replies
Resolve #2113
Resolve #5819
2020-05-10 16:22:39 +09:00
syuilo
df8ba69418 refactor(client): Clean up component 2020-05-10 16:05:01 +09:00
syuilo
5990b5ba66 refactor(client): Use === 2020-05-10 15:36:42 +09:00
syuilo
39e3e1cf73 refactor(client): Remove deprecated property 2020-05-09 16:05:31 +09:00
syuilo
cd330fa135 fix(client): Fix bug that cannot set custom texture 2020-05-09 15:55:00 +09:00
syuilo
6cee6c1043 feat(client): Reimplement Misskey Rooms 2020-05-09 15:47:20 +09:00
syuilo
b992d3ba99 refactor(client): Use getters to avoid watch vuex 2020-05-09 15:22:50 +09:00
Satsuki Yanagi
c348688eeb WebAuthnでログインできないのを修正 (#6327)
Resolve #6319
2020-05-09 08:20:22 +09:00
Acid Chicken (硫酸鶏)
469c91cf55 Fix using Buffer on window scope (#6324)
* Update 2fa.vue

* Import 'core-js/es/typed-array/from'

* Bye polyfill
2020-05-06 18:59:58 +09:00
syuilo
6dbf1dfa56 fix(client): Add missing icon 2020-05-06 14:46:45 +09:00
syuilo
ff7f7104f0 fix(client): Fix default reaction setting 2020-05-06 14:43:25 +09:00
syuilo
fd0bd2d74f feat(client): Make possible to customize sidebar
Resolve #6285
2020-05-06 11:41:44 +09:00
syuilo
d9d04de4e1 refactor(client): Reorder property 2020-05-06 09:40:49 +09:00
syuilo
3c581e5b09 refactor(client): Export default reaction setting and use it 2020-05-06 09:40:07 +09:00
Acid Chicken (硫酸鶏)
293c3ff85c Merge pull request #6303 from syuilo/features/hcaptcha
Add support for hCaptcha
2020-05-05 10:22:49 +09:00
MeiMei
09197e36ce アップロードプログレスバーが動かないのを修正 Fix #6306 (#6307) 2020-05-02 10:00:43 +09:00
Acid Chicken (硫酸鶏)
4a526db6f2 Update signup.vue 2020-04-29 09:54:21 +09:00
Acid Chicken (硫酸鶏)
5046f82c83 Fix bug 2020-04-29 09:35:37 +09:00
Acid Chicken (硫酸鶏)
b1088cd584 Factorize *captcha component 2020-04-29 09:15:18 +09:00
Acid Chicken (硫酸鶏)
90a0a0257e Refactor code 2020-04-29 06:09:17 +09:00
Acid Chicken (硫酸鶏)
f4c140b087 Add *captcha settings guide 2020-04-29 06:04:05 +09:00
Acid Chicken (硫酸鶏)
dd6f3579f0 Refactor codes 2020-04-29 05:30:58 +09:00
Acid Chicken (硫酸鶏)
2dd0094a95 Fix bug 2020-04-28 14:55:12 +09:00
Acid Chicken (硫酸鶏)
8d233fa1cf Add support for hCaptcha 2020-04-28 14:29:33 +09:00
syuilo
4827f89852 fix(client): Fix a bug that if block of pages not working 2020-04-23 08:57:10 +09:00
syuilo
342077f51b fix(client): Fix lint 2020-04-22 19:51:09 +09:00
syuilo
3eaf223420 refactor(client): 2020-04-22 19:36:28 +09:00
syuilo
ce691efc07 feat(client): Implement default upload folder setting
Resolve #5985
2020-04-22 00:34:56 +09:00
syuilo
433c59f356 fix(lint): Use const 2020-04-20 21:36:58 +09:00
syuilo
81bcf87f41 refactor(client): 2020-04-20 21:35:27 +09:00
syuilo
403ea2119f enhance(pages): Improve hcart 2020-04-19 17:41:01 +09:00