Commit Graph

5114 Commits

Author SHA1 Message Date
MeiMei
b9ec3795f7 Show user fields (#3590) 2018-12-11 20:18:12 +09:00
syuilo
83b2d06b0a 🎨 2018-12-11 04:29:47 +09:00
syuilo
b908375659 Fix #3325 2018-12-10 23:13:50 +09:00
Aya Morisawa
ac9ea9fafd Use && and || to eliminate if-statement (#3559)
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-10 17:08:48 +09:00
syuilo
d3ddf1f787 [Client] Fix #3396 2018-12-10 12:31:04 +09:00
syuilo
3bebf7fba1 Fix bug 2018-12-10 01:44:43 +09:00
Aya Morisawa
dd4d30cf09 Use primitive type string instead of String (#3578) 2018-12-09 23:26:32 +09:00
syuilo
5b74f2591b Fix bug? 2018-12-09 23:12:08 +09:00
syuilo
e207c30ce6 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-12-09 23:10:06 +09:00
syuilo
ab5b39614a Use camelCase 2018-12-09 23:10:02 +09:00
Acid Chicken (硫酸鶏)
f82cede5a9 Re: #3556 (#3568)
* Update index.ts

* Update index.ts
2018-12-09 18:39:13 +09:00
MeiMei
12ad1e9ced Fix mobile following/followed list (#3574) 2018-12-09 16:00:32 +09:00
MeiMei
ea1b5596e2 Improve tags settings (#3569) 2018-12-09 14:24:24 +09:00
syuilo
123c8a8936 🎨 2018-12-09 13:25:46 +09:00
syuilo
3fc3893abc Revert "Eliminate if-statement (#3556)"
This reverts commit fb8b0c291dff0bec2aca85fda34ebff9c8c49b91.
2018-12-09 13:21:42 +09:00
tamaina
7bd67daf07 #2501 (#3567)
* refactor mfm/html

* fix

* fix

* https://github.com/syuilo/misskey/pull/3567#discussion_r240023301
2018-12-09 13:15:32 +09:00
Aya Morisawa
8d18125cae Eliminate if-statement (#3556) 2018-12-09 13:13:00 +09:00
Aya Morisawa
4635f73fee #2501 (#3560)
* #2501

* Update stream.ts
2018-12-09 13:09:31 +09:00
Aya Morisawa
ae6d63f9ef Refactor getChildrenCount (#3554)
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-09 09:44:51 +09:00
Aya Morisawa
d81453271a Refactor getTextCount (#3553)
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-09 09:44:24 +09:00
Aya Morisawa
cc06ef23ff Eliminate if-statement (#3564) 2018-12-09 03:45:47 +09:00
Aya Morisawa
e649ec557b Eliminate duplicated condition on if-statement (#3563) 2018-12-09 03:45:07 +09:00
Aya Morisawa
2b7e219efe Eliminate if-statement (#3562) 2018-12-09 03:44:37 +09:00
Aya Morisawa
e9d519ea9a Eliminate if-statement (#3561)
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-09 03:43:58 +09:00
Aya Morisawa
8608465864 Use && to eliminate if-statement (#3558) 2018-12-09 03:41:18 +09:00
Aya Morisawa
dece0c2bfb Eliminate if-statement (#3555) 2018-12-09 03:40:40 +09:00
Aya Morisawa
f301e914c8 #2501 2018-12-09 01:05:55 +09:00
MeiMei
07218ce03c Fix follow duplicate (#3548)
* フォローとリクエスト両方存在しても解除する

* 既にフォローしてても承認できるように
2018-12-08 18:55:00 +09:00
tamaina
3b7be81491 improve user-integration display in the user page (#3541)
* improve user-integration display in the user page

* delete unnecessary comma
2018-12-08 16:59:29 +09:00
Acid Chicken (硫酸鶏)
8a311c2e6a Update server-stats.ts (#3512) 2018-12-08 10:40:45 +09:00
syuilo
fcc8ec1609 [Client] Improve cw-button 2018-12-08 10:36:26 +09:00
syuilo
3dd5cf4f3b Add comment 2018-12-08 10:20:43 +09:00
MeiMei
62558faa9e Improve custom emoji parsing (#3539)
* Use MFM parser for extracting emoji in name

* Fix custom emoji regex

* Revert "Fix custom emoji regex"

This reverts commit 4c21caf59753e7653c02f81ddf0cde8c44f48008.
2018-12-08 06:39:15 +09:00
MeiMei
de16b72cc0 Resolve #3537 (#3540)
* Resolve #3537

* tune
2018-12-08 06:18:37 +09:00
MeiMei
de3a658c64 Apply tag length limit from AP (#3536) 2018-12-07 21:01:43 +09:00
Aya Morisawa
f6d0e11b47 #2593 (mobile) (#3521) 2018-12-07 18:33:09 +09:00
syuilo
3597297b18 Update parser.ts 2018-12-07 18:26:54 +09:00
syuilo
1001e6e5f4 Resolve #3529 2018-12-07 17:54:35 +09:00
Acid Chicken (硫酸鶏)
a038c6790e Fix bug caused by Chrome 71 (#3535)
* Update emoji.vue

* Update autocomplete.vue

* Update emoji.vue

* Update autocomplete.vue

* Update emoji.vue
2018-12-07 17:21:34 +09:00
MeiMei
bae310fab1 Add user name conversions (#3534)
* Add user name conversions

* add conversion
2018-12-07 11:29:49 +09:00
MeiMei
33b6347d9b lint fix (#3522) 2018-12-06 19:15:09 +09:00
Aya Morisawa
99742b9c87 Add missing comma 2018-12-06 17:02:44 +09:00
Aya Morisawa
8fbfff486b #2593 (desktop) (#3518) 2018-12-06 16:56:24 +09:00
syuilo
a27f958ac2 ✌️ 2018-12-06 16:33:35 +09:00
syuilo
5ebaf7c45d Resolve #3519 2018-12-06 16:30:28 +09:00
syuilo
ecfb533fdf Update photo-stream.vue 2018-12-06 16:19:12 +09:00
syuilo
379f79130b Refactor
Use mk-user-name
2018-12-06 16:09:33 +09:00
syuilo
1395357bfb Refactor
Make mk-user-name component
2018-12-06 11:18:13 +09:00
tamaina
4c8eabfe74 Resolve #3347 , #3349 (#3513)
* Resolve  #3347 , #3349
Make deck columns' width be selectable and flexible

* deckColumnMinwidth --> deckColumnMinWidth

* w-default --> normal

* ✌️
2018-12-06 11:11:46 +09:00
Aya Morisawa
417258d726 Resolve #1872 (#3516) 2018-12-06 10:21:41 +09:00
MeiMei
2bf3f7ab87 Emoji support in profile (#3514)
* Emoji in profile

* Add emojis to fields
2018-12-06 10:02:04 +09:00
Acid Chicken (硫酸鶏)
9b893b2fe2 外部サービス連携情報をPersonのfieldsに乗せて配信する (#3499)
* Update person.ts

* Update person.ts

refs: https://github.com/syuilo/misskey/pull/3499#issuecomment-444484557

* Update person.ts

refs: https://github.com/syuilo/misskey/pull/3499#pullrequestreview-181755475
2018-12-06 00:37:59 +09:00
Aya Morisawa
06eeb36ae5 Add small syntax (#3506) 2018-12-05 20:11:54 +09:00
Aya Morisawa
2153130337 Fix #3341 (#3502) 2018-12-05 18:44:57 +09:00
syuilo
82e478f2e3 [MFM] Add italic syntax
Resolve #3486
2018-12-05 17:39:26 +09:00
syuilo
779db446cf [Client] Resolve #3500 2018-12-05 17:27:27 +09:00
syuilo
6e6d14b69b Update home.photos.vue 2018-12-04 11:02:51 +09:00
syuilo
68e1b3f393 Revert "Update switch.vue"
This reverts commit 40520f399789e3feede88a9a73c1846596ef775f.
2018-12-04 09:42:55 +09:00
syuilo
be5e9fece6 Update switch.vue 2018-12-04 03:50:07 +09:00
MeiMei
7cbcc3310f Remove unnecessary Renote check code (#3489) 2018-12-04 03:22:41 +09:00
MeiMei
bb7128bcb4 Do not show Renote button when inhibited (#3488) 2018-12-04 03:22:08 +09:00
syuilo
46c6611f36 [MFM] Implement strike syntax
Resolve #3485
2018-12-04 01:28:21 +09:00
syuilo
e310fe732f Fix bug 2018-12-04 01:07:26 +09:00
syuilo
000bd5936e 🎨 2018-12-04 01:04:53 +09:00
syuilo
23fac32d9c 🎨
Add ripple effect
2018-12-04 01:02:19 +09:00
MeiMei
42c0a4978b Improve widget paging looks (#3482)
* Improve widget paging looks

* rewind when error
2018-12-03 23:14:10 +09:00
syuilo
e9b203b749 Update init.ts 2018-12-03 20:26:46 +09:00
syuilo
d56cd166ab Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-12-03 20:26:38 +09:00
syuilo
4eddfaf68e Update post-form.vue 2018-12-03 20:21:05 +09:00
Aya Morisawa
182432417c Resolve #3281 (#3479) 2018-12-03 20:11:18 +09:00
syuilo
aae394e34e Resolve #327 2018-12-03 20:08:18 +09:00
syuilo
396a2b9bfc Refactor 2018-12-03 19:44:03 +09:00
syuilo
78e986fefb 🎨 2018-12-03 09:43:07 +09:00
syuilo
bbf5305196 Improve usability 2018-12-03 09:41:22 +09:00
syuilo
2f4416ef1c Refactor 2018-12-03 09:38:43 +09:00
syuilo
92c37eed89 🎨 2018-12-03 09:14:17 +09:00
syuilo
27ef5a88a4 Clean up 2018-12-02 23:00:06 +09:00
Aya Morisawa
cbe691a0c6 Merge if-statements (#3478) 2018-12-02 22:32:09 +09:00
nico
9d55b91ffb Fix syntax error (#3477)
src/remote/activitypub/models/person.ts(326,4): error TS1005: ',' expected.
2018-12-02 21:19:28 +09:00
Aya Morisawa
6e4fa18b7f Use takeWhile instead of some (#3475) 2018-12-02 20:28:22 +09:00
Aya Morisawa
865695c7a4 Remove self-assignment (#3476) 2018-12-02 20:26:15 +09:00
syuilo
0f36f88a35 [Client] Resolve #2596 2018-12-02 20:24:38 +09:00
syuilo
e4475a23c5 Merge branches 'develop', 'develop' and 'develop' of https://github.com/syuilo/misskey into develop 2018-12-02 20:11:03 +09:00
Aya Morisawa
6d5771779e Use primitive type boolean (#3474) 2018-12-02 20:10:56 +09:00
syuilo
b69cce2f87 Improve input dialog 2018-12-02 20:10:53 +09:00
Aya Morisawa
840f0bd04c Simplify expressions (#3473) 2018-12-02 19:35:41 +09:00
Aya Morisawa
4565b83053 Fix #3445 (#3471) 2018-12-02 19:24:57 +09:00
Aya Morisawa
31ffccf851 Remove unneccesary casts 2018-12-02 19:05:08 +09:00
MeiMei
2b824f7169 No MFM parsing when remote note (#3470)
* Use tag for hashtag detection of remote note

* No MFM parsing when remote note
2018-12-02 18:05:33 +09:00
syuilo
24eb4bc923 🎨 2018-12-02 15:31:24 +09:00
syuilo
d817dbca4e Fix 2018-12-02 15:30:48 +09:00
syuilo
541fe9854c Refactor: rename alert to dialog 2018-12-02 15:28:52 +09:00
syuilo
b3f48c6016 [Client] Resolve #2225 2018-12-02 15:26:56 +09:00
syuilo
ce9329afcf 🎨 2018-12-02 14:26:30 +09:00
MeiMei
60d95c7d3f Suggest in CW (#3467) 2018-12-02 07:33:03 +09:00
syuilo
960df2bb7f Resolve #1826 2018-12-02 07:02:08 +09:00
syuilo
c8b69f2ee5 [MFM] Better hashtag detection 2018-12-02 06:53:57 +09:00
syuilo
edc77c224c Improve performance 2018-12-02 06:44:18 +09:00
MeiMei
fd2e2f7895 [Client] Add missing icon (#3464) 2018-12-02 03:43:05 +09:00
MeiMei
1e8eb4dbed Resolve external recommended users (#3462)
* Resolve external recommended users

* Skip unresolvable users

* Fix indent

* Use original for unresolvable users
2018-12-02 03:42:45 +09:00