summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean upsyuilo2019-01-231-2/+1
|
* Squash multiple spacesyuilo2019-01-231-1/+1
|
* Refactoringsyuilo2019-01-231-15/+14
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-01-231-1/+1
|\
| * Update index.tsAcid Chicken (硫酸鶏)2019-01-231-1/+1
| | | | | | refs: 67dacb77257295ad78a0bf82ffb9b7fa7e616e89
* | Refactoringsyuilo2019-01-231-8/+7
|/
* Supress log when testsyuilo2019-01-231-1/+1
|
* Fix testsyuilo2019-01-231-0/+13
|
* Clean upsyuilo2019-01-231-2/+0
|
* :art:syuilo2019-01-231-1/+2
|
* [Client] Improve usabilitysyuilo2019-01-232-5/+33
|
* Supports Twemoji / CustomEmoji in poll (#3960)MeiMei2019-01-232-4/+8
| | | | | | * Supports Twemoji / CustomEmoji in poll * extract emojis in polls
* Fix typessyuilo2019-01-2211-20/+20
|
* [Client] Fix bugsyuilo2019-01-221-1/+2
|
* [Client] Fix UIsyuilo2019-01-221-2/+2
|
* [Server] Fix #3958syuilo2019-01-221-6/+19
|
* [Server] Fix #3947syuilo2019-01-211-2/+10
|
* Add unique indexsyuilo2019-01-211-0/+1
| | | | #3946
* [Client] Fix #3321syuilo2019-01-211-6/+0
|
* [API] Fix bugsyuilo2019-01-211-4/+0
|
* [Client] Fix bugsyuilo2019-01-211-4/+1
|
* Fix 404syuilo2019-01-212-4/+4
|
* Update reversi.vuesyuilo2019-01-211-2/+2
|
* :art:syuilo2019-01-211-2/+1
|
* 投票未対応インスタンス向けメッセージをわかりやすく ↵MeiMei2019-01-211-2/+4
| | | | | | | | | | | | | | | | る (#3944) * Poll message * fix * fix * とりあえず日本語にしちゃう * TODO * fix
* Re: Fix routingAcid Chicken (硫酸鶏)2019-01-211-1/+1
| | | 本当に申し訳ありませんでした。
* [Server] ↵syuilo2019-01-214-8/+8
| | | | ストリームで流れてくる投稿とAPIでタイムラインを取得したときとの不一致を修正
* Fix comment URLAcid Chicken (硫酸鶏)2019-01-211-1/+1
|
* Fix routingAcid Chicken (硫酸鶏)2019-01-211-1/+1
|
* Fix routingAcid Chicken (硫酸鶏)2019-01-211-1/+1
|
* [Client] Fix bugsyuilo2019-01-211-1/+1
|
* [Server] ↵syuilo2019-01-211-8/+2
| | | | | | リプライをタイムラインに流す以前の仕様に差し戻し Resolve #3941
* Remove unused importsyuilo2019-01-211-1/+0
|
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-2110-7/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Server] Fix #3528syuilo2019-01-211-1/+14
|
* [Client] Fix bugsyuilo2019-01-211-2/+4
| | | | ドライブのファイルメニューからアバターやバナーに設定することができない問題を修正
* [Server] Fix bug: ↵syuilo2019-01-211-1/+2
| | | | リモートユーザーのアイコンが消えることがある問題を修正
* [Server] Fix bugsyuilo2019-01-211-29/+37
|
* [Server] Fix #2745syuilo2019-01-212-7/+18
|
* ソーシャルタイムラインにフォロワー限定投稿が含まれ ↵syuilo2019-01-201-2/+2
| | | | いない問題を修正
* [Server] Fix #3928syuilo2019-01-204-0/+24
|
* Update reversi routing (#3937)Acid Chicken (硫酸鶏)2019-01-203-2/+8
|
* 常にメディアを閲覧注意として投稿するオプションが機 ↵syuilo2019-01-201-6/+3
| | | | してなかった問題を修正
* [MFM] __ 構文はアルファベットのみにsyuilo2019-01-201-1/+1
|
* Add double underscore syntax for bold markdown (#3733)ibrokemypie2019-01-201-1/+1
| | | | | | | | * 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
* [MFM] Add <i> syntaxsyuilo2019-01-201-1/+1
|
* Remove unused importsyuilo2019-01-201-1/+0
|
* Change italic syntax to fit with other markdown implementations (#3916)ibrokemypie2019-01-201-1/+1
| | | | | | 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
* Better version formatAcid Chicken (硫酸鶏)2019-01-201-1/+1
|
* 関係のない返信がタイムラインに流れる問題を修正syuilo2019-01-203-2/+14
| | | | Resolve #1910