summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve instances manegementsyuilo2019-02-082-6/+27
| | | | Resolve #4187
* Introduce per-instance chart (#4183)syuilo2019-02-082-0/+58
| | | | | | | | | | | | | | | | | | * Introduce per-instance chart * Implement chart view in client * Handle note deleting * More chart srcs * Add drive stats * Improve drive stats * Fix bug * Add icon
* Refactoring: Move chart dir into services dirsyuilo2019-02-0815-16/+16
|
* Implement instance blocking (#4182)syuilo2019-02-082-1/+45
| | | | | | | | | | * Implement instance blocking * Add missing text * Delete unnecessary file * Covert Punycode to Unicode
* Remove unused importsyuilo2019-02-071-1/+0
|
* Fix bugsyuilo2019-02-071-8/+1
|
* 特定インスタンスからのフォローを全解除できるようにsyuilo2019-02-071-0/+41
|
* Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0dsyuilo2019-02-072-4/+4
|
* 連合しているインスタンスを一覧できるようにsyuilo2019-02-073-51/+104
|
* Check config on load (#4170)Aya Morisawa2019-02-062-4/+4
| | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Resolve #4151syuilo2019-02-063-0/+54
|
* Resolve #4165syuilo2019-02-061-0/+15
|
* 自分の投稿情報をエクスポートできるように (#4144)syuilo2019-02-051-0/+18
| | | | | | | | * wip * 正しいJSONを生成するように * データを整形
* Refactoringsyuilo2019-02-0523-26/+26
|
* Fix commentAcid Chicken (硫酸鶏)2019-02-051-2/+2
|
* Fix styleAcid Chicken (硫酸鶏)2019-02-0574-74/+148
|
* アニメーション画像を無効にする際、サーバーサイドで ↵syuilo2019-02-051-1/+1
| | | | なくクライアントサイドでURLを変更するように
* アニメーションを自動再生しないオプション (#4131)MeiMei2019-02-051-1/+1
| | | | | | | | | | * Refactor * settings * Media Proxy * Replace API response
* 個別に投稿のウォッチ/ウォッチ解除をできるようにsyuilo2019-02-051-7/+17
| | | | Resolve #161
* [API] お気に入り状態は投稿情報に含めないように統一syuilo2019-02-051-0/+38
|
* Resolve #4121 (#4122)Acid Chicken (硫酸鶏)2019-02-042-9/+9
| | | | | | * Resolve #4121 * Update tslint.json
* Create type definition for 'langmap' (#4059)Acid Chicken (硫酸鶏)2019-02-031-1/+1
| | | | | | * Create type definition for 'langmap' * Follow lint
* Create new type definition for 'escape-regexp' (#4058)Acid Chicken (硫酸鶏)2019-02-032-2/+2
|
* Use internal logger instead of debug/console for loggingsyuilo2019-02-035-6/+12
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Create new type definition for 'ms' (#4057)Acid Chicken (硫酸鶏)2019-02-0212-12/+12
| | | | | | * Create new type definition for 'ms' * Follow lint
* Hide suspended users (#4075)MeiMei2019-02-0111-98/+74
|
* Create type definition for '*/meta.json' (#4073)Acid Chicken (硫酸鶏)2019-02-011-1/+1
|
* おすすめのアンケートでミュートユーザーのものは表示 ↵MeiMei2019-01-311-1/+8
| | | | ない (#4067)
* send/receive user hashtags via AP (#4064)MeiMei2019-01-311-1/+5
|
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-311-2/+2
| | | | | | * Do not import as pack from AP renderer * rename
* Create type definition for '*/package.json' (#4014)Acid Chicken (硫酸鶏)2019-01-311-1/+1
| | | | | | * Create type definition for '*/package.json' * Update tsconfig.json
* Introduce silence (#4043)syuilo2019-01-302-0/+94
| | | | | | * Introduce silence * Fix icon
* Avoid export defaultAya Morisawa2019-01-301-1/+1
|
* Extract parsePlain functionAya Morisawa2019-01-301-2/+2
|
* Module 'crypto' as import syntax (#4011)Acid Chicken (硫酸鶏)2019-01-301-1/+1
|
* リプライ/メンションされていれば非フォロワーへのフォ ↵MeiMei2019-01-292-4/+22
| | | | | | | | ロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に
* [Server] Introduce admin stream channelsyuilo2019-01-271-1/+21
|
* 管理画面からリモートユーザー情報を更新できるように ↵MeiMei2019-01-261-0/+36
| | | | (#3992)
* 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] Fix #3947syuilo2019-01-211-2/+10
|
* [API] Fix bugsyuilo2019-01-211-4/+0
|
* [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-204-109/+5
| | | | | | Resolve #3935 Closes #2226 Closes #1946
* AP Undo Like (#3933)MeiMei2019-01-202-66/+24
| | | | | | * AP Undo Like * rename
* スパム報告機能syuilo2019-01-193-0/+148
| | | | Resolve #1970