summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix #3041syuilo2018-10-311-2/+1
|
* Fix: can't recognize rebirthed instance user (#3046)MeiMei2018-10-311-1/+7
| | | | | | | | | | | | | | * resync uri from WebFinger * trigger resync on user page * allways update on resync * Revert "trigger resync on user page" This reverts commit 8ff139fb49ee61ad55e4b42c562f8a2c3f8098ac. * background resync
* 物理削除系の処理を削除syuilo2018-10-291-2/+4
| | | | | これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難 論理削除でなんとかする
* Fix bugsyuilo2018-10-262-2/+2
|
* :v:syuilo2018-10-191-1/+16
|
* Resolve #2894syuilo2018-10-131-15/+13
|
* Fix user recommendation query (last activity) (#2892)MeiMei2018-10-121-7/+4
|
* 削除された投稿はタイムライン上で表示しないようにす ↵MeiMei2018-10-121-0/+1
| | | | | | | | | | (#2887) * Excepts deleted notes on query * Hide deleted notes * Use v-show
* lint fixmei232018-10-101-13/+14
|
* Fix users recommendation querymei232018-10-101-1/+1
|
* replace var by constHakaba Hitoyo2018-10-061-6/+6
|
* better readable codeHakaba Hitoyo2018-10-061-1/+1
|
* better readable codeHakaba Hitoyo2018-10-061-6/+5
|
* better config handlingHakaba Hitoyo2018-10-061-3/+1
|
* debugHakaba Hitoyo2018-10-061-1/+0
|
* external user recommendationHakaba Hitoyo2018-10-061-34/+70
|
* ドキュメントが見つからなくてもエラーにせずnullを返す ↵syuilo2018-10-041-2/+2
| | | | ように
* Refactor: remove needless awaitsyuilo2018-09-132-4/+2
|
* Resolve #2625 (#2627)Aya Morisawa2018-09-061-1/+2
|
* 互換性のためのコードを追加 & #2623syuilo2018-09-051-54/+112
|
* #2620syuilo2018-09-051-5/+5
|
* Fix users/list/update API (#2590)Aya Morisawa2018-09-021-1/+1
|
* Add users/lists/delete API (#2589)Aya Morisawa2018-09-021-0/+43
|
* Clean upAya Morisawa2018-09-021-1/+2
|
* add an endpoint users/lists/update (#2585)Marihachi2018-09-021-0/+55
| | | | | | | | * add an endpoint users/lists/update * add meta params * fix packing