summaryrefslogtreecommitdiff
path: root/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ドライブの管理画面でファイルのオリジナルURLを表示す ↵syuilo2019-01-081-1/+1
| | | | ように
* Resolve #3847 (#3849)syuilo2019-01-081-0/+20
| | | | | | | | | | | | | | | | * Update notifications.ts * Update notifications.ts * Update notifications.ts * Update notifications.ts * Add missing semicolon * Improve readability * Fix typo
* Fix typo: not -> noteAya Morisawa2019-01-051-1/+1
| | | https://github.com/syuilo/misskey/commit/1344ffa67dbe74505bd922ac7185a4d41dfdddd7#commitcomment-31817792
* Renamesyuilo2019-01-042-5/+5
|
* Make instance logo customisable (#3829)ibrokemypie2019-01-042-0/+12
|
* [API] notes/mentions にミュートを適用するようにsyuilo2018-12-301-0/+20
|
* Make one import per lineAya Morisawa2018-12-291-2/+2
|
* Privateの公開範囲を廃止syuilo2018-12-291-0/+5
|
* Make autoAcceptFollowed defaultsyuilo2018-12-291-0/+1
|
* フォローしているユーザーからのフォローを自動承認す ↵MeiMei2018-12-281-0/+8
| | | | オプション (#3780)
* 通知の管理を強化syuilo2018-12-281-0/+42
| | | | Resolve #3772
* Add URI parameter to /api/meta (#3748)ibrokemypie2018-12-271-0/+1
| | | | | | | | | * Add URI parameter to /api/meta closes #3747 * Update fetch-meta.ts * Update meta.ts
* Resolve #3248Aya Morisawa2018-12-273-39/+83
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Feature to show only my posts in the user page (#3753)MeiMei2018-12-261-0/+17
| | | | | | * Fix #3681 * Feature to show only my posts in the user page
* Make reactions removableAya Morisawa2018-12-261-0/+13
| | | | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Resolve #367, resolve #2260, close #3503
* Fix typoAcid Chicken (硫酸鶏)2018-12-252-3/+3
|
* [API] Fix #3737syuilo2018-12-241-2/+2
|
* ダイレクトでメンションでもユーザーを指定できるよう ↵MeiMei2018-12-231-1/+1
| | | | (#3722)
* 本文からメンション等を展開しないオプション (#3721)MeiMei2018-12-231-0/+27
|
* Fix: ap/show does not return on error (#3704)MeiMei2018-12-211-5/+4
|
* Tune polls/recommendation (#3703)MeiMei2018-12-201-0/+1
|
* Refactor MFMAya Morisawa2018-12-201-1/+1
| | | | Co-authored-by: syuilo syuilotan@yahoo.co.jp
* Resolve #3687syuilo2018-12-203-5/+41
|
* Fix wrong commentsyuilo2018-12-201-1/+1
|
* RefactorAya Morisawa2018-12-191-1/+2
|
* リスト関連の操作を強化syuilo2018-12-191-0/+64
| | | | | | | Resolve #2069 Resolve #2051 Resolve #2807 Resolve #3647
* Fix errorsyuilo2018-12-192-3/+3
|
* [Client] Resolve #3658syuilo2018-12-191-2/+5
|
* Re: #3457 (#3614)Acid Chicken (硫酸鶏)2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update parser.ts * Update user.ts * Update search.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update mfm.ts * Update parser.ts * Merge branch 'develop' into 3440-mk2 * Fix typo * Update parser.ts * Update mfm.ts * Update mfm.ts
* [API] Resolve #3637syuilo2018-12-171-0/+7
|
* Resolve #2165syuilo2018-12-152-6/+11
|
* Implement admin drive pagesyuilo2018-12-141-0/+79
|
* Fix bugsyuilo2018-12-112-0/+5
|
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-1111-38/+33
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Resolve #3581 (#3589)Acid Chicken (硫酸鶏)2018-12-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update ja-JP.yml * Create 404.vue * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update 404.vue * Update meta.ts * Update instance.vue * Update update-meta.ts
* Use camelCasesyuilo2018-12-091-1/+1
|
* Improve custom emoji parsing (#3539)MeiMei2018-12-081-2/+2
| | | | | | | | | | * Use MFM parser for extracting emoji in name * Fix custom emoji regex * Revert "Fix custom emoji regex" This reverts commit 4c21caf59753e7653c02f81ddf0cde8c44f48008.
* Emoji support in profile (#3514)MeiMei2018-12-061-0/+20
| | | | | | * Emoji in profile * Add emojis to fields
* Resolve #327syuilo2018-12-031-0/+9
|
* Remove self-assignment (#3476)Aya Morisawa2018-12-021-1/+1
|
* Fix #3445 (#3471)Aya Morisawa2018-12-021-3/+1
|
* Improve performancesyuilo2018-12-021-2/+9
|
* Resolve external recommended users (#3462)MeiMei2018-12-021-9/+34
| | | | | | | | | | * Resolve external recommended users * Skip unresolvable users * Fix indent * Use original for unresolvable users
* Allow hyphens in the middle of remote usernames (#3440)Acid Chicken (硫酸鶏)2018-12-011-1/+1
| | | | | | | | | | * Allow hyphens in the middle of remote usernames refs: d797c29db462de4a3d69a5077a1ae4d03195b6f2 * Make options fallback better * Make options flat
* Remove consecutive blank lineAya Morisawa2018-11-301-1/+0
|
* Fix #3442 (#3443)MeiMei2018-11-301-0/+1
|
* Fix SMTP (#3436)MeiMei2018-11-301-2/+4
|
* Fix #3432syuilo2018-11-301-78/+0
|
* Fix #3434syuilo2018-11-301-1/+1
|
* Fix SMTP (#3433)MeiMei2018-11-301-2/+3
| | | | | | | | * Fix: SMTP local relay * Fix SMTP SSL description * :v: