Commit graph

13650 commits

Author SHA1 Message Date
syuilo 4cd79dd530
Update README.md 2019-01-21 15:40:58 +09:00
syuilo c204e0518f
10.78.2 2019-01-21 15:32:01 +09:00
syuilo 129d74b463
[Server] ストリームで流れてくる投稿とAPIでタイムラインを取得したときとの不一致を修正 2019-01-21 15:31:19 +09:00
Acid Chicken (硫酸鶏) 533540031b
Fix comment URL 2019-01-21 15:20:44 +09:00
Acid Chicken (硫酸鶏) 5ea0ccea22
Fix routing 2019-01-21 15:19:43 +09:00
Acid Chicken (硫酸鶏) d2c12af085
Fix routing 2019-01-21 15:18:42 +09:00
syuilo 55368c2c38
10.78.1 2019-01-21 14:47:20 +09:00
syuilo aa020eedc3
[Client] Fix bug 2019-01-21 14:45:57 +09:00
syuilo e0874069bd
[Server] リプライをタイムラインに流す以前の仕様に差し戻し
Resolve #3941
2019-01-21 14:44:49 +09:00
syuilo 90c8568a3f
Remove unused import 2019-01-21 13:45:58 +09:00
syuilo d7cd3a05dd
10.78.0 2019-01-21 13:33:46 +09:00
syuilo 882c60ef10
Update mfm.ts 2019-01-21 13:30:30 +09:00
syuilo 59c4c9a0b8
Update CHANGELOG.md 2019-01-21 13:28:44 +09:00
MeiMei 4a57482216 リモートで投票を見たりしたりできるように (#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 6bbccedb2d
[Server] Fix #3528 2019-01-21 12:19:20 +09:00
syuilo fee629849e
[Client] Fix bug
ドライブのファイルメニューからアバターやバナーに設定することができない問題を修正
2019-01-21 12:04:31 +09:00
syuilo e9ebc5151d
[Server] Fix bug: リモートユーザーのアイコンが消えることがある問題を修正 2019-01-21 11:23:32 +09:00
syuilo 8a5c8e8e2e
Update CHANGELOG.md 2019-01-21 11:17:36 +09:00
syuilo 4000da6be8
[Server] Fix bug 2019-01-21 11:15:36 +09:00
syuilo 977a4373c5
[Server] Fix #2745 2019-01-21 00:32:54 +09:00
syuilo e559417cab
ソーシャルタイムラインにフォロワー限定投稿が含まれていない問題を修正 2019-01-20 23:55:32 +09:00
Aya Morisawa f793478709
Update setup.en.md 2019-01-20 20:13:08 +09:00
syuilo 15c9d15b8d
Update setup.en.md 2019-01-20 20:11:44 +09:00
syuilo 3c194142a8
[Server] Fix #3928 2019-01-20 19:22:13 +09:00
Acid Chicken (硫酸鶏) 81dbf64eb7 Update reversi routing (#3937) 2019-01-20 19:10:19 +09:00
syuilo 7e646f109c
Create .node-version 2019-01-20 19:09:23 +09:00
syuilo d94c060998
Update CHANGELOG.md 2019-01-20 18:21:34 +09:00
syuilo 3d29b052ea
Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-01-20 18:20:46 +09:00
syuilo 875d793512
常にメディアを閲覧注意として投稿するオプションが機能してなかった問題を修正 2019-01-20 18:20:25 +09:00
dependabot[bot] 5cdd6521a2 Update rimraf requirement from 2.6.2 to 2.6.3 (#3923)
Updates the requirements on [rimraf](https://github.com/isaacs/rimraf) to permit the latest version.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Commits](https://github.com/isaacs/rimraf/commits/v2.6.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-20 18:09:44 +09:00
syuilo 1df9c1005f
[MFM] __ 構文はアルファベットのみに 2019-01-20 18:06:04 +09:00
ibrokemypie 53481accf1 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 8fcf75f77c
Update CHANGELOG.md 2019-01-20 17:55:50 +09:00
syuilo b1385de758
Update mfm.ts 2019-01-20 17:53:08 +09:00
syuilo f8ba73bebf
[MFM] Add <i> syntax 2019-01-20 17:52:11 +09:00
syuilo ff4cb3555b
Remove unused import 2019-01-20 17:49:52 +09:00
ibrokemypie 361af34956 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 (硫酸鶏) 11689e6d18
Better version format 2019-01-20 13:40:41 +09:00
syuilo 6ea0028e0e
Merge pull request #3924 from syuilo/l10n_develop
New Crowdin translations
2019-01-20 13:40:22 +09:00
syuilo b39d12f01a
関係のない返信がタイムラインに流れる問題を修正
Resolve #1910
2019-01-20 13:14:31 +09:00
syuilo f97c1276fe New translations ja-JP.yml (English) 2019-01-20 12:41:57 +09:00
syuilo 73375a2f43 New translations ja-JP.yml (Norwegian) 2019-01-20 12:33:13 +09:00
syuilo b87a35b71c New translations ja-JP.yml (Dutch) 2019-01-20 12:33:07 +09:00
syuilo 9db9067647 New translations ja-JP.yml (Japanese, Kansai) 2019-01-20 12:33:02 +09:00
syuilo 7053c3125e New translations ja-JP.yml (Spanish) 2019-01-20 12:32:55 +09:00
syuilo e89a63e88c New translations ja-JP.yml (Russian) 2019-01-20 12:32:48 +09:00
syuilo 1b13700ae2 New translations ja-JP.yml (Portuguese) 2019-01-20 12:32:44 +09:00
syuilo b7c2fa0c0c New translations ja-JP.yml (Polish) 2019-01-20 12:32:40 +09:00
syuilo df847ebd86 New translations ja-JP.yml (Korean) 2019-01-20 12:32:33 +09:00
syuilo fa72856272 New translations ja-JP.yml (Italian) 2019-01-20 12:32:29 +09:00