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
syuilo
4705cd1008
[MFM] Improve URL parsing
...
Fix #3368
2018-11-22 05:02:38 +09:00
syuilo
e679a60224
Refactoring
2018-11-22 01:51:26 +09:00
Hakaba Hitoyo
82ab386b83
Feature / user recommendation config in admin ui ( #3357 )
...
* add config for external user recommendation into admin ui
* debug
* correct admin ui
* switch external user recommendation to admin ui config
* debug
* debug
* debug
* Revert "debug"
This reverts commit f4a0460e5bde21cd1f39a735f496a2d74233ef3f.
* explicit parseInt radix
* add Japanese message
* change default engine to https
* remove unused settings
* debug
* nullable externalUserRecommendationTimeout
2018-11-21 23:44:59 +09:00
syuilo
0cf86dff66
Improve usability
2018-11-21 14:44:49 +09:00
syuilo
12aa24d354
[MFM] Better inline code parse
2018-11-21 12:55:15 +09:00
MeiMei
222efd6061
Fix: stop in DB check ( #3356 )
2018-11-21 12:45:40 +09:00
syuilo
2018edcdec
Improve MFM
2018-11-21 08:32:40 +09:00
syuilo
91622ff1db
[MFM] Fix hashtag parsing
2018-11-21 08:30:29 +09:00
syuilo
3ee4fb95a0
Improve test page
2018-11-21 06:25:58 +09:00
syuilo
cae54d5647
[Client] Fix #3114
2018-11-21 06:24:46 +09:00
syuilo
ec4368ac2d
Update index.vue
2018-11-21 05:36:55 +09:00
syuilo
2768dfc6d1
Fix bug
2018-11-21 05:27:06 +09:00
syuilo
36d2bdd0b4
Fix bug
2018-11-21 05:26:48 +09:00
syuilo
60252911eb
Improve MFM parser ( #3337 )
...
* wip
* wip
* Refactor
* Refactor
* wip
* wip
* wip
* wip
* Refactor
* Refactor
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Clean up
* Update misskey-flavored-markdown.ts
* wip
* wip
* wip
* wip
* Update parser.ts
* wip
* Add new test
* wip
* Add new test
* Add new test
* wip
* Refactor
* Update parse.ts
* Refactor
* Update parser.ts
* wip
2018-11-21 05:11:00 +09:00
Aya Morisawa
36d222ba54
Refactor checkMongoDb ( #3339 )
2018-11-20 21:19:14 +09:00
MeiMei
169013034f
Fix: ap/show ( #3350 )
2018-11-20 21:18:14 +09:00
Aya Morisawa
e071f82b7e
Refactor spawnWorkers ( #3338 )
2018-11-20 12:25:58 +09:00
Aya Morisawa
6c95fdb75d
Refactor port checking ( #3336 )
2018-11-20 11:23:32 +09:00
MeiMei
52c0d747ff
Cores => Logical cores ( #3332 )
2018-11-20 05:30:22 +09:00
MeiMei
f58dd6bb8e
Explicitly set max-age ( #3330 )
2018-11-20 05:29:51 +09:00
Aya Morisawa
22391ef962
Merge environmentInfo and machineInfo into index.ts ( #3319 )
2018-11-19 13:39:10 +09:00
Aya Morisawa
19b2d7f715
Use descriptive variables to improve readability ( #3318 )
2018-11-19 13:27:38 +09:00
Aya Morisawa
97b43ec2c9
Call main at the end ( #3317 )
2018-11-19 12:58:58 +09:00
MeiMei
599f034367
Fix some image processing ( #3313 )
...
* Improve thunmbnail generation
* Respect orientation in Firefox
2018-11-19 09:17:16 +09:00
syuilo
3540355f9f
[Client] Improve UI
2018-11-19 02:09:27 +09:00
syuilo
2e27473f7a
Refactoring
2018-11-19 02:04:12 +09:00
MeiMei
bb75ca9c29
Show visibility in note-detail ( #3308 )
...
* Show visibility in note-detail
* fix
2018-11-18 22:47:21 +09:00
Zero King
ef36ab64b9
Add faUserClock icon for follow requests ( #3303 )
2018-11-18 01:10:57 +09:00
MeiMei
d98173238d
Improve relative time detection ( #3302 )
2018-11-17 20:57:23 +09:00
MeiMei
7947d56b73
Update visibility text ( #3299 )
2018-11-17 18:21:05 +09:00
MeiMei
eed66d27bd
To able to store local only visibilities ( #3298 )
2018-11-17 13:21:40 +09:00
MeiMei
950ccf3f55
Renote visibility ( #3290 )
2018-11-17 03:25:48 +09:00
MeiMei
6c7cbb2528
Hide unused login method ( #3285 )
2018-11-17 02:13:01 +09:00
nico
ed8f42b8ee
Add missing Robot icon (used on user profiles) ( #3284 )
2018-11-17 01:55:37 +09:00
nico
e832d1e03e
Add missing Map Marker icon (used on user profiles) ( #3283 )
2018-11-17 01:50:39 +09:00
Aya Morisawa
6e8a20eabe
Change math syntax ( #3280 )
2018-11-17 00:31:49 +09:00
Aya Morisawa
7148fe40f0
Add an optional setting to remain deleted note ( #3271 )
...
Co-authored-by: Aya Morisawa <AyaMorisawa4869@gmail.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2018-11-16 23:13:37 +09:00
syuilo
284139d356
Update github-bot.ts
2018-11-16 23:10:48 +09:00
syuilo
af84f87c5e
Resolve #3274
2018-11-16 23:09:33 +09:00
syuilo
5a1441357d
Update github-bot.ts
2018-11-16 23:02:01 +09:00
syuilo
89bffa9d36
Clean up
2018-11-16 23:01:14 +09:00
syuilo
e80012ceb4
Update github-bot.ts
...
follow dvelop instead master
2018-11-16 23:00:34 +09:00
syuilo
22b976cec3
Do not use camelCase in html
2018-11-16 22:32:06 +09:00
syuilo
bd2b3bb7a9
Refactoring
2018-11-16 22:31:28 +09:00
syuilo
5d8c97dbc7
[MFM] Improve various parsing
...
Resolve #2779
Resolve #3053
2018-11-16 21:57:19 +09:00
syuilo
5e877644ca
[MFM] Better URL parsing
2018-11-16 21:30:01 +09:00
syuilo
89ce6ae71f
[Client] Add missing icon
...
Resolve #3267
2018-11-16 18:34:52 +09:00
syuilo
59eddc8be1
[Client] Wrap formula component to split code
2018-11-16 18:31:25 +09:00
syuilo
369473f6db
Revert "[Client] Load katex async to reduce bundle size"
...
This reverts commit 37e3d60ade0c742591d2a4d18a79b8de0b67a637.
2018-11-16 18:26:19 +09:00
syuilo
6c398ba877
[Client] Load katex async to reduce bundle size
2018-11-16 18:22:44 +09:00
syuilo
bbe838a85c
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-11-16 17:56:08 +09:00
syuilo
cce1505496
Update misskey-flavored-markdown.ts
2018-11-16 17:55:48 +09:00
Aya Morisawa
c61e7c324e
Fix #3224 ( #3265 )
2018-11-16 17:41:52 +09:00
Aya Morisawa
e4200f3df1
Show server version on server.info.vue ( #3264 )
2018-11-16 17:24:03 +09:00
MeiMei
b752acb8d5
Update the locale when version or language changed ( #3263 )
2018-11-16 17:13:22 +09:00
Aya Morisawa
611d1e3ca6
Remove a trailing whitespace ( #3261 )
2018-11-16 17:04:28 +09:00
Aya Morisawa
97d4c04276
Support math rendering on MFM ( #3260 )
2018-11-16 17:03:52 +09:00
MeiMei
a4670f9396
Do not show duplicate url-preview ( #3259 )
2018-11-16 16:35:13 +09:00
syuilo
84fcbb7f34
Refactoring
2018-11-16 05:53:17 +09:00
MeiMei
d94d32dad9
local only visibility ( #3254 )
...
* local only visibility
* fix UI
2018-11-16 05:47:29 +09:00
syuilo
eb014c3b73
[Client] Add missing icon
2018-11-16 05:38:16 +09:00
syuilo
87303eb894
[Client] ✌️
2018-11-16 05:36:52 +09:00
syuilo
36c3b726b6
Better UX
2018-11-16 05:26:36 +09:00
syuilo
e15b03ef9f
[Client] Improve admin dashboard
2018-11-16 05:21:52 +09:00
syuilo
a22c31145b
🎨
2018-11-16 05:07:59 +09:00
MeiMei
0eae76168f
Check the port is configured ( #3251 )
2018-11-16 03:25:35 +09:00
Aya Morisawa
6d8ae3d978
Check Node.js version ( #3245 )
...
* Check Node.js version
* Fix bug
2018-11-15 22:17:06 +09:00
syuilo
2eb902c2c9
[Client] Split some components to improve performance
2018-11-15 22:04:12 +09:00
Acid Chicken (硫酸鶏)
f7b98aaeec
WIP: Add Discord auth ( #3239 )
...
* Add Discord auth
* Apply review 175263424
2018-11-15 19:15:04 +09:00
syuilo
28d904d7f4
🎨
2018-11-15 07:03:46 +09:00
syuilo
83a47bc2f8
Update src/client/app/admin/views/index.vue
2018-11-15 06:39:59 +09:00
syuilo
fce3047e51
Update src/client/app/admin/views/index.vue
2018-11-15 06:23:40 +09:00
syuilo
b1fd8077ac
[Client] Improve admin panel
2018-11-15 06:21:31 +09:00
syuilo
4892b5b273
[API] Add /instances
2018-11-15 06:21:13 +09:00
syuilo
3a934173e8
[Client] Prevent cache locale file
2018-11-15 05:20:25 +09:00
syuilo
91ed2e0a8c
Improve usability
2018-11-15 05:00:30 +09:00
syuilo
85e4e1efc1
[Client] Fix bugs
2018-11-15 04:24:40 +09:00
syuilo
b666128ddc
Moderator system
...
Closes #2357
2018-11-15 04:15:42 +09:00
syuilo
6fca55fb01
[Client] Add missing icon
2018-11-15 03:17:48 +09:00
syuilo
b692ade512
[Client] Add missing icon
2018-11-15 03:14:52 +09:00
syuilo
d3a9e9cc86
🎨
2018-11-15 01:45:13 +09:00
syuilo
b6803bb5c2
[Client] Add missing icon
2018-11-15 01:43:26 +09:00
syuilo
1efbc00ab4
🎨
2018-11-15 01:43:06 +09:00
syuilo
bd04c623a0
[Client] Fix icon
2018-11-15 01:09:50 +09:00
syuilo
5ce320ba4b
[Client] Improve UI
2018-11-15 00:01:49 +09:00
syuilo
3191039eae
[Client] Improve UI
2018-11-14 20:36:15 +09:00
syuilo
65c13a0e7d
🎨
2018-11-14 20:23:51 +09:00
syuilo
b1c986dd55
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-11-14 20:21:45 +09:00
syuilo
2dcffd7146
🎨
2018-11-14 20:21:35 +09:00
MeiMei
e23c93f7e8
Fix: default order of users/notes ( #3234 )
2018-11-14 20:18:47 +09:00
syuilo
7ab1265f97
🎨
2018-11-14 20:17:12 +09:00
syuilo
83c6a3f9c0
[Client] Add missing icon
2018-11-14 18:07:38 +09:00
syuilo
dff828147b
[Client] Fix icons
2018-11-14 18:03:38 +09:00
syuilo
8ea77024b6
🎨
2018-11-14 18:00:23 +09:00
syuilo
7a720eb7d8
[Client] Better thumbnail generation
2018-11-14 18:00:15 +09:00
syuilo
696f576c8f
ServiceWorkerはメンテナンスされていないのでとりあえず無効化
2018-11-14 16:39:04 +09:00
Acid Chicken (硫酸鶏)
32e8902343
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
ec408e52ae
[Client] Improve alert component
2018-11-14 16:30:58 +09:00
syuilo
34337ac438
[Client] Add missing icons
2018-11-14 14:57:59 +09:00
syuilo
13adb24f5b
🎨
2018-11-14 14:47:18 +09:00
syuilo
9633a66b27
Update github-bot.ts
2018-11-14 05:33:48 +09:00
syuilo
f7b34e96bd
[Client] Fix #3227
2018-11-14 03:05:13 +09:00
syuilo
1ea8d240fb
Update src/client/app/init.ts
2018-11-14 02:04:24 +09:00
syuilo
a8bdd71601
[Client] Add missing icons
2018-11-14 01:45:15 +09:00
syuilo
7d1554538a
[Client] Fix imports
2018-11-14 01:40:29 +09:00
syuilo
2aaf04640a
Fix error
2018-11-14 01:32:38 +09:00
syuilo
2cb38693b7
[Client] Fix #3009
2018-11-14 01:31:36 +09:00
syuilo
5e77a77c2e
[Client] Some optimizations
2018-11-13 23:33:30 +09:00
syuilo
364cc3fd77
[Client] Some optimizations
2018-11-13 23:06:31 +09:00
syuilo
751420c0fc
[Client] Fix bug
2018-11-13 22:45:28 +09:00
syuilo
4e8a8cbce3
[Client] Some performance optimizations
2018-11-13 22:43:09 +09:00
syuilo
e5fe3e3fbd
[Client] Fix bug
2018-11-13 22:42:31 +09:00
syuilo
907d42335a
[Client] Split components to reduce bundle size
2018-11-13 20:21:52 +09:00
MeiMei
a87caff2d5
Fix: notes/create hangs when rejected ( #3221 )
2018-11-13 19:34:09 +09:00
syuilo
55e33d4931
[Client] Fix #3213
2018-11-13 16:19:46 +09:00
syuilo
8644d4ad2d
Merge branch 'master' into develop
2018-11-13 15:01:52 +09:00
syuilo
63b41ed68f
Improve usability
2018-11-13 15:01:05 +09:00
MeiMei
666f3d68c6
sort user timeline by date ( #3210 )
2018-11-13 01:17:59 +09:00
syuilo
f837e5fec8
[Client] Clear cached locale data when shouldFlush is true
2018-11-13 01:11:36 +09:00
syuilo
fd180e73ed
[Client] Improve post-form widget
2018-11-13 01:04:15 +09:00
syuilo
dabe8d2ebf
🎨
2018-11-13 00:21:49 +09:00
syuilo
b75e2c4d5e
[Client] Emoji picker
...
Closes #3130
2018-11-13 00:12:55 +09:00
syuilo
4b216cd192
Clean up
2018-11-12 06:12:22 +09:00
syuilo
0db9ac013f
[Client] Split some components to reduce bundle size
2018-11-12 05:35:09 +09:00
syuilo
b639d1e8bd
[Client] Stop generate scripts for each languages
...
Resolve #3172
2018-11-12 05:03:12 +09:00
syuilo
b16dabc4ea
[Client] Enable code splitting
...
And some optimizations
2018-11-12 04:09:02 +09:00
syuilo
a2a12fc2b9
🎨
2018-11-12 01:20:26 +09:00
syuilo
301fe469ee
Improve streaming
2018-11-12 00:31:09 +09:00
syuilo
f3afdbcef8
🎨
2018-11-11 21:18:24 +09:00
syuilo
10fe7ccf21
[Client] Implement word mute
...
Closes #1739
2018-11-11 21:17:51 +09:00
syuilo
522078e3a0
[Client] Fix i18n
2018-11-11 19:15:08 +09:00
syuilo
29aa6f5e5b
[Client] Fix i18n
...
Closes #3192
2018-11-11 19:13:10 +09:00
syuilo
2c42887ce7
[Clinet] Fix i18n
2018-11-11 19:10:15 +09:00
syuilo
2d1238c199
[API] Fix #3203
2018-11-11 18:26:09 +09:00
Aya Morisawa
87d9b790f4
Check MongoDB version ( #3185 )
...
* Check MongoDB version
* Fix bug
2018-11-11 14:27:00 +09:00
MeiMei
be4e80b7f5
fix self host detection ( #3201 )
2018-11-11 13:11:16 +09:00
syuilo
a254dcf8ef
Fix #3190
2018-11-11 13:08:48 +09:00
syuilo
5ddb29252c
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-11-11 12:43:52 +09:00
syuilo
6004ec3997
Fix chart engine
2018-11-11 12:43:35 +09:00
MeiMei
86efe87e34
show self host in unicode ( #3200 )
2018-11-11 12:35:30 +09:00
syuilo
814f8cb43d
Better text
2018-11-11 02:44:54 +09:00
syuilo
b2baaa87e9
Improve streaming API
2018-11-11 02:22:34 +09:00
syuilo
b664dc97a9
Better chart generation
2018-11-10 23:25:09 +09:00
syuilo
4c883769b3
[Client] Show domain in admin page
2018-11-10 04:28:56 +09:00
syuilo
d91168de86
[Client] Fix bug
2018-11-10 00:30:58 +09:00
syuilo
787c1cd754
Fix #3187
2018-11-10 00:28:50 +09:00
Aya Morisawa
15243b75bc
Fix note menu ( #3184 )
2018-11-09 22:40:17 +09:00
Aya Morisawa
05c549b0ab
Eliminate mutable variable to construct menu items ( #3183 )
2018-11-09 22:35:33 +09:00
syuilo
74c2defc10
Fix bug
2018-11-09 22:19:43 +09:00
syuilo
421790890f
[Client] Fix bug
2018-11-09 22:11:11 +09:00
syuilo
c8e8093346
Fix bug
2018-11-09 22:02:48 +09:00
syuilo
ef5bc4d62b
🎨
2018-11-09 21:46:35 +09:00
syuilo
272d480d2a
[Client] Fix bug
2018-11-09 21:42:36 +09:00
syuilo
05231c5ae8
Remove duplicated option
2018-11-09 21:30:12 +09:00
syuilo
9a8c9b2ede
[Client] Fix bug
2018-11-09 21:27:27 +09:00
Aya Morisawa
7c96393730
Add showVia option ( #3182 )
...
* Resolve #3160
* Fix bug
* Fix bug
2018-11-09 21:10:21 +09:00
syuilo
d951ecc11d
[Client] Fix bug
2018-11-09 18:38:10 +09:00
syuilo
9bdb5faaac
[Client] Fix i18n
2018-11-09 18:34:32 +09:00
syuilo
bde4a2634f
🎨
2018-11-09 18:32:09 +09:00
syuilo
aa47052651
🎨
2018-11-09 18:25:30 +09:00
syuilo
0768b46217
[Client] Fix bug
2018-11-09 18:25:21 +09:00
syuilo
5072b53a94
Refactor client ( #3178 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2018-11-09 16:00:29 +09:00
syuilo
2179ab0910
[Client] Fix bug
2018-11-09 14:19:30 +09:00
syuilo
69ed1e47b1
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-11-09 14:15:52 +09:00
syuilo
6099a6ba89
[Client] Fix i18n
2018-11-09 14:15:29 +09:00
Aya Morisawa
0611c8a8b2
Rename: setDifference -> difference ( #3177 )
...
* Improve setDifference
* Rename: setDifference -> difference
2018-11-09 14:14:53 +09:00
syuilo
696ee4dd85
[Client] Fix bug
2018-11-09 14:13:40 +09:00
syuilo
b9d8a43713
[Client] Fix bug
2018-11-09 14:10:50 +09:00
syuilo
7b866cca25
[Client] Improve usability
2018-11-09 14:10:23 +09:00
syuilo
2050048736
🎨
2018-11-09 13:54:00 +09:00
syuilo
6d834d2ebb
[Client] Fix error
2018-11-09 13:53:44 +09:00
syuilo
362cb1f599
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-11-09 13:47:28 +09:00
syuilo
e4a7aed755
Fix i18n
2018-11-09 13:47:22 +09:00
Aya Morisawa
4e07b74a4a
Add group function ( #3175 )
2018-11-09 13:03:46 +09:00
Aya Morisawa
4c6daa3f46
Use sum function ( #3174 )
2018-11-09 11:02:23 +09:00
Aya Morisawa
58d1e65e33
Fix #3170 ( #3173 )
2018-11-09 11:01:55 +09:00
MeiMei
98707f51ec
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
23a9e47a5a
[Client] Fix #3168
2018-11-09 08:41:06 +09:00
syuilo
ea9ce9d2f4
[Client] Fix #2759
2018-11-09 08:31:05 +09:00
syuilo
d249eb5892
[Client] Fix bug
2018-11-09 08:26:32 +09:00
syuilo
47b02c7801
Refactor & Clean up
2018-11-09 08:13:34 +09:00
syuilo
380542db8e
[API] Fix #3169
2018-11-09 03:52:03 +09:00
syuilo
670e13f57d
Refactoring of i18n ( #3165 )
...
Refactoring of i18n
2018-11-09 03:44:35 +09:00
syuilo
900409cdc8
wip: フォロー/フォロワーページ ( #3157 )
...
フォロー/フォロワーページ
2018-11-08 15:16:39 +09:00
Xeltica
f0686ad5df
via の表示を改善 ( #3161 )
2018-11-08 13:54:59 +09:00
syuilo
ecc2990451
🎨
2018-11-08 11:20:50 +09:00
syuilo
bf8d6d805a
Resolve #2320
2018-11-08 02:09:15 +09:00
syuilo
41400362df
Fix bug
2018-11-08 01:42:02 +09:00
syuilo
57c2e95f83
[Client] Improve usabiliy
2018-11-07 23:04:59 +09:00
syuilo
2650eca7a1
[MFM] Fix title parsing
2018-11-07 21:17:27 +09:00
syuilo
821d1fd1df
Fix bug
2018-11-07 20:59:40 +09:00
syuilo
64dbcd6d9d
Fix #3149
2018-11-07 19:43:21 +09:00
syuilo
b17341eefc
GitHub / Twitter連携の設定をDBに保存するように
2018-11-07 13:14:52 +09:00
syuilo
59b7512054
Fix
2018-11-07 12:30:56 +09:00
syuilo
c66306d1be
インスタンスの対象言語の設定を実装
2018-11-07 12:28:53 +09:00
syuilo
fc11c9cfe0
🎨
2018-11-07 12:17:57 +09:00
syuilo
5a46b725cc
[Client] Fix #2737
2018-11-07 12:15:28 +09:00
syuilo
40d4efc104
[API] Improve drive/files/upload_from_url
2018-11-07 12:12:43 +09:00
syuilo
c0ccb86dc0
Fix bug
2018-11-07 12:09:24 +09:00
syuilo
1f86bef221
[Client] Improve usability
2018-11-07 03:48:58 +09:00
syuilo
2642bdd9c8
メンテナ情報をDBに保存するように
2018-11-07 01:12:26 +09:00
syuilo
9fdf438018
ghostの設定をDBに保存するように
2018-11-07 00:44:56 +09:00
syuilo
835a63233c
🎨
2018-11-07 00:16:08 +09:00
syuilo
7f57bbfbbd
reCAPTCHAの設定をDBに保存するように
2018-11-07 00:08:21 +09:00
syuilo
429fcdb1f1
[API] 文字列での真理値表現に対応
...
multipart/formdata では文字列しか送れないっぽい?
2018-11-06 20:53:50 +09:00
syuilo
73f2bc4c52
[API] Fix bug
2018-11-06 20:47:56 +09:00
syuilo
70cc59d6c6
Fix #3141
2018-11-06 20:47:07 +09:00
syuilo
bae20e6d93
🎨
2018-11-06 15:51:18 +09:00
syuilo
fc5fedaa7e
Clean up
2018-11-06 15:51:05 +09:00
syuilo
f8db759a22
[Client] Use dynamic import to reduce bundle size
2018-11-06 15:37:41 +09:00
syuilo
072da4b123
[Client] Improve usability & Refactoring
2018-11-06 15:08:22 +09:00
syuilo
0f65a6a077
[API] Implement notes/watching/
2018-11-06 14:58:20 +09:00
MeiMei
620a21f916
Twemojiで合字に対応 ( #3140 )
...
* Twemojiで合字に対応
* split emoji regex
2018-11-06 14:09:40 +09:00
syuilo
c476c847d2
🎨
2018-11-06 08:04:34 +09:00
syuilo
1d91391081
[Client] カスタム絵文字サジェストの結果をアルファベット順にソートするように
2018-11-06 08:02:19 +09:00
syuilo
c61e0f3323
🎨
2018-11-06 07:57:16 +09:00
MeiMei
8f6f76ffc1
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
d611a53044
リモートのファイルをキャッシュするかどうかの設定をDBに保存するように
2018-11-06 07:52:13 +09:00
syuilo
f9a39c6599
🎨
2018-11-06 07:28:49 +09:00
syuilo
077802b2e4
🎨
2018-11-06 07:22:39 +09:00
syuilo
84822b0e58
ドライブ容量の設定をDBに保存するようにしたりリファクタリングしたり
2018-11-06 07:14:43 +09:00
syuilo
0ace514fd3
Clean up
2018-11-06 06:25:35 +09:00
syuilo
e192c4c330
Resolve #3137
2018-11-06 06:24:31 +09:00
syuilo
754efaa5a5
[Client] Fix bug
2018-11-06 04:10:30 +09:00
syuilo
90a5deef94
[Client] Fix bug
2018-11-06 04:01:22 +09:00
syuilo
a849fba612
[Client] Fix bug
2018-11-06 03:59:58 +09:00
syuilo
098a61fd10
[Client] Use v-if instaed of v-show
2018-11-06 03:59:02 +09:00
syuilo
6882ed7df0
メッセージでのカスタム絵文字対応
2018-11-06 03:57:02 +09:00
syuilo
45ccb6402f
Resolve #3132
2018-11-06 03:48:23 +09:00
Aya Morisawa
e85c7185ee
Fix #3133 ( #3134 )
2018-11-06 03:31:16 +09:00
syuilo
7400aba065
Resolve #3126
2018-11-06 02:05:16 +09:00
syuilo
260c84f520
Better error code
2018-11-06 01:57:31 +09:00
syuilo
cfa16aca53
[API] Fix bug
2018-11-06 01:51:42 +09:00
syuilo
edb8f337e4
Clean up
2018-11-06 01:49:35 +09:00
syuilo
c9b4992823
🎨
2018-11-06 01:48:33 +09:00
syuilo
829ffc60e4
[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
86e47d7512
🎨
2018-11-05 22:45:45 +09:00
syuilo
417785987e
🎨
2018-11-05 22:42:08 +09:00
syuilo
40e4de3ad5
[Client] カスタム絵文字にホバーしたときに拡大するエフェクトを追加
2018-11-05 21:04:19 +09:00
syuilo
b12dc506da
Merge pull request #3117 from syuilo/twemoji
...
Use Twemoji
2018-11-05 20:52:55 +09:00
syuilo
3ba15bc3cb
Better emoji regexp
2018-11-05 20:49:17 +09:00
syuilo
6da057a80d
Improve readdability
2018-11-05 20:49:02 +09:00
syuilo
e569e70f25
Fix bug
2018-11-05 19:40:09 +09:00
syuilo
78c82f3bc1
Better alt value
2018-11-05 19:33:28 +09:00
syuilo
b82cb283cd
Clean up
2018-11-05 19:29:50 +09:00
syuilo
ceb2a316cd
Refactoring & 設定でTwemojiを使うかどうか切り替えられるように
2018-11-05 19:20:35 +09:00
Acid Chicken (硫酸鶏)
c2cc9acc2f
Refactoring codes
...
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171437187
2018-11-05 17:04:17 +09:00
Acid Chicken (硫酸鶏)
d9f4886a97
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 (硫酸鶏)
d8dbd41a1e
Add support for unicode emojis
...
refs: https://github.com/syuilo/misskey/pull/3117#issuecomment-435745613
2018-11-05 15:15:37 +09:00
syuilo
ca1f738d2d
oops
2018-11-05 13:46:46 +09:00
syuilo
0d3d7a5867
Refactor
2018-11-05 13:38:50 +09:00
Acid Chicken (硫酸鶏)
d2e9c7cd15
Fix bug
...
refs: https://github.com/syuilo/misskey/pull/3117#discussion_r230624389
2018-11-05 13:24:54 +09:00
syuilo
3e4032a39b
[Client] Fix bug
2018-11-05 13:23:30 +09:00
syuilo
78d21754b2
絵文字サジェストでスペースを挿入しないように
2018-11-05 12:35:50 +09:00
syuilo
ce57bb6675
✌️
2018-11-05 11:58:41 +09:00
Acid Chicken (硫酸鶏)
a838c58f69
Make /api/v1/instance and /api/v1/custom_emojis better ( #3118 )
...
* Separate commits
From commit dca110ebaa78f64600429f812c238a07d2f1dc1d.
* Re-separate commits
From commit 9719387bee40363f63a837e7ecffacf2a476c334.
2018-11-05 11:57:17 +09:00
Acid Chicken (硫酸鶏)
44f6d06ada
Re-separate commits
2018-11-05 11:51:14 +09:00
Acid Chicken (硫酸鶏)
30d61ec4da
Separate commits
...
Flash Back 90's
2018-11-05 11:39:13 +09:00
Acid Chicken (硫酸鶏)
70bb5c7a50
Merge branch 'develop' into twemoji
2018-11-05 11:21:34 +09:00
Acid Chicken (硫酸鶏)
f287587a1d
Use Twemoji
2018-11-05 11:19:40 +09:00
syuilo
7d8d8a165b
投稿の最大文字数情報を設定ファイルではなくDBに保存するように
2018-11-05 11:09:05 +09:00
Acid Chicken (硫酸鶏)
22ac7faa74
Implement /api/v1/custom_emojis ( #3116 )
2018-11-05 10:45:57 +09:00
Acid Chicken (硫酸鶏)
c0d1de1ee4
Implement /api/v1/custom_emojis
2018-11-05 10:42:46 +09:00
syuilo
9cd81fe93f
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-11-05 10:40:15 +09:00
syuilo
5f9a8b449b
[Client] Improve admin panel usability
2018-11-05 10:40:01 +09:00
Acid Chicken (硫酸鶏)
1b8108a0ac
Fix #3115
2018-11-05 10:34:53 +09:00
syuilo
f43a9b9fb0
[API] Better validation of admin/emoji/add
2018-11-05 10:33:49 +09:00
syuilo
a84c88baf6
Improve admin panel usability
2018-11-05 10:32:45 +09:00
syuilo
4642f15e23
[Client] Fix error
2018-11-05 10:29:57 +09:00
syuilo
0820a165a8
[API] Fix bug
2018-11-05 01:42:41 +09:00
syuilo
d91a044da8
[Client] 絵文字登録フォームに便利情報を表示
2018-11-05 01:33:06 +09:00
syuilo
204d2af0fa
🎨
2018-11-04 23:15:46 +09:00
syuilo
20fcefb5f4
[API] Fix #3099
2018-11-04 23:13:35 +09:00
syuilo
947b0f55a3
Resolve #3098
2018-11-04 23:00:43 +09:00
syuilo
fb07c36955
Clean up
2018-11-04 22:05:42 +09:00
Acid Chicken (硫酸鶏)
8cc0afa8d4
Add GitHub auth ( #3095 )
2018-11-04 22:03:55 +09:00
syuilo
4691e10113
Clean up
2018-11-04 21:21:34 +09:00
syuilo
1c65b174cb
🎨
2018-11-04 21:14:17 +09:00
syuilo
67d8980999
[API] Fix #3097
2018-11-04 21:11:54 +09:00
Acid Chicken (硫酸鶏)
a07fa755e2
Revert "Add GitHub auth"
...
This reverts commit c1460064769c9d824e60a39356671ccb3a4d1f44.
2018-11-04 19:22:04 +09:00
Acid Chicken (硫酸鶏)
2bb4bc8727
Add GitHub auth
2018-11-04 19:17:30 +09:00
syuilo
2545385986
[API] Improve admin/emoji/add
2018-11-04 18:37:12 +09:00
syuilo
893e48ef13
RE: [Client] Fix bug
2018-11-04 18:36:19 +09:00
syuilo
e1839afcf5
[Client] Fix bug
2018-11-04 18:35:55 +09:00
syuilo
f16ec7ab6c
🎨
2018-11-04 18:31:27 +09:00
syuilo
7edcbeb47b
[Client] Fix bug
2018-11-04 18:24:08 +09:00
MeiMei
b8ae57f743
Fix: emoji regex ( #3093 )
2018-11-04 17:36:37 +09:00
syuilo
74ab5a34b5
Fix bug for Mastodon(?)
2018-11-04 15:17:52 +09:00
syuilo
4cb040439f
[Client] スマホ/タブレットからでも管理者ページを使えるように
2018-11-04 15:16:05 +09:00
syuilo
a743ce7898
🎨
2018-11-04 14:23:28 +09:00
syuilo
e76366cfef
[Client] Improve admin panel
2018-11-04 11:08:03 +09:00
syuilo
4a780c56fd
絵文字を作成した/更新した時にupdateAtを更新するように
2018-11-04 10:42:16 +09:00
syuilo
66299dddde
[Client] Fix bug
2018-11-04 03:44:06 +09:00
MeiMei
75f94b07c5
Fix: update_client_setting ( #3086 )
2018-11-04 03:33:37 +09:00
syuilo
f3ea9a8ef6
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
adfba822ee
[Client] Improve Emoji management page of admin panel
2018-11-04 03:18:57 +09:00
syuilo
2ba95786a1
[API] Implement some Emoji APIs
2018-11-04 03:18:32 +09:00
MeiMei
bbeb637561
Fix: welcome-timeline ( #3084 )
2018-11-04 01:49:08 +09:00
syuilo
e5b119b463
🎨
2018-11-04 00:10:13 +09:00
syuilo
b767509bc5
[Client] Improve admin panel
2018-11-03 23:57:14 +09:00
syuilo
15c9addc6e
Improve API documentation
2018-11-03 22:49:36 +09:00
syuilo
0087b3d351
Refactoring
2018-11-03 22:40:12 +09:00
syuilo
82e78f5b5a
Add missing semicolons
2018-11-03 22:38:12 +09:00
syuilo
905bde1ba5
[MFM] Fix emoji syntax parsing
2018-11-03 22:35:24 +09:00
syuilo
672947731c
[Client] Improve admin panel
2018-11-03 22:21:20 +09:00
syuilo
2c675c75bc
i18n
2018-11-03 22:20:09 +09:00
syuilo
6b8f704973
🎨
2018-11-03 22:03:06 +09:00
syuilo
5e2a9b51ff
Clean up
2018-11-03 22:01:58 +09:00
syuilo
28dc3b790a
[Client] Make possible to change password in mobile
...
モバイル版からパスワードの変更を行えるように
2018-11-03 21:53:03 +09:00
syuilo
87ea9db85e
🎨
2018-11-03 20:10:55 +09:00
syuilo
a25c6ef4cc
🎨
2018-11-03 20:03:21 +09:00
syuilo
494f6a8585
Improve usability of Admin panel
2018-11-03 19:57:44 +09:00
syuilo
fc2f020eac
Misskeyのバージョンもクライアントの環境変数に突っ込むように
2018-11-03 17:04:33 +09:00
syuilo
dcdc19e436
[Client] Fix some charts
2018-11-03 16:44:05 +09:00
syuilo
f23b54246c
[API] Increase chart limit
2018-11-03 16:43:50 +09:00
syuilo
a0a3786b69
[MFM] Fix title syntax parsing
2018-11-03 15:28:00 +09:00
syuilo
c23a9abeb1
Improve performance
2018-11-03 15:21:07 +09:00
syuilo
b88717eee5
🎨
2018-11-03 15:05:00 +09:00
syuilo
8781308d66
🎨
2018-11-03 13:39:17 +09:00
syuilo
2f791a1e58
🎨
2018-11-03 13:30:57 +09:00
syuilo
3b3b821d17
Update src/client/app/admin/views/charts.vue
2018-11-03 13:08:49 +09:00
syuilo
8ef5a92162
Update src/client/app/admin/views/ap-log.vue
2018-11-03 11:39:56 +09:00
syuilo
2c06d515cb
🎨
2018-11-03 11:39:18 +09:00
syuilo
41bab2746b
Improve admin dashboard
2018-11-03 11:38:00 +09:00
syuilo
fdb3395771
Improve stats API
2018-11-03 11:37:44 +09:00
syuilo
0b2f20830c
🎨
2018-11-03 11:37:17 +09:00
syuilo
4c19dd59b1
Fix bug
2018-11-03 11:36:11 +09:00
syuilo
eea07c7fdc
Improve admin dashboard
2018-11-03 03:30:28 +09:00
syuilo
7d9ec095e7
🎨
2018-11-03 03:08:41 +09:00
syuilo
f56631392a
Improve admin page
2018-11-03 03:00:23 +09:00
syuilo
1f9d80a13c
Improve admin page
2018-11-03 02:06:34 +09:00
syuilo
eb8d838b53
Update hashtags.ts
2018-11-02 23:46:57 +09:00
syuilo
cf7bce4404
Update src/server/api/endpoints/aggregation/hashtags.ts
2018-11-02 23:32:40 +09:00
syuilo
f2062b9588
Remove needless properties
2018-11-02 23:27:47 +09:00
syuilo
0b2f0d2d74
🍕
2018-11-02 23:23:01 +09:00
syuilo
dd14a43f6d
[Client] Admin page improved
2018-11-02 23:05:53 +09:00
syuilo
d97dd83e18
[API] Implement admin/add-emoji
2018-11-02 15:04:02 +09:00
syuilo
da0fb0b784
Clean up
2018-11-02 14:53:55 +09:00
syuilo
27275d11f4
Clean up
2018-11-02 13:49:09 +09:00
syuilo
7bd46825e3
Refactor
2018-11-02 13:47:44 +09:00
syuilo
5fb2a358ad
Better index
2018-11-02 12:49:18 +09:00
syuilo
544107d2a6
Resolve #2623
2018-11-02 12:49:08 +09:00
syuilo
68c4dd923b
Update src/server/api/endpoints/meta.ts
2018-11-02 12:16:03 +09:00
syuilo
412f338bad
Better index
2018-11-02 12:08:28 +09:00
MeiMei
a22f657c0f
Remote custom emojis ( #3074 )
...
* Remote custom emojis
* んほおおおおお
2018-11-02 08:59:40 +09:00
syuilo
e34405ec33
Fix bug
2018-11-02 03:41:09 +09:00
syuilo
3057116df4
Refactoring, Clean up and bug fixes
2018-11-02 03:32:24 +09:00
syuilo
0aeac7904d
Refactoring
2018-11-01 21:28:39 +09:00
syuilo
8a457f62af
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-11-01 21:01:55 +09:00
syuilo
9392102495
Refactoring
2018-11-01 21:01:47 +09:00
Acid Chicken (硫酸鶏)
77dfcce981
Fix typo
2018-11-01 19:32:11 +09:00
syuilo
5787480134
Fix bug
2018-11-01 18:05:14 +09:00
syuilo
5a6edc5b75
Custom emoji ( #3061 )
...
* wip
* wip
* wip
2018-11-01 11:51:49 +09:00
syuilo
5c0c4d226b
Fix bug
2018-11-01 10:00:15 +09:00
syuilo
1c8c707037
Refactor and use original image for banner
2018-11-01 09:30:51 +09:00
syuilo
57708b53d0
Clean up
2018-11-01 09:19:22 +09:00
syuilo
9cea770244
Improve performance
2018-11-01 09:08:00 +09:00
syuilo
6b40c80338
Clean up
2018-11-01 09:02:54 +09:00
syuilo
4c6973e182
Improve performance
2018-11-01 09:00:18 +09:00
syuilo
becbab3af4
Update src/server/api/endpoints/users/relation.ts
2018-11-01 00:11:52 +09:00
syuilo
5296c1e0a3
[API] Implement users/relation
2018-11-01 00:11:21 +09:00
syuilo
ce22c907e8
[API] Include detailed user information for block/mute response
2018-10-31 23:34:35 +09:00
syuilo
5b0fd8c97c
Better rate limitting
2018-10-31 23:03:14 +09:00
syuilo
96ba504669
Fix
2018-10-31 22:55:17 +09:00
syuilo
a498d8d39a
[MFM] Better hashtag detection
2018-10-31 22:38:05 +09:00
syuilo
6488a17e60
Refactor
2018-10-31 22:35:02 +09:00
syuilo
8d8586d1f0
Revert "Clean up"
...
This reverts commit 8948a0d3a461cb39bcc8267ae291f15af1fac73c.
2018-10-31 22:10:25 +09:00
syuilo
ac386b7e2c
🎨
2018-10-31 18:07:00 +09:00
syuilo
278ffa26c0
Fix #3041
2018-10-31 17:56:21 +09:00
syuilo
f548c4804e
Clean up
2018-10-31 13:28:05 +09:00
syuilo
af26225ff4
Clean up
2018-10-31 13:23:12 +09:00
syuilo
506d102454
Improve performance
2018-10-31 13:20:24 +09:00
syuilo
e5f95dcc5d
Improve performance
2018-10-31 13:14:45 +09:00
syuilo
cd936b0e5e
🎨
2018-10-31 11:29:03 +09:00
syuilo
21e5f637d6
[API] Include detailed user information of blocking API responses
2018-10-31 11:24:36 +09:00
syuilo
c7e8c02dca
Remove needless async/await
2018-10-31 11:22:49 +09:00
syuilo
e9242df97f
Clean up
2018-10-31 11:20:54 +09:00
syuilo
e172110685
良い感じに
2018-10-31 11:16:13 +09:00
mei23
9c1f1eef32
blockings list
2018-10-31 04:59:01 +09:00
Acid Chicken (硫酸鶏)
f8f90b09d3
Implement /api/v1/instance ( #3045 )
...
* Update mastodon.ts
* Update types.ts
* Update mastodon.ts
2018-10-31 02:17:54 +09:00
MeiMei
9d96058a7f
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
43db18ee44
Fix bug
2018-10-30 21:55:16 +09:00
syuilo
2b252588c0
Fix #3040
2018-10-30 14:34:32 +09:00
syuilo
41116ad1e4
Refactor
2018-10-30 09:36:20 +09:00
syuilo
0b33126509
[Client] Fix bug
2018-10-30 09:27:57 +09:00
syuilo
d3d5c89dc8
Better indexes
2018-10-29 21:53:40 +09:00
syuilo
e3dde97e62
Format
2018-10-29 21:38:09 +09:00
syuilo
5b16506e37
Improve performance
2018-10-29 21:35:46 +09:00
syuilo
8b90057b22
モバイル版からブロックできるように
2018-10-29 21:32:38 +09:00
syuilo
751dded894
Refactor
2018-10-29 21:32:21 +09:00
syuilo
80c23714e4
🎨
2018-10-29 21:09:32 +09:00
syuilo
fcf637138d
物理削除系の処理を削除
...
これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難
論理削除でなんとかする
2018-10-29 21:06:23 +09:00
MeiMei
26e7e7d0dc
User blocking (Following part) ( #3035 )
...
* block wip
* UndoBlock
* UnBlock
* wip
* follow
* UI
* fix
2018-10-29 20:32:42 +09:00
syuilo
5e71730377
Fix doc
2018-10-29 19:11:01 +09:00
syuilo
4cdf5f82a1
Fix MFM parsing
2018-10-29 19:09:24 +09:00
syuilo
00fb96b306
Fix API definition
2018-10-29 19:04:58 +09:00
syuilo
77cc11d8a0
Refactor
2018-10-29 15:09:03 +09:00
syuilo
f03f03dcc0
Update src/server/api/endpoints/notes/reactions.ts
2018-10-29 15:07:50 +09:00
syuilo
c9e634aad3
Fix #3034
2018-10-29 10:52:36 +09:00
syuilo
ffcb6aacf5
Update note-reaction.ts
2018-10-28 21:41:39 +09:00
MeiMei
4b9bf727fb
Fix: Unexpected remote user is selected ( #3032 )
2018-10-28 07:49:58 +09:00
syuilo
474b60c1d3
Update src/client/app/desktop/views/components/settings.2fa.vue
2018-10-26 15:17:50 +09:00
syuilo
de77861c68
Client: Make drive folder deletable
2018-10-26 15:06:55 +09:00
syuilo
98191b5318
Fix bug
2018-10-26 15:06:27 +09:00
syuilo
a878353c29
🎨
2018-10-26 14:51:57 +09:00
syuilo
0b91c74406
Improve usability
2018-10-26 14:47:30 +09:00
syuilo
cd439c770e
API: Better error response
2018-10-26 14:38:34 +09:00
syuilo
ab8a730c5e
Improve usability
2018-10-26 14:38:22 +09:00
syuilo
83e3f4e3c8
Update src/client/app/common/views/components/ui/textarea.vue
2018-10-26 14:38:03 +09:00
syuilo
3b5ba01edd
Client: Improve API settings
2018-10-26 08:37:30 +09:00
syuilo
0f08a5c99a
Fix bug
2018-10-26 08:36:50 +09:00
syuilo
71f5d76370
Bug fix and some refactoring
2018-10-25 16:10:48 +09:00
syuilo
cce69ea2a3
Better text
2018-10-25 11:35:55 +09:00
syuilo
e7c2f72a6a
Improve drive information
2018-10-25 11:30:30 +09:00
syuilo
052154295b
Clean up
2018-10-25 08:42:07 +09:00
syuilo
8c8ff7d49a
Implement featured note API
2018-10-25 07:04:15 +09:00
syuilo
bb70d70a5e
Update src/client/app/desktop/views/pages/deck/deck.notes.vue
2018-10-25 06:14:31 +09:00
syuilo
ece1af5824
Clean up
2018-10-25 06:04:06 +09:00
syuilo
7c18486a1f
Fix: Remove unused import
2018-10-25 05:33:40 +09:00
syuilo
18a3c704ca
Implement drive/folders/delete
2018-10-24 18:37:58 +09:00
syuilo
7868c08397
Improve some API definitions
2018-10-24 18:32:19 +09:00
syuilo
a70117c448
Better default theme 🎨
2018-10-24 15:48:27 +09:00
syuilo
ed31bbe4aa
Implement federation chart
2018-10-24 06:44:09 +09:00
syuilo
96a20f5d06
Implement federation chart API
2018-10-24 06:34:04 +09:00
syuilo
551450b41b
Fix: Add missing import
2018-10-24 06:20:42 +09:00
syuilo
58838381a9
Implement #2993
2018-10-24 06:17:55 +09:00
MeiMei
d2a91ad640
Make max allowed text length configurable ( #2992 )
...
* Make max allowed text length configurable
* Fix canPost
2018-10-24 04:00:04 +09:00
syuilo
078f00e08f
🎨
2018-10-23 14:44:26 +09:00
syuilo
a266c3f587
🎨
2018-10-23 14:33:00 +09:00
syuilo
80861eb11a
🎨
2018-10-23 14:28:15 +09:00
syuilo
401139d6f9
Improve user column
2018-10-23 12:32:24 +09:00
syuilo
c41c2c83e2
ハッシュタグチャートでローカルとリモートを分離するように
2018-10-23 09:59:43 +09:00
syuilo
778a775e0a
🎨
2018-10-23 09:41:28 +09:00
syuilo
115dfadd8f
🎨
2018-10-23 09:39:27 +09:00
syuilo
3c0e7119ca
Implement #2983
2018-10-23 07:04:00 +09:00
syuilo
cd6db1d9f7
Use camelCase instead of snake_case
2018-10-23 07:01:43 +09:00
syuilo
9bb49a31e6
Improve some API definitions
2018-10-23 06:59:52 +09:00
syuilo
37ca7c7207
Update src/client/app/desktop/views/pages/deck/deck.user-column.vue
2018-10-23 06:49:23 +09:00
syuilo
645ff7a20d
Resolve #2978
2018-10-23 06:47:06 +09:00
syuilo
ccb86ea4f9
Refactoring
2018-10-23 05:36:35 +09:00
MeiMei
e433b25bcb
Complement file extension from MIME ( #2979 )
2018-10-23 04:37:37 +09:00
syuilo
1583e1a3d1
Implement #2961
2018-10-22 22:00:54 +09:00
syuilo
ba612d9bd2
Show chart in user column
2018-10-22 22:00:32 +09:00
syuilo
0bcb25d3f1
🎨
2018-10-22 20:06:55 +09:00
syuilo
fea877f06a
Fix #2958
2018-10-22 18:23:20 +09:00
syuilo
1887c0d76b
🎨
2018-10-22 18:19:25 +09:00
syuilo
37ac0f8354
Update src/docs/stream.ja-JP.md
2018-10-22 18:08:26 +09:00
syuilo
dc89ad5782
Implement some chart APIs
2018-10-22 17:37:55 +09:00
syuilo
229f796f4d
Implement #2980
2018-10-22 17:36:36 +09:00
syuilo
6b1c57b0de
Refactor
2018-10-22 17:13:06 +09:00
syuilo
d48df375bd
Doc: Better parameter description
2018-10-22 17:06:53 +09:00
syuilo
171ca4ca5e
Improve usability
2018-10-22 16:58:22 +09:00
syuilo
f7b8d15e1a
Refactor
2018-10-22 16:51:45 +09:00
syuilo
9c5821bc1a
Update doc
2018-10-22 11:59:15 +09:00
syuilo
6feabf7aa4
Use router-link instead of a to improve usability
2018-10-22 10:22:07 +09:00
syuilo
355c6a204a
Improve API definitions
2018-10-22 05:16:27 +09:00
nico
f8c18c438b
#2939 part 3 ( #2976 )
2018-10-22 04:59:27 +09:00
nico
73c34ed100
#2939 ( #2974 )
2018-10-22 04:47:12 +09:00
syuilo
4216d28432
Implement per user drive stats
2018-10-22 04:44:10 +09:00
syuilo
6f43c79cfb
Fix bug
2018-10-22 04:36:57 +09:00
syuilo
525d0e71a5
Fix bug
2018-10-22 04:31:45 +09:00
syuilo
9d72a6321e
Implemet per user notes stats
2018-10-22 04:30:27 +09:00
syuilo
176bf67b36
Fix bug
2018-10-22 03:41:50 +09:00
syuilo
7f9a6e9386
Fix bug
2018-10-22 03:34:56 +09:00
syuilo
b7ed48c809
Refactor
2018-10-22 03:30:45 +09:00
MeiMei
2aa354d4be
Fix og:image on user page ( #2972 )
2018-10-22 02:27:45 +09:00
MeiMei
2934db81f4
Use thumbnail instead of original in photo-stream ( #2971 )
2018-10-22 02:27:23 +09:00
syuilo
e117be79e8
Update stats.ts
2018-10-21 18:43:45 +09:00
MeiMei
46af0e12b0
Fix several file processings ( #2968 )
...
* Ignore image error in person
* Fix hang while processing empty file
2018-10-21 18:35:36 +09:00
syuilo
0f689023dc
Improve readability
2018-10-21 17:58:02 +09:00
syuilo
fa0d5e665f
Implement following stats
2018-10-21 17:51:35 +09:00
syuilo
81bdd97ca9
Refactor
2018-10-21 17:28:27 +09:00
syuilo
ba77bf3ea4
Imprement hashtag stats
2018-10-21 16:54:07 +09:00
syuilo
d198b17dd9
Refactor
2018-10-21 16:18:02 +09:00
syuilo
781ea39177
Refactor
2018-10-21 15:08:07 +09:00
syuilo
d44e6e79c5
Refactor
2018-10-21 14:53:04 +09:00
syuilo
f5cf99641b
Improve readability
2018-10-21 14:47:44 +09:00
syuilo
fa59f4526a
Improve readability
2018-10-21 14:44:37 +09:00
syuilo
da42d987cf
Clean up
2018-10-21 14:15:02 +09:00
syuilo
f54cbf16f6
Refactoring & Better stats aggregation
2018-10-21 14:08:05 +09:00
syuilo
13b02f2bbc
Implement unique incremebt
2018-10-21 12:37:00 +09:00
syuilo
cb1ce1fcd5
Update stats.ts
2018-10-21 10:35:37 +09:00
syuilo
0db1a02fef
✌️
2018-10-21 10:24:56 +09:00
syuilo
3ba08fb2f1
Reduce network traffic of API response
2018-10-21 10:05:15 +09:00
syuilo
4545439d28
Resolve #2963
2018-10-21 09:20:11 +09:00
syuilo
ab0bc2ad03
🎨
2018-10-21 08:47:34 +09:00
zwebmedia
83f5851496
Update user.header.vue ( #2964 )
...
Use new birthday translations in user.header.vue
2018-10-21 07:34:50 +09:00
syuilo
7fdd4d1cdd
Refactoring
2018-10-21 07:10:35 +09:00
Dr. Gutfuck LLC
f97b182e7f
Localized dev/views/new-app.vue ( #2959 )
...
* Localized read-all message
* Fixed some weirdness: src/client/app/init.ts
* Unfucked server api stuff (sorry lol): src/server/api/endpoints/i/read_all_unread_notes.ts
* Clean up
* Added localization lines to: locales/ja-JP.yml
Localized: src/client/app/dev/views/apps.vue
* Fix potential error: src/client/app/dev/views/apps.vue
* Added relevant localization lines: locales/ja-JP.yml
Localized: src/client/app/dev/views/new-app.vue
2018-10-21 03:01:09 +09:00
syuilo
0963e30161
i18n
2018-10-21 00:18:01 +09:00
syuilo
a98f39d508
🎨
2018-10-20 23:44:35 +09:00
syuilo
04224994a1
Fix bug
2018-10-20 23:43:42 +09:00
syuilo
99ce7d3e40
ファイル作成APIにforceオプションを実装
2018-10-20 15:50:13 +09:00
Dr. Gutfuck LLC
2b1b5df397
Localized mark all as read message ( #2956 )
...
* Localized read-all message
* Fixed some weirdness: src/client/app/init.ts
* Unfucked server api stuff (sorry lol): src/server/api/endpoints/i/read_all_unread_notes.ts
* Clean up
2018-10-20 15:46:01 +09:00
syuilo
69f8a0bc67
Improve usability
2018-10-20 15:41:27 +09:00
syuilo
fd035c239d
🎨
2018-10-20 15:37:17 +09:00
syuilo
7e8bc883aa
Show image info in tooltip
2018-10-20 15:21:24 +09:00
Dr. Gutfuck LLC
750b3c2d3b
Localized BSoD messages. ( #2953 )
...
* Added VSCode workspace files to : .gitignore
* Localized Blue Screen of Death: locales/ja-JP.yml
Localized Blue Screen of Death: src/client/app/init.ts
2018-10-20 11:57:23 +09:00
syuilo
a868f7e6b2
Fix bug
2018-10-20 11:24:02 +09:00
syuilo
4ab40d8c8b
Fix bug and clean up
2018-10-20 11:19:27 +09:00
syuilo
0d048cf22c
Fix bug
2018-10-20 09:38:36 +09:00
syuilo
8746d964fe
Use router-link instead of a to improve usability
2018-10-20 09:34:34 +09:00
syuilo
51f0e12062
Fix bug
2018-10-20 09:31:56 +09:00
syuilo
adedffa4a8
Validate param
2018-10-20 09:31:52 +09:00
syuilo
6cc6401fa0
🎨
2018-10-20 09:28:48 +09:00
syuilo
68cb0123a6
Fix #2949
2018-10-20 09:03:04 +09:00
syuilo
089addd4a3
ハッシュタグもデッキ内ナビゲーションするように
2018-10-20 08:03:45 +09:00
syuilo
ef9feae41e
Improve
2018-10-20 07:28:01 +09:00
syuilo
95ba9e37ac
Improve deck usability
2018-10-20 07:21:22 +09:00
syuilo
c96ce85f97
RP --> RN
2018-10-20 07:01:09 +09:00
syuilo
85fd12ca57
Improve performance
2018-10-20 06:42:19 +09:00
syuilo
a6e1e330aa
デッキのキーボードショートカットを強化
2018-10-20 02:49:39 +09:00
syuilo
7e44737ad8
デッキのキーボードショートカットを強化
2018-10-20 02:40:37 +09:00
syuilo
4601e9e91b
Improve shortcut key detection
2018-10-20 01:45:31 +09:00
syuilo
196e4546ca
デッキで'T'のショートカットを使えるように
2018-10-19 15:03:23 +09:00
syuilo
df70891f32
Resolve #2935
2018-10-19 14:34:51 +09:00
syuilo
f0b71cd605
Resolve #2719
2018-10-19 11:10:49 +09:00
syuilo
4e903102e8
✌️
2018-10-19 09:20:11 +09:00
syuilo
776d579065
Refactoring
2018-10-19 09:19:55 +09:00
syuilo
11702118a7
UI整理
2018-10-19 07:03:29 +09:00
syuilo
67bfcc59e4
🎨
2018-10-19 06:57:57 +09:00
syuilo
443f5384a7
デッキのカラムを左揃えか中央揃えか選べるように
2018-10-19 06:47:55 +09:00
syuilo
27f107e1ee
未読の投稿をすべて既読にできるように
2018-10-19 06:36:59 +09:00
syuilo
6125983115
Fix bug
2018-10-19 06:29:25 +09:00
syuilo
7f6688fd46
🎨
2018-10-19 06:24:15 +09:00
syuilo
9bca9deac8
#2930 ( #2933 )
...
* wip
* wip
* Clean up
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* 🎨
* wip
* wip
2018-10-19 06:18:33 +09:00
syuilo
29c8bb1aeb
Disable secure cookie
2018-10-17 05:54:31 +09:00
syuilo
2a1b2012d7
Resolve #2923
...
Allow option to disable sending HSTS headers even if https:// is used in url
2018-10-17 04:15:41 +09:00
syuilo
20dd89fceb
Fix bug
2018-10-17 03:47:32 +09:00
syuilo
1c39335101
🎨
2018-10-17 03:41:55 +09:00
syuilo
3763605fc6
Fix #2920
2018-10-16 22:21:08 +09:00
syuilo
4ab015a8d7
オブジェクトストレージのURLに拡張子を含めるように
2018-10-16 20:59:36 +09:00
syuilo
eedb7a29b3
Fix #2919
2018-10-16 20:33:13 +09:00
syuilo
6de3fa685b
Clean up
2018-10-16 20:29:35 +09:00
syuilo
327c962015
オブジェクトストレージのURLにファイル名を含めるのを廃止
2018-10-16 20:14:06 +09:00
syuilo
0f38215b5e
Update src/tools/clean-remote-files.ts
2018-10-16 20:10:46 +09:00
MeiMei
661dacd7a0
Use cache with RSS ( #2915 )
2018-10-16 12:24:54 +09:00
syuilo
3b54711a87
Update mongodb
2018-10-16 11:38:09 +09:00
syuilo
4fa61c054a
Update signin.ts
2018-10-16 10:33:05 +09:00
syuilo
df72ea673d
Add some tests and fix
2018-10-16 09:45:36 +09:00
MeiMei
18d27dea6c
Implement /api/v1/instance/peers ( #2913 )
...
* Implement /api/v1/instance/peers
* Use punycode
* Remove Cache-Control
* Rename
2018-10-16 08:55:55 +09:00
syuilo
d3dd5d7ae2
Add some tests and some fixes
2018-10-16 08:54:36 +09:00
syuilo
64087acfee
Implement API tests
2018-10-16 06:37:21 +09:00
syuilo
9c905fee1a
Resolve #2314
2018-10-15 18:02:57 +09:00
syuilo
b5027d04ff
🎨
2018-10-15 17:55:59 +09:00
syuilo
c47f4c0061
🎨
2018-10-15 17:43:25 +09:00
MeiMei
1bc62d3fe4
Fix following from Preroma does not complete ( #2905 )
...
* In Follow Accept/Reject, send previous received id
* In Follow Accept/Reject, send Activity.actor
2018-10-15 16:51:22 +09:00
syuilo
087e00042a
🎨
2018-10-15 06:03:15 +09:00
syuilo
4b444f9192
🎨
2018-10-15 05:28:35 +09:00
syuilo
ecfdd511e9
🎨
2018-10-15 05:18:39 +09:00
syuilo
6af7bd6671
🎨
2018-10-15 04:36:31 +09:00
syuilo
dde809825d
Resolve #2900
2018-10-14 19:44:30 +09:00
MeiMei
3bdc97b242
非ASCIIなドメインへのメンションの修正 ( #2903 )
...
* punycodeでされたmentionのラベルをunicodeとして表示する
* post-form mentionはpunycodeにする
* mentionの表示はURLもAPI向けもunicodeにする
2018-10-14 16:56:19 +09:00
Hakaba Hitoyo
7aa6ef2c25
expose user recommendation config in /api/meta ( #2902 )
2018-10-14 16:54:09 +09:00
syuilo
64b48ba946
Clean up
2018-10-14 10:16:07 +09:00
syuilo
a1b9a69273
🎨
2018-10-14 10:16:02 +09:00
syuilo
daa656fe60
Fix #2901
2018-10-14 10:06:10 +09:00
syuilo
60c2c3d397
Fix
2018-10-14 09:48:47 +09:00
syuilo
88204e04e8
Resolve #2618
2018-10-14 09:47:38 +09:00
syuilo
6b5127c2e2
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-10-14 06:46:49 +09:00
syuilo
e9695fb1cb
Clean up
2018-10-14 06:44:20 +09:00
syuilo
153282e762
Update mios.ts
2018-10-14 05:26:36 +09:00
syuilo
50ee429aa3
Fix bug
2018-10-13 23:12:48 +09:00
syuilo
ae15d4332d
Resolve #2853
2018-10-13 20:11:00 +09:00
syuilo
832288fd56
Better id
2018-10-13 19:25:59 +09:00
syuilo
1d2c5269a9
Better id
2018-10-13 19:16:47 +09:00
syuilo
82a12c1dd8
connectedイベントはpongパラメータがtrueの時だけ発行するように
2018-10-13 19:14:05 +09:00
syuilo
4d900961d1
🎨
2018-10-13 18:08:30 +09:00
syuilo
5c4dd783f7
Resolve #2600
2018-10-13 17:57:40 +09:00
syuilo
462051510a
🎨
2018-10-13 13:25:07 +09:00
syuilo
3b7d1f88dc
🎨
2018-10-13 13:22:14 +09:00
syuilo
f93cb02293
Resolve #2894
2018-10-13 13:13:15 +09:00
syuilo
7ee2bfc1eb
Better design
2018-10-13 12:51:01 +09:00
syuilo
bfebf156d6
Add some keyboard shortcuts of note
2018-10-13 12:48:33 +09:00
syuilo
75c131e1d5
Clean up
2018-10-13 04:48:09 +09:00
syuilo
a338506b40
Fix bug
2018-10-13 01:33:00 +09:00
syuilo
79ffd5e6b0
Improve perforance
2018-10-13 01:17:23 +09:00
syuilo
cc4312b9ba
Improve performance
2018-10-13 01:00:43 +09:00
syuilo
713ce1f980
お気に入りを解除できるように
2018-10-13 00:54:30 +09:00
syuilo
7b989c2783
Fix bug
2018-10-12 21:44:04 +09:00
syuilo
26df2c2dfa
Refactor
2018-10-12 14:34:54 +09:00
syuilo
bb77b48efd
Refactor and usability improvements
2018-10-12 14:28:48 +09:00
syuilo
55fac36f2b
Fix bug
2018-10-12 13:53:40 +09:00
MeiMei
6c35586afc
Fix user recommendation query (last activity) ( #2892 )
2018-10-12 13:48:26 +09:00
MeiMei
10bb343403
削除された投稿はタイムライン上で表示しないようにする ( #2887 )
...
* Excepts deleted notes on query
* Hide deleted notes
* Use v-show
2018-10-12 05:10:40 +09:00
syuilo
fc0a98cef0
trim filename
2018-10-12 04:01:45 +09:00
和風ドレッシング
908221287e
スクロール時に新着情報を取得した際に、アイコンが被るのを修正 ( #2888 )
2018-10-12 03:28:37 +09:00
syuilo
680a920098
Fix bug
2018-10-11 23:52:11 +09:00
syuilo
c1183207bb
Fix
2018-10-11 23:07:20 +09:00
syuilo
74a2dab6ff
共有可能チャンネルに接続しようとしていて、かつそのチャンネルに既に接続していたら無意味なので無視するように
2018-10-11 23:01:57 +09:00
syuilo
d0efaea01f
Resolve #543
2018-10-11 22:35:34 +09:00
syuilo
184c3c3e95
Fix
2018-10-11 22:17:27 +09:00
syuilo
b8ae18b81a
Clean up and fix
2018-10-11 21:25:55 +09:00
syuilo
7f40fba652
並列に処理するように
2018-10-11 21:14:20 +09:00
syuilo
aebff8cbce
Fix
2018-10-11 18:35:19 +09:00
syuilo
9e903c2df2
Clean up
2018-10-11 18:10:41 +09:00
syuilo
08b18004a7
Redisがインストールされているときはイベントの共有にRedisのpub/subを使うように
2018-10-11 18:09:41 +09:00
syuilo
91eec82593
Fix
2018-10-11 17:25:53 +09:00
syuilo
a4e2575553
Fix bug
2018-10-11 17:00:22 +09:00
syuilo
00ab96e90c
Reduce memory usage in file migration tool
2018-10-11 15:56:18 +09:00
syuilo
67f5d5d321
Redisをオプションにしたり
2018-10-11 15:50:27 +09:00
syuilo
9cdf8f1fe6
Fix bug
2018-10-11 05:26:51 +09:00
syuilo
7e37873045
Fix bug
2018-10-11 05:26:09 +09:00
syuilo
20e5d4261a
✌️
2018-10-11 02:48:19 +09:00
syuilo
90941e6f66
Improve error logs
2018-10-11 02:19:21 +09:00
syuilo
258f540916
Improve fault tolerance
2018-10-11 02:11:12 +09:00
syuilo
4a516ffb57
Update stream.ts
2018-10-10 22:13:32 +09:00
syuilo
a850236836
🎨
2018-10-10 21:23:38 +09:00
syuilo
f6582d2b90
🎨
2018-10-10 21:04:53 +09:00
syuilo
66e000958e
Fix #2881 , Fix #2879
2018-10-10 20:59:10 +09:00
syuilo
7f149eae18
Fix syntax error
2018-10-10 20:58:42 +09:00
syuilo
068b3a1f79
🎨
2018-10-10 20:02:56 +09:00
syuilo
cb5a32665a
Log misskey version
2018-10-10 03:37:51 +09:00
syuilo
5d757f8cf4
ストリーミングAPIでチャンネルに接続したときにconnectedメッセージを返すように
2018-10-10 03:28:11 +09:00
syuilo
dc4feca635
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-10-10 03:24:18 +09:00
syuilo
7e2318d9e7
Add alias
2018-10-10 03:24:09 +09:00
mei23
941937e5f0
lint fix
2018-10-10 02:08:26 +09:00
mei23
b47a63b8bf
Fix users recommendation query
2018-10-10 02:04:16 +09:00
syuilo
009e33cd48
Fix bug
2018-10-09 22:48:45 +09:00
syuilo
abca096372
Fix
2018-10-09 15:13:06 +09:00
syuilo
4f45c12d13
Fix bug and refactor
2018-10-09 15:08:31 +09:00
syuilo
8c3c779427
🎨
2018-10-09 14:58:37 +09:00
syuilo
79afb7eb06
Improve theme manager
2018-10-09 06:46:52 +09:00
syuilo
7fef237868
Update src/tools/move-drive-files.ts
2018-10-09 05:46:21 +09:00
syuilo
d02f122dcf
Fix bug
2018-10-09 05:35:40 +09:00
syuilo
0482566662
Fix bug
2018-10-09 05:31:26 +09:00
syuilo
6bff6c63b2
Fix #2858
2018-10-09 05:11:42 +09:00
syuilo
1e90372d28
Merge pull request #2860 from mei23/mei-1009-v10d
...
互換ストリーム / に main streamの内容も流す
2018-10-09 04:35:08 +09:00
mei23
88978f9239
/ に main stream も流す
2018-10-09 03:29:11 +09:00
syuilo
ec4cf12bce
Add tool
2018-10-09 02:14:03 +09:00
syuilo
6e3d3c856a
Fix bug
...
Closes #2855
2018-10-09 01:50:49 +09:00
syuilo
3bec23fce7
Improve readability
2018-10-09 01:33:40 +09:00
syuilo
036f7f976a
Fix bug
2018-10-09 01:33:31 +09:00
syuilo
c26ce051ab
🎨
2018-10-09 01:26:04 +09:00
syuilo
3a990924aa
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-10-09 01:02:04 +09:00
syuilo
8a02ba305d
Better api definition
2018-10-09 01:01:48 +09:00
syuilo
665720e128
Merge pull request #2830 from sei0o/fix-2346
...
fix #2346
2018-10-09 00:55:47 +09:00
syuilo
90e1a3e97f
Improve theme
2018-10-08 18:42:19 +09:00
syuilo
d14fd16945
Merge pull request #2828 from hakaba-hitoyo/feature/external-user-recommendation
...
External user recommendation
2018-10-08 18:31:00 +09:00
syuilo
513e3fc6bf
Merge pull request #2851 from mei23/mei-1008-fix-apshow2
...
ap/showが返ってこないことがあるのを修正
2018-10-08 17:33:46 +09:00
mei23
16bdb2bb9b
ap/showが返ってこないことがあるのを修正
2018-10-08 16:01:38 +09:00
syuilo
f27ccec463
Improve theme
2018-10-08 15:47:41 +09:00
syuilo
1388030d3c
🎨
2018-10-08 15:43:43 +09:00
syuilo
3b3167b6a6
Improve usability
2018-10-08 15:42:21 +09:00
syuilo
98622f1d8d
Add new theme
2018-10-08 15:23:20 +09:00
syuilo
25f7e00a66
Improve usability
2018-10-08 15:23:10 +09:00
syuilo
0c9b257d20
Improve theme
2018-10-08 09:08:02 +09:00
syuilo
87f574f6cf
oops
2018-10-08 09:02:11 +09:00
syuilo
9b3ee7cae6
互換性を追加
2018-10-08 08:58:12 +09:00
syuilo
7a03fe9b34
Improve usability
2018-10-08 02:10:46 +09:00
syuilo
1154172acd
Fix bug
2018-10-08 01:56:36 +09:00
syuilo
65b0b8c42c
Clean up
2018-10-08 01:25:34 +09:00
syuilo
912c7267fb
Fix
2018-10-08 01:16:32 +09:00
syuilo
530aca26f0
Clean up
2018-10-08 01:14:46 +09:00
syuilo
7d92450a9d
Improve theme
2018-10-08 01:10:30 +09:00
syuilo
8428631010
Fix
2018-10-08 01:03:07 +09:00
syuilo
d0918c06db
Fix bug
2018-10-08 00:58:10 +09:00
MeiMei
edb531679f
ActivityPubオブジェクト採番API ( #2832 )
...
* Show ActivityPub object API
* Add missing return
2018-10-07 20:20:55 +09:00
syuilo
6ebfadb473
投稿の削除イベントを受け取るように
2018-10-07 20:08:42 +09:00
syuilo
f6eed1b6ff
Resolve #2843
2018-10-07 19:58:00 +09:00
syuilo
960c151f32
Fix bug
2018-10-07 19:35:25 +09:00
syuilo
6ff2a0bd22
Improve theming
2018-10-07 19:30:24 +09:00
syuilo
7cb9a5df1d
後方互換性を追加
2018-10-07 17:19:52 +09:00
syuilo
ddcdfbd584
Improve readability a little
2018-10-07 17:06:28 +09:00
sei0o inoue
0d9bc1f1e5
Fix #2773 ( #2841 )
...
* Added an API endpoint to check the existence of the file
* fix #2773 : Now we can prevent users from posting the same images
* bug fix
2018-10-07 16:51:46 +09:00
syuilo
023f895728
V10 ( #2826 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* Update CHANGELOG.md
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
2018-10-07 11:06:17 +09:00
sei0o
a80c4441aa
Added CSS variables for background of reactions-viewer
2018-10-06 22:14:30 +09:00
MeiMei
07edb01bf9
Fix お知らせが確認中...のままになる(Announcement Fetching...) ( #2831 )
2018-10-06 20:36:11 +09:00
sei0o
c56115f667
fix #2346
2018-10-06 17:51:59 +09:00
Hakaba Hitoyo
21516af889
replace var by const
2018-10-06 17:38:57 +09:00
Hakaba Hitoyo
f40f6c208b
better readable code
2018-10-06 17:23:32 +09:00
Hakaba Hitoyo
a460ce866d
better readable code
2018-10-06 17:21:27 +09:00
Hakaba Hitoyo
42f75aa4c5
better config handling
2018-10-06 17:19:41 +09:00
Hakaba Hitoyo
8bc89507b0
debug
2018-10-06 16:34:52 +09:00
Hakaba Hitoyo
cd698e9708
remove follow buttons in the friends-maker component/widget
2018-10-06 16:31:21 +09:00
Hakaba Hitoyo
96959f4d91
external user recommendation
2018-10-06 16:03:18 +09:00
syuilo
24139801fb
🎨
2018-10-05 12:10:00 +09:00
syuilo
3c43a7f018
Fix bug
2018-10-05 04:50:23 +09:00
syuilo
aff12ee38a
Clean up
2018-10-05 03:21:45 +09:00
MeiMei
98447a21ce
ActivityPubのHTTPリクエストの強化 ( #2820 )
...
* Fix error handling in AP deliver
* Set timeout to resolver
* Tune looks
2018-10-05 01:58:41 +09:00
syuilo
bd3c9aacda
Improve error handling of packaging functions
2018-10-05 01:43:47 +09:00
syuilo
3cd22f5c29
Improve error handling of pack function of notification
2018-10-04 13:53:48 +09:00
syuilo
f284ddf337
Improve default theme definition (dark)
2018-10-04 13:48:26 +09:00
syuilo
ba17c1049f
Improve default theme definition (light)
2018-10-04 13:40:13 +09:00
syuilo
76c6a21b51
Improve pack function of favorite
2018-10-04 13:33:59 +09:00
syuilo
fcb1ed7340
ドキュメントが見つからなくてもエラーにせずnullを返すように
2018-10-04 00:39:11 +09:00
syuilo
65c276ed81
Fix bug
2018-10-03 22:54:10 +09:00
syuilo
f2c04f13fe
Clean up
2018-10-03 22:05:17 +09:00
MeiMei
a26fdd8aa9
Feature flags feature ( #2803 )
2018-10-03 12:39:03 +09:00
MeiMei
99fec6da8e
6個ピン留めできてしまうの修正 ( #2804 )
2018-10-03 12:37:23 +09:00
syuilo
832e5d2cda
✌️
2018-10-03 03:13:10 +09:00
syuilo
f177690087
テーマ関連機能の強化
2018-10-03 03:07:46 +09:00
syuilo
6c3beadee4
Improve usability
2018-10-03 03:00:55 +09:00
syuilo
8582f9b82c
テーマ関連の機能を強化
2018-10-03 02:57:31 +09:00
MeiMei
f71c1ab250
Improve admin UI ( #2802 )
2018-10-02 23:42:46 +09:00
MeiMei
43a5595d54
リモートのピン留め投稿取得対応 ( #2798 )
...
* Fetch featured
* Handle featured change
* Fix typo
2018-10-02 16:27:36 +09:00
syuilo
15fad66fea
🎨
2018-10-02 16:23:55 +09:00
syuilo
fd611ceba7
テーマに関して強化
2018-10-02 16:10:45 +09:00
syuilo
f4ed35af43
テーマに関して強化
2018-10-02 16:04:31 +09:00
syuilo
ec1aaaaaee
9.0.0
2018-10-02 00:34:37 +09:00
MeiMei
c165a6a33c
非承認制アカウントのリモートフォローではフォロー許可待ちと表示しない ( #2796 )
2018-10-01 19:28:24 +09:00
syuilo
c432403890
テーマインストール時の動作をわかりやすくしたりテーマをアンインストールできるようにしたり
2018-09-30 23:03:21 +09:00
Acid Chicken (硫酸鶏)
3a95670ff5
Update post-form.vue ( #2790 )
2018-09-30 22:45:24 +09:00
MeiMei
18a572d7c4
profile banner が濃すぎるのを修正 ( #2783 )
2018-09-29 16:52:58 +09:00
syuilo
9ca19db97c
🎨
2018-09-29 09:11:06 +09:00
syuilo
3653f66250
Merge pull request #2781 from syuilo/theme
...
Theme
2018-09-29 00:48:56 +09:00
syuilo
2d2545cc25
wip
2018-09-29 00:48:02 +09:00
syuilo
70052cb22e
wip
2018-09-29 00:44:23 +09:00
syuilo
56c1af8a99
wip
2018-09-29 00:20:49 +09:00
syuilo
6807bef314
wip
2018-09-29 00:03:28 +09:00
syuilo
65f3fc4af2
wip
2018-09-29 00:01:11 +09:00
syuilo
fc2848664f
wip
2018-09-28 21:48:53 +09:00
MeiMei
4c1eed8002
Fix 'URL is not defined' in MFM ( #2782 )
2018-09-28 20:54:14 +09:00
syuilo
6e86e967f9
wip
2018-09-28 20:39:32 +09:00
syuilo
ee1b275c92
wip
2018-09-28 20:11:11 +09:00
syuilo
3244a53e6e
wip
2018-09-28 20:03:14 +09:00
syuilo
074d9cd5b0
wip
2018-09-28 19:59:19 +09:00
syuilo
4414650aab
wip
2018-09-28 17:49:37 +09:00
syuilo
3029c97895
wio
2018-09-28 16:13:47 +09:00
syuilo
134d0cf2c9
wip
2018-09-28 16:08:09 +09:00
syuilo
846458db21
wip
2018-09-28 15:58:23 +09:00
syuilo
777f71ba5b
wip
2018-09-28 15:56:50 +09:00
syuilo
72a90ee255
wip
2018-09-28 15:34:34 +09:00
syuilo
f466669add
wip
2018-09-28 14:26:20 +09:00
syuilo
d468ac9d5c
wip
2018-09-28 14:03:55 +09:00
syuilo
f03dce4795
wip
2018-09-28 12:20:22 +09:00
syuilo
47a197eee0
wip
2018-09-28 12:13:08 +09:00
syuilo
c5af541211
wip
2018-09-28 12:10:15 +09:00
syuilo
c3be2ff2d5
wip
2018-09-28 12:07:28 +09:00
syuilo
2f966492b5
wip
2018-09-28 11:49:32 +09:00
syuilo
e282bb2fd2
wip
2018-09-28 11:45:34 +09:00
syuilo
adbc085648
wip
2018-09-28 11:44:23 +09:00
syuilo
3aea57d290
wip
2018-09-28 11:43:15 +09:00
syuilo
ea3b8b156e
wip
2018-09-28 11:40:47 +09:00
syuilo
ccce331597
wip
2018-09-28 11:23:30 +09:00
syuilo
e80e0392dc
wip
2018-09-28 11:18:56 +09:00
syuilo
eee1881183
wip
2018-09-28 10:50:59 +09:00
syuilo
2135db10ee
wip
2018-09-28 10:14:58 +09:00
syuilo
00ad4abf1e
wip
2018-09-28 01:05:09 +09:00
syuilo
b777aa9615
wip
2018-09-28 00:51:17 +09:00
syuilo
bb157c2e6f
wip
2018-09-28 00:48:17 +09:00
syuilo
8b73d02d43
wip
2018-09-27 23:55:05 +09:00
syuilo
e738e1fcdf
wip
2018-09-27 23:17:33 +09:00
syuilo
710fcf0364
wip
2018-09-27 23:09:23 +09:00
syuilo
7e48e2e1d0
wip
2018-09-27 23:02:59 +09:00
syuilo
11163fc681
wip
2018-09-27 22:59:56 +09:00
syuilo
df54ef8396
wip
2018-09-27 22:55:17 +09:00
syuilo
71225ec7d2
wip
2018-09-27 22:50:34 +09:00
syuilo
12d0cbafc0
wip
2018-09-27 22:30:52 +09:00
syuilo
03388cfbc7
wip
2018-09-27 22:25:10 +09:00
syuilo
a226ebf775
wip
2018-09-27 21:43:11 +09:00
syuilo
23127e9d35
wip
2018-09-27 19:32:06 +09:00
syuilo
6df0633758
wip
2018-09-27 19:14:35 +09:00
syuilo
cd4828f55e
wip
2018-09-27 18:01:23 +09:00
syuilo
83fc7673a1
wip
2018-09-27 17:42:51 +09:00
syuilo
ebe035f919
wip
2018-09-27 17:29:57 +09:00
syuilo
4ed6f5781e
wip
2018-09-27 16:58:00 +09:00
syuilo
4fc0b2faa3
wip
2018-09-27 16:49:18 +09:00
syuilo
213a79009d
wip
2018-09-27 15:19:11 +09:00
syuilo
6fcb66be99
wip
2018-09-27 14:52:10 +09:00
syuilo
643b3fcd43
wip
2018-09-27 14:32:48 +09:00
syuilo
4a5a09177a
wip
2018-09-27 13:54:53 +09:00
syuilo
0356284415
wip
2018-09-27 12:55:10 +09:00
syuilo
8eac9f8114
wip
2018-09-27 11:55:17 +09:00
syuilo
d3fcfdeb31
wip
2018-09-27 02:46:53 +09:00
syuilo
a31df3b23e
wip
2018-09-27 02:35:13 +09:00
syuilo
3747d8e2f2
wip
2018-09-27 02:18:54 +09:00
syuilo
290253582c
example commit
2018-09-27 02:02:07 +09:00
syuilo
d0a6bd4e7f
Clean up
2018-09-27 01:58:37 +09:00
syuilo
6ad96288de
wip
2018-09-27 01:54:10 +09:00
syuilo
2026f9c8fb
wip
2018-09-27 01:44:05 +09:00
syuilo
e8e281fd4f
wip
2018-09-27 01:32:04 +09:00
syuilo
a3e62403c7
wip
2018-09-27 00:54:37 +09:00
syuilo
893f72ffd5
wip
2018-09-26 20:47:11 +09:00
MeiMei
a7dc1d043e
リプライで元の公開範囲を引き継ぐ ( #2775 )
...
* ホーム/フォロワー限定へのリプライは公開範囲を引き継ぐように
* ダイレクトへのリプライはダイレクトでリプライ先ユーザーを初期設定するように
* 非公開へのリプライでも元の公開範囲を引き継ぐ
2018-09-26 20:39:59 +09:00
syuilo
214abdcc5f
example commit
2018-09-26 20:38:16 +09:00
syuilo
6191574b60
wip
2018-09-26 20:28:13 +09:00
syuilo
4f663632b1
wip
2018-09-26 20:19:35 +09:00
syuilo
27a31ee9ee
wip
2018-09-26 19:14:11 +09:00
syuilo
889c8a6416
wip
2018-09-26 18:59:37 +09:00
syuilo
722e7006fb
サーバーへの接続が不安定な時にサインアウトしないように
2018-09-25 21:23:26 +09:00
syuilo
5fb1e0086e
Add excludeNsfw option
2018-09-25 21:09:38 +09:00
syuilo
26a7ad8205
Fix #2766
2018-09-25 20:44:26 +09:00
syuilo
19128769ec
Check meta key
2018-09-24 20:57:32 +09:00
syuilo
efa2b9d5d4
ピン留めを解除することができるようにしたり
2018-09-24 16:26:12 +09:00
syuilo
0e2d36a888
🎨
2018-09-24 16:07:23 +09:00
syuilo
5c38382903
Resolve #2762
2018-09-24 16:02:01 +09:00
syuilo
ac4c230902
Add stats link
2018-09-24 08:02:07 +09:00
syuilo
a086d6c042
ブロッカーへの警告はログイン時のみ表示するように
2018-09-24 08:00:10 +09:00
MeiMei
ceaefa53d6
Fix AP request error message is to long ( #2760 )
2018-09-24 07:35:39 +09:00
syuilo
8afd05a4e5
非ログイン時のユーザーページにインスタンスの紹介を表示するように
2018-09-23 19:55:15 +09:00
syuilo
c8461d5581
mentionsを読み込むときも既読にするように
2018-09-23 16:05:46 +09:00
syuilo
b2215c8bdc
Improve performance
2018-09-23 16:05:26 +09:00
syuilo
113e90f170
ダークモードのキーボードショートカット追加
2018-09-23 07:59:48 +09:00
syuilo
973a051463
🎨
2018-09-22 20:39:12 +09:00
syuilo
d0437ce540
🎨
2018-09-22 20:11:13 +09:00
syuilo
ad34a98150
🎨
2018-09-22 19:59:37 +09:00
syuilo
bcde9d702d
🎨
2018-09-22 15:58:11 +09:00
syuilo
c26a0cbacf
Fix #2747
2018-09-22 08:49:14 +09:00
syuilo
f3ad0b35cf
Fix bug
2018-09-21 16:43:46 +09:00
syuilo
95bf26e525
Fix #2741
2018-09-21 08:37:26 +09:00
syuilo
3824dccbe3
Fix #2744
2018-09-21 08:33:24 +09:00
syuilo
3d4983b381
Resolve #2698
2018-09-20 17:21:16 +09:00
syuilo
de0882fab3
🎨
2018-09-20 16:21:51 +09:00
syuilo
f8198b66b6
🎨
2018-09-20 16:16:01 +09:00
syuilo
9220081e12
Resolve #1153
2018-09-20 06:27:41 +09:00
syuilo
ab1714e464
Fix #2738
2018-09-20 04:56:24 +09:00
syuilo
68ee2cde64
Make admin can delete any note
2018-09-19 17:29:03 +09:00
syuilo
cdf9a2137e
キャッシュの設定を調整
2018-09-19 14:22:46 +09:00
syuilo
d3014f6832
Implement #2736
2018-09-19 14:18:34 +09:00
syuilo
95bd5c5707
Add keyboard shortcut doc
2018-09-19 08:36:06 +09:00
MeiMei
07975434d8
Specify AP Cache-Control ( #2735 )
2018-09-19 07:17:19 +09:00
syuilo
7e9cf18032
Add new shortcut
2018-09-19 02:51:06 +09:00
syuilo
9e770ab283
Add new shortcut
2018-09-19 02:35:32 +09:00
syuilo
e7a99c46e9
Add new shortcut
2018-09-19 02:32:44 +09:00
syuilo
5e35cf19f2
Add new shortcut
2018-09-19 02:27:19 +09:00
syuilo
394e68cfa4
Fix
2018-09-19 02:26:06 +09:00
syuilo
959bd22e5f
Improve keyboard shortcuts
2018-09-18 16:45:20 +09:00
syuilo
c506897e8f
Improve readability
2018-09-18 15:02:26 +09:00
syuilo
453b78cd2f
将来的にバグに繋がりかねない挙動を修正
2018-09-18 15:02:15 +09:00
syuilo
48129d69a2
Improve keyboard shortcut
2018-09-18 14:53:17 +09:00
syuilo
badfce29f6
Improve usability
2018-09-18 14:50:13 +09:00
syuilo
6bf5c9b8b5
Improve keyboard shortcuts
2018-09-18 14:43:54 +09:00
syuilo
c0ce89b57b
Improve keyboard shortcuts
2018-09-18 14:39:18 +09:00
syuilo
9bf397b48d
Fix bug
2018-09-18 14:35:46 +09:00
syuilo
2c4150c486
Improve keyboard shortcut
2018-09-18 14:30:50 +09:00
syuilo
0439c9c69f
Refactor: Better type annotations
2018-09-18 13:14:17 +09:00
syuilo
ec6ed2efdc
Fix bug
2018-09-18 13:12:41 +09:00
MeiMei
4d37778077
Publish pinned notes ( #2731 )
2018-09-18 13:08:27 +09:00
syuilo
258f00246c
Refactor & Usability improvements
2018-09-18 12:42:56 +09:00
syuilo
0e09dda291
リファクタリングなど
2018-09-18 12:34:41 +09:00
syuilo
89fe90321d
Improve usability & refactoring
2018-09-18 09:20:06 +09:00
syuilo
11817e1fc0
Improve usability
2018-09-18 09:11:52 +09:00
syuilo
1b9c5022fa
Improve keyboard shortcut
2018-09-18 08:19:45 +09:00
syuilo
4f1c4e204c
Resolve #1302
2018-09-18 06:29:47 +09:00
syuilo
48373a109c
Clean up: Remove unused import
2018-09-18 06:20:49 +09:00
syuilo
793ae924b8
キーボードショートカットを強化するなど
2018-09-18 05:35:06 +09:00
syuilo
f4f9bae111
メッセージタイムラインを追加
2018-09-18 02:14:12 +09:00
syuilo
dfb102b8c9
Refactor
2018-09-18 02:13:42 +09:00
syuilo
8912ad1b0b
Refactor: Extract shouldMuteThisNote function
2018-09-17 23:07:15 +09:00
syuilo
20c4d59c85
Better hashtag parsing
2018-09-17 22:51:10 +09:00
syuilo
3729660e69
Refactor
2018-09-17 12:18:59 +09:00
syuilo
91ac4da813
Fix #2725
2018-09-17 11:59:24 +09:00
syuilo
9580204ff1
Add untilId param
2018-09-17 11:43:53 +09:00
syuilo
5a99672025
pong
2018-09-17 09:07:46 +09:00
syuilo
5643ebaa43
🎨
2018-09-17 09:05:51 +09:00
syuilo
912ad5d849
ハッシュタグタイムラインを実装
2018-09-17 09:00:20 +09:00
syuilo
35f7d4e139
Fix bug
2018-09-17 03:36:58 +09:00
xps2
165b3b4c1a
fontawesomeを5.3.1にアップデート ( #2718 )
2018-09-17 03:02:58 +09:00
syuilo
3f89d13090
Better stats page
2018-09-17 02:56:57 +09:00
syuilo
900739eb71
Fix #2720
2018-09-17 02:45:30 +09:00
syuilo
fdb809d28e
Fix #2101
2018-09-17 00:20:00 +09:00
syuilo
b10b62a448
Fix bug
2018-09-16 23:15:15 +09:00
syuilo
d49cd86961
Add mentions column (Deck)
2018-09-16 23:15:02 +09:00
syuilo
0a6f2933f7
自分宛ての投稿をタイムラインで見れるように
2018-09-16 22:48:57 +09:00
syuilo
a00c05a3f6
enable-animations --> reduce-motion
2018-09-16 21:40:48 +09:00
syuilo
7258c5a7bf
Improve usability
2018-09-16 04:34:46 +09:00
syuilo
74a040159f
Fix bug
2018-09-16 04:31:55 +09:00
syuilo
49a2b5efe8
Merge pull request #2611 from tamaina/improve-media
...
メディアリストにバナータイプのメディアビューを追加
2018-09-16 04:28:07 +09:00
syuilo
d2ecdadf61
Fix
2018-09-16 04:27:10 +09:00
syuilo
edfe5379ae
✌️
2018-09-16 04:26:01 +09:00
syuilo
22ceb51d53
バグ修正やデザイン調整など
2018-09-16 04:21:48 +09:00
syuilo
058d39bebd
Fix bug
2018-09-16 03:48:16 +09:00
syuilo
bc4650843a
アニメーションを無効にするオプションを実装
2018-09-16 03:46:53 +09:00
tamaina
c2c24069da
revert デスクトップの動画埋め込みを廃止
2018-09-15 22:22:41 +09:00
tamaina
00ff08344d
Merge branch 'develop' into improve-media
2018-09-15 22:15:56 +09:00
syuilo
8ba4b17f46
✌️
2018-09-15 21:53:04 +09:00
syuilo
ec372080ff
Resolve #2066
2018-09-15 21:48:10 +09:00
syuilo
4772a23e8f
Fix bug
2018-09-15 05:42:14 +09:00
syuilo
dd65b65831
Resolve #2328
2018-09-15 05:40:58 +09:00
syuilo
fce7cccfb7
ユーザー名のホストを省略しないオプションを実装
2018-09-14 20:33:27 +09:00
syuilo
a8985df58a
常にメディアを閲覧注意として投稿するオプションを実装
2018-09-14 20:11:01 +09:00
syuilo
37cd0491ed
常に閲覧注意の画像を表示するオプションを追加 & リファクタリング
2018-09-14 15:14:59 +09:00
syuilo
3d409c9856
🎨
2018-09-14 12:39:11 +09:00
syuilo
19f9ba2c07
メモリリークを承知でいくつかの重要な部分のアニメーションを有効化
2018-09-14 09:15:37 +09:00
syuilo
7422e56ec2
#2562 #2563
2018-09-13 18:23:44 +09:00
syuilo
ede359d600
Refactor
2018-09-13 18:01:50 +09:00
syuilo
337ae8d0ac
CWが適用されない箇所を修正
2018-09-13 17:44:36 +09:00
syuilo
528e94e27e
Improve following/followers view
...
Closes #2235
2018-09-13 02:08:17 +09:00
syuilo
e61f0175a2
Refactor: remove needless await
2018-09-13 02:07:03 +09:00
syuilo
b770819977
Clean up: Remove unused import
2018-09-13 01:50:36 +09:00
syuilo
e29d9652fc
Fix bug
2018-09-13 01:50:21 +09:00
syuilo
cc55ae3523
Fix glitch
2018-09-13 01:06:18 +09:00
syuilo
7e247086b9
Add toLowerCase
2018-09-12 06:33:02 +09:00
Aya Morisawa
223fb7cbd3
Add toUpperCase function ( #2697 )
2018-09-12 03:51:33 +09:00
syuilo
545a19e378
Refactor
2018-09-12 03:32:47 +09:00
Aya Morisawa
96844289c5
Use unique ( #2695 )
2018-09-12 03:02:14 +09:00
syuilo
fe3de4aaf7
Resolve #2691
2018-09-12 02:48:19 +09:00
syuilo
310455d4ab
Fix wrong indentation
2018-09-12 01:48:30 +09:00
syuilo
271238b40f
Fix bug
2018-09-11 20:57:25 +09:00
syuilo
03d8928cc1
Fix bug
2018-09-10 21:36:43 +09:00
syuilo
0950ba95cc
Revert "Fix bug"
...
This reverts commit f3ab8199a53543f231cdf7c0678b331896b4a133.
2018-09-10 21:17:49 +09:00
Acid Chicken (硫酸鶏)
042826af04
サロゲートペアを字数にカウントしないようにする ( #2661 )
...
* Update post-form.vue
* Update messaging-message.ts
* Update post-form.vue
* Update note.ts
* Update post-form.vue
refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444
* Update post-form.vue
refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444
* Update messaging-message.ts
refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444
* Update note.ts
refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444
* Update post-form.vue
refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216175581
* Update post-form.vue
* Update post-form.vue
refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242002
* Update post-form.vue
refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242105
2018-09-10 18:02:46 +09:00
syuilo
f73fbaf1a8
Optimize booting script
2018-09-10 17:50:34 +09:00
syuilo
2237544b53
Fix bug
2018-09-10 17:40:41 +09:00
syuilo
78bf76d275
Fix #2677
2018-09-10 14:48:19 +09:00
syuilo
fc790be9a1
Fix bug
2018-09-10 05:45:29 +09:00
syuilo
87d0bc2854
lint
2018-09-10 03:39:00 +09:00
syuilo
6f40c1f25a
Fix #2675
2018-09-10 03:15:46 +09:00
syuilo
c590f30712
Fix #2596
2018-09-10 03:02:06 +09:00
syuilo
4c1ceaaae1
Resolve #2101
2018-09-10 02:47:34 +09:00
syuilo
1c6cc0f539
Fix #2321
2018-09-10 02:43:16 +09:00
syuilo
8ac6336822
#2623
2018-09-10 02:21:16 +09:00
syuilo
6f8536e6d2
Clean up
2018-09-10 02:20:09 +09:00
syuilo
9173f50d8f
Fix #2096
2018-09-10 02:09:33 +09:00
syuilo
6a9d2c9815
Fix #2513
2018-09-10 02:07:13 +09:00
syuilo
786e241ff8
Fix #1740
2018-09-10 01:57:19 +09:00
syuilo
e562b477b6
削除された投稿にリアクションできないように
...
Closes #1778
2018-09-10 01:55:14 +09:00
syuilo
834e360234
Refactor: Add comments
2018-09-10 01:54:08 +09:00
syuilo
4d397d11a6
Update theme color
2018-09-10 01:51:57 +09:00
syuilo
d4f4a557f4
Resolve #2560
2018-09-10 01:51:46 +09:00
MeiMei
fe476d7e8b
Fix AP Announce detection ( #2672 )
2018-09-09 02:59:14 +09:00
syuilo
42b6c59712
8.33.1
2018-09-09 02:45:29 +09:00
syuilo
e7e8440fa6
#2668 の一部をRevert
2018-09-08 23:19:11 +09:00
syuilo
bf18ca079b
Show ai image in welcome page
2018-09-08 23:16:02 +09:00
MeiMei
8b881f451d
インスタンス名がブラウザタイトルに反映されないのを修正 ( #2668 )
...
* titleが反映されないのを修正
* deckでtitleが反映されるように修正
2018-09-08 21:44:28 +09:00
tamaina
73cd7a1b0a
fix wrong reaction img ( #2666 )
...
* use svg and cdn to download reactions
* fix wrong reaction img
2018-09-08 19:25:59 +09:00
tamaina
21054110ab
use svg and cdn to download reactions ( #2665 )
2018-09-08 19:03:20 +09:00
syuilo
18e17b9f92
Improve welcome page
2018-09-08 15:28:38 +09:00
syuilo
44d4818252
Improve welcome page
2018-09-08 15:11:12 +09:00
MeiMei
756c2caad3
ActivityPub Outboxの修正とactivity idのURLを実装 ( #2662 )
...
* Fix Outbox structure
* Implement activity endpoint
* Use in instead of or
* Use in, addition
2018-09-08 05:24:55 +09:00
syuilo
d01de1ed6a
Add animation
2018-09-08 04:54:11 +09:00
syuilo
1768ddeb13
良い感じに
2018-09-08 01:46:01 +09:00
syuilo
78b42dcc20
🎨
2018-09-08 01:31:50 +09:00
syuilo
af3b0ec2bf
Improve note visibility settings
...
Closes #2312
Closes #2313
2018-09-07 21:13:15 +09:00
syuilo
05413b3f10
Fix bug
2018-09-07 21:10:31 +09:00
syuilo
96a864bbad
Improve welcome page
2018-09-07 20:41:12 +09:00
syuilo
9aac072e6c
返すタグの数を制限
2018-09-07 20:23:46 +09:00
syuilo
f41a9ad88b
Improve welcome page
2018-09-07 20:21:25 +09:00
tamaina
a51312f522
#2652 ( #2658 )
2018-09-07 19:24:18 +09:00
syuilo
d907fe82dc
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-09-07 19:23:51 +09:00
syuilo
a8735f8793
Implement new endpoint
2018-09-07 19:23:39 +09:00
MeiMei
a392e0c9a4
Add some meta alternate links ( #2657 )
2018-09-07 19:22:14 +09:00
syuilo
72e525e59e
統計で無視するハッシュタグを設定できるように
2018-09-07 19:20:50 +09:00
syuilo
ad83a53460
🎨
2018-09-07 06:04:00 +09:00
syuilo
c228e3b0bb
ユーザー名にコントラストを付けるデザインのオンオフを切り替えられるように
2018-09-07 05:45:13 +09:00
syuilo
220f2cf9ae
🎨
2018-09-07 05:37:15 +09:00
Aya Morisawa
d144385cdf
Add sum function ( #2653 )
2018-09-07 04:21:04 +09:00
Aya Morisawa
abf9204c92
Add capitalize function ( #2651 )
2018-09-07 03:22:55 +09:00
MeiMei
a7adb3bfc9
Encode fetch URI if needed ( #2649 )
2018-09-07 02:26:31 +09:00
Aya Morisawa
0395ee5067
Refactor analog clock widget ( #2648 )
2018-09-07 01:20:23 +09:00
syuilo
f6fe8a9097
🎨
2018-09-07 01:18:47 +09:00
syuilo
f4281b8996
Trim image
2018-09-07 01:02:31 +09:00
syuilo
a3e8c9722f
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-09-07 00:52:21 +09:00
syuilo
2d2222691e
Fix bug & some refactor
2018-09-07 00:52:13 +09:00
Aya Morisawa
f391b75f17
Fix typo: serive -> service ( #2647 )
2018-09-07 00:44:57 +09:00
Aya Morisawa
55bfa2044b
Add unique function ( #2644 )
2018-09-07 00:10:03 +09:00
Aya Morisawa
dc038da239
Fix bug ( #2643 )
2018-09-07 00:03:44 +09:00
Aya Morisawa
9e28382dc9
Add erase function ( #2641 )
2018-09-07 00:02:55 +09:00
Aya Morisawa
2b28981cf9
Add concat function ( #2640 )
2018-09-06 21:31:15 +09:00
Aya Morisawa
99b205f893
Refactor effects function ( #2639 )
2018-09-06 20:06:16 +09:00
Aya Morisawa
bf69e1c764
Fix bug ( #2638 )
2018-09-06 19:28:52 +09:00
syuilo
333d72495d
🎨
2018-09-06 16:03:00 +09:00
Aya Morisawa
fb5cd058e6
if elimination ( #2635 )
2018-09-06 06:06:22 +09:00
syuilo
85c24df82e
Improve welcome page
2018-09-06 04:52:42 +09:00
syuilo
ea720c93c4
🎨
2018-09-06 04:38:07 +09:00
syuilo
e8b69e586f
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-09-06 04:28:42 +09:00
syuilo
983f1d72ec
Improve welcome page
2018-09-06 04:28:39 +09:00
syuilo
53f39a388f
Improve local timeline API
2018-09-06 04:28:22 +09:00
MeiMei
f09482e300
Show host in local user detail ( #2634 )
2018-09-06 03:21:11 +09:00
Aya Morisawa
767ee697f1
Refactor reversi engine ( #2633 )
...
* Refactor reversi engine
* Add puttablePlaces
2018-09-06 03:02:52 +09:00
Aya Morisawa
3c0b375680
Resolve #2631 ( #2632 )
2018-09-06 02:44:01 +09:00
Aya Morisawa
7eb1ee2ce9
Resolve #2629 ( #2630 )
2018-09-06 02:28:04 +09:00
Aya Morisawa
988e2b57ae
Add README.md for prelude ( #2628 )
2018-09-06 02:24:39 +09:00
Aya Morisawa
8c4df79be8
Resolve #2625 ( #2627 )
2018-09-06 02:16:08 +09:00
syuilo
dd3fbed38a
互換性のためのコードを追加 & #2623
2018-09-05 23:55:51 +09:00
syuilo
fc75cdd131
[WIP] Update welcome page
2018-09-05 21:51:31 +09:00
tamaina
faed0cf594
fix mk-media darkmode
2018-09-05 19:46:55 +09:00
syuilo
1aad33c3a3
Fix parameter name
2018-09-05 19:35:57 +09:00
syuilo
cbb3644063
#2620
2018-09-05 19:32:46 +09:00
syuilo
e820267551
🎨
2018-09-05 18:09:31 +09:00
tamaina
55c279d265
media-banner darkmode
2018-09-05 18:01:47 +09:00
syuilo
46c3abc84e
モバイル版のメニューにお知らせを表示するように
2018-09-05 17:43:31 +09:00
syuilo
4269eed6fa
#2607
2018-09-05 16:48:59 +09:00
syuilo
4dc2080a49
nanka iroiro
2018-09-05 13:47:26 +09:00
syuilo
e6d8e070f1
Improve usability
2018-09-05 13:06:49 +09:00
tamaina
395904cf00
Improve media list
2018-09-05 01:08:18 +09:00
tamaina
b6dac75f8a
wip
2018-09-04 21:07:41 +09:00
tamaina
ec03127356
wip
2018-09-04 21:06:02 +09:00
tamaina
63f04ee3f0
wip
2018-09-04 20:21:36 +09:00
tamaina
43ac5076c7
wip
2018-09-04 20:01:15 +09:00
syuilo
5da367f9c5
🎨
2018-09-04 19:19:51 +09:00
MeiMei
dd310b0529
Fix remote follow ( #2606 )
2018-09-04 18:33:16 +09:00
MeiMei
a2acfef8a3
Add User-Agent header ( #2602 )
2018-09-04 17:44:21 +09:00
syuilo
342210f776
#2566
2018-09-04 13:03:16 +09:00
syuilo
4603b992a6
🎨
2018-09-04 12:59:40 +09:00
syuilo
c514dcbd32
トップページのタイムラインをリアルタイム更新するように
2018-09-04 12:59:34 +09:00
syuilo
da0f6e585d
Fix bug
2018-09-04 12:58:43 +09:00
syuilo
560816387c
ローカルタイムラインストリームに認証不要で接続できるように
2018-09-04 12:58:35 +09:00
syuilo
0dececbc5b
🎨
2018-09-04 11:34:36 +09:00
syuilo
5d45c234e5
Support darkmode
2018-09-04 11:24:39 +09:00
syuilo
78a17dd6bb
🍕
2018-09-04 02:09:56 +09:00
syuilo
3a385e1ad8
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-09-03 23:23:55 +09:00
syuilo
d5c3464e6f
なんかもうめっちゃやった
2018-09-03 23:23:50 +09:00
Aya Morisawa
2960cd73b2
Fix typo: Wroker -> Worker ( #2597 )
2018-09-03 18:58:26 +09:00
syuilo
1ebf8a04c4
Merge branch 'master' into develop
2018-09-02 22:41:10 +09:00
syuilo
dbc98d5fe6
Trim text
...
Closes #2595
2018-09-02 22:40:27 +09:00
Aya Morisawa
3d8c292a0b
Make poll button togglable ( #2592 )
2018-09-02 21:39:47 +09:00
tamaina
4622d25f04
Improve url visual ( #2591 )
...
* Use string interpolation
* improve url visual
* fix lint
2018-09-02 20:19:59 +09:00
Aya Morisawa
8df1e09bc7
Fix users/list/update API ( #2590 )
2018-09-02 19:03:00 +09:00
Aya Morisawa
2e638b9f16
Add users/lists/delete API ( #2589 )
2018-09-02 18:59:42 +09:00
syuilo
c959914a5e
Improve usability
2018-09-02 18:27:43 +09:00
syuilo
3a4e6b21e9
モバイルのドライブダイアログがおかしいのを修正 & ダークモード対応
2018-09-02 18:23:47 +09:00
syuilo
92c7e5ab87
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-09-02 17:56:39 +09:00
syuilo
ddd11ea14a
🎨
2018-09-02 17:56:20 +09:00
Aya Morisawa
3c6bce1c2f
Clean up
2018-09-02 17:44:49 +09:00
Marihachi
4908a0fef9
add an endpoint users/lists/update ( #2585 )
...
* add an endpoint users/lists/update
* add meta params
* fix packing
2018-09-02 11:25:32 +09:00
syuilo
a72213ff35
Remove needless properties
2018-09-02 09:31:11 +09:00
mei23
a90d6044fe
Use Tombstone for Delete
2018-09-02 08:02:43 +09:00
Aya Morisawa
a772babee7
Not check dependencies
2018-09-02 08:02:10 +09:00
xps2
0e869600bf
fix
2018-09-02 01:10:55 +09:00
syuilo
19300044ad
Clean up
2018-09-01 23:57:05 +09:00
Aya Morisawa
e41dc31e1a
Merge branch 'string-interpolation' into develop
2018-09-01 23:30:16 +09:00
Aya Morisawa
d60683d7ce
Use typeof
2018-09-01 23:29:22 +09:00
Aya Morisawa
36e10e2bbf
Use string interpolation
2018-09-01 23:12:51 +09:00
tamaina
98ff6cdf91
fix #2315 ( #2339 )
...
* improve MFM to html
* improve html to MFM
* missing semicolon
* missing semicolon
* fix html to MFM
タグのリンクは解除するように
* fix bug
* misssing semicolon
* Update html-to-mfm.ts
* Update html-to-mfm.ts
2018-09-01 22:45:27 +09:00
Aya Morisawa
11105ac0be
Refactor mfm component
2018-09-01 22:38:50 +09:00
syuilo
3a09ee0eeb
Merge pull request #2572 from syuilo/refactor-reversi-game
...
Refactor reversi game
2018-09-01 22:20:32 +09:00
Aya Morisawa
4981b3f7ae
Refactor reversi game
2018-09-01 22:18:07 +09:00
Aya Morisawa
613009661b
Refactor reversi engine
2018-09-01 22:09:54 +09:00
syuilo
c2aac202df
Merge pull request #2570 from mei23/mei-0901-update2b
...
Implement ActivityPub Update(Person)
2018-09-01 21:38:49 +09:00
syuilo
b8c07396bf
Better post form
2018-09-01 20:47:49 +09:00
mei23
036e94c368
Send Update activity
2018-09-01 20:23:01 +09:00
mei23
36e85a02d5
Receive Update activity
2018-09-01 20:23:01 +09:00
mei23
22c7d953f4
updatePersonで再割り当てを考慮する
2018-09-01 20:23:01 +09:00
mei23
fd4566b9e7
Add missing updatePerson properties
2018-09-01 20:23:01 +09:00
mei23
3dfdab9aba
Set Person.updatedAt at first
2018-09-01 20:23:01 +09:00
Aya Morisawa
d8272bb5ea
Fix drop index
2018-09-01 19:12:07 +09:00
Aya Morisawa
8b9bb8ec0c
Add type annotation
2018-09-01 18:47:02 +09:00
syuilo
4459fcdb5a
✌️
2018-09-01 16:23:23 +09:00
syuilo
0e7e234f45
Fix bug
2018-09-01 15:38:03 +09:00
syuilo
63a518ab69
Fix bug
2018-09-01 15:22:28 +09:00
syuilo
967d7b00c3
DeckでもURLプレビュー
2018-09-01 13:08:43 +09:00
syuilo
7de717835b
Fix bug
2018-09-01 12:58:04 +09:00
syuilo
6f51b825c6
モバイルのドライブをダークモード対応した
2018-09-01 12:05:25 +09:00
syuilo
b1f8a2cb69
#2236 #2237
2018-09-01 09:42:25 +09:00
syuilo
d96ac7f13d
Fix bug
2018-09-01 09:29:59 +09:00
syuilo
64b864f03f
Improve usability
2018-09-01 09:16:25 +09:00
syuilo
0a6568fa58
#2541
2018-09-01 08:13:18 +09:00
syuilo
8a211c0f1f
#2447 #1958
2018-09-01 08:09:21 +09:00
syuilo
0330bca01a
Merge pull request #2557 from Hiramiya/darkmode
...
Fix darkmode on followers-you-may-know
2018-09-01 07:15:22 +09:00
Nasha Hiramiya
a9bf1f33b1
Fix darkmode on followers-you-may-know
2018-08-31 20:42:20 +01:00
mei23
1542f7efd8
Improve validation error message
2018-08-31 16:46:24 +09:00
Nasha Hiramiya
c46fbed829
Add return for invalid filetypes, fixes wrong behaviour
2018-08-30 21:04:20 +01:00
syuilo
90b49159fa
開発モードで警告を表示するようにするなど
2018-08-30 22:10:29 +09:00
mei23
513becbe00
Validate host in activity
2018-08-30 20:53:41 +09:00
mei23
8852c9eebf
Add host/digest to HTTP signature
2018-08-30 20:52:35 +09:00
syuilo
b24f27bf3c
🎨
2018-08-30 03:56:04 +09:00
syuilo
9ae71a1630
Fix bug
2018-08-30 03:53:26 +09:00
syuilo
100b1e762e
Improve API
2018-08-30 03:49:52 +09:00
syuilo
d6b621541e
Clean up
2018-08-30 03:37:23 +09:00
syuilo
47ca883168
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-08-30 03:32:45 +09:00
syuilo
13d8dc5818
Refactoring
2018-08-30 03:32:42 +09:00
syuilo
3fdf6ce376
Merge pull request #2530 from mei23/mei-0829-apvalidate
...
ActivityPub Personのホストの検証等の修正
2018-08-29 17:32:33 +09:00
mei23
1029eebc6a
Validate host on Person
2018-08-29 16:10:03 +09:00
Zero King
2c03854fd5
Use https:// for maps.google.com links
2018-08-29 04:34:53 +00:00
syuilo
bb3fb7beb2
デフォルトで時計を表示するように
2018-08-29 07:10:42 +09:00
syuilo
6a158fdcde
モバイルでもサウンドの設定を行えるように
2018-08-29 07:05:56 +09:00
syuilo
d39d1fb469
Fix bug
2018-08-29 06:59:43 +09:00
syuilo
cbd9497ba3
Fix bug
2018-08-29 06:46:05 +09:00
syuilo
bb13b2439f
Merge pull request #2512 from Hiramiya/avatarbannerfiletypes
...
Fix linting errors
2018-08-28 18:08:22 +09:00
Nasha Hiramiya
81f30e3ac1
Fix linting errors
2018-08-28 09:44:49 +01:00
syuilo
88711c8e0d
Merge pull request #2511 from Hiramiya/avatarbannerfiletypes
...
Prevent setting non-image files as avatar/banner
2018-08-28 07:41:50 +09:00
syuilo
d2136db2ff
Merge pull request #2509 from Hiramiya/updateavatarfix
...
Update update-avatar.ts to match update-banner.ts behaviour
2018-08-28 07:39:35 +09:00
Hiramiya
a426e55b95
Restrict banner filetypes
2018-08-27 20:03:48 +01:00
Hiramiya
645b905759
Restrict avatar filetypes
2018-08-27 20:03:28 +01:00
Hiramiya
b1152402f8
Update update-avatar.ts
2018-08-27 17:29:21 +01:00
Hiramiya
1dd5da4fb9
Fix border-radius on friends
2018-08-27 16:06:31 +01:00
Hiramiya
3e6ee4dac0
Fix border-radius on photos
2018-08-27 16:06:04 +01:00
Hiramiya
6c4b13cb37
Remove temp border change
2018-08-27 15:51:31 +01:00
Hiramiya
777becca30
DarkMode user page bottom nav
2018-08-27 15:46:27 +01:00
Hiramiya
7decc5d584
DarkMode User Photos
2018-08-27 15:45:35 +01:00
Hiramiya
d7ce11ff05
DarkMode user friends
2018-08-27 15:43:19 +01:00
syuilo
66ced98bf5
Fix bug
2018-08-27 04:50:52 +09:00
Aya Morisawa
341f0c933a
Use endsWith for readability
2018-08-26 13:55:39 +09:00
xps2
b9214cff39
fix
2018-08-26 10:29:24 +09:00
xps2
87db63d242
donation、configのmaintainerを参照するよう変更
2018-08-26 10:14:43 +09:00
syuilo
2ab4b5eca8
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-08-26 02:05:46 +09:00
syuilo
600d80a725
Fix #2428
2018-08-26 02:05:42 +09:00
syuilo
9f16783426
Fix indent
2018-08-26 02:05:13 +09:00
syuilo
017812ddbd
Merge pull request #2486 from syuilo/fix-fa-pen
...
Use pencil-alt instead of pen
2018-08-26 01:57:39 +09:00
syuilo
7212d4569f
Add sunnaly proxy option
2018-08-26 01:56:21 +09:00
syuilo
de37c3b62d
Merge pull request #2491 from xps2/fix-repository-feedback-url
...
リポジトリとフィードバックのURLが設定ファイルから反映されないのを修正
2018-08-26 01:23:41 +09:00
syuilo
de60689b01
Merge pull request #2487 from syuilo/clock-visibility-option
...
Make clock on header optional
2018-08-26 01:20:29 +09:00
syuilo
3328fd5b47
Merge pull request #2489 from mei23/mei-0825-apresolvekey
...
リモートユーザー解決時のURIがまちがっているのを修正
2018-08-26 01:19:07 +09:00
xps2
02a3123ce4
リポジトリとフィードバックのURLが設定ファイルから反映されないのを修正
2018-08-26 01:00:13 +09:00
Aya Morisawa
8b2eacc5ea
Use startsWith and endsWith for readability
2018-08-25 22:42:26 +09:00
mei23
dfc0b0475d
Fix resolvePerson key
2018-08-25 22:25:40 +09:00
Aya Morisawa
ba7c4408e8
Make clock on header optional
2018-08-25 22:24:58 +09:00
Aya Morisawa
d48a30bdbf
Use pencil-alt instead of pen
2018-08-25 22:07:10 +09:00
syuilo
7c463c7c3c
ユーザーのアイコンにサムネイルを使うように
...
Closes #2365
2018-08-25 19:44:47 +09:00
syuilo
11549cdd63
Add brackets
2018-08-25 19:39:06 +09:00
syuilo
8ed95ce620
Merge pull request #2476 from acid-chicken/patch-4
...
Fix #2392
2018-08-25 19:37:35 +09:00
syuilo
3a900b63e5
✌️
2018-08-25 19:34:54 +09:00
Acid Chicken (硫酸鶏)
7c6e634b54
Update boot.js
2018-08-25 17:06:40 +09:00
syuilo
d1738b7c1a
Merge pull request #2474 from mei23/mei-0825-appleroma2
...
Pleromaとつながらないのを修正
2018-08-25 16:33:02 +09:00
syuilo
07927768d1
Fix bug
2018-08-25 15:40:22 +09:00
syuilo
55f4a8ab65
Fix #2466
2018-08-25 15:30:48 +09:00
syuilo
c349df7dc3
🎨
2018-08-25 15:25:16 +09:00
mei23
dbd13a2663
Send actor in Delete
2018-08-25 14:52:35 +09:00
mei23
63a2ef73f8
Send actor in Undo Follow
2018-08-25 14:46:47 +09:00
mei23
5d6ea188aa
Create Note activity にも toとcc
2018-08-25 14:23:51 +09:00
mei23
f80193c41a
Send actor in CreateNote, Announce
2018-08-25 14:12:44 +09:00
mei23
8c90480a92
HTTP Signature検証対象ヘッダにDateが含まれてなくても許容する
2018-08-25 13:40:12 +09:00
mei23
43062ab43a
Add Activity id if missing
2018-08-25 13:11:54 +09:00
mei23
5a8f47e995
Use resolvable ActivityPub keyId
2018-08-25 12:46:06 +09:00
syuilo
baaa3f6d67
Improve stats page
2018-08-25 12:43:18 +09:00
mei23
4f90dfb3d4
Send Content-Type in ActivityPub request
2018-08-25 12:32:31 +09:00
syuilo
d4a2fe34bf
チャートコンポーネントを分離するなど
2018-08-25 12:28:05 +09:00
syuilo
87324da7f0
✌️
2018-08-25 12:14:36 +09:00
syuilo
948a89b90d
Fix bug
2018-08-25 11:10:27 +09:00
syuilo
b8210d42f0
Fix bug
2018-08-25 10:28:09 +09:00
syuilo
c6e0a2eb26
#2451
2018-08-25 08:39:12 +09:00
syuilo
8d3669193f
#2460
2018-08-25 08:35:41 +09:00
syuilo
2885da0ac0
Merge pull request #2458 from syuilo/master
...
Master
2018-08-25 07:20:38 +09:00
syuilo
303b3716df
Merge pull request #2457 from mei23/mei-0825-apresolveuri3
...
リモートからのActivityに添付されている投稿は使用しないように変更
2018-08-25 07:07:46 +09:00
mei23
aff4ab9576
ActivityPub resolve で 添付のNoteを使用しないように
2018-08-25 06:50:35 +09:00
syuilo
9ccced2d5a
Merge pull request #2455 from mei23/mei-0824-apattchobj
...
ActivityPubで非公開投稿が添付されてしまう件の修正
2018-08-25 05:25:14 +09:00
syuilo
ea87d1e181
バグ修正など
2018-08-24 14:55:58 +09:00
mei23
69947d3eba
ActivityPub Renote/Replyで 対象Noteを添付しないようにする
2018-08-24 14:53:40 +09:00
syuilo
4abc7f2217
Improve chart
2018-08-24 09:39:16 +09:00
syuilo
2f235a334a
Improve chart
2018-08-24 08:56:57 +09:00
syuilo
9f8dc8d0a0
Fix bug
2018-08-24 08:35:01 +09:00
syuilo
29ea1f8179
チャート取得APIを誰でも利用できるようにするなど
2018-08-24 07:23:04 +09:00
syuilo
b976f682de
Improve chart
2018-08-24 07:17:17 +09:00
syuilo
de23da93ac
Fix bug
2018-08-24 07:02:52 +09:00
syuilo
e337fac005
Refactor
2018-08-24 07:02:27 +09:00
syuilo
6ab2aec96e
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-08-24 06:41:56 +09:00
syuilo
3581850c3b
Improve chart
2018-08-24 06:41:53 +09:00
syuilo
c809f4df6a
Merge pull request #2438 from mei23/mei-0824-basehtmlcc
...
ベースHTMLは immutableキャッシュしないようにする
2018-08-24 05:47:53 +09:00
mei23
2ce57c57ee
ベースHTMLは immutableキャッシュしないようにする
2018-08-24 05:41:03 +09:00
syuilo
1425289338
Merge pull request #2436 from mei23/mei-0824-api404
...
/api/ 下の存在しないにURL対しては404を返すようにする
2018-08-24 05:40:30 +09:00
syuilo
c51ba19926
Better charts
2018-08-24 05:37:19 +09:00
mei23
307d458726
Return 404 for unknown API
2018-08-24 05:26:26 +09:00
syuilo
55749db456
8.1.0 ( #2426 )
...
* Update url-preview.vue
* 一時間ごとのグラフも見れるように
* Merge pull request #2423 from syuilo/develop (#2425 )
* 8.1.0
2018-08-23 16:38:12 +09:00
syuilo
e1aaa01177
Merge pull request #2424 from acid-chicken/patch-4
...
Fix #2421
2018-08-23 16:36:42 +09:00
syuilo
90c8eacd95
一時間ごとのグラフも見れるように
2018-08-23 16:36:23 +09:00
Acid Chicken (硫酸鶏)
14690e4729
Update url-preview.vue
2018-08-23 16:25:36 +09:00
syuilo
dc413e984f
1時間単位での集計を追加
2018-08-23 15:40:24 +09:00
syuilo
86ec6f01e4
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
2018-08-23 14:56:43 +09:00
syuilo
3af8ab7694
Fix bug: Check following request existance
2018-08-23 14:56:39 +09:00
rinsuki
ccea661b4f
https://misskey.xyz/notes/5b7e20bd248403003019b860 の修正
2018-08-23 11:58:44 +09:00
syuilo
255660c645
コントロールパネルから招待制のオンオフを切り替えられるように
2018-08-23 03:19:57 +09:00
syuilo
e14b84a65e
Add control panel link in nav
2018-08-23 02:47:12 +09:00
syuilo
d9dd7e705d
Fix #2410
...
なぜか .ts という拡張子で来るのかは不明
2018-08-23 02:28:58 +09:00
syuilo
c0fecda18b
Fix bug
2018-08-23 01:55:39 +09:00
syuilo
4ab19e12b9
良い感じに
2018-08-23 01:37:05 +09:00
syuilo
ff47a37740
Merge pull request #2396 from Tosuke/fix-2354
...
Mute on mobile(#2354 )
2018-08-23 00:47:50 +09:00
Acid Chicken (硫酸鶏)
d7dc3ca969
Update url-preview.vue
2018-08-23 00:40:32 +09:00
Acid Chicken (硫酸鶏)
4d77db942f
Update url-preview.vue
2018-08-23 00:34:35 +09:00
Tosuke
35b5817ce9
feature mute on mobile( #2354 )
2018-08-22 15:54:22 +09:00
syuilo
bd3c607893
Fix doc
2018-08-22 09:36:42 +09:00
syuilo
b6673cda89
Fix #2334
2018-08-22 09:33:59 +09:00
syuilo
ab13201457
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-22 09:31:51 +09:00
syuilo
fb3f25f6b0
Fix bugs
...
Closes #2367
2018-08-22 09:31:35 +09:00
Tosuke
b90db0e905
fix login bug( #2384 )
2018-08-22 09:26:06 +09:00
syuilo
f16a684023
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-22 09:16:55 +09:00
syuilo
0287ced18e
#2378
2018-08-22 09:16:52 +09:00
syuilo
1f11befc24
Merge pull request #2388 from mei23/mei-0822-dbcheck
...
起動時のDB接続チェックでエラーを検出できないのを修正
2018-08-22 09:12:59 +09:00
syuilo
9381435fff
Revert " #2387 "
...
This reverts commit 3cad494404ad0e2df2a4d42f2934640f402d1412.
2018-08-22 09:12:37 +09:00
syuilo
f8491d479f
#2387
2018-08-22 09:11:59 +09:00
syuilo
13a9dd642b
リバーシのアイコンのコントラストのオプションを追加するなど
2018-08-22 09:10:39 +09:00
mei23
487f07baf8
Fix DB connectivity check
2018-08-22 08:46:31 +09:00
syuilo
f7a12375b8
Merge pull request #2364 from acid-chicken/patch-2
...
Resolve #2363
2018-08-22 08:41:47 +09:00
syuilo
0c1b8a26db
Clean up
2018-08-22 04:53:02 +09:00
Acid Chicken (硫酸鶏)
5950bcdf8d
Update boot.js
2018-08-22 01:50:13 +09:00
Acid Chicken (硫酸鶏)
c4f3d1e432
Update boot.js
2018-08-22 01:48:08 +09:00
syuilo
10d5e52be7
Merge pull request #2385 from mei23/mei-0821-aptype
...
ActivityPub で Content-Type を正しく扱う
2018-08-22 01:23:43 +09:00
syuilo
c75920aab2
Fix bug
2018-08-22 01:02:56 +09:00
syuilo
6b272362c4
#2338
2018-08-22 00:52:00 +09:00
syuilo
bda0843bba
Better reponse
2018-08-21 23:56:15 +09:00
syuilo
491a311904
Merge pull request #2381 from mei23/mei-0821-apnote
...
ActivityPub Note/Outbox の公開範囲の修正
2018-08-21 20:07:33 +09:00
mei23
7439e2d2d8
Set ActivityPub Content-Type
2018-08-21 13:48:03 +09:00
mei23
8ad2b4fd15
Respect visibility in ActivityPub Note/Outbox
2018-08-21 13:22:30 +09:00
syuilo
a5015410da
Clean up
2018-08-21 05:42:31 +09:00
syuilo
17610e0a13
Revert "Fix bug?"
...
This reverts commit 2c9bacfceade688865ad1e8533ca494dd34d0ee5.
2018-08-21 01:23:39 +09:00
syuilo
78f84dbc21
#2359 など
2018-08-21 01:03:58 +09:00
syuilo
d57f2f5701
Fix bug
2018-08-21 00:12:45 +09:00
syuilo
c17c12d684
Fix bug?
2018-08-20 23:49:00 +09:00
Acid Chicken (硫酸鶏)
fb81e4585d
Update reversi.game.vue
2018-08-20 18:12:03 +09:00
Acid Chicken (硫酸鶏)
03185b12e5
Update reversi.game.vue
2018-08-20 18:10:51 +09:00
Acid Chicken (硫酸鶏)
120cd170df
Update user.vue
2018-08-20 02:05:57 +09:00
syuilo
486535cfd3
Fix bug
2018-08-20 01:41:53 +09:00
syuilo
ce7ca7e160
wip
2018-08-19 22:32:25 +09:00
syuilo
a6eaa9718e
wip
2018-08-19 21:07:18 +09:00
syuilo
e9473ca642
wip
2018-08-19 19:15:29 +09:00
syuilo
9dbf5c6df9
Merge pull request #2348 from mei23/mei-0819-nsfw3
...
リモートにNSFWが効かないのを修正
2018-08-19 18:46:47 +09:00
syuilo
e59ad55f39
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-19 18:38:15 +09:00
syuilo
eaa3cbc9ab
nameId廃止 & アプリ作成時にシークレットを返すように
2018-08-19 18:38:02 +09:00
mei23
a135dad7b5
Fix リモートにNSFWが効かない
2018-08-19 18:08:29 +09:00
Aya Morisawa
118fc3d3b8
Fix bug
2018-08-19 13:32:02 +09:00
syuilo
6a109bd251
Fix bug
2018-08-19 05:26:34 +09:00
syuilo
64dd0aec60
Fix bug
2018-08-19 05:15:50 +09:00
syuilo
2f10efea7d
Fix #2335
2018-08-19 04:01:10 +09:00
syuilo
55f42f8eae
#2324
2018-08-19 03:56:44 +09:00
syuilo
78ab81cc83
Fix #2325
2018-08-19 03:36:51 +09:00
syuilo
a532ad738f
Improve cpu and memory chart in control panel
2018-08-19 03:32:01 +09:00
syuilo
6405eee659
Refactoring
2018-08-19 03:06:23 +09:00
syuilo
d5d6f49f2f
Merge pull request #2330 from syuilo/patch
...
Clean up
2018-08-19 00:52:10 +09:00
syuilo
8db8c912b8
Merge pull request #2329 from syuilo/improve-chart
...
Improve chart
2018-08-19 00:46:17 +09:00
syuilo
79413d6d2d
Add drive chart
2018-08-19 00:45:54 +09:00
syuilo
32b32cef0e
Fix bug
2018-08-19 00:42:09 +09:00
Aya Morisawa
84d8b49f76
Clean up
2018-08-19 00:31:25 +09:00
syuilo
b6df125961
wip
2018-08-19 00:27:23 +09:00
tamaina
30af01a7fc
missing semicolon
2018-08-19 00:20:36 +09:00
tamaina
95a68340f9
missing semicolon
2018-08-19 00:20:36 +09:00
tamaina
d6bad7cb30
improve html to MFM
2018-08-19 00:20:36 +09:00
tamaina
8ec8d89e0a
improve MFM to html
2018-08-19 00:20:36 +09:00
syuilo
dac45c447b
wip
2018-08-18 23:56:44 +09:00
syuilo
ad641970d4
wip
2018-08-18 23:48:54 +09:00
syuilo
1699ad9f40
wip
2018-08-18 23:23:55 +09:00
syuilo
c7dc7748d5
wip
2018-08-18 23:15:16 +09:00
syuilo
486ccffcfb
wip
2018-08-18 20:26:01 +09:00
syuilo
5c202cc4c7
wip
2018-08-18 20:22:56 +09:00
Aya Morisawa
043ae91032
Fix typo
2018-08-18 13:12:29 +09:00
Aya Morisawa
c309aa9189
Resolve #2293
2018-08-18 13:09:15 +09:00
syuilo
a54d3f5a4d
Merge pull request #2310 from sei0o/fix-1776
...
fix #1776
2018-08-18 07:54:49 +09:00
sei0o
5c748da02f
fix #1776
2018-08-18 07:53:06 +09:00
syuilo
415cd55cf0
Fix bug
2018-08-18 05:46:57 +09:00
syuilo
56e856233c
Fix bug
2018-08-18 05:43:09 +09:00
syuilo
3b1fa40f1f
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-18 05:05:48 +09:00
syuilo
075ada81a5
🎨
2018-08-18 05:05:39 +09:00
Aya Morisawa
da179ed746
🎨
2018-08-18 05:00:54 +09:00
syuilo
b49183529c
Improve control panel
2018-08-18 04:52:06 +09:00
syuilo
f2fbf79a55
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-18 04:22:00 +09:00
syuilo
5dd21e26e3
Update rate limit setting
2018-08-18 04:21:49 +09:00
Aya Morisawa
eef09b8f3f
Fix #2301
2018-08-18 04:13:25 +09:00
Aya Morisawa
d9078cff42
🎨
2018-08-18 03:59:56 +09:00
Aya Morisawa
83971a4872
Add new kao
2018-08-18 03:55:45 +09:00
syuilo
12c4612e09
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-18 03:52:46 +09:00
syuilo
cfac3d5ed6
Show some charts in control panel
2018-08-18 03:52:24 +09:00
syuilo
d3b62980f7
Fix #2298
2018-08-18 03:36:13 +09:00
syuilo
18033d57a3
🎨
2018-08-17 23:06:58 +09:00
Aya Morisawa
392d118f4a
Resolve #2271
2018-08-17 21:40:08 +09:00
syuilo
8766f483b0
Fix bug
2018-08-17 19:38:39 +09:00
syuilo
6edfa66157
Fix bug
2018-08-17 19:35:05 +09:00
syuilo
5054201636
Merge pull request #2283 from sei0o/patch-2266
...
fix #2266
2018-08-17 19:24:10 +09:00
syuilo
d41237022e
#2214 #2155
2018-08-17 19:17:23 +09:00
sei0o
76b97ba15e
fix #2266 : デフォルト値を設定
2018-08-17 17:16:27 +09:00
sei0o
320f657712
fix #2266
2018-08-17 16:35:04 +09:00
syuilo
41b382be53
Merge pull request #2279 from syuilo/enhance-note-footer
...
Enhance note footer
2018-08-17 14:43:25 +09:00
syuilo
bbaa647d86
Merge pull request #2282 from sei0o/improve-login-failed-message
...
ログイン失敗時のメッセージを改善
2018-08-17 13:19:41 +09:00
syuilo
64b27953de
Merge pull request #2278 from mei23/mei-0817-announce3
...
Misskey => Misskey で renote 出来ない件修正
2018-08-17 13:18:11 +09:00
sei0o
8153108166
ログイン失敗時のメッセージを改善
2018-08-17 12:34:07 +09:00
Aya Morisawa
f1436f9cae
Enhance note footer
2018-08-17 07:16:56 +09:00
mei23
cc11ca6d45
Fix indent
2018-08-17 06:46:32 +09:00
mei23
63a6e0a24d
Fix Announce Activity
2018-08-17 06:40:50 +09:00
Aya Morisawa
c1e2979c63
Resolve #2276
2018-08-17 06:04:09 +09:00
Aya Morisawa
a44f93482c
Clean up
2018-08-17 05:33:20 +09:00
syuilo
86d4c49a95
Merge pull request #2272 from mei23/mei-0817-debuglog
...
production以外のときに`npm run debug`が効かないのを修正
2018-08-17 04:04:18 +09:00
mei23
17de8b454c
Fix npm run debug
not working
2018-08-17 03:51:42 +09:00
Aya Morisawa
e82a794151
Add a space between the words
2018-08-17 03:08:17 +09:00
syuilo
258193008f
Provide id in announce activity
2018-08-17 02:37:20 +09:00
syuilo
017a2c7a3c
Use thumbnail
2018-08-17 00:27:36 +09:00
syuilo
3b5014c7da
Fix bug
2018-08-17 00:19:27 +09:00
syuilo
7c4f11566a
typo
2018-08-17 00:07:23 +09:00
syuilo
d9355eaae7
Fix bug
2018-08-17 00:05:57 +09:00
syuilo
bc44a7866b
autoWatchをデフォルトでfalseに
2018-08-17 00:04:07 +09:00
syuilo
3efb2efd79
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-16 23:59:25 +09:00
syuilo
6ef10ba596
#2263
2018-08-16 23:59:22 +09:00
syuilo
d9d2e59fa3
Fix bug
2018-08-16 23:33:11 +09:00
syuilo
8531d6a8f1
Improve object storage key
2018-08-16 21:23:31 +09:00
syuilo
e3641192ec
Fix bug
2018-08-16 08:18:41 +09:00
syuilo
9ab87f62a8
Fix bug
2018-08-16 08:11:21 +09:00
syuilo
212f70b55c
✌️
2018-08-16 07:56:53 +09:00
syuilo
43bfabb04b
wip
2018-08-16 07:17:04 +09:00
syuilo
96878677f5
wip
2018-08-16 06:27:35 +09:00
Aya Morisawa
04fe66828e
Add new kao
2018-08-16 05:17:00 +09:00
Aya Morisawa
50bf058a90
Remove trailing comma
2018-08-16 05:15:51 +09:00
Aya Morisawa
de01a1d51a
Use Array.prototype.length to avoid magic number
2018-08-16 05:15:06 +09:00
syuilo
bea60a86ea
Merge pull request #2247 from syuilo/clickable-reaction
...
Make reactions in reactions-viewer clickable
2018-08-16 05:00:13 +09:00
Aya Morisawa
c384e9d2b9
Make reactions in reactions-viewer clickable
2018-08-16 04:57:09 +09:00
syuilo
cccd889449
Trim code
2018-08-16 04:42:44 +09:00
mei23
d47217a71e
Fix url-preview.vue
2018-08-16 03:06:59 +09:00
syuilo
4f3103a6bd
⭐
2018-08-16 01:25:35 +09:00
Aya Morisawa
e1b80606a1
Make text unclickable
2018-08-16 00:49:40 +09:00
Aya Morisawa
303b04fb42
Enhance log message
2018-08-16 00:13:24 +09:00
syuilo
ae5a277c2a
Refactoring
2018-08-15 20:27:49 +09:00
syuilo
eb260a351b
Improve MFM
2018-08-15 20:27:36 +09:00
syuilo
e09e54694e
Improve MFM
2018-08-15 20:23:50 +09:00
syuilo
509bbcc569
Fix #2229
2018-08-15 20:20:46 +09:00
syuilo
f17221d931
Fix #2228
2018-08-15 20:09:56 +09:00
syuilo
28c06cf433
Merge pull request #2234 from acid-chicken/patch-player
...
Update player whitelist
2018-08-15 19:04:31 +09:00
Acid Chicken (硫酸鶏)
6206ec2437
Update url-preview.vue
2018-08-15 19:00:44 +09:00
Acid Chicken (硫酸鶏)
2f64368f72
Update url-preview.vue
2018-08-15 18:49:05 +09:00
Aya Morisawa
c3429fdebd
Resolve #2215
2018-08-15 06:50:49 +09:00
Aya Morisawa
e78d2e7355
Resolve #2201
2018-08-15 04:44:39 +09:00
syuilo
56049ed06e
Better query
2018-08-15 02:08:18 +09:00
syuilo
bf23c3da4a
Merge pull request #2210 from mei23/mei-0814-ap3
...
ActivityPub Followers/Following/Outbox の実装
2018-08-15 02:04:08 +09:00
syuilo
fa863b67c7
Add new kao
2018-08-15 02:01:49 +09:00
syuilo
1f98b8573d
Update theme color
2018-08-15 01:51:43 +09:00
mei23
fc546f3a2e
Implement ActivityPub Followers/Following/Outbox
2018-08-14 20:13:32 +09:00
syuilo
686a1b0503
Fix bug
2018-08-14 16:53:57 +09:00
syuilo
374bd0bf45
Merge pull request #2200 from syuilo/use-deque
...
Use deque instead of linked list
2018-08-14 08:22:23 +09:00
Aya Morisawa
771ed30da0
Use deque instead of linked list
2018-08-14 08:21:25 +09:00
syuilo
b084788a2c
Merge branch 'master' of https://github.com/syuilo/misskey
2018-08-14 08:16:24 +09:00
syuilo
9b53fe671a
Provide isFirstNote flag
2018-08-14 08:16:21 +09:00
Aya Morisawa
fbad88f765
Resolve #2176
2018-08-14 07:49:59 +09:00
Aya Morisawa
3caba1abc8
Merge #2182
2018-08-14 05:25:02 +09:00
Aya Morisawa
8c371cfde1
Clean up
2018-08-14 05:24:51 +09:00
syuilo
963b634582
Merge pull request #2195 from syuilo/instance-management-system
...
管理画面
2018-08-14 04:42:16 +09:00
Aya Morisawa
35ace0db56
wip
2018-08-14 04:39:37 +09:00
Aya Morisawa
e958e84e8d
wip
2018-08-14 04:30:42 +09:00
syuilo
9ea9c00afb
Merge pull request #2192 from acid-chicken/acid-chicken-patch-3
...
Re: Re: Fix #2177
2018-08-14 02:31:00 +09:00
Acid Chicken (硫酸鶏)
4e38f240a9
Update ui.header.vue
2018-08-14 02:26:58 +09:00
Acid Chicken (硫酸鶏)
bf84fb3085
Update avatar.vue
2018-08-14 02:10:06 +09:00
Aya Morisawa
8699a08804
wip
2018-08-14 01:48:11 +09:00
Aya Morisawa
b80ed7857c
wip
2018-08-14 01:37:23 +09:00
syuilo
3eb4ade8c1
Merge pull request #2190 from mei23/mei-apsendvis2
...
ActivityPub送信時の公開範囲の実装
2018-08-14 01:36:56 +09:00
Aya Morisawa
6f661db18d
wip
2018-08-14 01:35:36 +09:00
Aya Morisawa
a47524b8bb
wip
2018-08-14 01:24:46 +09:00
Aya Morisawa
ce513dc24e
wip
2018-08-14 01:19:05 +09:00
syuilo
3bd6b212e9
wip
2018-08-14 01:05:58 +09:00
syuilo
166c182df9
Merge pull request #2189 from syuilo/patch-1
...
Hide unimplemented button
2018-08-13 23:53:15 +09:00
Acid Chicken (硫酸鶏)
5655b149cb
Update avatar.vue
...
refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209609541
2018-08-13 22:49:32 +09:00
Aya Morisawa
f19bb055aa
Hide Unimplemented button
2018-08-13 22:08:59 +09:00
Tosuke
ae161051ff
Create apps without authentication( #2025 )
2018-08-13 12:30:32 +09:00
Acid Chicken (硫酸鶏)
05b4392450
Update url-preview.vue
2018-08-13 04:41:12 +09:00
mei23
dfafbbceb7
ActivityPub visibility on send
2018-08-13 03:49:17 +09:00
Acid Chicken (硫酸鶏)
faadb745ca
Update avatar.vue
...
refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209464350
2018-08-13 03:47:56 +09:00
Acid Chicken (硫酸鶏)
cc272d9efd
Update avatar.vue
2018-08-13 03:42:12 +09:00
Acid Chicken (硫酸鶏)
65621b89a0
Update user.header.vue
2018-08-13 03:40:50 +09:00
Acid Chicken (硫酸鶏)
81f4a3bd24
Update avatar.vue
2018-08-13 03:39:32 +09:00
Acid Chicken (硫酸鶏)
a79ce53d31
Update avatar.vue
2018-08-13 03:36:42 +09:00
syuilo
96ec18443d
Merge pull request #2130 from acid-chicken/patch-player
...
WIP: Add player
2018-08-13 03:25:22 +09:00
Acid Chicken (硫酸鶏)
f06e2e4554
Create whitelist
2018-08-13 03:23:36 +09:00
Acid Chicken (硫酸鶏)
54ce310d8c
Update ui.header.vue
2018-08-13 01:58:15 +09:00
syuilo
b319401a8a
#1211
2018-08-13 01:25:50 +09:00
syuilo
a3ac216ce0
Fix #2097
2018-08-13 00:59:36 +09:00
Acid Chicken (硫酸鶏)
8a45ccd330
Fix #2177
...
Resolves #2177
2018-08-13 00:18:02 +09:00
mei23
6837574f55
Fix ActivityPub followers/specified detection
2018-08-12 20:37:35 +09:00
Aya Morisawa
bbfa352fbf
Improve nya
2018-08-12 05:20:31 +09:00
mei23
e91174615c
Fix ActivityPub attachment url
2018-08-12 04:42:14 +09:00
syuilo
68349e0922
Fix #2162
2018-08-12 03:09:22 +09:00
Aya Morisawa
ace81febb7
Refactoring ( #2160 )
2018-08-12 00:01:07 +09:00
syuilo
ff13df2cd5
Fix bug
2018-08-11 21:34:12 +09:00
syuilo
40c0ca0da0
Add new reaction: rip 😇
2018-08-11 21:08:34 +09:00
syuilo
df20013938
Implement messaging/messages/read
2018-08-11 21:01:39 +09:00
syuilo
5aa14820f1
Update doc
2018-08-11 21:01:26 +09:00
syuilo
1ff86b09ad
Refactoring
2018-08-11 20:53:03 +09:00
MeiMei
1092c0b656
未利用時はTwitterでログインを表示しない ( #2156 )
2018-08-11 20:20:35 +09:00
Acid Chicken (硫酸鶏)
a9e2dc83aa
Update url-preview.vue
2018-08-11 19:56:53 +09:00
Acid Chicken (硫酸鶏)
3d3e2a8435
Merge branch 'master' into patch-player
2018-08-11 19:56:05 +09:00
MeiMei
a05924e9a3
Cache failed url-preview (apply to proxy/client) ( #2154 )
2018-08-11 18:04:59 +09:00
syuilo
a5247346b4
Add doc
2018-08-11 00:49:29 +09:00
MeiMei
9ff0fdd129
Fix Powered by <b>Misskey</b>. ( #2140 )
2018-08-10 20:11:54 +09:00
syuilo
29e8264907
良い感じにした
2018-08-10 14:33:34 +09:00
syuilo
6f20a2fff2
Fix bug
2018-08-10 14:15:12 +09:00
syuilo
c83c0b9144
Fix #2133 など
2018-08-10 00:51:40 +09:00
Acid Chicken (硫酸鶏)
6388ce85d9
Update url-preview.vue
...
多分もう折り返す必要はないのだわ
2018-08-09 23:34:54 +09:00
Acid Chicken (硫酸鶏)
1551889b23
Add player
2018-08-09 16:44:34 +09:00
Acid Chicken (硫酸鶏)
54634a6ed3
Update url-preview.vue
2018-08-09 04:21:25 +09:00
Acid Chicken (硫酸鶏)
11e10205b5
Update url-preview.vue
2018-08-09 04:05:28 +09:00
syuilo
0388e6e62c
Merge pull request #2125 from acid-chicken/acid-chicken-patch-2
...
Spotify
2018-08-09 03:32:55 +09:00
Acid Chicken (硫酸鶏)
9187964ab9
Update url-preview.vue
2018-08-09 03:32:09 +09:00
syuilo
a1e6f9e9a4
✌️
2018-08-07 13:25:50 +09:00
syuilo
3ee7a5d30e
🍕
2018-08-07 12:37:17 +09:00
gutfuckllc
bedf956c31
Localize mobile search.vue
2018-08-06 21:06:09 -04:00
gutfuckllc
1ee4a27d5e
Localize a dev file
2018-08-06 21:03:24 -04:00
gutfuckllc
10ba9d9da8
Localized annotations line
2018-08-06 21:00:58 -04:00
gutfuckllc
37d1e1b505
Localize "only one file attached" popup
2018-08-06 20:57:14 -04:00
gutfuckllc
87f6314a1e
Localized 2 missing lines for mobile widgets.vue
2018-08-06 16:08:54 -04:00
gutfuckllc
fe7157d846
Added more close buttons
2018-08-06 16:05:48 -04:00
gutfuckllc
8f172a6539
Localized adjective
2018-08-06 16:04:20 -04:00
gutfuckllc
1e7a187db1
Localized copy-paste message (added common)
2018-08-06 16:02:53 -04:00
gutfuckllc
12470b7ae6
Localize missing line
2018-08-06 16:00:12 -04:00
gutfuckllc
e3ed8d6fb2
Localize japanese adjective.
2018-08-06 15:58:09 -04:00
gutfuckllc
3f210b6e1b
Localize unlocalized line.
2018-08-06 15:55:39 -04:00
gutfuckllc
67dc62f554
Localize unlocalized line
2018-08-06 15:53:21 -04:00
gutfuckllc
7715c74b94
Fix typo
2018-08-06 15:53:06 -04:00
syuilo
5279477a4a
i18n
2018-08-07 03:20:26 +09:00
syuilo
b4f66ee925
Improve error handling
2018-08-06 21:48:23 +09:00
syuilo
b36abcc210
✌️
2018-08-06 21:35:49 +09:00
syuilo
c4ac527495
ユーザー検索APIを統合
2018-08-06 18:28:27 +09:00
syuilo
5df1de8b1a
非公開の投稿に自分以外が返信したりRenoteしたりできないように
2018-08-06 04:38:31 +09:00
syuilo
b62b422fdd
削除された投稿に返信したりRenoteしたりできないように
2018-08-06 04:07:22 +09:00
syuilo
e498a7a1e8
🎨
2018-08-06 00:09:21 +09:00
syuilo
7a627fd83e
MFMの((()))構文が顔文字と競合する対策としてタグ形式の構文も追加
2018-08-05 23:56:08 +09:00
syuilo
826261406e
🎨
2018-08-05 23:38:31 +09:00
syuilo
14df6c6636
Fix bug
2018-08-05 21:03:52 +09:00
syuilo
7709c9b84f
🎨
2018-08-05 20:57:24 +09:00
syuilo
76242d00bf
ひとつの投稿内で使えるそれぞれの動きのあるMFM構文は3回までに制限
2018-08-05 19:36:19 +09:00
syuilo
a3c8bf74e9
文字数が多い場合は動きを無効に
2018-08-05 19:20:26 +09:00
syuilo
7f5c5bcc13
✌️
2018-08-05 13:44:44 +09:00
syuilo
8fa33b9117
#2080 など
2018-08-05 13:40:26 +09:00
syuilo
70656988e3
typo
2018-08-05 12:33:55 +09:00
syuilo
02cf340497
Add new MFM syntax
2018-08-05 12:33:51 +09:00
syuilo
68ea3caeed
動きのあるMFMを無効にするオプションを実装
2018-08-04 22:48:35 +09:00
syuilo
070f3a1812
Update doc
2018-08-04 22:33:37 +09:00
syuilo
2a354ca8b1
Implement surrender of reversi
2018-08-04 22:28:01 +09:00
syuilo
b3077455ac
Fix bug
2018-08-04 12:35:57 +09:00
syuilo
816f6dbf94
Fix bug
2018-08-04 11:39:59 +09:00
syuilo
47589b5eb5
🎨
2018-08-04 11:32:53 +09:00
syuilo
d28bb73059
Clean up
2018-08-04 11:25:39 +09:00
syuilo
3c9675685c
スライダーコントロールを追加するなど
2018-08-04 11:24:15 +09:00
syuilo
f3d6029c8e
✌️
2018-08-04 10:40:09 +09:00
syuilo
d7c06d9bd3
Fix doc
2018-08-04 01:49:32 +09:00
syuilo
8a66cd39fd
🎨
2018-08-04 01:48:02 +09:00
syuilo
60c40d240d
Fix bug
2018-08-04 01:47:57 +09:00
syuilo
81570f0290
Trim text
2018-08-04 01:09:00 +09:00
syuilo
a297c9f03c
Fix bug
2018-08-04 01:03:48 +09:00
syuilo
8e959f38dc
Implement new MFM syntax
2018-08-03 23:27:37 +09:00
syuilo
ab1dcdd5ad
Fix #2047
2018-08-03 23:06:58 +09:00
syuilo
ee91753515
typo
2018-08-03 23:01:55 +09:00
syuilo
f9a524f956
🍕
2018-08-03 22:49:54 +09:00
syuilo
51ecf02479
✌️
2018-08-03 22:42:53 +09:00
syuilo
2727ec3e77
✌️
2018-08-03 22:34:58 +09:00
syuilo
44977659f9
Merge pull request #2077 from syuilo/#2066
...
なんか
2018-08-03 21:32:59 +09:00
syuilo
3f80501c58
wip
2018-08-03 21:30:44 +09:00
syuilo
39c6b6b2a8
Fix bug
2018-08-03 21:11:53 +09:00
syuilo
915ca1dc5d
wip
2018-08-03 15:59:24 +09:00
syuilo
f1117a036c
wip
2018-08-03 09:39:03 +09:00
syuilo
b03fbf7232
wip
2018-08-03 00:36:29 +09:00
syuilo
0195a4c46e
wip
2018-08-02 22:54:52 +09:00
Aya Morisawa
8e60a346d6
#332 ( #2065 )
2018-08-02 19:03:31 +09:00
syuilo
d5e7a062b8
Refactoring
2018-08-02 15:35:22 +09:00
syuilo
95be07fd60
Fix bug
2018-08-02 14:24:27 +09:00
syuilo
a75d3c5dc8
✌️
2018-08-02 09:56:13 +09:00
syuilo
90b55880e8
✌️
2018-08-02 09:52:47 +09:00
syuilo
498872bda1
Fix bug
2018-08-02 09:37:13 +09:00
syuilo
01676a0ce7
type指定廃止
2018-08-02 09:30:57 +09:00
syuilo
546999625e
Define new index
2018-08-02 09:29:46 +09:00
syuilo
8063676af9
Clean up
2018-08-02 09:27:30 +09:00
syuilo
eb0a944e0e
🎨
2018-08-02 09:24:08 +09:00
syuilo
0f28713404
Improve i18n
2018-08-02 08:04:16 +09:00
syuilo
ccc1813922
Improve i18n
2018-08-02 07:53:11 +09:00
syuilo
afc26dc48d
i18n reversi
2018-08-02 07:36:25 +09:00
syuilo
7a3210bd62
Remove some outdated tips
2018-08-02 07:06:31 +09:00
syuilo
60c148f322
Improve i18n
2018-08-02 06:58:15 +09:00
gutfuckllc
cfdbcce1ce
Translated mobile/views/pages/widgets/activity.vue and mobile/views/pages/widgets.vue
2018-08-01 17:34:27 -04:00
gutfuckllc
4acfd5584e
Translated mobile/views/pages/welcome.vue
2018-08-01 17:30:54 -04:00
gutfuckllc
fd21f64c9b
Translated mobile/views/pages/welcome.vue
2018-08-01 17:30:35 -04:00
gutfuckllc
6e552736a8
Translated mobile/views/pages/signup.vue
2018-08-01 16:43:47 -04:00
gutfuckllc
6ae7269f79
Fixed welcome.vue build bug.
2018-08-01 16:37:36 -04:00
gutfuckllc
737ca22503
Localized mobile/views/pages/reversi.vue
...
Also added common.name line, as to allow easier rebranding.
2018-08-01 15:09:42 -04:00
gutfuckllc
598caa981d
Localized mobile/views/components/ui.header.vue
...
Also added name i18n line, as to allow easier rebranding should there be any.
2018-08-01 15:04:00 -04:00
gutfuckllc
616819291b
Forgot to add vue. here
2018-08-01 14:55:30 -04:00
gutfuckllc
9d8b6a4eb6
Translated desktop/views/pages/tag.vue
...
More weird syntax fiddling. Should work nonetheless
2018-08-01 14:52:53 -04:00
gutfuckllc
5d676baa80
Translated desktop/views/components/settings.drive.vue
2018-08-01 14:42:52 -04:00
gutfuckllc
ee9e13000c
common/views/widgets/calendar.vue
...
Did weird formatting tricks. Hopefully should work.
2018-08-01 14:25:55 -04:00
gutfuckllc
5b228afe15
Translated common/views/widgets/tips.vue
...
Double lines. Might want to check that.
2018-08-01 14:14:53 -04:00
gutfuckllc
dffb4a5adc
Merge remote-tracking branch 'upstream/master' into devel
2018-08-01 12:35:51 -04:00
gutfuckllc
d19da489db
Translated desktop\views\pages\search.vue
...
Needed some weird text hack. Might want to check it later.
2018-08-01 12:20:41 -04:00
gutfuckllc
99e89f0c2c
Translated desktop/views/pages/share.vue
2018-08-01 12:09:59 -04:00
syuilo
6cceba81a7
Fix #2042
2018-08-01 11:07:30 +09:00
syuilo
cca6f51abe
Clean up
2018-08-01 08:44:58 +09:00
syuilo
ead45c70ab
Clean up
2018-08-01 08:38:56 +09:00
gutfuckllc
bbc1f6dc77
Translated slieshow.vue
2018-07-31 19:12:30 -04:00
gutfuckllc
1fb37e472f
Added i18n line to hint
...
home.vue
2018-07-31 18:54:43 -04:00
gutfuckllc
f704a8802e
Fully translated settings.profile.vue
...
Added relevant translation lines
2018-07-31 14:03:43 -04:00
gutfuckllc
16e005f513
Added uncommitted file
2018-07-31 13:56:21 -04:00
gutfuckllc
39567f06f9
Reformat, more translation
...
Translated the totality of desktop/post-form.vue, reformated customization-tips.
2018-07-31 13:54:12 -04:00
gutfuckllc
a6700350ca
Added got it to the local files
...
Home.vue got it was still untranslated. It now has a localization file
2018-07-31 13:32:18 -04:00
gutfuckllc
d23dc53123
Localized customization tips on home.vue
...
Added relevant customization lines.
2018-07-31 13:29:18 -04:00
gutfuckllc
76c6e67213
Translated trash on main menu
...
Translated trash on main menu
2018-07-31 11:36:15 -04:00
Aya Morisawa
962ab9ec23
#332
2018-07-30 20:13:30 +09:00
syuilo
7ef560c9e4
ドキュメントにDisqus設置
2018-07-30 16:24:46 +09:00
syuilo
d42a03f25c
Fix doc
2018-07-30 15:49:35 +09:00
syuilo
4dc3ffbb91
Fix bug
2018-07-30 14:46:11 +09:00
syuilo
6f2d25fd31
Revert "Fix bug"
...
This reverts commit 4e6dcd16ac9a976b6fa7765d02ef86ba3493ef7f.
2018-07-30 14:45:48 +09:00
syuilo
567a5aa26d
Fix bug
2018-07-30 07:23:44 +09:00
syuilo
56db5c0cf9
#2020
2018-07-30 07:20:27 +09:00
syuilo
e378a82c6a
Fix bug
2018-07-30 06:20:06 +09:00
syuilo
40b1689691
#2018
2018-07-29 09:17:07 +09:00
syuilo
d481d1a5c6
Fix bug
2018-07-29 05:34:08 +09:00
syuilo
cc93778b67
✌️
2018-07-28 18:01:49 +09:00
syuilo
02cdd4d46a
✌️
2018-07-28 17:57:24 +09:00
syuilo
97f5190419
Merge branch 'master' of https://github.com/syuilo/misskey
2018-07-28 17:52:56 +09:00
syuilo
c30719cb67
いくつかのコマンドラインオプションを追加するなど
2018-07-28 17:52:54 +09:00
nzws
83f2a28e1a
Fix margin in visibleUsers (mobile)
2018-07-28 13:17:32 +09:00
syuilo
b0672bbbfc
Fix #2013
2018-07-28 07:56:33 +09:00
syuilo
5995b83f0d
Fix #2007
2018-07-28 07:52:48 +09:00
syuilo
e46c494651
Fix #2000
2018-07-28 07:38:29 +09:00
syuilo
a69bc9480d
クラスタ数を制限するオプションを追加
2018-07-28 03:55:41 +09:00
syuilo
e30f04be03
Merge pull request #2010 from acid-chicken/acid-chicken-patch-1
...
Minify Mk-III
2018-07-27 19:17:15 +09:00
Acid Chicken (硫酸鶏)
40c17619e6
Fix bug
2018-07-27 19:15:38 +09:00
Aya Morisawa
ed86fd2a8a
✨
2018-07-27 19:12:16 +09:00
syuilo
c13a67b61a
oops
2018-07-27 18:50:15 +09:00
syuilo
d3883c8dca
Use os-utils
2018-07-27 18:42:58 +09:00
syuilo
d71250914b
Merge branch 'master' of https://github.com/syuilo/misskey
2018-07-27 18:40:41 +09:00
syuilo
3ebbf88e9a
バギーなのでジョブキュー無効化
2018-07-27 18:40:38 +09:00
syuilo
e5ffffa628
Merge pull request #2009 from acid-chicken/acid-chicken-patch-1
...
Minify Mk-II
2018-07-27 18:29:24 +09:00
Acid Chicken (硫酸鶏)
0aeb704585
Update calendar.vue
2018-07-27 18:28:06 +09:00
syuilo
a125814430
Merge branch 'master' of https://github.com/syuilo/misskey
2018-07-27 18:18:49 +09:00
syuilo
64f4952df3
Fix bug
2018-07-27 18:18:05 +09:00
Aya Morisawa
8c6fe6ac4b
✨
2018-07-27 17:58:19 +09:00
Aya Morisawa
a283a33ed7
✨
2018-07-27 17:51:40 +09:00
Aya Morisawa
771d5cdf8a
Fix bug
2018-07-27 17:47:10 +09:00
Aya Morisawa
64f174c037
✨
2018-07-27 17:43:04 +09:00
2vg
a715462b65
fix: critical memory leak.
2018-07-27 17:33:21 +09:00
2vg
e61c5bf880
memory usage excludes buffer and cache.
2018-07-27 17:31:19 +09:00
nzws
b941e9536f
Change VisibilityButton's icon in mobile view
2018-07-27 13:30:46 +09:00
syuilo
dac0c41789
Clean up
2018-07-27 07:29:24 +09:00
syuilo
e7950263e5
Update doc
2018-07-27 06:07:13 +09:00
syuilo
b0b126b4f6
Update docs
2018-07-27 05:58:52 +09:00
syuilo
a243eacdcc
Update doc
2018-07-27 05:56:00 +09:00
syuilo
8ec155871d
Update doc
2018-07-27 05:50:37 +09:00
syuilo
091440c37f
Update doc
2018-07-27 04:25:38 +09:00
syuilo
ad7f1a618d
Update doc
2018-07-27 04:21:48 +09:00
syuilo
ff75ff454f
Update doc
2018-07-27 04:10:16 +09:00
syuilo
f31dbf90da
ログインしていないとリバーシを観戦できない問題を修正
2018-07-27 04:01:12 +09:00