summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Add footersyuilo2019-01-171-1/+6
|
* [MFM] Better hashtag parsing: Ignore single quotationsyuilo2019-01-171-1/+1
|
* [MFM] Better hashtag parsing: Ignore double quotationsyuilo2019-01-171-1/+1
| | | | Resolve #3886
* :art:syuilo2019-01-171-0/+2
|
* Fix: time tooltip overlaps with others (#3901)MeiMei2019-01-172-2/+2
|
* インスタンス情報ページに各種タイムラインの有効/無効 ↵syuilo2019-01-161-1/+7
| | | | を表示
* Resolve #3896syuilo2019-01-168-7/+29
|
* [Client] Resolve #3895syuilo2019-01-162-2/+2
|
* インスタンス情報ページにユーザー数と投稿数を追加syuilo2019-01-161-0/+6
|
* disableLocalTimeline機能を強化syuilo2019-01-167-18/+38
| | | | | | * ストリームだけではなくAPIも無効に * モデレーターは無効の場合でも見れるように * グローバルタイムラインも無効に(連合数が少ないインスタンスではグローバルタイムラインは実質的にローカルタイムラインと同一なので)
* Revert "Resolve #3813 (#3814)"syuilo2019-01-152-12/+0
| | | | This reverts commit 96515c454423d9f7aba501f7c1d08d5327645f31.
* Support SVG (#3883)Acid Chicken (硫酸鶏)2019-01-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | * 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
* Provide instance description in info pagesyuilo2019-01-121-0/+3
|
* [MFM] Better hashtag parsing: Ignore trailing colonsyuilo2019-01-121-1/+1
|
* Implement instance info pagesyuilo2019-01-123-0/+137
|
* [Client] specifiedのアイコンを戻したsyuilo2019-01-127-7/+6
|
* Revert "[Client] Renote数の表示を廃止"syuilo2019-01-124-5/+6
| | | | This reverts commit d7af18efbd1d85802145f39c4f1a99dc611b8b97.