summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix errorsyuilo2019-02-211-0/+5
|
* ハイライトでミュートしているユーザーの投稿が含まれ ↵syuilo2019-02-201-1/+5
| | | | 問題を修正
* Improve featured apisyuilo2019-02-151-2/+3
|
* Migrate cafy to 14.0 (#4240)syuilo2019-02-1315-103/+103
|
* Refactoring: Move chart dir into services dirsyuilo2019-02-083-3/+3
|
* Refactoringsyuilo2019-02-051-2/+2
|
* Fix styleAcid Chicken (硫酸鶏)2019-02-0522-22/+44
|
* 個別に投稿のウォッチ/ウォッチ解除をできるようにsyuilo2019-02-051-7/+17
| | | | Resolve #161
* [API] お気に入り状態は投稿情報に含めないように統一syuilo2019-02-051-0/+38
|
* Use internal logger instead of debug/console for loggingsyuilo2019-02-031-1/+2
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Create new type definition for 'ms' (#4057)Acid Chicken (硫酸鶏)2019-02-023-3/+3
| | | | | | * Create new type definition for 'ms' * Follow lint
* Hide suspended users (#4075)MeiMei2019-02-019-87/+67
|
* おすすめのアンケートでミュートユーザーのものは表示 ↵MeiMei2019-01-311-1/+8
| | | | ない (#4067)
* リプライ/メンションされていれば非フォロワーへのフォ ↵MeiMei2019-01-292-4/+22
| | | | | | | | ロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に
* Filter hidden replies / mentions (#3981)MeiMei2019-01-253-8/+51
| | | | | | | | | | | | | | | | * Fix: 非公開投稿が返信一覧に出てくる * Fix: 非公開投稿がメンション一覧に出てくる * 非公開投稿は通知/メンション通知しない * repliesにフォロワー限定がかからなかったのを修正 * Fix: ホームにフォロワー限定投稿が表示されない * 認証必須エンドポイントで user == null にはならない * mentionsにフォロワー限定がかからなかったのを修正
* [Server] Fix #3958syuilo2019-01-221-6/+19
|
* [Server] ↵syuilo2019-01-214-8/+8
| | | | ストリームで流れてくる投稿とAPIでタイムラインを取得したときとの不一致を修正
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-211-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #2745syuilo2019-01-211-6/+12
|
* ソーシャルタイムラインにフォロワー限定投稿が含まれ ↵syuilo2019-01-201-2/+2
| | | | いない問題を修正
* 関係のない返信がタイムラインに流れる問題を修正syuilo2019-01-202-0/+6
| | | | Resolve #1910
* Drop stalk featuresyuilo2019-01-202-9/+5
| | | | | | Resolve #3935 Closes #2226 Closes #1946
* AP Undo Like (#3933)MeiMei2019-01-202-66/+24
| | | | | | * AP Undo Like * rename
* Implement active users chartsyuilo2019-01-173-0/+11
| | | | Resolve #3904
* Resolve #3896syuilo2019-01-161-2/+2
|
* disableLocalTimeline機能を強化syuilo2019-01-163-0/+22
| | | | | | * ストリームだけではなくAPIも無効に * モデレーターは無効の場合でも見れるように * グローバルタイムラインも無効に(連合数が少ないインスタンスではグローバルタイムラインは実質的にローカルタイムラインと同一なので)
* Hide invisible notes from timeline (#3852)MeiMei2019-01-084-7/+71
|
* Fix typo: not -> noteAya Morisawa2019-01-051-1/+1
| | | https://github.com/syuilo/misskey/commit/1344ffa67dbe74505bd922ac7185a4d41dfdddd7#commitcomment-31817792
* [API] notes/mentions にミュートを適用するようにsyuilo2018-12-301-0/+20
|
* Privateの公開範囲を廃止syuilo2018-12-291-0/+5
|
* Make reactions removableAya Morisawa2018-12-261-0/+13
| | | | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Resolve #367, resolve #2260, close #3503
* ダイレクトでメンションでもユーザーを指定できるよう ↵MeiMei2018-12-231-1/+1
| | | | (#3722)
* 本文からメンション等を展開しないオプション (#3721)MeiMei2018-12-231-0/+27
|
* Tune polls/recommendation (#3703)MeiMei2018-12-201-0/+1
|
* [API] Resolve #3637syuilo2018-12-171-0/+7
|
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-112-3/+5
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Do not use _replyIds (#3392)MeiMei2018-11-231-10/+7
|
* Fix #3361 (#3362)Acid Chicken (硫酸鶏)2018-11-221-1/+1
| | | | | | * Update create.ts * Update api.ts
* local only visibility (#3254)MeiMei2018-11-161-0/+9
| | | | | | * local only visibility * fix UI
* Moderator systemsyuilo2018-11-151-1/+1
| | | | Closes #2357
* Fix: notes/create hangs when rejected (#3221)MeiMei2018-11-131-8/+10
|
* [API] Fix #3169syuilo2018-11-091-6/+2
|
* [API] Implement notes/watching/syuilo2018-11-062-0/+88
|
* ドライブ容量の設定をDBに保存するようにしたりリファ ↵syuilo2018-11-061-3/+3
| | | | タリングしたり
* 投稿の最大文字数情報を設定ファイルではなくDBに保存 ↵syuilo2018-11-051-2/+14
| | | | るように
* Improve API documentationsyuilo2018-11-035-0/+20
|
* Refactorsyuilo2018-11-0222-172/+81
|
* Resolve #2623syuilo2018-11-023-101/+50
|
* Refactoring, Clean up and bug fixessyuilo2018-11-0221-397/+518
|
* Fix API definitionsyuilo2018-10-291-2/+4
|