| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [API] Fix bug | syuilo | 2019-01-21 | 1 | -4/+0 |
| | | |||||
| * | [Client] Fix bug | syuilo | 2019-01-21 | 1 | -4/+1 |
| | | |||||
| * | Fix 404 | syuilo | 2019-01-21 | 2 | -4/+4 |
| | | |||||
| * | Update reversi.vue | syuilo | 2019-01-21 | 1 | -2/+2 |
| | | |||||
| * | :art: | syuilo | 2019-01-21 | 1 | -2/+1 |
| | | |||||
| * | 投票未対応インスタンス向けメッセージをわかりやすく ↵ | MeiMei | 2019-01-21 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | る (#3944) * Poll message * fix * fix * とりあえず日本語にしちゃう * TODO * fix | ||||
| * | Re: Fix routing | Acid Chicken (硫酸鶏) | 2019-01-21 | 1 | -1/+1 |
| | | | | 本当に申し訳ありませんでした。 | ||||
| * | [Server] ↵ | syuilo | 2019-01-21 | 4 | -8/+8 |
| | | | | | ストリームで流れてくる投稿とAPIでタイムラインを取得したときとの不一致を修正 | ||||
| * | Fix comment URL | Acid Chicken (硫酸鶏) | 2019-01-21 | 1 | -1/+1 |
| | | |||||
| * | Fix routing | Acid Chicken (硫酸鶏) | 2019-01-21 | 1 | -1/+1 |
| | | |||||
| * | Fix routing | Acid Chicken (硫酸鶏) | 2019-01-21 | 1 | -1/+1 |
| | | |||||
| * | [Client] Fix bug | syuilo | 2019-01-21 | 1 | -1/+1 |
| | | |||||
| * | [Server] ↵ | syuilo | 2019-01-21 | 1 | -8/+2 |
| | | | | | | | リプライをタイムラインに流す以前の仕様に差し戻し Resolve #3941 | ||||
| * | Remove unused import | syuilo | 2019-01-21 | 1 | -1/+0 |
| | | |||||
| * | リモートで投票を見たりしたりできるように (#3940) | MeiMei | 2019-01-21 | 10 | -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 #3528 | syuilo | 2019-01-21 | 1 | -1/+14 |
| | | |||||
| * | [Client] Fix bug | syuilo | 2019-01-21 | 1 | -2/+4 |
| | | | | | ドライブのファイルメニューからアバターやバナーに設定することができない問題を修正 | ||||
| * | [Server] Fix bug: ↵ | syuilo | 2019-01-21 | 1 | -1/+2 |
| | | | | | リモートユーザーのアイコンが消えることがある問題を修正 | ||||
| * | [Server] Fix bug | syuilo | 2019-01-21 | 1 | -29/+37 |
| | | |||||
| * | [Server] Fix #2745 | syuilo | 2019-01-21 | 2 | -7/+18 |
| | | |||||
| * | ソーシャルタイムラインにフォロワー限定投稿が含まれ ↵ | syuilo | 2019-01-20 | 1 | -2/+2 |
| | | | | | いない問題を修正 | ||||
| * | [Server] Fix #3928 | syuilo | 2019-01-20 | 4 | -0/+24 |
| | | |||||
| * | Update reversi routing (#3937) | Acid Chicken (硫酸鶏) | 2019-01-20 | 3 | -2/+8 |
| | | |||||
| * | 常にメディアを閲覧注意として投稿するオプションが機 ↵ | syuilo | 2019-01-20 | 1 | -6/+3 |
| | | | | | してなかった問題を修正 | ||||
| * | [MFM] __ 構文はアルファベットのみに | syuilo | 2019-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add double underscore syntax for bold markdown (#3733) | ibrokemypie | 2019-01-20 | 1 | -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> syntax | syuilo | 2019-01-20 | 1 | -1/+1 |
| | | |||||
| * | Remove unused import | syuilo | 2019-01-20 | 1 | -1/+0 |
| | | |||||
| * | Change italic syntax to fit with other markdown implementations (#3916) | ibrokemypie | 2019-01-20 | 1 | -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 format | Acid Chicken (硫酸鶏) | 2019-01-20 | 1 | -1/+1 |
| | | |||||
| * | 関係のない返信がタイムラインに流れる問題を修正 | syuilo | 2019-01-20 | 3 | -2/+14 |
| | | | | | Resolve #1910 | ||||
| * | Drop stalk feature | syuilo | 2019-01-20 | 10 | -154/+10 |
| | | | | | | | Resolve #3935 Closes #2226 Closes #1946 | ||||
| * | AP Undo Like (#3933) | MeiMei | 2019-01-20 | 6 | -67/+117 |
| | | | | | | | * AP Undo Like * rename | ||||
| * | Refactor | syuilo | 2019-01-19 | 10 | -121/+80 |
| | | |||||
| * | スパム報告機能 | syuilo | 2019-01-19 | 11 | -194/+464 |
| | | | | | Resolve #1970 | ||||
| * | Fix typo | syuilo | 2019-01-19 | 1 | -1/+1 |
| | | |||||
| * | Improve drive file operation | syuilo | 2019-01-19 | 3 | -9/+160 |
| | | | | | | Resolve #3789 Resolve #3790 | ||||
| * | Refactor: Rename misskey-flavored-markdown --> mfm | syuilo | 2019-01-19 | 29 | -54/+54 |
| | | |||||
| * | Fix camelCase in HTML | syuilo | 2019-01-19 | 8 | -10/+10 |
| | | |||||
| * | Fix missing username conversions (#3922) | MeiMei | 2019-01-19 | 7 | -20/+21 |
| | | |||||
| * | node-gypの警告を直す (#3906) | Acid Chicken (硫酸鶏) | 2019-01-18 | 1 | -1/+1 |
| | | | | | | | | | * Update crypto_key.cc * Update crypto_key.cc * Update crypto_key.cc | ||||
| * | Improve readability | syuilo | 2019-01-18 | 1 | -14/+2 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/syuilo/misskey into develop | syuilo | 2019-01-18 | 3 | -3/+8 |
| |\ | |||||
| | * | Better 2FA input on sign in form (#3910) | Acid Chicken (硫酸鶏) | 2019-01-18 | 3 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update signin.vue * Update ja-JP.yml * Update settings.vue * Update signin.vue * Update init.ts | ||||
| * | | [Client] Drop apiViaStream option | syuilo | 2019-01-18 | 6 | -71/+36 |
| |/ | | | | Resolve #3911 | ||||
| * | animejs 3.xに対応 | syuilo | 2019-01-18 | 19 | -22/+20 |
| | | |||||
| * | [Client] Fix chart rendering | syuilo | 2019-01-17 | 4 | -7/+4 |
| | | |||||
| * | Implement active users chart | syuilo | 2019-01-17 | 7 | -6/+126 |
| | | | | | Resolve #3904 | ||||
| * | [Client] Add information | syuilo | 2019-01-17 | 1 | -0/+1 |
| | | |||||
| * | Add footer | syuilo | 2019-01-17 | 1 | -1/+6 |
| | | |||||