summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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
* Drop stalk featuresyuilo2019-01-2010-154/+10
| | | | | | Resolve #3935 Closes #2226 Closes #1946
* AP Undo Like (#3933)MeiMei2019-01-206-67/+117
| | | | | | * AP Undo Like * rename
* Refactorsyuilo2019-01-1910-121/+80
|
* スパム報告機能syuilo2019-01-1911-194/+464
| | | | Resolve #1970
* Fix typosyuilo2019-01-191-1/+1
|
* Improve drive file operationsyuilo2019-01-193-9/+160
| | | | | Resolve #3789 Resolve #3790
* Refactor: Rename misskey-flavored-markdown --> mfmsyuilo2019-01-1929-54/+54
|
* Fix camelCase in HTMLsyuilo2019-01-198-10/+10
|
* Fix missing username conversions (#3922)MeiMei2019-01-197-20/+21
|
* node-gypの警告を直す (#3906)Acid Chicken (硫酸鶏)2019-01-181-1/+1
| | | | | | | | * Update crypto_key.cc * Update crypto_key.cc * Update crypto_key.cc
* Improve readabilitysyuilo2019-01-181-14/+2
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-01-183-3/+8
|\
| * Better 2FA input on sign in form (#3910)Acid Chicken (硫酸鶏)2019-01-183-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | * Update signin.vue * Update ja-JP.yml * Update settings.vue * Update signin.vue * Update init.ts
* | [Client] Drop apiViaStream optionsyuilo2019-01-186-71/+36
|/ | | | Resolve #3911
* animejs 3.xに対応syuilo2019-01-1819-22/+20
|
* [Client] Fix chart renderingsyuilo2019-01-174-7/+4
|
* Implement active users chartsyuilo2019-01-177-6/+126
| | | | Resolve #3904
* [Client] Add informationsyuilo2019-01-171-0/+1
|