summaryrefslogtreecommitdiff
path: root/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Create new type definition for 'ms' (#4057)Acid Chicken (硫酸鶏)2019-02-0212-12/+12
| | | | | | * Create new type definition for 'ms' * Follow lint
* Module '@koa/cors' as import syntax (#4060)Acid Chicken (硫酸鶏)2019-02-011-1/+1
|
* Improve performancesyuilo2019-02-011-9/+14
|
* Hide suspended users (#4075)MeiMei2019-02-0112-98/+94
|
* Fix pathsyuilo2019-02-011-1/+1
|
* Create type definition for '*/meta.json' (#4073)Acid Chicken (硫酸鶏)2019-02-011-1/+1
|
* Module 'uuid' as import syntax (#4070)Acid Chicken (硫酸鶏)2019-01-312-2/+2
|
* API modules as import syntax (#4069)Acid Chicken (硫酸鶏)2019-01-314-10/+14
|
* おすすめのアンケートでミュートユーザーのものは表示 ↵MeiMei2019-01-311-1/+8
| | | | ない (#4067)
* send/receive user hashtags via AP (#4064)MeiMei2019-01-311-1/+5
|
* Close #3380 (#4061)Acid Chicken (硫酸鶏)2019-01-313-135/+0
| | | | | | | | * Delete index.ts * Delete emoji.ts * Update index.ts
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-311-2/+2
| | | | | | * Do not import as pack from AP renderer * rename
* Re-fix pathAcid Chicken (硫酸鶏)2019-01-311-1/+1
| | | refs: 4bb4903ee513bacf79d475e100019bd3058d9b34, 7e3a8d56e614a1771015b6b2557fea8127c46aeb
* Fix pathAcid Chicken (硫酸鶏)2019-01-311-1/+1
| | | refs: 7e3a8d56e614a1771015b6b2557fea8127c46aeb
* Update index.tsAcid Chicken (硫酸鶏)2019-01-311-1/+2
|
* 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-273-1/+39
|
* 管理画面からリモートユーザー情報を更新できるように ↵MeiMei2019-01-262-0/+78
| | | | (#3992)
* Filter hidden replies / mentions (#3981)MeiMei2019-01-254-8/+56
| | | | | | | | | | | | | | | | * Fix: 非公開投稿が返信一覧に出てくる * Fix: 非公開投稿がメンション一覧に出てくる * 非公開投稿は通知/メンション通知しない * repliesにフォロワー限定がかからなかったのを修正 * Fix: ホームにフォロワー限定投稿が表示されない * 認証必須エンドポイントで user == null にはならない * mentionsにフォロワー限定がかからなかったのを修正
* Refactoringsyuilo2019-01-231-15/+14
|
* Refactoringsyuilo2019-01-231-8/+7
|
* Fix typessyuilo2019-01-227-10/+10
|
* [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-212-7/+18
|
* ソーシャルタイムラインにフォロワー限定投稿が含まれ ↵syuilo2019-01-201-2/+2
| | | | いない問題を修正
* [Server] Fix #3928syuilo2019-01-204-0/+24
|
* Remove unused importsyuilo2019-01-201-1/+0
|
* Better version formatAcid Chicken (硫酸鶏)2019-01-201-1/+1
|
* 関係のない返信がタイムラインに流れる問題を修正syuilo2019-01-202-0/+6
| | | | Resolve #1910
* Drop stalk featuresyuilo2019-01-205-113/+7
| | | | | | Resolve #3935 Closes #2226 Closes #1946
* AP Undo Like (#3933)MeiMei2019-01-203-66/+42
| | | | | | * AP Undo Like * rename
* スパム報告機能syuilo2019-01-193-0/+148
| | | | Resolve #1970
* Fix typosyuilo2019-01-191-1/+1
|
* Improve drive file operationsyuilo2019-01-192-7/+76
| | | | | Resolve #3789 Resolve #3790
* Implement active users chartsyuilo2019-01-174-0/+45
| | | | Resolve #3904
* Resolve #3896syuilo2019-01-164-3/+16
|
* disableLocalTimeline機能を強化syuilo2019-01-166-0/+38
| | | | | | * ストリームだけではなくAPIも無効に * モデレーターは無効の場合でも見れるように * グローバルタイムラインも無効に(連合数が少ないインスタンスではグローバルタイムラインは実質的にローカルタイムラインと同一なので)
* モデレーターを凍結できないようにする (#3877)MeiMei2019-01-111-0/+4
|
* Hide NSFW in Photos (#3875)MeiMei2019-01-111-0/+14
|
* 管理画面でユーザーを状態でフィルタできるように (#3873)MeiMei2019-01-111-0/+123
|
* Hide invisible notes from timeline (#3852)MeiMei2019-01-085-8/+85
|