summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve docsyuilo2019-02-251-0/+1
|
* Improve docsyuilo2019-02-252-1/+12
|
* Improve docsyuilo2019-02-245-1/+56
|
* ハイフンに統一syuilo2019-02-241-0/+0
|
* Introduce OpenAPI specs (#4351)syuilo2019-02-2316-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update index.ts * Update gen-openapi-spec.ts * Update api.ja-JP.md * Fix * Improve doc * Update gen-openapi-spec.ts * Update redoc.html * Improve doc * Update gen-openapi-spec.ts * Improve doc * Update CHANGELOG.md
* Remove unused importssyuilo2019-02-224-4/+3
|
* Refactorsyuilo2019-02-225-36/+20
|
* Improve error handling of API (#4345)syuilo2019-02-2216-147/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update attached_notes.ts * wip * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * Update call.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * :v: * Fix
* Improve UIsyuilo2019-02-162-18/+28
|
* Fix #4276 (#4278)MeiMei2019-02-151-3/+3
|
* Migrate cafy to 14.0 (#4240)syuilo2019-02-137-33/+33
|
* よく話すユーザーからサスペンドされたユーザーを隠す ↵MeiMei2019-02-121-1/+5
| | | | | | | | | | | | ど (#4228) * Resolve #4226 * fix * Fix: anonymousでアクセスするとサスペンドユーザーが隠れない * fix
* Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0dsyuilo2019-02-071-1/+1
|
* Check config on load (#4170)Aya Morisawa2019-02-061-1/+1
| | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Refactoringsyuilo2019-02-053-3/+3
|
* Fix styleAcid Chicken (硫酸鶏)2019-02-0510-10/+20
|
* Create new type definition for 'escape-regexp' (#4058)Acid Chicken (硫酸鶏)2019-02-031-1/+1
|
* Use internal logger instead of debug/console for loggingsyuilo2019-02-032-2/+4
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Create new type definition for 'ms' (#4057)Acid Chicken (硫酸鶏)2019-02-021-1/+1
| | | | | | * Create new type definition for 'ms' * Follow lint
* Hide suspended users (#4075)MeiMei2019-02-011-6/+4
|
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-311-2/+2
| | | | | | * Do not import as pack from AP renderer * rename
* [Server] Introduce admin stream channelsyuilo2019-01-271-1/+21
|
* [Server] Fix #3947syuilo2019-01-211-2/+10
|
* [API] Fix bugsyuilo2019-01-211-4/+0
|
* スパム報告機能syuilo2019-01-191-0/+62
| | | | Resolve #1970
* Hide NSFW in Photos (#3875)MeiMei2019-01-111-0/+14
|
* Hide invisible notes from timeline (#3852)MeiMei2019-01-081-1/+14
|
* 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
* Fix wrong commentsyuilo2018-12-201-1/+1
|
* リスト関連の操作を強化syuilo2018-12-191-0/+64
| | | | | | | Resolve #2069 Resolve #2051 Resolve #2807 Resolve #3647
* 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
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-111-7/+4
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* 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 #3432syuilo2018-11-301-78/+0
|
* Resolve #3158syuilo2018-11-241-1/+1
|
* Improve user operationssyuilo2018-11-231-1/+1
| | | | | Resolve #2197 Resolve #3367
* Feature / user recommendation config in admin ui (#3357)Hakaba Hitoyo2018-11-211-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add config for external user recommendation into admin ui * debug * correct admin ui * switch external user recommendation to admin ui config * debug * debug * debug * Revert "debug" This reverts commit f4a0460e5bde21cd1f39a735f496a2d74233ef3f. * explicit parseInt radix * add Japanese message * change default engine to https * remove unused settings * debug * nullable externalUserRecommendationTimeout
* Fix: default order of users/notes (#3234)MeiMei2018-11-141-0/+2
|
* sort user timeline by date (#3210)MeiMei2018-11-131-4/+4
|
* [API] Fix #3203syuilo2018-11-111-1/+1
|
* ghostの設定をDBに保存するようにsyuilo2018-11-071-4/+4
|
* Improve API documentationsyuilo2018-11-036-2/+20
|
* Refactorsyuilo2018-11-0214-101/+55
|
* Resolve #2623syuilo2018-11-022-19/+31
|
* Refactoring, Clean up and bug fixessyuilo2018-11-0211-158/+260
|
* Update src/server/api/endpoints/users/relation.tssyuilo2018-11-011-0/+2
|
* [API] Implement users/relationsyuilo2018-11-011-0/+28
|