Commit graph

5740 commits

Author SHA1 Message Date
syuilo
a3091f5614 [Client] Fix bug 2019-01-22 21:32:51 +09:00
syuilo
6f71c55b69 [Client] Fix UI 2019-01-22 21:25:37 +09:00
syuilo
19abdef497 [Server] Fix #3958 2019-01-22 21:21:47 +09:00
syuilo
810c5b580b [Server] Fix #3947 2019-01-21 21:51:58 +09:00
syuilo
88d5df2f41 Add unique index
#3946
2019-01-21 21:45:11 +09:00
syuilo
be1ddbae41 [Client] Fix #3321 2019-01-21 21:03:55 +09:00
syuilo
214edde698 [API] Fix bug 2019-01-21 21:01:04 +09:00
syuilo
29101b41b9 [Client] Fix bug 2019-01-21 20:56:10 +09:00
syuilo
8578d0898e Fix 404 2019-01-21 17:25:36 +09:00
syuilo
f1243cf4c1 Update reversi.vue 2019-01-21 17:20:41 +09:00
syuilo
18aba17989 🎨 2019-01-21 17:19:00 +09:00
MeiMei
31d7e15caa 投票未対応インスタンス向けメッセージをわかりやすくする (#3944)
* Poll message

* fix

* fix

* とりあえず日本語にしちゃう

* TODO

* fix
2019-01-21 16:34:17 +09:00
Acid Chicken (硫酸鶏)
ee427c60a0 Re: Fix routing
本当に申し訳ありませんでした。
2019-01-21 15:52:25 +09:00
syuilo
17ba2339b9 [Server] ストリームで流れてくる投稿とAPIでタイムラインを取得したときとの不一致を修正 2019-01-21 15:31:19 +09:00
Acid Chicken (硫酸鶏)
a9880a4f85 Fix comment URL 2019-01-21 15:20:44 +09:00
Acid Chicken (硫酸鶏)
a6b1c2144a Fix routing 2019-01-21 15:19:43 +09:00
Acid Chicken (硫酸鶏)
bb51706302 Fix routing 2019-01-21 15:18:42 +09:00
syuilo
cc213d63eb [Client] Fix bug 2019-01-21 14:45:57 +09:00
syuilo
769c342438 [Server] リプライをタイムラインに流す以前の仕様に差し戻し
Resolve #3941
2019-01-21 14:44:49 +09:00
syuilo
fa6fe83b28 Remove unused import 2019-01-21 13:45:58 +09:00
MeiMei
6e36c4a401 リモートで投票を見たりしたりできるように (#3940)
* fix type

* expose Question

* Note refs Question

* rename

* wip

* リモート投票の場合リプライ送信

* voteの実装をservicesに移動

* 投票受信

* debug

* つくる

* Revert "つくる"

This reverts commit 0c9245886680b7d3b93a0278642f4cf6a43b5cb2.

* APIの実装はもどし

* Send Update

* AP type

* Recv Update

* Revert "Recv Update"

This reverts commit ffda39c0936d8e023f64603edabeb8e0eb9fc370.

* Revert "AP type"

This reverts commit 63d8bbe29dd6f326773214346350607cc4381996.

* Revert "Send Update"

This reverts commit 171b046de549f1478e928dee3177eeefab341fcf.

* リモートで投票を見る

* 投票はDM

* Provides choices as text for AP

* 絵文字

* fix error

* revert

* APからには不要な処理を削除

* Revert "APからには不要な処理を削除"

This reverts commit 8b5d8af9b0cc4d4ad0cf21de59827ff21df99560.

* てぬき

* めんどい

* ちっ

* remove unused code
2019-01-21 13:27:19 +09:00
syuilo
087b011cbd [Server] Fix #3528 2019-01-21 12:19:20 +09:00
syuilo
e960f882f9 [Client] Fix bug
ドライブのファイルメニューからアバターやバナーに設定することができない問題を修正
2019-01-21 12:04:31 +09:00
syuilo
2fac978326 [Server] Fix bug: リモートユーザーのアイコンが消えることがある問題を修正 2019-01-21 11:23:32 +09:00
syuilo
c057b4b8bb [Server] Fix bug 2019-01-21 11:15:36 +09:00
syuilo
f1edbc9cad [Server] Fix #2745 2019-01-21 00:32:54 +09:00
syuilo
3fdaca5f43 ソーシャルタイムラインにフォロワー限定投稿が含まれていない問題を修正 2019-01-20 23:55:32 +09:00
syuilo
19e5480a07 [Server] Fix #3928 2019-01-20 19:22:13 +09:00
Acid Chicken (硫酸鶏)
17b4fad249 Update reversi routing (#3937) 2019-01-20 19:10:19 +09:00
syuilo
8201e5af84 常にメディアを閲覧注意として投稿するオプションが機能してなかった問題を修正 2019-01-20 18:20:25 +09:00
syuilo
18c1f4aa86 [MFM] __ 構文はアルファベットのみに 2019-01-20 18:06:04 +09:00
ibrokemypie
57b4b20bb6 Add double underscore syntax for bold markdown (#3733)
* Add double underscore syntax for bold markdown
see https://github.com/syuilo/misskey/pull/3732
this allows bold text through either **text** or __text__

* Add tests for underscore bold mfm syntax
2019-01-20 18:00:55 +09:00
syuilo
9d93e1d659 [MFM] Add <i> syntax 2019-01-20 17:52:11 +09:00
syuilo
32ef3e9fbd Remove unused import 2019-01-20 17:49:52 +09:00
ibrokemypie
273b78c080 Change italic syntax to fit with other markdown implementations (#3916)
currently italics require an html <i> syntax, unlike every other formatter. this is very confusing, especially as there doesnt seem to be any documentation.
this change makes both _text_ and *text* work, both things that users would expect from other implementations of markdown such as pleroma, discord and github.

Add test
2019-01-20 17:44:52 +09:00
Acid Chicken (硫酸鶏)
827fb6eb8d Better version format 2019-01-20 13:40:41 +09:00
syuilo
94720baddf 関係のない返信がタイムラインに流れる問題を修正
Resolve #1910
2019-01-20 13:14:31 +09:00
syuilo
b47a8ef4a5 Drop stalk feature
Resolve #3935
Closes #2226
Closes #1946
2019-01-20 12:25:00 +09:00
MeiMei
9440de8fcc AP Undo Like (#3933)
* AP Undo Like

* rename
2019-01-20 03:07:12 +09:00
syuilo
59850c4d1d Refactor 2019-01-19 23:00:15 +09:00
syuilo
5c408400a3 スパム報告機能
Resolve #1970
2019-01-19 19:16:48 +09:00
syuilo
71fa5a1d77 Fix typo 2019-01-19 09:52:27 +09:00
syuilo
0d456b151f Improve drive file operation
Resolve #3789
Resolve #3790
2019-01-19 09:50:38 +09:00
syuilo
8ebc945a0f Refactor: Rename misskey-flavored-markdown --> mfm 2019-01-19 08:45:12 +09:00
syuilo
b6af6f6c1a Fix camelCase in HTML 2019-01-19 08:30:53 +09:00
MeiMei
f497c0c85c Fix missing username conversions (#3922) 2019-01-19 08:28:46 +09:00
Acid Chicken (硫酸鶏)
e50775b31c node-gypの警告を直す (#3906)
* Update crypto_key.cc

* Update crypto_key.cc

* Update crypto_key.cc
2019-01-18 21:01:31 +09:00
syuilo
0184c659c1 Improve readability 2019-01-18 19:48:16 +09:00
syuilo
5c910b926f Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-01-18 16:47:03 +09:00
syuilo
b19857cfdb [Client] Drop apiViaStream option
Resolve #3911
2019-01-18 16:46:56 +09:00
Acid Chicken (硫酸鶏)
c0e86296fd Better 2FA input on sign in form (#3910)
* Update signin.vue

* Update ja-JP.yml

* Update settings.vue

* Update signin.vue

* Update init.ts
2019-01-18 13:20:32 +09:00
syuilo
dcb45a24fa animejs 3.xに対応 2019-01-18 13:06:11 +09:00
syuilo
8c418f705f [Client] Fix chart rendering 2019-01-17 17:54:25 +09:00
syuilo
6981c18a02 Implement active users chart
Resolve #3904
2019-01-17 17:16:08 +09:00
syuilo
7ddf5c5680 [Client] Add information 2019-01-17 09:46:40 +09:00
syuilo
16e93f277d Add footer 2019-01-17 09:42:21 +09:00
syuilo
98bee28b36 [MFM] Better hashtag parsing: Ignore single quotation 2019-01-17 09:33:08 +09:00
syuilo
66e4010f1e [MFM] Better hashtag parsing: Ignore double quotation
Resolve #3886
2019-01-17 09:24:20 +09:00
syuilo
7a85e9e246 🎨 2019-01-17 09:19:47 +09:00
MeiMei
2607fc56d6 Fix: time tooltip overlaps with others (#3901) 2019-01-17 06:40:11 +09:00
syuilo
33812562cd インスタンス情報ページに各種タイムラインの有効/無効を表示 2019-01-16 14:57:01 +09:00
syuilo
b77b85b4eb Resolve #3896 2019-01-16 14:54:14 +09:00
syuilo
fb701393c9 [Client] Resolve #3895 2019-01-16 14:46:54 +09:00
syuilo
bf3d69291e インスタンス情報ページにユーザー数と投稿数を追加 2019-01-16 03:36:25 +09:00
syuilo
896b597f18 disableLocalTimeline機能を強化
* ストリームだけではなくAPIも無効に
* モデレーターは無効の場合でも見れるように
* グローバルタイムラインも無効に(連合数が少ないインスタンスではグローバルタイムラインは実質的にローカルタイムラインと同一なので)
2019-01-16 02:30:55 +09:00
syuilo
f2f09bd5e6 Revert "Resolve #3813 (#3814)"
This reverts commit 96515c454423d9f7aba501f7c1d08d5327645f31.
2019-01-15 18:28:11 +09:00
Acid Chicken (硫酸鶏)
a883e70ad4 Support SVG (#3883)
* Update add-file.ts

* Update package.json

* Revert "Update add-file.ts"

This reverts commit ba0fe83b54a44493447208dfb3cc304a60df6fdd.

* Update add-file.ts

* Update package.json

* Update add-file.ts

* Update add-file.ts

* Create image.svg

* Update api.ts
2019-01-13 18:21:10 +09:00
syuilo
edf0fedd34 Provide instance description in info page 2019-01-12 19:30:56 +09:00
syuilo
23bcb95c0a [MFM] Better hashtag parsing: Ignore trailing colon 2019-01-12 14:10:16 +09:00
syuilo
f5cf4571d4 Implement instance info page 2019-01-12 11:27:23 +09:00
syuilo
0fc2933963 [Client] specifiedのアイコンを戻した 2019-01-12 09:40:53 +09:00
syuilo
5d630d4613 Revert "[Client] Renote数の表示を廃止"
This reverts commit d7af18efbd1d85802145f39c4f1a99dc611b8b97.
2019-01-12 09:38:44 +09:00
syuilo
c98ccb5d59 [Client] Improve UI 2019-01-12 09:34:02 +09:00
syuilo
bbcb48546d 🎨 2019-01-12 09:17:23 +09:00
syuilo
56b5f43a91 [Client] Resolve #3881 2019-01-12 09:13:35 +09:00
MeiMei
06cf3c7bd0 Fix bug (for return) (#3878) 2019-01-11 17:53:53 +09:00
MeiMei
b68407b9e0 モデレーターを凍結できないようにする (#3877) 2019-01-11 08:12:10 +09:00
MeiMei
1b065d4969 モデレーター登録を解除できるように (#3876) 2019-01-11 08:11:24 +09:00
MeiMei
65e34cef83 Hide NSFW in Photos (#3875) 2019-01-11 08:10:39 +09:00
MeiMei
e5782a7c30 管理画面でユーザーを状態でフィルタできるように (#3873) 2019-01-11 08:09:44 +09:00
MeiMei
b0778dde7a 管理者がサインイン履歴を参照できるツール (#3870)
* 管理者がサインイン履歴を参照できるツール

* remove debug code
2019-01-11 08:07:09 +09:00
MeiMei
f150785b49 ダイレクトを非公開のように使えるようにする (#3869) 2019-01-11 08:06:05 +09:00
MeiMei
b1a7a7b08d Supports toggle password in SMTP settings (#3868) 2019-01-11 08:05:36 +09:00
Acid Chicken (硫酸鶏)
4de390eeba Fix style 2019-01-10 19:23:22 +09:00
ibrokemypie
2580420752 Change SMTP password field to have password type (#3861) 2019-01-10 10:23:13 +09:00
MeiMei
1d03184472 Toggle show/hide password (#3865)
* Toggle show/hide password

* hoverでアンダーラインが中途半端に出てダサいので出さないように

* Update signin.vue
2019-01-10 10:22:45 +09:00
MeiMei
ebc899c47f Use cached and asynchronous DNS resolver for AP delivery (#3859) 2019-01-09 15:17:54 +09:00
MeiMei
73d91e0df0 Hide invisible notes from timeline (#3852) 2019-01-08 21:02:00 +09:00
syuilo
b1ed2c3e21 🎨 2019-01-08 18:00:05 +09:00
syuilo
3796725c48 ドライブの管理画面でファイルのオリジナルURLを表示するように 2019-01-08 17:45:16 +09:00
syuilo
7de2ed9cf8 Resolve #3847 (#3849)
* Update notifications.ts

* Update notifications.ts

* Update notifications.ts

* Update notifications.ts

* Add missing semicolon

* Improve readability

* Fix typo
2019-01-08 13:32:28 +09:00
MeiMei
2c65dec71e Fix sharedInbox recovery code (#3840) 2019-01-06 17:45:53 +09:00
Aya Morisawa
72f664afe7 Resolve #3078 (#3838) 2019-01-06 17:45:14 +09:00
MeiMei
1a8a3ddc2d Compact URL preview (#3835)
* Compact url-preview

* fix header

* increase limit

* better limit

* Revert "better limit"

This reverts commit ef396f773394068b0b7e37fccff31c70661b3978.

ハードリミットかけるならサーバー上でかけたほうが良さそう

* Revert "increase limit"

This reverts commit 72c10a456ba37151a4d88d11544b0ff9daabd284.
2019-01-06 12:56:13 +09:00
MeiMei
1d4473a171 Fix #3827 (#3837) 2019-01-06 04:00:30 +09:00
MeiMei
14e21021b6 Locked mark (#3836) 2019-01-05 19:59:10 +09:00
Aya Morisawa
708c72e4c5 Fix typo: not -> note
1344ffa67d (commitcomment-31817792)
2019-01-05 10:29:46 +09:00
syuilo
a04dddc4d8 Rename 2019-01-04 03:52:50 +09:00
ibrokemypie
2589743e0a Make instance logo customisable (#3829) 2019-01-04 03:02:40 +09:00
syuilo
4c6aa5b3df Improve readability 2019-01-03 12:34:08 +09:00
Ch. (Chanhwi Choi)
53257867a9 adds ko-KR な to にゃ (#3820)
* adds ko-KR な to にゃ
- this only take considers pre-composed "Hangul Syllables",
not composable area "Hangul Jamo" which are not used commonly
- 56 is '냐' - '나'

* replace magic number as suggested
2019-01-03 08:38:26 +09:00
MeiMei
327aae669c Tune AP URL negotiating with Accept (#3824) 2019-01-02 18:07:32 +09:00
MeiMei
3488de440f Resolve #3813 (#3814) 2019-01-02 03:35:42 +09:00
syuilo
b1822cba16 2019 🎉 2019-01-01 00:11:07 +09:00
syuilo
12c13bc696 [Client] Improve theme 🎨 2018-12-31 02:33:03 +09:00
syuilo
2b5d644eb4 [Client] Improve theming 🎨 2018-12-31 01:15:32 +09:00
syuilo
e3672dc7da [Client] line thiknessの設定はデバイスに保存するように 2018-12-31 00:59:13 +09:00
syuilo
776949c8a4 Fix bug 2018-12-31 00:50:56 +09:00
syuilo
d1af272ded 🎨 2018-12-31 00:50:14 +09:00
syuilo
b697190d23 [Client] Fix bug 2018-12-30 14:43:03 +09:00
syuilo
2cf0574f25 Clean up 2018-12-30 14:19:22 +09:00
syuilo
249d8a7ad3 モバイル版にも設定を追加 2018-12-30 14:12:46 +09:00
syuilo
76227ddfa0 🎨 2018-12-30 14:08:40 +09:00
syuilo
69ba0e13e6 Better setting 2018-12-30 14:05:13 +09:00
syuilo
45a265e457 🎨 2018-12-30 14:00:57 +09:00
syuilo
fa6f8ca303 🎨 2018-12-30 13:19:06 +09:00
syuilo
93d9b62743 [Client] Fix i18n 2018-12-30 13:02:17 +09:00
syuilo
1b0129ab03 [Client] Update theme setting 2018-12-30 13:02:06 +09:00
syuilo
e7562cfbe2 🎨 2018-12-30 12:45:31 +09:00
syuilo
8373c06762 Update gruvbox-dark.json5 2018-12-30 11:58:26 +09:00
syuilo
7c9d69d4db [Client] Add Monokai theme 🎨 2018-12-30 09:21:23 +09:00
syuilo
460265d38e [Client] Separate theme property 2018-12-30 09:21:07 +09:00
syuilo
2f13e6be47 [Client] Fix bug 2018-12-30 09:15:56 +09:00
syuilo
506723eb6f oops 2018-12-30 09:04:19 +09:00
syuilo
1350e14589 [Client] Add some themes 🎨 2018-12-30 06:40:48 +09:00
ibrokemypie
4d823e5c51 Add id to return of users/relation (#3795) 2018-12-30 01:44:26 +09:00
syuilo
4b1dba8254 [API] notes/mentions にミュートを適用するように 2018-12-30 01:40:24 +09:00
syuilo
c191729762 🎨 2018-12-30 01:32:58 +09:00
Aya Morisawa
03072001c7 Make one import per line 2018-12-29 22:26:15 +09:00
syuilo
60dba1397f [Client] Improve 2fa settings 2018-12-29 22:10:54 +09:00
syuilo
7783626f84 🎨 2018-12-29 05:55:09 +09:00
syuilo
49f194184d Better note filtering 2018-12-29 05:51:17 +09:00
syuilo
904cbd5cb6 [Client] Renote数の表示を廃止 2018-12-29 05:43:31 +09:00
syuilo
d66864b1ed Improve usability 2018-12-29 03:12:22 +09:00
syuilo
2b771b043b Clean up 2018-12-29 02:58:04 +09:00
syuilo
cbf50fee15 Privateの公開範囲を廃止 2018-12-29 02:55:46 +09:00
syuilo
f6b4ca900c Make autoAcceptFollowed default 2018-12-29 02:46:57 +09:00
MeiMei
9a1f83e948 Resolve #3786 (#3788) 2018-12-29 02:04:29 +09:00
MeiMei
644e420930 フォローしているユーザーからのフォローを自動承認するオプション (#3780) 2018-12-28 21:36:58 +09:00
MeiMei
a55f53439b Supports CSS Scrollbars (#3783)
* Supports CSS Scrollbars

* fix
2018-12-28 21:34:35 +09:00
syuilo
c24394216d 🎨 2018-12-28 05:14:04 +09:00
syuilo
02164a5829 通知の管理を強化
Resolve #3772
2018-12-28 05:06:25 +09:00
syuilo
9492aad015 🎨 2018-12-28 04:30:37 +09:00
syuilo
b88fe7d15d 🎨 2018-12-28 04:28:16 +09:00
syuilo
9d543762b5 🎨 2018-12-28 04:26:32 +09:00
MeiMei
6b26c21c68 Undo reaction with clicking minus (#3773)
* Undo reaction with clicking minus

* fix isMyNote
2018-12-28 01:01:58 +09:00
MeiMei
3d970eaa89 user mention (#3771) 2018-12-27 23:14:30 +09:00
Aya Morisawa
93d3948e1c Set cursor default on hover the own reaction
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-27 23:02:32 +09:00
Aya Morisawa
45e589727d Resolve #3770
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-27 22:54:50 +09:00
Aya Morisawa
fa1a63cc4e Remove needless code 2018-12-27 21:09:03 +09:00
Aya Morisawa
3d868d4036 Resolve #3524 2018-12-27 21:07:44 +09:00
Aya Morisawa
5ef3832da4 Fix i18n: is-suspended
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-27 20:59:49 +09:00
Aya Morisawa
29f5c91889 Resolve #3287, resolve #3107
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-27 20:46:23 +09:00
syuilo
ae439e3eeb [Client] Fix bug 2018-12-27 20:34:30 +09:00
syuilo
3a70e8b096 Rename: 404 --> not-found 2018-12-27 20:22:54 +09:00
Aya Morisawa
59abef421b Remove unused code 2018-12-27 20:10:29 +09:00
Aya Morisawa
fed4b5e032 Show on the CW button that there is a poll (#3769) 2018-12-27 19:58:57 +09:00
syuilo
e6c7dff838 Resolve #3758 2018-12-27 07:07:26 +09:00
ibrokemypie
84c87d6812 Add URI parameter to /api/meta (#3748)
* Add URI parameter to /api/meta
closes #3747

* Update fetch-meta.ts

* Update meta.ts
2018-12-27 04:50:35 +09:00
Aya Morisawa
fb1bf720a5 Resolve #3248
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-27 01:26:03 +09:00
MeiMei
5779fc08b0 Feature to show only my posts in the user page (#3753)
* Fix #3681

* Feature to show only my posts in the user page
2018-12-26 23:11:50 +09:00
Aya Morisawa
48aa7c2a7b Make reactions removable
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>

Resolve #367, resolve #2260, close #3503
2018-12-26 23:05:47 +09:00
Aya Morisawa
8549f0992c Remove trailing whitespaces 2018-12-26 19:58:04 +09:00
Aya Morisawa
3106e0b4a8 Fix #3346
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-26 19:39:51 +09:00
Aya Morisawa
9cc4ebf270 Fix #3345
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-26 19:24:38 +09:00
Acid Chicken (硫酸鶏)
333dee6591 Fix #3745 (#3746) 2018-12-26 18:32:16 +09:00
MeiMei
1a241b366b Fix #3715 (#3752) 2018-12-26 06:21:09 +09:00
MeiMei
0b7c22ab6c Supports emoji in notifications (#3751) 2018-12-26 05:15:02 +09:00
Acid Chicken (硫酸鶏)
c9cd81cc62 Fix typo 2018-12-25 20:02:37 +09:00
Acid Chicken (硫酸鶏)
97f7043178 Fix typo
split は不規則動詞
2018-12-25 16:49:35 +09:00
ibrokemypie
17f7e91faf Make activity view in admin scrollable (#3741)
I can't think of any reason why this isnt currently the case as the extra lines are still there, just not displayed, meaning theres no difference in performance/memory usage
Also means that sometimes entries are cut off which is weird
Also, sometimes there is reason to wish to view older entries that may have scrolled off the page/keep reading something which was pushed too far down.
2018-12-25 12:13:50 +09:00
Aya Morisawa
755212b0f3 Use join instead of reduce 2018-12-24 17:02:15 +09:00
Zero King
bb88d06f3f Update translation placeholder (#3735) 2018-12-24 05:36:02 +09:00
syuilo
4df7b824f1 [API] Fix #3737 2018-12-24 05:31:20 +09:00
MeiMei
35a4fbc668 Fix error in featuredNotes (#3730) 2018-12-23 23:23:56 +09:00
MeiMei
26207a451b Fix: can not update remote Misskey user (#3731) 2018-12-23 23:23:17 +09:00
Zero King
ea82187eb2 Fix mention links (#3728)
canonical already starts with @, so remove the extra @.
2018-12-23 14:35:18 +09:00
MeiMei
b619c65778 ダイレクト投稿でユーザーが指定されていなかったらrejectする (#3724) 2018-12-23 04:17:42 +09:00
MeiMei
3868fc7459 ダイレクトでメンションでもユーザーを指定できるように (#3722) 2018-12-23 03:44:18 +09:00
syuilo
ed8e55d9a2 Fix #3717 (#3723) 2018-12-23 03:41:28 +09:00
syuilo
2eea6e9f39 Fix indent 2018-12-23 03:31:11 +09:00
syuilo
aaa865beb9 Fix space 2018-12-23 03:27:26 +09:00
MeiMei
a981c4dd86 本文からメンション等を展開しないオプション (#3721) 2018-12-23 03:25:33 +09:00
Aya Morisawa
06d7e119ef Improve MFM bracket matching
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-12-22 00:44:38 +09:00
MeiMei
726b13b3ae Fix sharedInbox location (#3711)
* Fix sharedInbox location

* Perform update Following

* Fix comment
2018-12-22 00:12:34 +09:00
MeiMei
33abd4500e Fix tag not found (#3710) 2018-12-21 21:46:50 +09:00
syuilo
e60a6447f4 [Client] Fix #3693 2018-12-21 16:22:34 +09:00
Acid Chicken (硫酸鶏)
620db8d83a Feed (#3698)
* wip

* Implement feed

* Update feed.ts

* Update index.ts

* Update feed.ts
2018-12-21 11:54:39 +09:00
Aya Morisawa
88bf7a0426 Fix comment 2018-12-21 11:28:30 +09:00
MeiMei
138aeff682 Fix processing icon (#3705) 2018-12-21 02:30:49 +09:00
MeiMei
818cdcfb69 Fix: ap/show does not return on error (#3704) 2018-12-21 00:09:02 +09:00
MeiMei
465650d723 Tune polls/recommendation (#3703) 2018-12-20 22:56:12 +09:00
Aya Morisawa
45c9667c5c Refactor MFM
Co-authored-by: syuilo syuilotan@yahoo.co.jp
2018-12-20 19:42:10 +09:00
ibrokemypie
58dd7ea5f4 Fix overlap of birthday label on datepicker (#3697) 2018-12-20 17:01:29 +09:00
syuilo
30eb573f5c Fix #3683 2018-12-20 04:11:10 +09:00
syuilo
025e1c5432 Resolve #3687 2018-12-20 04:08:13 +09:00
syuilo
8e8e8c4c91 Better cw detection 2018-12-20 03:22:27 +09:00
syuilo
9051ea9c84 Fix wrong comment 2018-12-20 02:47:24 +09:00
MeiMei
477bff68b9 Fix tag length limit from AP (#3688) 2018-12-20 02:20:56 +09:00
syuilo
28bead745c [Client] Resolve #3686 2018-12-20 01:09:35 +09:00
tamaina
fbe5cb3a05 open処理中はopenの処理をしないように (#3661)
* autocomplettimeout

* fix

* fix

* Update autocomplete.ts

* Update autocomplete.ts
2018-12-20 00:02:28 +09:00
MeiMei
da198da133 Change naming (#3678)
* Change naming

* x to a
2018-12-19 22:38:27 +09:00
MeiMei
5f92538a69 Hide hidden contents in welcome timeline (#3682) 2018-12-19 22:18:58 +09:00
Acid Chicken (硫酸鶏)
1b04b89199 Resolve #3676 (#3677) 2018-12-19 21:20:25 +09:00
MeiMei
00914ade44 Update remote Emoji (#3680) 2018-12-19 21:19:43 +09:00
Aya Morisawa
763f2e756a Add Predicate type 2018-12-19 17:08:09 +09:00
Aya Morisawa
e946eda05c Add relation types 2018-12-19 17:00:07 +09:00
syuilo
656b1b9486 Update deck.notes.vue 2018-12-19 11:23:46 +09:00
syuilo
b7255da1da [Client] デッキのTLにUIの動きを減らすオプションが適用されていなかったのを修正 2018-12-19 11:22:27 +09:00
syuilo
4d17f35730 Fix bug 2018-12-19 11:16:29 +09:00
Aya Morisawa
8a97bd63c7 Refactor 2018-12-19 10:23:57 +09:00
Aya Morisawa
47ba59a6ed Fix comment 2018-12-19 10:02:58 +09:00
Aya Morisawa
9afe3aa109 Add comments for prelude/array.ts 2018-12-19 09:54:45 +09:00
Aya Morisawa
a121bb6ef4 Use consistent naming convention 2018-12-19 09:14:05 +09:00
syuilo
ca7bf855c8 リスト関連の操作を強化
Resolve #2069
Resolve #2051
Resolve #2807
Resolve #3647
2018-12-19 07:22:01 +09:00
syuilo
470fae7c53 Fix error 2018-12-19 06:47:47 +09:00
syuilo
87c1851602 Clean up 2018-12-19 06:09:31 +09:00
syuilo
b094b49e54 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-12-19 06:05:47 +09:00
syuilo
4299d40865 [Client] Show more images 2018-12-19 06:05:44 +09:00
syuilo
f2407179e9 [Client] Fix #2764 2018-12-19 06:04:59 +09:00
MeiMei
8cca6e9902 Send original URL for quote (#3668) 2018-12-19 05:07:54 +09:00
MeiMei
80b6859baa Add AP emojis endpoint (#3667) 2018-12-19 04:23:08 +09:00
syuilo
b71e9c9370 [Client] Resolve #3662 2018-12-19 01:10:53 +09:00
syuilo
396415e07a [Client] Resolve #3658 2018-12-19 00:57:28 +09:00
syuilo
80010ffe95 [Client] Fix #3657 2018-12-19 00:45:00 +09:00
syuilo
38142c4abd [Client] Fix #3655 2018-12-19 00:41:53 +09:00
syuilo
796455126e Improve readability 2018-12-19 00:40:29 +09:00
syuilo
bb2c87e6cd Clean up 2018-12-19 00:40:13 +09:00
syuilo
ba303cd6f9 Improve readability 2018-12-19 00:39:28 +09:00
syuilo
f991ea1441 clean up 2018-12-19 00:39:04 +09:00
syuilo
445da093f5 [Client] Improve performance 2018-12-19 00:25:35 +09:00
syuilo
f0e7946c5b Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-12-17 20:18:09 +09:00
syuilo
c725c9f76a Fix #3646 2018-12-17 20:17:21 +09:00
Acid Chicken (硫酸鶏)
f2c676cbdd Re: #3457 (#3614)
* Update parser.ts

* Update user.ts

* Update search.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update mfm.ts

* Update parser.ts

* Merge branch 'develop' into 3440-mk2

* Fix typo

* Update parser.ts

* Update mfm.ts

* Update mfm.ts
2018-12-17 19:11:38 +09:00
Acid Chicken (硫酸鶏)
e794d88c1d Refactor Reversi (#3584)
* Update core.ts

* Update core.ts

* Create functional-syntax.ts

* Update core.ts

* Update functional-syntax.ts

* Update core.ts

* Delete functional-syntax.ts
2018-12-17 19:10:38 +09:00
syuilo
097e031ea0 Clean up 2018-12-17 17:21:45 +09:00
syuilo
e0d6b1f0fd [Client] UIの動きを減らすオプションが一部のアニメーションに適用されなかったのを修正
Resolve #3632
2018-12-17 17:21:36 +09:00
syuilo
f1549b3ac7 [Client] Add animation 🎨 2018-12-17 03:29:57 +09:00
syuilo
0e7385bb49 [API] Resolve #3637 2018-12-17 01:43:34 +09:00
syuilo
2ea8fe8a14 [Client] Bug fix and clean up 2018-12-16 16:12:41 +09:00
syuilo
8e5dab6156 [Client] Add some animations 🎨 2018-12-16 11:32:20 +09:00
syuilo
c4afa3b66d [Client] Add particle effect 2018-12-16 10:20:46 +09:00
syuilo
a0700b9c57 [Client] Fix bug 2018-12-16 09:03:07 +09:00
Acid Chicken (硫酸鶏)
295f903a1a Add 'twitter:creator' meta data in user pages (#3618)
* Update user.pug

* Update user.pug

* Update note.pug

* Update user.pug

* Update note.pug

* Update note.pug
2018-12-16 08:49:38 +09:00
syuilo
a707cc15da [Client] Resolve #2951
あと検索フォームでサジェストを有効に
2018-12-16 08:45:10 +09:00
MeiMei
25d75c8911 Format uptimes (#3629)
* Format uptime

* 逆だわ

* ザ

* 1個多い

* Fix comment
2018-12-16 07:06:43 +09:00
MeiMei
2d4fc788c0 Return 404 for invalid Object ID (#3627)
* Update activitypub.ts

* Update activitypub.ts

* Update featured.ts

* Update followers.ts

* Update following.ts

* Update outbox.ts

* Fix following, outbox
2018-12-16 01:44:59 +09:00
syuilo
603320eebc Update analog-clock.vue 2018-12-15 23:34:46 +09:00
syuilo
300cbe6798 OGP向けにインスタンスのバナー画像を提供するように 2018-12-15 23:19:04 +09:00
Acid Chicken (硫酸鶏)
2d62b5c02f Update index.ts (#3624) 2018-12-15 20:54:34 +09:00
syuilo
c4ef77cf39 🎨 2018-12-15 17:01:19 +09:00
syuilo
08ddc96c9c 🎨 2018-12-15 16:48:28 +09:00
syuilo
7caf7abb8d Resolve #2165 2018-12-15 00:09:04 +09:00
syuilo
5281b50977 🎨 2018-12-14 23:35:07 +09:00
syuilo
a647e50b71 Implement admin drive page 2018-12-14 19:09:11 +09:00
MeiMei
cd7ad83aa6 Fix reversi settings bot switch (#3609) 2018-12-13 13:40:10 +09:00
和風ドレッシング
10cf6ba168 ていねい (#3608)
「古い」という表現でキレる方もいるので、丁寧な言葉づかいに変更
2018-12-13 09:42:14 +09:00
Acid Chicken (硫酸鶏)
3fd16b3896 Update html.ts (#3603) 2018-12-13 01:33:18 +09:00
syuilo
6d115fd142 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-12-13 01:18:29 +09:00
syuilo
1da6abb461 🎨 2018-12-13 01:18:17 +09:00
MeiMei
d22c468e3d Hide unavailable integration settings (#3604) 2018-12-12 23:21:02 +09:00
Acid Chicken (硫酸鶏)
535e37e409 Update url-preview.vue (#3602) 2018-12-12 21:19:52 +09:00
MeiMei
4a22b01ea0 No @ for account name (#3586)
* No @ for account name

* Use @ for GitHub
2018-12-12 17:33:08 +09:00
syuilo
37a492c5b2 Improve mention display 2018-12-12 13:06:05 +09:00
syuilo
334fd6b225 Fix bug 2018-12-12 13:05:37 +09:00
MeiMei
4b729421fe Fix htmlToMfm (#3600) 2018-12-12 11:47:07 +09:00
MeiMei
62859788e7 Fix URL after deleting remote file (#3597)
* Fix URL after deleting remote file

* expired only

* delete space
2018-12-12 11:46:35 +09:00
Acid Chicken (硫酸鶏)
bdace5b18d Update settings.2fa.vue (#3593) 2018-12-12 10:07:30 +09:00
MeiMei
f3983f48ab Fix fields (#3596) 2018-12-12 02:46:40 +09:00
Acid Chicken (硫酸鶏)
2a8172e58d Update settings.2fa.vue (#3595) 2018-12-11 23:41:27 +09:00
syuilo
7bcd445b36 Fix bug 2018-12-11 21:17:57 +09:00
syuilo
dd4ec2b035 [Client] Fix bug 2018-12-11 20:59:25 +09:00
syuilo
edc0ae9eef Fix bug 2018-12-11 20:47:07 +09:00
Aya Morisawa
b954245a4d Use for-of instead of forEach (#3583)
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-11 20:36:55 +09:00
syuilo
a9adb00420 Fix error 2018-12-11 20:33:52 +09:00
Acid Chicken (硫酸鶏)
469c773eec Resolve #3581 (#3589)
* Update ja-JP.yml

* Create 404.vue

* Update script.ts

* Update script.ts

* Update script.ts

* Update script.ts

* Update script.ts

* Update script.ts

* Update 404.vue

* Update meta.ts

* Update instance.vue

* Update update-meta.ts
2018-12-11 20:19:13 +09:00
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
syuilo
44e44c69fd [MFM] Better MFM parsing 2018-12-01 10:40:09 +09:00
syuilo
d70c115cf3 🎨 2018-12-01 09:45:48 +09:00
syuilo
b4d83975ae Disable update notification 2018-12-01 07:59:15 +09:00
imgbot[bot]
147c5842fe [ImgBot] Optimize images (#3455)
*Total -- 1,383.25kb -> 1,231.27kb (10.99%)

/assets/apple-touch-icon.png -- 4.72kb -> 2.51kb (46.79%)
/assets/icons/256.png -- 4.72kb -> 2.51kb (46.79%)
/assets/title.png -- 6.63kb -> 3.80kb (42.73%)
/assets/favicon/favicon.png -- 6.83kb -> 3.93kb (42.45%)
/assets/icons/192.png -- 3.49kb -> 2.02kb (42.08%)
/assets/icons/128.png -- 2.29kb -> 1.50kb (34.81%)
/assets/about/ui.png -- 125.21kb -> 94.85kb (24.25%)
/assets/ai-orig.png -- 255.55kb -> 199.67kb (21.86%)
/assets/icons/64.png -- 1.21kb -> 0.99kb (18.34%)
/assets/about/drive.png -- 110.33kb -> 94.20kb (14.62%)
/assets/about/post.png -- 344.52kb -> 316.57kb (8.11%)
/assets/ai.png -- 243.43kb -> 234.93kb (3.49%)
/src/client/assets/pointer.png -- 274.33kb -> 273.80kb (0.19%)
2018-12-01 07:55:34 +09:00
Acid Chicken (硫酸鶏)
f4f19f28d8 Allow hyphens in the middle of remote usernames (#3440)
* Allow hyphens in the middle of remote usernames

refs: d797c29db462de4a3d69a5077a1ae4d03195b6f2

* Make options fallback better

* Make options flat
2018-12-01 07:19:17 +09:00
MeiMei
3b0f37e389 Fix media video (#3452)
* Fix: Always show nsfw

* [Client] Add missing video play icon
2018-12-01 07:16:28 +09:00
MeiMei
8f699a4757 Exclude remote user or myself from talk user suggestions (#3449) 2018-12-01 07:15:55 +09:00
MeiMei
3d1afb9306 AP CW (#3448) 2018-12-01 07:15:10 +09:00
Aya Morisawa
eabfd00012 Use for-of instead of map
return values are not being used
2018-11-30 23:30:28 +09:00
Aya Morisawa
8feaf72180 Remove consecutive blank line 2018-11-30 23:07:21 +09:00
MeiMei
b8051b0e22 Fix #3442 (#3443) 2018-11-30 18:13:55 +09:00
MeiMei
0367ad08a8 Trim notifications text (#3438)
* Trim notifications

* Remove needless colons

* Use single quote

* 🎨
2018-11-30 09:34:37 +09:00
syuilo
5f63e2abfe Better limit 2018-11-30 00:45:02 +09:00
MeiMei
e21b349680 Fix SMTP (#3436) 2018-11-30 00:35:17 +09:00
syuilo
c7101148c4 Fix #3432 2018-11-30 00:13:13 +09:00
syuilo
7530c50418 Fix #3434 2018-11-30 00:04:28 +09:00
MeiMei
e33f73a5b6 Fix SMTP (#3433)
* Fix: SMTP local relay

* Fix SMTP SSL description

* ✌️
2018-11-30 00:03:28 +09:00
syuilo
562fb26dc6 Fix #3430 2018-11-29 22:05:11 +09:00
MeiMei
60ee5d1199 Show current selected language (#3429) 2018-11-29 21:56:53 +09:00
syuilo
42767aaa2b メールサーバーの設定がオフの場合はメール設定を表示しないように 2018-11-29 20:33:31 +09:00
syuilo
13f375151d Make require password to update email 2018-11-29 20:19:02 +09:00
syuilo
f783ef38b5 [MFM] Improve hashtag detection 2018-11-29 20:12:37 +09:00
syuilo
eddacb0247 Refactor 2018-11-29 20:09:41 +09:00
syuilo
a1d4fd27eb [Client] Fix #3427 2018-11-29 20:07:31 +09:00
syuilo
18b7f4cf2b Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-29 16:24:05 +09:00
syuilo
8999767d86 🎨 2018-11-29 16:24:02 +09:00
syuilo
4512b6711a Implement email config 2018-11-29 16:23:45 +09:00
Hakaba Hitoyo
0ad502a1d3 Feature / Configurable web search engine (#3406)
* configurable web search engine

* add webSearchEngine config in mobile ui

* add webSearchEngine config in desktop ui

* add webSearchEngine config

* add messages for web search engine config

* correct locale
2018-11-29 11:05:17 +09:00
syuilo
01697424f9 Mark chart apis as stable 2018-11-29 06:06:07 +09:00
Ivan
3b15b842de Fix bad style in deck column options and other things (#3412)
* Fix wrong text color in empty timeline (#3268)

* Whoops

* Fix wrong text color in deck options (#3268)

* Some padding to make it look less ugly

* Fix wrong text color in user lists menu (#3268)

* Fix wrong text color of footer on welcome screen (mobile) (#3268)

* Fix misalignment of icons and text in menu (mobile) (#3289)

* Fix wrong text color in empty timeline (mobile) (#3268)
2018-11-29 05:02:35 +09:00
Acid Chicken (硫酸鶏)
9842c4883f Update profile-editor.vue (#3424) 2018-11-29 04:54:36 +09:00
syuilo
d63cee114f ✌️🤔✌️ 2018-11-28 18:57:22 +09:00
syuilo
6675b7f43d 🎨 2018-11-28 16:29:18 +09:00
syuilo
3bddab4dd0 Cookieを使わないように 2018-11-28 16:19:02 +09:00
syuilo
c4453e50eb Update signin.ts 2018-11-28 05:27:34 +09:00
nico
d1432bbcaa Add theme_color and 512x512 icon to app manifest (#3417)
As per Chrome Lighthouse PWA suggestions.
2018-11-28 04:38:50 +09:00
syuilo
bdd12c0bfc [MFM] Improve hashtag detection 2018-11-27 02:08:51 +09:00
syuilo
6e7d72d56b [Client] Resolve #3323 2018-11-27 01:21:16 +09:00
MeiMei
b286e5c9ef No caching /api/ (#3411) 2018-11-27 01:16:25 +09:00
MeiMei
56f3fcd76e Return 404 for undefined .well-known (#3404) 2018-11-26 04:49:24 +09:00
MeiMei
9a68d4082e Image for web publish (#3402)
* Image for Web

* Add comment

* Make main to original
2018-11-26 04:25:48 +09:00
syuilo
a38dd775e3 🎨 2018-11-25 13:47:42 +09:00
syuilo
15012960e8 Improve MFM 2018-11-25 13:36:52 +09:00
syuilo
df88d82cae [MFM] Add center syntax
Resolve #1775
2018-11-25 13:36:40 +09:00
syuilo
60fe0da1b4 Improve MFM 2018-11-25 13:23:18 +09:00
syuilo
ae2ed757d5 [Client] Fix bug 2018-11-25 13:21:47 +09:00
syuilo
6d52a4b4dd Refactoring 2018-11-25 13:19:33 +09:00
syuilo
d89a67c52d 🎨 2018-11-25 05:16:39 +09:00
syuilo
bfc3382d6d 🎨 2018-11-25 05:10:48 +09:00
syuilo
cba9250492 [MFM] Better hashtag parsing 2018-11-25 04:44:42 +09:00
syuilo
498979bd7d Update note-mixin.ts 2018-11-25 04:30:32 +09:00
syuilo
87232c2a78 Refactor 2018-11-25 04:26:07 +09:00
MeiMei
4061ae6d80 Fix: url-preview (#3397) 2018-11-25 01:39:22 +09:00
syuilo
d8e9d03f81 Fix bug: リモートユーザーのアイコンとバナーの色が取得されていない問題を修正 2018-11-24 17:29:32 +09:00
syuilo
f4ae8abb44 Fix lint 2018-11-24 17:19:51 +09:00
syuilo
d75a6faeba [MFM] Fix hashtag detection 2018-11-24 17:18:11 +09:00
syuilo
d4d54d91ca Refactor 2018-11-24 17:10:12 +09:00
syuilo
a86be43e07 Resolve #3158 2018-11-24 07:04:29 +09:00
syuilo
dbf17d8667 🎨 2018-11-24 07:03:03 +09:00
syuilo
3586817f79 🎨 2018-11-24 07:01:40 +09:00
syuilo
84d38621bd Update reversi.room.vue 2018-11-24 07:01:12 +09:00
syuilo
a736c8f13f 🎨 2018-11-24 06:56:30 +09:00
syuilo
979d01ec0f Update url-preview.ts 2018-11-24 06:41:22 +09:00
MeiMei
374fb4eda9 Do not use _replyIds (#3392) 2018-11-23 23:12:28 +09:00
syuilo
85f0a90468 Resolve #3366 2018-11-23 16:39:51 +09:00
syuilo
0ce969d4a6 [MFM] Improve hashtag detection
Resolve #3387
2018-11-23 16:02:17 +09:00
syuilo
536ea5d280 Resolve #3376 2018-11-23 08:13:17 +09:00
syuilo
38a9438ef5 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2018-11-23 08:01:29 +09:00
syuilo
283f792c32 Improve user operations
Resolve #2197
Resolve #3367
2018-11-23 08:01:14 +09:00
MeiMei
bb4d0fb6e7 AP quote (#3384) 2018-11-23 02:10:07 +09:00
nico
f9199d5b64 Fix #3343 (#3383)
Setting "X-Forwarded-Proto: https" in the SSL proxy is the correct way to do this
2018-11-23 02:09:04 +09:00
MeiMei
439a35d332 No cache /notes/:note (#3382) 2018-11-22 23:17:58 +09:00
Aya Morisawa
66f297bdfa Remove unneccesary cast (#3355) 2018-11-22 05:07:25 +09:00
Acid Chicken (硫酸鶏)
863197af59 Fix #3361 (#3362)
* Update create.ts

* Update api.ts
2018-11-22 05:06:51 +09:00