summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename parser to languageAya Morisawa2019-01-302-1/+1
|
* Avoid export defaultAya Morisawa2019-01-3016-25/+23
|
* Extract parsePlain functionAya Morisawa2019-01-303-7/+14
|
* Merge plainParser into mfmAya Morisawa2019-01-302-25/+7
|
* Rename html-to-mfm to fromHtmlAya Morisawa2019-01-303-6/+6
|
* Rename html to toHtmlAya Morisawa2019-01-303-2/+2
|
* Extract MFM typesAya Morisawa2019-01-309-44/+46
|
* Extract MFM normalize functionAya Morisawa2019-01-302-28/+34
|
* Module 'crypto' as import syntax (#4011)Acid Chicken (硫酸鶏)2019-01-303-3/+3
|
* Fix #4034 (#4037)MeiMei2019-01-291-1/+1
| | | | | | * Fix #4034 * improve
* リプライ/メンションされていれば非フォロワーへのフォ ↵MeiMei2019-01-293-4/+28
| | | | | | | | ロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に
* Module 'web-push' as import syntax (#4017)Acid Chicken (硫酸鶏)2019-01-291-1/+1
|
* Add missing semicolonAya Morisawa2019-01-281-1/+1
|
* [Client] Resolve #3638syuilo2019-01-271-5/+5
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-01-271-1/+1
|\
| * Module 'nprogress' as import syntax (#4012)Acid Chicken (硫酸鶏)2019-01-271-1/+1
| |
* | [Client] Fix #4008syuilo2019-01-271-1/+1
| |
* | :art:syuilo2019-01-272-1/+4
|/
* [MFM] Resolve #4009syuilo2019-01-272-3/+19
|
* Add jump syntax (#4007)Aya Morisawa2019-01-274-0/+41
| | | | | | | | * Add jump syntax * Fix typo: spin -> jump * Fix typo
* [MFM] spinの中でflipを使えるようにsyuilo2019-01-271-0/+1
|
* Merge branch 'develop' into math-blockAya Morisawa2019-01-2730-817/+566
|\
| * [MFM] Add flip syntaxsyuilo2019-01-273-0/+38
| | | | | | | | Resolve #4002
| * [MFM] Add spin syntaxsyuilo2019-01-274-0/+37
| | | | | | | | Resolve #4003
| * [Server] Introduce admin stream channelsyuilo2019-01-274-1/+44
| |
| * Celan upsyuilo2019-01-271-41/+0
| |
| * [Client] Improve syntax highlightingsyuilo2019-01-275-371/+72
| | | | | | | | | | Resolve #3926 Resolve #3390
| * Clean upsyuilo2019-01-271-9/+0
| |
| * Update parser.ts (#3999)Acid Chicken (硫酸鶏)2019-01-271-3/+2
| | | | | | | | | | | | | | | | * Update parser.ts * Update parser.ts * Update parser.ts
| * [MFM] Improve title syntax detectionsyuilo2019-01-271-0/+1
| |
| * Refactoringsyuilo2019-01-275-90/+13
| |
| * テーマによってコードが見づらいのを少し改善 (#3993)MeiMei2019-01-261-2/+2
| |
| * :art:syuilo2019-01-262-201/+92
| |
| * 管理画面からリモートユーザー情報を更新できるように ↵MeiMei2019-01-263-2/+92
| | | | | | | | (#3992)
| * Resolve #2253syuilo2019-01-262-0/+14
| |
| * Improve moderation UI (#3989)MeiMei2019-01-262-81/+155
| | | | | | | | | | | | * admin users UI * tune
| * [Server] Fix #3991syuilo2019-01-261-2/+4
| |
| * tools/resync-remote-user で exit しないように (#3990)MeiMei2019-01-261-3/+1
| |
| * Remove whiteP and blackP from Reversi (#3736)Aya Morisawa2019-01-261-14/+0
| |
| * Update style.styl (#3986)Acid Chicken (硫酸鶏)2019-01-261-0/+2
| |
* | Add multiline math syntaxAya Morisawa2019-01-255-13/+47
|/ | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* [MFM] Improve italic syntax detectionsyuilo2019-01-251-1/+10
|
* Filter hidden replies / mentions (#3981)MeiMei2019-01-254-8/+56
| | | | | | | | | | | | | | | | * Fix: 非公開投稿が返信一覧に出てくる * Fix: 非公開投稿がメンション一覧に出てくる * 非公開投稿は通知/メンション通知しない * repliesにフォロワー限定がかからなかったのを修正 * Fix: ホームにフォロワー限定投稿が表示されない * 認証必須エンドポイントで user == null にはならない * mentionsにフォロワー限定がかからなかったのを修正
* Reapply the theme first (#3971)MeiMei2019-01-241-0/+12
| | | | | | * Reapply the theme first * Cannot
* 外部サービス認証情報の配信 (#3975)Acid Chicken (硫酸鶏)2019-01-244-20/+88
| | | | | | | | | | | | | | | | | | | | * Update person.ts * Update person.ts * Update person.ts * Update person.ts * Create original model * Make type formal * Update person.ts * Follow @mei23's review refs: https://github.com/syuilo/misskey/pull/3975#pullrequestreview-195770172
* Back to the #3813 (#3949)Acid Chicken (硫酸鶏)2019-01-235-1/+30
| | | | | | | | | | | | * Revert "Revert "Resolve #3813 (#3814)"" This reverts commit f433182c4cd449a08eb436df30bee731345240c1. * Keep CW is back * New Wave https://github.com/syuilo/misskey/pull/3949#pullrequestreview-194787210
* [Client] Resolve #3967syuilo2019-01-231-0/+1
|
* Clean upsyuilo2019-01-231-2/+1
|
* Squash multiple spacesyuilo2019-01-231-1/+1
|
* Refactoringsyuilo2019-01-231-15/+14
|